-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Mar 14, 2024 at 09:29 PM
-- Server version: 10.3.23-MariaDB-log
-- PHP Version: 8.1.27

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


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

--
-- Database: `airframesco_airfr`
--

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

--
-- Table structure for table `Airfr_actionscheduler_actions`
--

CREATE TABLE `Airfr_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `hook` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `priority` tinyint(3) UNSIGNED NOT NULL DEFAULT 10,
  `args` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_actionscheduler_actions`
--

INSERT INTO `Airfr_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES
(2830, 'action_scheduler/migration_hook', 'complete', '2024-02-26 15:33:48', '2024-02-26 15:33:48', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1708961628;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1708961628;}', 2, 1, '2024-02-26 15:33:49', '2024-02-26 15:33:49', 0, NULL),
(3675, 'aioseo_cache_prune', 'pending', '2024-03-15 18:30:26', '2024-03-15 18:30:26', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1710527426;s:18:\"\0*\0first_timestamp\";i:1706336976;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1710527426;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(3681, 'aioseo_image_sitemap_scan', 'complete', '2024-03-14 21:05:05', '2024-03-14 21:05:05', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1710450305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1710450305;}', 1, 1, '2024-03-14 21:27:06', '2024-03-14 21:27:06', 0, NULL),
(3682, 'aioseo_image_sitemap_scan', 'pending', '2024-03-14 21:42:06', '2024-03-14 21:42:06', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1710452526;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1710452526;}', 1, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL);

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

--
-- Table structure for table `Airfr_actionscheduler_claims`
--

CREATE TABLE `Airfr_actionscheduler_claims` (
  `claim_id` bigint(20) UNSIGNED NOT NULL,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `Airfr_actionscheduler_groups`
--

CREATE TABLE `Airfr_actionscheduler_groups` (
  `group_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_actionscheduler_groups`
--

INSERT INTO `Airfr_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'aioseo'),
(2, 'action-scheduler-migration');

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

--
-- Table structure for table `Airfr_actionscheduler_logs`
--

CREATE TABLE `Airfr_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_actionscheduler_logs`
--

INSERT INTO `Airfr_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(8, 2830, 'action created', '2024-02-26 15:32:48', '2024-02-26 15:32:48'),
(44, 2830, 'action started via Async Request', '2024-02-26 15:33:49', '2024-02-26 15:33:49'),
(45, 2830, 'action complete via Async Request', '2024-02-26 15:33:49', '2024-02-26 15:33:49'),
(2539, 3675, 'action created', '2024-03-14 18:30:26', '2024-03-14 18:30:26'),
(2556, 3681, 'action created', '2024-03-14 20:50:05', '2024-03-14 20:50:05'),
(2558, 3681, 'action started via WP Cron', '2024-03-14 21:27:06', '2024-03-14 21:27:06'),
(2559, 3682, 'action created', '2024-03-14 21:27:06', '2024-03-14 21:27:06'),
(2560, 3681, 'action complete via WP Cron', '2024-03-14 21:27:06', '2024-03-14 21:27:06');

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

--
-- Table structure for table `Airfr_aioseo_cache`
--

CREATE TABLE `Airfr_aioseo_cache` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(80) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `expiration` datetime DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_aioseo_cache`
--

INSERT INTO `Airfr_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES
(2, 'aioseo_sitemap_sitemap.rss', 'a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:50:{s:58:\"https://www.air-frames.co.uk/forming-client-relationships/\";a:2:{s:4:\"date\";s:12:\"May 25, 2016\";s:4:\"time\";s:8:\"10:26 pm\";}s:75:\"https://www.air-frames.co.uk/is-the-traditional-office-a-thing-of-the-past/\";a:2:{s:4:\"date\";s:12:\"July 6, 2016\";s:4:\"time\";s:7:\"5:51 pm\";}s:60:\"https://www.air-frames.co.uk/portfolio-items/thermal-survey/\";a:2:{s:4:\"date\";s:17:\"September 5, 2018\";s:4:\"time\";s:7:\"8:28 pm\";}s:57:\"https://www.air-frames.co.uk/finding-the-assets-you-need/\";a:2:{s:4:\"date\";s:12:\"June 1, 2016\";s:4:\"time\";s:8:\"10:24 pm\";}s:60:\"https://www.air-frames.co.uk/portfolio-items/home-from-home/\";a:2:{s:4:\"date\";s:15:\"August 28, 2018\";s:4:\"time\";s:7:\"9:53 pm\";}s:41:\"https://www.air-frames.co.uk/hello-world/\";a:2:{s:4:\"date\";s:13:\"June 27, 2017\";s:4:\"time\";s:7:\"3:02 pm\";}s:29:\"https://www.air-frames.co.uk/\";a:2:{s:4:\"date\";s:17:\"February 27, 2024\";s:4:\"time\";s:7:\"1:48 pm\";}s:35:\"https://www.air-frames.co.uk/about/\";a:2:{s:4:\"date\";s:17:\"February 27, 2024\";s:4:\"time\";s:8:\"11:39 am\";}s:33:\"https://www.air-frames.co.uk/faq/\";a:2:{s:4:\"date\";s:16:\"November 6, 2018\";s:4:\"time\";s:7:\"5:23 pm\";}s:39:\"https://www.air-frames.co.uk/portfolio/\";a:2:{s:4:\"date\";s:17:\"September 3, 2019\";s:4:\"time\";s:7:\"4:59 pm\";}s:83:\"https://www.air-frames.co.uk/portfolio-items/objective-tv-walking-with-the-wounded/\";a:2:{s:4:\"date\";s:15:\"October 2, 2018\";s:4:\"time\";s:7:\"7:46 pm\";}s:143:\"https://www.air-frames.co.uk/avada_faq/is-there-a-list-of-caa-approved-companies-so-i-can-check-that-who-i-am-hiring-is-operating-legitimately/\";a:2:{s:4:\"date\";s:16:\"October 18, 2018\";s:4:\"time\";s:7:\"5:21 pm\";}s:90:\"https://www.air-frames.co.uk/avada_faq/does-air-frames-have-public-liability-pl-insurance/\";a:2:{s:4:\"date\";s:16:\"October 18, 2018\";s:4:\"time\";s:7:\"5:19 pm\";}s:77:\"https://www.air-frames.co.uk/avada_faq/what-type-of-weather-restricts-flying/\";a:2:{s:4:\"date\";s:16:\"October 18, 2018\";s:4:\"time\";s:7:\"5:17 pm\";}s:78:\"https://www.air-frames.co.uk/avada_faq/does-air-frames-operate-outside-the-uk/\";a:2:{s:4:\"date\";s:16:\"October 18, 2018\";s:4:\"time\";s:7:\"5:15 pm\";}s:60:\"https://www.air-frames.co.uk/avada_faq/can-you-fly-at-night/\";a:2:{s:4:\"date\";s:16:\"October 18, 2018\";s:4:\"time\";s:7:\"5:13 pm\";}s:77:\"https://www.air-frames.co.uk/avada_faq/what-other-names-are-there-for-drones/\";a:2:{s:4:\"date\";s:16:\"October 18, 2018\";s:4:\"time\";s:7:\"5:11 pm\";}s:79:\"https://www.air-frames.co.uk/avada_faq/who-owns-the-footage-and-data-collected/\";a:2:{s:4:\"date\";s:16:\"October 18, 2018\";s:4:\"time\";s:7:\"5:11 pm\";}s:69:\"https://www.air-frames.co.uk/avada_faq/what-do-we-get-if-we-hire-you/\";a:2:{s:4:\"date\";s:16:\"October 18, 2018\";s:4:\"time\";s:7:\"5:10 pm\";}s:71:\"https://www.air-frames.co.uk/avada_faq/what-do-we-get-if-we-hire-you-2/\";a:2:{s:4:\"date\";s:16:\"October 18, 2018\";s:4:\"time\";s:7:\"5:07 pm\";}s:57:\"https://www.air-frames.co.uk/how-to-encourage-creativity/\";a:2:{s:4:\"date\";s:12:\"June 2, 2016\";s:4:\"time\";s:8:\"10:23 pm\";}s:59:\"https://www.air-frames.co.uk/portfolio-items/bedlam-fuel-2/\";a:2:{s:4:\"date\";s:18:\"September 29, 2019\";s:4:\"time\";s:7:\"9:21 pm\";}s:60:\"https://www.air-frames.co.uk/the-best-creative-tools-to-use/\";a:2:{s:4:\"date\";s:12:\"May 29, 2016\";s:4:\"time\";s:8:\"10:25 pm\";}s:66:\"https://www.air-frames.co.uk/portfolio-items/carling-boro-rollers/\";a:2:{s:4:\"date\";s:17:\"December 13, 2020\";s:4:\"time\";s:8:\"12:48 pm\";}s:62:\"https://www.air-frames.co.uk/portfolio-items/video-template-2/\";a:2:{s:4:\"date\";s:17:\"September 9, 2018\";s:4:\"time\";s:7:\"7:10 pm\";}s:39:\"https://www.air-frames.co.uk/equipment/\";a:2:{s:4:\"date\";s:17:\"December 12, 2020\";s:4:\"time\";s:8:\"10:14 pm\";}s:44:\"https://www.air-frames.co.uk/aerial_filming/\";a:2:{s:4:\"date\";s:17:\"November 10, 2018\";s:4:\"time\";s:7:\"6:25 pm\";}s:48:\"https://www.air-frames.co.uk/aerial-photography/\";a:2:{s:4:\"date\";s:17:\"November 10, 2018\";s:4:\"time\";s:7:\"6:12 pm\";}s:38:\"https://www.air-frames.co.uk/services/\";a:2:{s:4:\"date\";s:17:\"November 10, 2018\";s:4:\"time\";s:7:\"6:06 pm\";}s:47:\"https://www.air-frames.co.uk/mapping_modelling/\";a:2:{s:4:\"date\";s:17:\"November 10, 2018\";s:4:\"time\";s:7:\"9:05 am\";}s:72:\"https://www.air-frames.co.uk/portfolio-items/mapping-modelling-template/\";a:2:{s:4:\"date\";s:17:\"September 8, 2018\";s:4:\"time\";s:8:\"10:28 pm\";}s:60:\"https://www.air-frames.co.uk/modern-shop-charity-event-2016/\";a:2:{s:4:\"date\";s:17:\"November 30, 2015\";s:4:\"time\";s:7:\"9:15 pm\";}s:55:\"https://www.air-frames.co.uk/2015-holiday-sale-is-here/\";a:2:{s:4:\"date\";s:17:\"November 30, 2015\";s:4:\"time\";s:7:\"9:01 pm\";}s:59:\"https://www.air-frames.co.uk/good-signs-when-trends-change/\";a:2:{s:4:\"date\";s:17:\"November 30, 2015\";s:4:\"time\";s:7:\"9:00 pm\";}s:57:\"https://www.air-frames.co.uk/why-the-best-brands-succeed/\";a:2:{s:4:\"date\";s:17:\"November 30, 2015\";s:4:\"time\";s:7:\"9:00 pm\";}s:50:\"https://www.air-frames.co.uk/new-2016-accessories/\";a:2:{s:4:\"date\";s:17:\"November 30, 2015\";s:4:\"time\";s:7:\"8:59 pm\";}s:53:\"https://www.air-frames.co.uk/only-the-best-materials/\";a:2:{s:4:\"date\";s:17:\"November 30, 2015\";s:4:\"time\";s:7:\"8:58 pm\";}s:62:\"https://www.air-frames.co.uk/new-design-styles-coming-in-2016/\";a:2:{s:4:\"date\";s:17:\"November 30, 2015\";s:4:\"time\";s:7:\"8:57 pm\";}s:56:\"https://www.air-frames.co.uk/how-we-are-creating-trends/\";a:2:{s:4:\"date\";s:17:\"November 30, 2015\";s:4:\"time\";s:7:\"8:56 pm\";}s:37:\"https://www.air-frames.co.uk/contact/\";a:2:{s:4:\"date\";s:17:\"February 26, 2024\";s:4:\"time\";s:7:\"4:51 pm\";}s:67:\"https://www.air-frames.co.uk/design-basics-always-carry-a-notebook/\";a:2:{s:4:\"date\";s:13:\"July 18, 2016\";s:4:\"time\";s:7:\"4:31 am\";}s:71:\"https://www.air-frames.co.uk/ask-good-questions-and-get-better-answers/\";a:2:{s:4:\"date\";s:13:\"July 18, 2016\";s:4:\"time\";s:7:\"4:30 am\";}s:60:\"https://www.air-frames.co.uk/work-to-live-dont-live-to-work/\";a:2:{s:4:\"date\";s:13:\"July 18, 2016\";s:4:\"time\";s:7:\"4:29 am\";}s:76:\"https://www.air-frames.co.uk/avada_faq/can-you-fly-in-high-risk-enviroments/\";a:2:{s:4:\"date\";s:12:\"July 3, 2017\";s:4:\"time\";s:7:\"3:27 pm\";}s:66:\"https://www.air-frames.co.uk/avada_faq/where-can-and-cant-you-fly/\";a:2:{s:4:\"date\";s:12:\"July 3, 2017\";s:4:\"time\";s:7:\"3:25 pm\";}s:58:\"https://www.air-frames.co.uk/portfolio-items/revilo-homes/\";a:2:{s:4:\"date\";s:15:\"August 24, 2018\";s:4:\"time\";s:8:\"10:22 pm\";}s:57:\"https://www.air-frames.co.uk/portfolio-items/bedlam-fuel/\";a:2:{s:4:\"date\";s:15:\"August 24, 2018\";s:4:\"time\";s:7:\"3:31 pm\";}s:59:\"https://www.air-frames.co.uk/when-is-creative-too-creative/\";a:2:{s:4:\"date\";s:13:\"July 22, 2016\";s:4:\"time\";s:7:\"3:15 pm\";}s:37:\"https://www.air-frames.co.uk/clients/\";a:2:{s:4:\"date\";s:18:\"September 20, 2019\";s:4:\"time\";s:7:\"9:50 pm\";}s:60:\"https://www.air-frames.co.uk/portfolio-items/video-template/\";a:2:{s:4:\"date\";s:17:\"September 7, 2018\";s:4:\"time\";s:8:\"12:34 pm\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:50;s:5:\"total\";i:50;}}', '2024-04-13 20:50:05', '2024-03-09 20:08:48', '2024-03-14 20:50:05'),
(5, 'aioseo_sitemap_slide-page-sitemap.xml', 'a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:0:{}s:10:\"pagination\";a:2:{s:7:\"showing\";i:0;s:5:\"total\";i:0;}}', '2024-04-09 13:24:01', '2024-03-10 13:24:01', '2024-03-10 13:24:01'),
(7, 'attachment_url_to_post_id_d99ed2ddbeefba28910cca4100f73b401b38bc49', 's:4:\"none\";', '2024-03-15 20:08:04', '2024-03-10 18:19:41', '2024-03-14 20:08:04'),
(21, 'admin_notifications_update', 'i:1710505994;', '2024-03-15 12:33:14', '2024-03-12 19:01:22', '2024-03-14 12:33:14'),
(25, 'attachment_url_to_post_id_79584c642a3a5b7411b5dc231949dbd23addac25', 's:4:\"none\";', '2024-03-14 18:33:35', '2024-03-13 18:33:35', '2024-03-13 18:33:35');

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

--
-- Table structure for table `Airfr_aioseo_crawl_cleanup_blocked_args`
--

CREATE TABLE `Airfr_aioseo_crawl_cleanup_blocked_args` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `value` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `key_value_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `regex` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `hits` int(20) NOT NULL DEFAULT 0,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_aioseo_crawl_cleanup_logs`
--

CREATE TABLE `Airfr_aioseo_crawl_cleanup_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `key` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `hash` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `hits` int(20) NOT NULL DEFAULT 1,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_aioseo_notifications`
--

CREATE TABLE `Airfr_aioseo_notifications` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(13) COLLATE utf8mb4_unicode_ci NOT NULL,
  `addon` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `level` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `notification_id` bigint(20) UNSIGNED DEFAULT NULL,
  `notification_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `start` datetime DEFAULT NULL,
  `end` datetime DEFAULT NULL,
  `button1_label` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `button1_action` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `button2_label` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `button2_action` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `dismissed` tinyint(1) NOT NULL DEFAULT 0,
  `new` tinyint(1) NOT NULL DEFAULT 1,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_aioseo_notifications`
--

INSERT INTO `Airfr_aioseo_notifications` (`id`, `slug`, `addon`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES
(1, '65dcaf206439b', NULL, '[NEW] Updated SEO Preview, Redirection Manager, Author SEO, and More', '<p>AIOSEO 4.5.6 is live, implementing many of your suggestions! 🥳</p>\n\n<p>🔎 Improved SEO Preview - To better match Google SERPs.<br>📆 Redirect Scheduler - Schedule seasonal redirects easily.<br>📂 Import Redirects from a CSV File - Add redirects in bulk.<br>🖋️ Improved Author SEO - Improvements to the E-E-A-T addon.</p>\n\n<p>AIOSEO 4.5.6 comes packed with many other improvements to the modules you already love.&nbsp;</p>\n\n<p>Update your plugin to version 4.5.6 NOW!</p>', 'success', '[\"4-x\",\"lite\"]', 1042, NULL, '2024-02-12 22:15:51', NULL, 'Learn More', 'https://aioseo.com/new-updated-seo-preview-redirection-manager-author-seo/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-456-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-456-v4-x-lite', 0, 0, '2024-02-26 15:32:48', '2024-02-26 15:32:49'),
(2, '65dcaf2065b8c', NULL, '[New] Boost Your Rankings with Our Author SEO (Google E-E-A-T) Addon ✍️', '<p>We’re excited to announce our latest SEO module in AIOSEO 4.5.4 — the Author SEO addon 🥳.</p>\n\n<p>This is a simple yet powerful module that enables you to demonstrate your expertise, experience, authority, and trustworthiness <strong>(E-E-A-T)</strong> to search engines and users.</p>\n\n<p>As a result, you’ll get <strong><em>better rankings</em></strong>, <strong><em>increase your traffic</em></strong>, and <strong><em>boost your conversions</em></strong>.</p>\n\n<p>So, go ahead and <strong><em>update to 4.5.4</em></strong> and give your site that much-needed boost.</p>', 'success', '[\"4-x\",\"lite\"]', 1030, NULL, '2024-01-16 19:39:13', NULL, 'Learn More', 'https://aioseo.com/introducing-author-seo-google-e-e-a-t-addon/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=author-seo-eeat-v4-x-lite', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=author-seo-eeat-v4-x-lite', 0, 0, '2024-02-26 15:32:48', '2024-02-26 15:32:49'),
(3, '65dcaf20662c1', NULL, 'Introducing Support For Additional Page Builders: WPBakery and Avada 🎉', '<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADeCAMAAAAkRKZWAAAB4FBMVEXl8f/u9v8AAADG4f8AAZEBQD+7AEIAilL01MZShu4pS5XutpwAaUjonnLUVQaVSSmPEj4AGeWSre/zAEgCPrz6eQAAUN0AiZSCzKZZmb/L6NQ/Kza74skAaO4bFwk4hrMBAi8AN5mAnL9uncAUCDJnjrcGt2dUw39oxpIAVqIbbKoBb6ub1rYovG5cd5mrw9gAHG0HTX91eYdpgJ+Zts9tcX8AK3FRhrKtx+oiHDgAN3UsdquLqMWcq79UWm8AmX2El68AQ3p2iqW1wtN9gY6XmaLE2vNLapAArFAAAmijssYlVoQEfrKSo7k6YIqy0fUAAE9GwHkAZKN9kasfIkEgMVLk7/4Ydai7yNnDzt2Km7O0tboBa6bK1OPP2ue+v8TU3uyXrsiipauous3c5/UADUYxN0vJ3/gQc6cAAF7O4/oUKk4AW56Dh5Qld6kzPVkAYZ9kaXquvc8AAEHX5vgAdq6xzOy30/QEJE3Iyc5cYnTt7e8AETiKi5IrMEaOkp25usABcqbDxMhNVGmsrbTe7f2anqnZ4e309PQ6Q1sOGjgAAADf4OTU1dm50e/e5e71+//a2+Dx8fLj6vS81vVBSWL29/fC2/vP0Nbo6Ovo7/r5+vrH4f/s9P/v9/////+4jqQBAAAABHRSTlMwwQDBP7aQagAAAAlwSFlzAAAOxAAADsQBlSsOGwAAIABJREFUeNrtXYlD20a6p/veXm/vbs/tkTRprs1FLtgSyEKAUCAQEnJADLZj2BLTzUVoKXFbEyNsk9hItoxkS0j6V9/M6JrRZdnYiUz5LB+65fnN7ztmvpHaftX2jiTvyy6F2eA3mF0fRXqn7VdtbbKCfu+/dvPSANnNMaAoclvbO8o+QYLCEFlQ3mmT9vnROIbsmiKy1LZfu4PCEAQJ07bPjyAxRJLb5H0TEhiGQCj2GbLPkH2G7DNknyH7DNlnyD5D9mWfIfsMaZxINtlniBtDml6BwBkYu+wdarYeQyRGurthkbvMPkPekg0BeAgbGwIpACCDI76uQQ5us3TrMYTZkBSriIAj0j5D3oINQQQRbYAo8oYKiD8Tb98KzulLHPd3OajkVQclgoo+y6bVGOICCKPVKdXCV4NEdQSwrSQZ4Mkw+lrHXaqjQ0KuHvSXwxBRE0XEAZEECXlhUpXiQhgYW0lgZwbuahzDvgu2kGGqlhe8BHRQ7zJzdiJbnSGiDggogp7xofHxM3MSI+tKyVBPxgJGuAo2Gh/qERh1Efi+eoaJjk7BvQSmf5wGBanvpE5MzxDNSNpSgRVUFSeZbNAn7TQCyzLS5Bl0BvNA+gXtQYaICj2riQQR0QBhJieuTk6OP+9hULAiqUGLrMYpGnHAEfr6JsFWE2NwK7U2Xx1iZp8vgeIDMyMTGfWHhNQY/JaY3ngU1Xr4FvpGFEnbQtvSmND5JIaFm1wFgAjadWj7yvqBvapcCzJEVLjL//sFkv8dIQDpYBmGHepiFSE8y8KikcJRRqBB0crhWYFBTRPCuQugnNnRUUHKgAITaIGho8xsvB+UZXSW6Y9nQKFFwe6MDCo6rOsSc384yoDtMuAYUnh4DBCJYWczqJjnwZZgFTsPNwVbgKXybPuYJNMZeP4oPC1aC9YAYDLTtLdKbUWGiEr28hcnoNz64oEFEIVRJuNsf9dwvGMJ/P2h+PCFC+OsEh4a7uiaQnVY6LsKNhL6hpjwMFgyPTytAIaE40sKeyEeP9PbnmHYC8Md7SMM0zM6Fp9DgMRpafTC1eH4KD07MTrcJzBjw13DkwCskeH4uftd/crYaM9EPzs0PBy/Kk1PjMfH2bEhQZkdise7lmRmbHSsK94+xwi98b7hC6wHIi3KEOEIB+w618lNd5OAhAV2umNcGhuZz5wZZpmh+FJ0ZHhcAMUfFcaGZxEgo6O9vfeHRsMKYsV0fFq5MAoA6Vd6J3qiS6MdGeZMX1hYAgt6nl/on9cBGR/uycxNjEkjXVdnpZGJfmG2a1KZmrgQnr0wAQCJnwFLLmTYkYkRqacPbDJ5jmE7RqejkxNTytjE1fDsuVF5amKamb5Pe1GkNRkiHJmlM3S4UwkfwgCRe+NdHR0T7dNA90wLUxNReqJHYZjec3J/fJaRhdH7yAaMd42eG20fjyqzwzog40x4YkrousowylycDU/0g+0AbXoA46AdhoDI5yaBMjo3qQjtIwoLZiRmpI8eA6grUcCusQ4BnIqdjgrjVxW2Y0Rhro4zcxNhoBNHzzBgLQM3mXo+QkueKqtFGVLsPHLo0KEjncosDgjTOzw20rMEKmBvfPzMmfbo7MQUsKv3R4WR+NDo6BDQJgyyIcCLpc+NQ1ZggEzT8RGwNQCkH2493j4k9HSxjKAxRO6bhIU7qdDtPUq4b3T83HhX3+zkEFiLAOkTZGa6ve/Mhb5JJdrRwwBA5ft9cP+r55ixLmB1etoFcGHxrhFp7zGEPYRc3iMkQ5hJYM6hXzM7MQf+fzwanRhBDJHmJqbYcCbDIkCgDYGWZj4an1KANdcZwg4DBilLcXZ6Yg5tzfT0saprdH9YZYgKyIiS6brKRqMZWgJnZJSMCggjjQ8JTLirFwCiMqQnDiw4MzSkAdKBfIHe+NLesyFcZ/fIg5EHJ0aOkEa9nWYE4AJNA2YwS0BfjHdMAwM/LtDxXllhZ5GbKpwbCs+G+zvOCVHg+rK9OiD9zJnhWYk+M0wLXTCEmBVAKeuAxDOIIRJQWTTATZpsjypMOKP0T0yymV5oQ0CRQ+XEAG2mRNvHAEOAYQJr5bnnI8r9DpUh4REZMszL823ROCTTPwVkemqKiEOuDqOgjhEuDN+/Px6fVWbPxdvPnAFe1lK870L7ORjdgRKLA5noWgIOcnx0aHx4SjkDy25Jme2LA8U2HFWmO9rP9A3PgnLUAOmdyMgdwMIAdjEC2CsKPs4MARUnjcXjfZPtS8r9dlDkS/ELPRfikwp75vlQphdwZiTeNxqfFJTeYbB2bFjofz5+oWs8s9cYoobntkhdZsJTghoOCkv3p+gpEBcI02GgskBp0CNj/QKCTZhGAkqFYUd6wgLYbHaaYaeAdqHnxqLsFFQsc2NzYG/gGqCygweWwZEYCX7QPSPANEyN9YRhHEJPCVBlhaeBU8HMjo2AkBXs2DMnwCVMdKRnGmgt9feUxGRGxpZYZi+29jq2ZenNWODfK8iYzM3Jcv/EfUgMuJlkti2iuBlsxuiRtsIY87K2tYQdTw34UeAOj62eAdjzsTCMWqJav6V6WriJ1oAJF8h6AI9Oo1/G3mKIS2sv1kIoAFsiA6t67lz8KtI7cIm5Up0BvyTUICmou+rz+tZgudm4iPbQt2LQFgCQ8fhoRxdw1tRN0QGMA8nkgeAHdhm/hP4Qe6sr3d8flpvXewWAmV2aho009ZTZHmjtdesxdAFE0yGSvx4lj4LzQASpLqnWg1ZhiNQohvgG0UlQI3U13F371F0uDdNURtWRsCv1qKsYFI698uQJasib8dpaZYjkLHKzGCK5gbSLrBPXbAY7GHgVlapUYmeGOJygFnZIHl2NOiDef6ghNgTrvnbjh1T977nlZVXVEM1hSBWj4JchZme/F0MkicR/dwwhCt+XEvObuFhFZTSRITXXXUeG4JXSmyE1JWu2+fcrXChiO7v/P97SDCHKxZshtdSANp/08M8Qe03QLJuEf+v/SdLMEFbbzO50y14yPi9jWtRybGNn2Ti4Vn6ee1tPbV6CvjdWVyzl4pMhPjjS5t+I+2SIrSYYOxvlgx3NgIOodubW+LyEHwU/vbGVjJ+DNHOS7dTWvW0XahzUxNWsp3JdDKkOSptPetTGELsTYC1WvOzwxc5b28FxOr2VZvbSlzz2tp1aduCP/bASAYgrQ4hz1wOIw8HdAxGnjS3LqjLEZWtvhljP6cwQ6xVVrWIOF4zbAae6AADxKB7yn0h1AeJR+72FcAf3nsiGDcL/ojsgNvZWSfJqc9dXvtWTS/C+R+HAaSL7AsSB6zUCIkn1lifmsUt7kyUyFkDVwBCbiaoNENlBp/tBAw8H9iZBTEedtEYYIIIkuHtaVdVWm7+ouhaO7FU0XKyCFRDBH0P8A+JxWlwE7yuV7Vtb3visZbkxkXtbVzZmb/R23Rt2mREvPLhxAETwKhvZRyNTWy0GxLwowTbnHA5o1yfsCdERspW5IGiAYNWDBNBHe4ZPhrhxQ/CkimBcqVr3YD0T1P5TDR1zGT45LPKeBP2zxr3rOqtxKuOfGP8XAWIsFHxpkt0DIhiFbKk0trNqV2b+B4EsO0mwrhKcl1SttJ7H896tvrNKRhXD/6wGiBOlmgOIST+iPgo6hY21uorS1K/xH/aCxsL/CImLwRCCqoKl6Hwh0laDwtLIKpiwYHwhTChR8axgsGjSPrBv/JdfYb0PSM5aT2TdnnVe7UYvyfjf4BMAIjkVjLdlrxcQAbfMkrCxyGuyuIGVO84Nd06wlj/NGiWKFa7/yfmAxiLs+OSJWPcLYX2AgqljlSfLkCGsc8F42PaqgHjYD/3oyzy/fJeB+W7MXfhbwCqDV01mbWXBNkqZOFR11s/hrZg6McheYUj7pdXCZX55A+BwV4Ylw8BCWjR9AHfbXh9DBMx2gLMKeDKPwEOuEhaW0KASYXgwK2MY/ga8JOu3YHU+XfYTcA/EdkDiJ6mArMpYWi6VeCL5TFoAddXkiAsi9QAiYB6ssMjfteZX3QV1wYHJghSl0ntUqIxNFyysbFgLBtRVgiQYJvLuGCIZfiXPi0TONJoR1RNbnE9p6vbrPStPpi2ILPCMpWCgLGKI1MUQb/MhCPwidlbR/AYntnpUUubO681v3OX2wVc/BlsO/mxc7CefbH7yiTn7zebrbZqwJwu8aIcDLNjgXZwteTeAGHWewIM4sYoIXmuk0OvNH19B+eqrr4xPQw6+SAVcVkPfHFSv9cfP73zx3ntf3H5tXP2Pm68jEuaqLKp4gA8rLssmIkJDGILZc/20ToiI/KJEei4S9fpnFQ/0/urV8x/hry+/VP/S65gSeLmkIfB51wefAXnvzpcGIj+/prDatwz0lanKySJaXHAxI26IeAKCxx8Sy0u4vvrHP/BTSzwrEI4hAOQb7eo/AYj8CD5/BHD8+tWXOiCcfucTLsvBKQiSNS4KiAbIl3c++GyLzbz7t3+aFPlGBwT9a35DUasqJ7CSBRJGd0ItLUyuZt0HQ3Q9uUyw4tgxoiosL+CuO6sD8tWrT37z99988uqTP7//509+/Oq3X//2119qgIDdsxVYsSqFXFCkkONsDPn8i8+2gMVm3/2g6/MfMECMqGqRV0GgL358/frHF2lDeyHRzYhr51UNgBBt5ywv40rqH6dPExSR+XmcIawU0wD569///ve/Pv/L+++//5eDfzx69OgfTUDEQqECqlUhMJIrFIranxINQL5677N54bN3mX/97f9eYwzR/ieofDASAJufPXni1szMrRPfhRXzGNAHXTbaWPyYkTYfMYhqQRYJo3H85umPCG4uLuAMYQUnQH79NQEIly/nAgVIAQKiWAD5/L3Plpf/9nsJAPI5AQgEA7yXeRWPEyevI5mBiAD+cBoihKcl1ASI7NDEa2gsngh8Pj168+YxDkfkLm82iIDrNBjy6q+/+SvwS/7y578AG/LH3/5RsyFpON6wUimizwAJJ2q+kmFDgMp6d/77Uub3H/xgBQTJwgYaYHzy5PXvkFw/+d0Ue/bjAx+fVW2uzLOCFyTVAZEdfF52HkY+OEFu3jxdwQFhgM7S1SprMEQT4GQ9f46cLNPLElvFy7r93t/e/de7v8c0FgEIL8C/cvGEhgdE5NaBj8HHiY/RGnFh2anpV66VIQLehgNcuwURAwQS5CZpRMB59TY5AhAQfxiTKa+TqtULLCqg0r3QAPjy2/c+APJ/B185ATKPfF7p41sGIN9d/27m5HdAeZ04rAZpC5LZhWK36lZAJO9oUFdDmAkByh8SBAKCF+jiIosJxpCvsE8jMNz8KeCSHLitX+znX3Z80WfqKxwQml1G0ZlwYMYEBEKCPk4ij2tjwbML0QqIw8AmQrS+PwIQRBCosooYIouLRrO6aUNc5WDwG6x+NK/2cyD41f9sMkS16VLnLRwQVU6enLUA4hCw2+KQu26CjwecZ80oBBLkNATkmFg5jsXuy9fml+c1oemNtDcgt38OvLhc+O3bJEMWkH47XBUQyaVnxArIThXRusBWMEA+hXgcO31KOfU1ZkaWV0qlEtgSvOGP+we3Nze3wXuPyZM734D/dRABQs+zbEbzeu2AgAWsDgjrqrLkqoDw5sTrcJT4lUULQY6dFoqnbx43Xd/FGyVM+Pu317fXt5FoX75l/S19+rquK89egF//MRiSUXskuI9PHCDhuP7diYuocJYJG1LV7d1xQQS9NYqASr/CiyRBjgKCHD12+lOjTY3XGWIA8uTbO0+0/7L5xBA46za3uf3WBLsC7GJxQasuJZPJge1tDRAaTCgeEBX2wAkUF548qQIyc+LWRVWhLy4aIbND12EVhvD4D97kSGmlJGMEOQbx4I4BmhgUkUsrGEFWACDbzyKVtSvq373yTJcXsKoZc8/gyhfG3JW3B4h2BYAFm+bFEgKu/MmLJJRL289VQOZZmr52V228kroBBiduXddU1+GLUe2mR7Arl3Vt8vUEhFc/eF1hqQTZKQGKlG5sGAQ5duz00VOiUgS43DQosoFrrC3IkO2BQr58CfJ880rSlBeb2wOD+szg+e0nl8x1j94WHJuX1EsaHNje3H40mHSUF5uIIMAjXkeA0Oi1sKi3tdBnuy9ePHwdGo+Zj43GLMGM1OtQWToMGDaaEbmxoAZyiWNHj57+KAdPderrmzePahQRFwgTAo36s1BkLbV6BWml848MASy4ZM492958Yc6df2uA6BdxibxYXAbW1crzKHkeMATiMQ/NeobHmhIvHvhuZmbm5PWZs4rugAITorYKa4Eh3rXulJfloLB4HQ7DhEAjsiKozbwfnfq0opoN7tSx48duqo6WsLJiYcjBFxFqjVpdf+Lw96uUzhuffOO2/ghRBdgQVmcIfU1v5RNF4GydPHD48IGTJ2jdtjI8cMUsCaZeOaYODOENTFSG7KiW+saivYEBduqIho+1RTDk1falWD72bHtvyZUByOr1HxBDaEgROspj7RUsCw0Ke9boV1m+cQ0Jzy+Qsriw6CRODNG5gTMEIrKhOHVSqm29N0orNhvy5MqzK7D6/fD8Pzb5IVDyH9/y/Dmc7rxGgGjva4vubWLSSkkF5JoVDig8+AIg4G8fDNGsiOFoOYhcshBEjUM2oav45EqovFpeJaUcWQuQRKyXV1VSeU1jzYN3pnRXIXNxRLMNfAG17PnPi29zdXoNi4LQgO8bWBM8ebM+niSIyhAt5vrhRcKpNTVRDI5wtbcGSzR0eucRKHS0JLm0GfPXCDj8DEdwZojp+poMcUVEw8POEATIty8qCpY6gLp/RLEYqG4p/aoU4/qqiUCrFIEcgYgI7nhgGdyS04Cz6l6WobBMhiArsgIUk8OJBaivICK8lSGbm5saILadAgVIwkfviPbSIROQ06uDAhDZcFDkAA+aVFh1xSGmSTe9LF5DZOXGooUkzPKNFZMfvIYHMurb61fW9wQgGhYmLqIo0azGDwAHkExpQbbeU7K0wOoEcWjulXfLEF6lwY3SsmymZ8nLkB4rmLriNUQAICA+f/Ri+84eYIiOig4KUlm0Rg/UgELT10qLAmMWzAbPo9UsPorBKQSpw4aYFCmtQJLc4Jc34LE3lvkbgB7Inm+VMJUFZwAgsOHn2V4AxMIQOAk6FCpJNEj4xY278P6ey3zpWsboPDXgcByX4IchlkgdIqLFIqD0t0pbNwwBMyu4Pb9mQNLSgGDmHfX9i/pCRbf4Ak1rkSFsY0SWHRp37f9fW6A19lhNiFSTUdcZwhNtWQZJUEmD8t9C8j36XFEVGenzguWlXmBDLp2/tN56gJhswD8JOAAgGZpWG+DnNeWVUY2JJiyt40EwpEajztvbGXmtDd5gSEkHBMGxhezHFu7yIjwgIOuwj2GzBY26nsru7gFzIpvRip1GkCDbnqEzqtAZtG7eQARvfhfqsCGmp8UbJkQjiFbeNyBDvkeIGDAYYED6IIaYcUiwAak4oOEEA4c+UAMem8loVGB1Ouj+Fp3ROMKy81al5SPrxIUhPNYSrxp0jSCaulJfmhhwmGu3ICDrLQJIwjomTCt/1xz5LMdGVSpkcD2VwUSFhDYsO7ubOIQnZrFYfcu0HwQiWzpSOljfI0BaMDDU4NCLPos+SEGtLXQ4Gs14C01i4sYRT0B4B2D0LIeVG6CcofyLkO9JMZZP/qymBbQcIHobCqmsOJHkSEUvcjdhibRBQZBcbyTgneRAEGRH97KAvlqA2VaZqhJFEg5H06+2rzx61GqBoWY/uKm5paU5L3nQ/cC/XAQyWw8gPN5nSFBkZYEjK4xm26z1CBEcNaBSz1szDkE+VP/T/z6tIregPPUrt/57OWy6vjWlAfE25xclnSyjC+XQBydyrhZPU7GtCoioAtL99PG9ew+B3IPTPSDwAy1An67yT0L0PR4/vPf4v1MS68OE2GwITxKE38EAcfDMjcdKGYBANBLFRJZ6vr5+/vz5Ky3GEKSwxO5b9x6+fHzvMZqAwB8Ak8fg+yFaAFZr8hC9VThePvzw37h8CFfMvLw88/LevVtTWmpWtVG4TnlyVoaUICBKsVzIpSKFtUJqLUeVxdU1jquU84UixyW4ouGXFLM6Q9ZbJg4hGcJBhjx8ee/py5kZoJlmZmZePr318tbMvZczYA4U8Eu4yFFm/v01Lh/+Eyy7/PLpgccvTUCEWgAxmxTtDFEKz0LJtXJ6cG1gLZ2LFdfS1OBgMhaiqBD4qSsx1YQkWhQQxHgEyMvHt7o7jxyZO3yo+/CDAxe7bx3ufjhzoLPzyIHLoIzvXXYG5J///vr4R6eOHv/o5qnjp45CQB7eOtJ9qBvQrVEM0RqxoMoqUxS1RqUoanAtQlFiajCdhGhE1pLp5KBJkVZmiAYI1/303st74e4HZzvn5sBnd/ehw4cvHpq7eBF4V3PAaZo7NOPGkI8+OgXAOHXq01PHv/5wBmizp3OZzqeXH9YLiN2G7Og2hBOLYrEiVorwIwt/FjlQ9CIXiQAACEBalSGqkwUBufy0++zZi3Pdc4fB16G5B0c6z06dhf7r2QcPph5cPOuqso4fhRQ5fuqjU6e//vAkUFVHHnR3vzQYIjWQIXqXuCg6NbpxDgyB6fst1ZalMiSLGNL5srPz8iGgpDoPXz585Bb4PgJnOh8fOXv2cKczIA8dbMiBx7cO3DNsiFQHQ5xsyI1lhWx+FkUbMoSjBQFZHxgYaC0vS/V6ISAvgfGe0Sb0Bb+RvJzp7HQz6ictXtZJjTjA2VIBkepgiMOIHcCQDGrr9LwthdHOU0wkEsWWjEMMhsxcfvwYTM4CFJCrXMYFXzxTNyC8A0VUQPyhAfGoVKoBwgUJkKJ54xiVIYe+ePrfxsrTL/rrBIR3HNO2smwYD4+sJUxnQZV1ZeCRq8oKFEVESxySnZ5bqlPmsE9yRZit06jvODJkWe/LdM8jI6x6NS8LHAv1KwThpViasrhiM0a+SyzrA4/qXpbWuAgZkg1FYHNixfgHHGHWCb+3OiDBvF0AYkhRu5mPaHdhFFEkMyB8i2AHRJZ9GnWLGdEi9UoynU4nlDJVLpdT+dVyeTXC4RrMgyEBB8HStogAURJlezUSsUQgI/uUXGCb9A56QVVZcm25vU4UURkCAAGROlVUVkOD55OhnwbSoWeUxaq0PENQ0UFARKWcHqQqCrdagRExTEZO4Aml1lRGz1cFJjcrGkPqAMTGEdhfCAFJx2KxosLlgZ/IJSrZYi5hyY2xxCFeXbjBxUMDZC29lswBdUANxqh0kqJ+yttuAGpmp3i9YE0uGgyR5SqPmGxzBsPJhihcKGLeKQ1PQnYDxCMvK+A2RFRSg7FkRSlGImureSqUT1EVe/Hj2b646sK0FWJIWbQDIvsHxM4Q9UYOWvqeg5lzoAjZQaW0GkPArzxVEd0ySq1vCwg2dBQEiFA/IDaKrCxbT2Um52MscQOkhWyIYdSxnAf89q/6XaVEsTZDokhqY2+dDLFSxGhcxLP37P6V0XSCIvUrj35yTXIIPEO0G7+KpC9mrDAMu1gdE3W91oNbLyA2hthQ8IgKi6gta317fX29NeMQTqxXOC3nwCkOwVSWx4Mld6pTBHlZ5m02NQKLZKY4rrSyVi+r5WwIZiEJS43bakJbK96NSg0AxCFSB2es4E6WLSUcC0SqxSHewdQbn3Ajoqks3MUVqzPLa5WoNp2YKkuuBxCzZ0Q36opCJbNKJQ/+AFcRuQrhiNuNemsGhqZRF8tZpzJ3CsbdK5gJidE/VeUB935tiKJwkUgBeILln2DPeoiKlasC4jEcQQzQqOiiaG/LAt/58yAOKXOiki2KiayliQWfjMFu9gmtSiQMQIRqeHgCgt07AEbq2XQMRpy5UChEpVZjsYJVj2ImRAUE3e7IGZBKOUCSI/tDUGC4OlAAC3IDIZjZkR60/wcRH3noMMbH3KISyupxiLQrQCxxCBBqkFPErJ7ESISuNcYhuSABUsC8Wh2QSqpc5kCkvgpC9TIVyTo9H8QahzhiokfqEutHY/npwt0xI/VEQXQYmGoyxD8glXI+kIBgNiSRrBjNtd4GW/SgCGytVG9w1ihADBuCe72Ya+LAEdXthcOik26BYWU1mCrLtCEK6X35wsMavBvHFQ0vq6EMER1a1XATYu0PufLiiqvbG6B7nSQ4e38IVv8UsSF34G40Q5xGI1jzHMgkh1Zsftf6QzjvZom6RGg0Q8x8d6c2f+/AsJUCdXuk3pgotuFeluOtWGxGBEFiAOI+pC1QaUBZBxtCRByN6CRuvA3h8vl8QVQcIiSrFTECw4NP3AABRh32yrtMXusaPmFelhmpK4lcBX/+0e5gERsJiMGQSpqiQICUD1WKqzDjuoIeIWUOsrcBcudF7NkPV1ogMCwQZNe6cAepZEHJlkUxsVuWqIl4jY9DYJIDzDoZTIZig+eT6TR1qYDf9cAKyPYzUP/O33lSTxySfzuAKGakHqFCVEHJJeHQCyRrdcKiR+pNYEgMMCQBlE2+nMutgnc+knBszNIA2YyVB1Kh55ut1XSiMyQSo2IFJUGtRcqpGHinI3UzJLcqNhIQgyGJGMo6sfXouNmQzYFCuZD81pkhIhcgEW2tvaKySoViFcUrTq+p26sZNgR55mRDMx6xOtiQR5Gf3GxIYN1exejCFcUGHrcZXlaV/+HQY3jn+Z0W6zHEI/WG5/Y2urXXLeYhGxa1TvVitSFtwXm8Zy5XtMYhjY3RmxOpV+na1weJYFknnoDkVstBbu0VG99PLDS+tbdmleUBSMCa3xW3SD2AKgvvD1FsiUpmelJtfeoBZ0gjwnNLK33D+0P0Fn9Ouyskh7u9Tl24nncDAgwJjJQrDm1ZXKVYERXUMwrCugTy1BXORy+JXbJccyL1LIgIy5wSqeRX81RO+SmfL8DqtQbi6rW8U6Su9hj+8IhzqmligMRhfIgSCa1ReSWfK1ORdKVyvrwWWVsLUaFIKpZjkPqSAAALLklEQVSvjTkgUkfjaBrfY1gAUSsAIlKOxEIDqeJP1KPBASr5EzXwiEqX3QH59nyx9caHKGI5lYoUlFwkFYqkCwWKGkxTofRaOp2iCjW3ZaW4pkTqHLTDInBYK2oDOxy2CfypRKUCZp1ae9fPD8C7AV2puDj8b5MToj2+JRkCb1sBPzk9FQvbs1aVJTYlUhc97ZwTIJtPPO7k8DYfmp6tOj5EEa2OS0MidanxXpaouEaGBiJB97JWK34idTwjUcFHJYh14dGMrBPnazGS9GoCBHpZ5bf1qvjJfncfolZHVKiIjQsM/UTqIpnnEPBIvTpDOHun+q5fTclcdG5SqK8tK4g2BB+wY2ZUiUTqaL2d6o23IXg6q2gdPuQ0PsS8G5BjVVTe3suHDcFTsyxJcHV1hzTBhjhXERHPJW31MYZ4bm9OHMwqXA4sKqJeOQ495/R3dTxArNikSF0siwUKpg6D6wOXC86hZjkUf5d1zH73BqRh+U71mFg/KqsQKohKYYBaS1FUam2tHKFA9PunP/+h1j7EpkXq4MCrEVBhIudjsVA6SYVia6kYuMjsn97/g3Ma0LrX3YCC20OlqaxUCkTBuRSVpGKhCJUMpQYpBEgdWSeppmS/gxg9lEqISr68lg6BerOaDq2m0mWl+Kc//8klL6uFMxeVSkWkODV3PWsM5lSy9agsTmxSn3o5m6fMUY76DbSUxB8SLgN2tj1ye4M5wtDsU3ds1w2CUeexJAc4WEdxG0jkxZBWHKfejA6qxtgQqLNwt9dyRwf7OFxfgAS0+T34feq8GRjahogoromLWuOiPujTLol8ITCSr2D9oE0FpKHjQ7iqd8E0bkmqjQ+BN+N3uxtQULtwiRFU2EDCIPapu1yaw50DfI4xzJcDMeG5vSLW/M45J2mKdTb3Ss0dH0IM93JJtvYchRtshojKaoxaBXOVbIWrcGLFaIqvQ8wOqgbHIWIl59rG5pjk8JPHs3ADZEMKFYfs9xRVXi0oucG19OpaOTcQSpXLkdVIqpwqRxI1sqMSEZvSp145H1sDwWt+rRwCbzEUSSS4XKFYqKA7WTu6vestd1dSI/s9X8yHCmhMzGqoXAnFklQolExTaSp0Pl9rpL7GNWWcerGcqqQqSjk2SFHlUCI5+CgZo9KP0ulYOnZ+VakxUg+k24sxpBKKRNSedThiRx0BWhS5LPx8u42LBkMS5WKK4uAtDiK5SEHM5VKFQq6cAmYxV1jLKbUFhkHNyzKyThSx2EjmNaU/JE+FKl4dCbUAEsxba5D9ITa3dxd9VM3JOhGJGxE55TmQgHiMUw/srTU0G6Lfwtp+h0ulzk51oRlxiHuWg2OSw7Nnz7a3Wym319anHsThCMRdSR35odg71eFj87yfHxKg8SGFhN2GBD/73cctMK13JW3B+/aaXpaYE4lO9frvISCadyV9U+NDXO4G9MLjbkABHfRpNp2sXSpb7hRbtzlvcAeVGanD52pY7o6j30vZucfwxYsXLWHU8QvUAOEGQhT8W0n4GE04cL5QzkfK9aUt5lJiU8apZ2ODRbXRTRRt2TxOo3DhPRdby+1V/wZSWblyMgIf0REDsXp6gIpRg8lkuT6GmJF6Y72syAAFr7yYzKmVBiWDhnK4Xa8pMAzgkDZNZ6n9ojmgtLJiMQEYkxCzCeip1AeIegdNBIjc0LasCBUDl5RPxgapWOwSBerOpWQyp+CPz/MPSIDc3lWy+R1lM0AlkMs591e7pQQ4mlajL08SGh6pi7nBZFEpZiuVbDGRKxYrcHCIWB9DsrkgPqVNa3HgMOfKZ0KXD7dXe+BRAxgCbzauZi4W07nqcWGLJzloDYkKFqsTt1J0edyRYwCPr9YeFC03gCEQkA3F7TlYNjh8PYOqATdSzoqNg8HSKEfeshA/Z1F9Pnm2kqFVYauLoIvUEECQ0iot+6tc2sN9s1mxqlHfvWQbzzzdhccS+Z0rAx2OZpAgUAAsdHVMJKlRDIFWZAM4CIL7C4l+eniNsf80vbW3SYNJcQ/eNZRkMxZ+gH8vmFywi+QPD58MUR/3WfKQrdKWKd9///1W7+3t5vaHNAkQjwdPcNgvIYPgoC1aiXV8afyQfeDhz6irT/v0QmSrtAJfCA34qg7IaiMY0pwRCYqPR0YKJjt0KFQWGOaCoIf+ZJ2GAKI9tY2vKgY6QEpVAOEqiV1KpSg2ydHChk269m5IOBysabMdRJaqPCmvHoaoassNlBJ8aQwCugtCAgBpwex3i97yeEmucMjoLauP0pExRGBxS1Vf/uIQ87Ft5GOLSZxKOksAJPz92y35QBc3slgnyQKHFmK4cUSt/VIDGaJD4fVcJMQUhMnK3gDEAylJxQODo4pS0ljTGIa4PrbY9gBKTXuV9jggigaIiYkBiFtBN54hPhyxHd7wxkhA9p4IeAQu6O1Ub54hXrqM8LZ+KQwhdJYcCIbwZqOwypAS/wsAxMKQt2ZDqlFkp6Rx5BfAEN1+SKYFCSJDSipFfgE2xCkkDA5DcLP+S2AIpztZVkAC4GXxmD/M6zH7XgdExrs5BEsA+LYZgrV2/YIYIgh4S26AGGIoLIMh6DX25R62IVpSjxGECAFjCOZlGa1a/9r+Zg8zBKVO201IUGyI/tBcrPWE5x9sfvPNzz//vHlwfQ96WRpBWCIoDBBD1KZfjSI7arsvf7b3KpQLkxlG8Oz+beyryWnAqMMQa8RSzxosG6JNOzumxlJ9LW1uxezZfQMSpjONFz3FhMZ60K1xeuAYwmNWxNLfu0X2uTdVonSzhDUAEfCeELynMBitvbylX6RkdoxoWLxJTBAgmcZNtJUdZE8IEYUEyssyug8NUEySrMAkiDeBB0A9wzaLHhY4WM3lDRxD8I5Esp+dNzQWIshKqekCzpRhG44IngYHG7FIhkhCIG0IT/Swl7DOQ8KQYC8jH0L9vaIuXcE2IeawWeKD2LukAqKm67lOtLaaNXIOac/JnoSIMYRILwlKjyGPNWrxhB0hjPtWCbFE1V9aQWrzWwZmqEte21SfMwq/ROyug4HtDVUWO8/S86oJpufRhF7zxqQtoHV48PVwkbmBQ06oo4dVPcnnDTPEiNURGjtmZy7qrLJqFbzczXqOGX+CBQ5bb2mGCaPIlo4XKsUKmrSvCov/rBCryc0q5L7YD1VbCWaGomDlh+Rd3G+bIVgWCkLlWulNiZ989NpFMHUVmcMr+WjpfRsM0SND3LSXrKqLfxOAzDcLC8ESfuARetAYYmbNaY2+O1iASAYmvD6prOF9vm0bwwW8bTtwmnnkB6lvs0htM4LTOmKpYPwwWtpZwamRt6qH9VYYsmNjCA4Jrr/MRYad0dnk8duknLm3fVswzXuOCqhLLAzBAhDBL0XeuA0x8hpNjliTf82+kua9eAgIpupZ/bd9Ys0BBOSWxCbmImxGsidXV6WItl6qptfaGksQLOOBt9h3XW019Q1e81hCoRckBCjOkNjQc2gwIdzewDDEaO/FI0RNb10jqYJplyZ8AzGzQVhLITroIVawO7P2b0xVIVdXa3IXCHpUoYgPhsiNZgiPub+4Zd+xD1/A7UmDv1mJLG+XcU14eZuwsLj1ZgVyDJTgGA/iceHuGSK1/c8G31gweDMuMdQW4skCLLNrfLNlQ7IUuAdDLOqIJclDDhHUO6N0ay7Y6LE7hqC1yjttbTsbjfaxrL3sJkOMON5g0I7bvLml93bkvAqI59jLmkWyfrsMAmkAQxS5re1Xbf/T0MiQx9KCzPGiZt7WDgGO+/yOZYHP/XY0QCSXyYggCHC0mi9hayV8H8lcKjiMxjFq/y4ZIr3T9qv/B/XgK1QlBZsEAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-1019\" style=\"object-fit:cover\"/>\n\n<p>If your website is built using WPBakery or Avada, then you’ll be happy to know that <strong>AIOSEO 4.5.2</strong> was developed with love just for you! ❤️</p>\n\n<p>Now, you can use AIOSEO right inside your favorite website builder, making it easy to perform SEO tasks as you work on your posts or pages.</p>\n\n<p>Update AIOSEO to 4.5.2 and give your page builder that much-needed SEO superpower. 🦸🏼‍♀️</p>', 'success', '[\"4-x\",\"lite\"]', 1010, NULL, '2023-12-13 14:43:22', NULL, 'Learn More', 'https://aioseo.com/introducing-aioseo-support-for-additional-pagebuilders-wpbakery-and-avada/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-plugin-notification', 'Get AIOSEO Pro', 'https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-plugin-notification', 0, 0, '2024-02-26 15:32:48', '2024-02-26 15:32:49'),
(4, '65dcaf21b43ca', NULL, 'Static sitemap files detected', 'AIOSEO has detected static sitemap files in the root folder of your WordPress installation.\n				As long as these files are present, AIOSEO is not able to dynamically generate your sitemap.', 'error', '[\"all\"]', NULL, 'sitemap-static-files', '2024-02-26 15:32:49', NULL, 'Delete Static Files', 'http://action#sitemap/delete-static-files', NULL, NULL, 0, 0, '2024-02-26 15:32:49', '2024-02-26 15:32:49');

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

--
-- Table structure for table `Airfr_aioseo_posts`
--

CREATE TABLE `Airfr_aioseo_posts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `keywords` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `keyphrases` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `page_analysis` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `primary_term` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `canonical_url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `og_title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `og_description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `og_object_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT 'default',
  `og_image_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT 'default',
  `og_image_url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `og_image_width` int(11) DEFAULT NULL,
  `og_image_height` int(11) DEFAULT NULL,
  `og_image_custom_url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `og_image_custom_fields` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `og_video` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `og_custom_url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `og_article_section` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `og_article_tags` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_use_og` tinyint(1) DEFAULT 0,
  `twitter_card` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT 'default',
  `twitter_image_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT 'default',
  `twitter_image_url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_image_custom_url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_image_custom_fields` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `seo_score` int(11) NOT NULL DEFAULT 0,
  `schema` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schema_type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT 'default',
  `schema_type_options` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `pillar_content` tinyint(1) DEFAULT NULL,
  `robots_default` tinyint(1) NOT NULL DEFAULT 1,
  `robots_noindex` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noarchive` tinyint(1) NOT NULL DEFAULT 0,
  `robots_nosnippet` tinyint(1) NOT NULL DEFAULT 0,
  `robots_nofollow` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noimageindex` tinyint(1) NOT NULL DEFAULT 0,
  `robots_noodp` tinyint(1) NOT NULL DEFAULT 0,
  `robots_notranslate` tinyint(1) NOT NULL DEFAULT 0,
  `robots_max_snippet` int(11) DEFAULT NULL,
  `robots_max_videopreview` int(11) DEFAULT NULL,
  `robots_max_imagepreview` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT 'large',
  `images` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image_scan_date` datetime DEFAULT NULL,
  `priority` float DEFAULT NULL,
  `frequency` tinytext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `videos` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `video_thumbnail` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `video_scan_date` datetime DEFAULT NULL,
  `local_seo` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `limit_modified_date` tinyint(1) NOT NULL DEFAULT 0,
  `options` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_aioseo_posts`
--

INSERT INTO `Airfr_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `limit_modified_date`, `options`, `created`, `updated`) VALUES
(1, 7, 'Air-Frames - Aerial Drone Photography, Videography', 'Established in 2013, Air-Frames is a UK CAA approved (#501) drone company providing ProRes Videography and RAW Photography for TV and Film, and are approved operators for several utility companies for Survey and Mapping solutions.', '[{\"label\":\"Air Frames\",\"value\":\"Air Frames\"},{\"label\":\"PfCO\",\"value\":\"PfCO\"},{\"label\":\"Aerial Drones\",\"value\":\"Aerial Drones\"},{\"label\":\"Drones\",\"value\":\"Drones\"},{\"label\":\"OSC\",\"value\":\"OSC\"},{\"label\":\"Aerial Drone Sevices\",\"value\":\"Aerial Drone Sevices\"},{\"label\":\"Drone Services\",\"value\":\"Drone Services\"},{\"label\":\"4K Film\",\"value\":\"4K Film\"},{\"label\":\"ProRes\",\"value\":\"ProRes\"},{\"label\":\"CinemaDNG\",\"value\":\"CinemaDNG\"},{\"label\":\"Photography\",\"value\":\"Photography\"},{\"label\":\"Aerial Photography\",\"value\":\"Aerial Photography\"},{\"label\":\"Drone Cameras\",\"value\":\"Drone Cameras\"},{\"label\":\"Ground Filming\",\"value\":\"Ground Filming\"},{\"label\":\"Low Altitude Aerial Services\",\"value\":\"Low Altitude Aerial Services\"},{\"label\":\"360 Interactive Panoramas\",\"value\":\"360 Interactive Panoramas\"},{\"label\":\"RAW Photography\",\"value\":\"RAW Photography\"},{\"label\":\"Mapping\",\"value\":\"Mapping\"},{\"label\":\"Modelling\",\"value\":\"Modelling\"},{\"label\":\"Surveys\",\"value\":\"Surveys\"},{\"label\":\"LIDAR\",\"value\":\"LIDAR\"},{\"label\":\"Thermal Survey\",\"value\":\"Thermal Survey\"},{\"label\":\"IR Survey\",\"value\":\"IR Survey\"},{\"label\":\"Infrared Survey\",\"value\":\"Infrared Survey\"},{\"label\":\"Aerial Videography\",\"value\":\"Aerial Videography\"},{\"label\":\"Post Production\",\"value\":\"Post Production\"},{\"label\":\"Videography\",\"value\":\"Videography\"},{\"label\":\"Inspection\",\"value\":\"Inspection\"},{\"label\":\"Maintenance\",\"value\":\"Maintenance\"},{\"label\":\"Pollution Control\",\"value\":\"Pollution Control\"},{\"label\":\"Site Surveys\",\"value\":\"Site Surveys\"},{\"label\":\"TV Production\",\"value\":\"TV Production\"},{\"label\":\"Film Production\",\"value\":\"Film Production\"},{\"label\":\"TV\",\"value\":\"TV\"},{\"label\":\"Properties\",\"value\":\"Properties\"},{\"label\":\"Rescue Assistance\",\"value\":\"Rescue Assistance\"},{\"label\":\"Disaster Support\",\"value\":\"Disaster Support\"},{\"label\":\"Crisis Support\",\"value\":\"Crisis Support\"},{\"label\":\"Construction Progress\",\"value\":\"Construction Progress\"},{\"label\":\"Camera Equipment\",\"value\":\"Camera Equipment\"},{\"label\":\"DJI S1000\",\"value\":\"DJI S1000\"},{\"label\":\"DJI Inspire X5R\",\"value\":\"DJI Inspire X5R\"},{\"label\":\"DJI Phantom 3\",\"value\":\"DJI Phantom 3\"},{\"label\":\"DJI Osmo Gimbal\",\"value\":\"DJI Osmo Gimbal\"},{\"label\":\"Permission For Commercial Operations\",\"value\":\"Permission For Commercial Operations\"},{\"label\":\"Unmanned Aerial Vehicles\",\"value\":\"Unmanned Aerial Vehicles\"},{\"label\":\"Remotely Piloted Aircraft\",\"value\":\"Remotely Piloted Aircraft\"},{\"label\":\"Multirotors\",\"value\":\"Multirotors\"},{\"label\":\"Quadcopters\",\"value\":\"Quadcopters\"},{\"label\":\"Hexacopters\",\"value\":\"Hexacopters\"},{\"label\":\"Octocopters\",\"value\":\"Octocopters\"},{\"label\":\"UAV\",\"value\":\"UAV\"}]', '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2}}}', NULL, NULL, NULL, NULL, 'website', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '[]', 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 91, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/home_left-new.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2015\\/05\\/logo_large.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/home_right-new.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/02\\/main_logo.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/i2-1.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/home_icon_price2.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/home_icon_quote.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/home_icon_night.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/home_icon_price.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/ABCTelevision.svg.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/ribble-2.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/BBC.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2020\\/12\\/whitelogo.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/logo-2-2.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/rc-1.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_crossrail-300x225.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/new-1.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_abc_news-300x225.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2019\\/09\\/cbbc.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_videoink.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2019\\/09\\/netflixw.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/11\\/Clients.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2019\\/09\\/bbc-png.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/10\\/JBA-webb.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_yorkshire_water.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/logo1.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/11\\/partners-1.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/11\\/partners-2.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/plugins\\/instagram-feed\\/img\\/placeholder.png\"}]', '2024-02-27 14:49:36', NULL, 'default', NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:32:49', '2024-02-27 14:49:36'),
(2, 2804, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2021\\/10\\/AFC_RECOG_BRONZE_POS_RGB-e1634204618988.png\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(3, 2797, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2020\\/12\\/carling.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(4, 2796, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2020\\/12\\/carling.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(5, 2790, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2020\\/12\\/whitelogo.png\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(6, 2776, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2020\\/01\\/SKY-HD-logo-png.png\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(7, 2775, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2020\\/01\\/BBC-approved-supplier.png\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(8, 2771, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2019\\/09\\/charlotte-1-.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(9, 2768, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2019\\/09\\/charlotte-1-.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(10, 2764, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2019\\/09\\/netflixw.png\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(11, 2747, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2019\\/09\\/cbbc.png\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(12, 2740, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2019\\/09\\/bbc-png.png\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(13, 2738, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2019\\/09\\/bbc.png\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(14, 2681, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/11\\/partners-2.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(15, 2680, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/11\\/partners-1.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(16, 2678, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/11\\/Clients.png\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(17, 2656, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/11\\/favicon.png\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(18, 2643, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 0, 1, 0, 0, 1, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(19, 2619, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/10\\/ribblesdale.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(20, 2617, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/10\\/print-bureau-.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(21, 2615, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/10\\/alchemy.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(22, 2613, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/10\\/calderdale.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(23, 2609, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/10\\/grow-b.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(24, 2600, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/10\\/IOU.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(25, 2596, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/10\\/youtube.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(26, 2591, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/10\\/somesuch-.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(27, 2556, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/10\\/JBA-webb.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(28, 2553, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(29, 2534, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/airframes-blades-icon.png\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(30, 2530, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/cranes-2.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(31, 2529, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/cranes-1.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(32, 2527, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/roof-1.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(33, 2524, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/Hebden-.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(34, 2516, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/web-1.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(35, 2515, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/webshot-.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(36, 2513, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/set-1.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(37, 2507, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/photos-for-web-1-1.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(38, 2505, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/photos-for-web-2.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(39, 2498, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/maxresdefault.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(40, 2495, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/maxresdefault.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(41, 2487, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/manchester-skyline-1-2.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(42, 2434, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/thermal-4.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/09\\/thermal-4.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(43, 2428, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/thermal-4.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(44, 2427, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/thermal-1.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(45, 2426, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/thermal-3.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47');
INSERT INTO `Airfr_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `limit_modified_date`, `options`, `created`, `updated`) VALUES
(46, 2425, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/thermal-2.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(47, 2421, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/file3_1_orig.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(48, 2420, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/file9_1_orig.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(49, 2419, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/file13_1_orig.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(50, 2418, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/file7_1_orig.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(51, 2417, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/file2_1_orig.jpg\"}]', '2024-02-26 15:33:47', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:33:47', '2024-02-26 15:33:47'),
(52, 2416, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/file10_1_orig.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(53, 2415, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/file1_1_orig.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(54, 2414, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/file4_1_orig.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(55, 2413, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/file8_1_orig.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(56, 2407, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/hfh-logo.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(57, 2401, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/revilo-3.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(58, 2400, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/revilo-1.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(59, 2399, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/revilo-2.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(60, 2398, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/revilo-2.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(61, 2395, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/wwtw-4.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(62, 2394, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/wwtw-3.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(63, 2393, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/wwtw-1.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(64, 2392, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/wwtw-2.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(65, 2391, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/wwtw-1.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(66, 2386, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/i2focus.png\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(67, 2383, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/inspire-2-prores.png\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(68, 2379, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/p44k.png\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(69, 2377, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/equipment_inspire_x5.png\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(70, 2375, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/inspire-2-4.png\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(71, 2374, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/inspire-2-5.png\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(72, 2363, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/0_0.png\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(73, 2361, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/home_left-new.png\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(74, 2359, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/inspire-2-1.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(75, 2357, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/ins-1.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(76, 2353, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/i2-1.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(77, 2349, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/home_right-new.png\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(78, 2346, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/hfh-logo.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(79, 2343, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/fuel-2.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(80, 2342, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/fuel-1.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(81, 2341, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/fuel-3.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(82, 2340, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/fuel-2.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(83, 2332, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/small-chimney-1.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(84, 2331, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/web-2.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(85, 2323, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/cn-1.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(86, 2322, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/chris-norman-1.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(87, 2313, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/chimney-1.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(88, 2310, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/thermal-1-.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(89, 2294, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/logo1.png\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(90, 2291, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/ribble-2.png\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(91, 2290, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/ribble-1.png\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(92, 2288, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/logo.png\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(93, 2257, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/inspire-2-d8cebc2557d246ff43b17211dffc64c6.png\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(94, 2238, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/pl-.png\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(95, 2234, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/rc-1.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(96, 2232, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/new-1.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(97, 2225, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/logo-4-2.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(98, 2224, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/logo-3-2.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(99, 2223, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/logo-2-2.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48');
INSERT INTO `Airfr_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `limit_modified_date`, `options`, `created`, `updated`) VALUES
(100, 2187, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/09\\/3.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(101, 2186, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/09\\/2.jpg\"}]', '2024-02-26 15:34:48', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:34:48', '2024-02-26 15:34:48'),
(102, 16, 'Air-Frames - About | The Company, Licenses and Testimonials | Aerial Drone Services UK | #site_title', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale', '[{\"label\":\"Air Frames\",\"value\":\"Air Frames\"},{\"label\":\"Aerial Drones\",\"value\":\"Aerial Drones\"},{\"label\":\"Drones\",\"value\":\"Drones\"},{\"label\":\"Drone Company\",\"value\":\"Drone Company\"},{\"label\":\"Aerial Drone Sevices\",\"value\":\"Aerial Drone Sevices\"},{\"label\":\"Low Altitude Drones\",\"value\":\"Low Altitude Drones\"},{\"label\":\"Drone Services\",\"value\":\"Drone Services\"},{\"label\":\"4K Film\",\"value\":\"4K Film\"},{\"label\":\"Photography\",\"value\":\"Photography\"},{\"label\":\"Aerial Photography\",\"value\":\"Aerial Photography\"},{\"label\":\"Birds Eye Photography\",\"value\":\"Birds Eye Photography\"},{\"label\":\"Drone Training\",\"value\":\"Drone Training\"},{\"label\":\"Drone Cameras\",\"value\":\"Drone Cameras\"},{\"label\":\"Ground Filming\",\"value\":\"Ground Filming\"},{\"label\":\"Low Altitude Aerial Services\",\"value\":\"Low Altitude Aerial Services\"},{\"label\":\"360 Interactive Panoramas\",\"value\":\"360 Interactive Panoramas\"},{\"label\":\"RAW Photography\",\"value\":\"RAW Photography\"},{\"label\":\"Mapping\",\"value\":\"Mapping\"},{\"label\":\"Modelling\",\"value\":\"Modelling\"},{\"label\":\"Surveys\",\"value\":\"Surveys\"},{\"label\":\"Thermal Survey\",\"value\":\"Thermal Survey\"},{\"label\":\"IR Survey\",\"value\":\"IR Survey\"},{\"label\":\"Infrared Survey\",\"value\":\"Infrared Survey\"},{\"label\":\"Fly Throughs\",\"value\":\"Fly Throughs\"},{\"label\":\"Aerial Videography\",\"value\":\"Aerial Videography\"},{\"label\":\"Post Production\",\"value\":\"Post Production\"},{\"label\":\"Videography\",\"value\":\"Videography\"},{\"label\":\"Inspection\",\"value\":\"Inspection\"},{\"label\":\"Maintenance\",\"value\":\"Maintenance\"},{\"label\":\"Pollution Control\",\"value\":\"Pollution Control\"},{\"label\":\"Site Surveys\",\"value\":\"Site Surveys\"},{\"label\":\"TV Production\",\"value\":\"TV Production\"},{\"label\":\"Film Production\",\"value\":\"Film Production\"},{\"label\":\"Properties\",\"value\":\"Properties\"},{\"label\":\"Rescue Assistance\",\"value\":\"Rescue Assistance\"},{\"label\":\"Disaster Support\",\"value\":\"Disaster Support\"},{\"label\":\"Crisis Support\",\"value\":\"Crisis Support\"},{\"label\":\"Construction Progress\",\"value\":\"Construction Progress\"},{\"label\":\"Camera Equipment\",\"value\":\"Camera Equipment\"},{\"label\":\"DJI S1000\",\"value\":\"DJI S1000\"},{\"label\":\"DJI Inspire X5R\",\"value\":\"DJI Inspire X5R\"},{\"label\":\"DJI Phantom 3\",\"value\":\"DJI Phantom 3\"},{\"label\":\"DJIJI Osmo Gimbol\",\"value\":\"DJIJI Osmo Gimbol\"},{\"label\":\"PFAW\",\"value\":\"PFAW\"},{\"label\":\"Permission For Aerial Work\",\"value\":\"Permission For Aerial Work\"},{\"label\":\"Unmanned Aerial Vehicles\",\"value\":\"Unmanned Aerial Vehicles\"},{\"label\":\"Remotely Piloted Aircraft\",\"value\":\"Remotely Piloted Aircraft\"},{\"label\":\"Multirotors\",\"value\":\"Multirotors\"},{\"label\":\"Quadcopters\",\"value\":\"Quadcopters\"},{\"label\":\"Hexacopters\",\"value\":\"Hexacopters\"},{\"label\":\"Octocopters\",\"value\":\"Octocopters\"},{\"label\":\"UAV\",\"value\":\"UAV\"}]', '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"lengthContent\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '[]', 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 69, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/james_profile-e1534791488672.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2021\\/10\\/AFC_RECOG_BRONZE_POS_RGB.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/ABCTelevision.svg.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/ribble-2.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/BBC.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2020\\/12\\/whitelogo.png\"}]', '2024-02-27 12:03:38', NULL, 'default', NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:35:27', '2024-02-27 12:03:38'),
(103, 2185, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/09\\/1.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(104, 2178, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/02\\/main_logo.png\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(105, 2177, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/02\\/main_logo_highres.png\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(106, 2171, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/logo_large.png\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(107, 2170, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2016\\/07\\/home_slider_highres.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(108, 2168, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2016\\/07\\/temp_image.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(109, 2140, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2016\\/07\\/film-web.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(110, 2138, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2016\\/07\\/web-resize.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(111, 2137, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2016\\/07\\/1175px-Video-icon.svg.png\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(112, 2110, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/dod-v-faint-and-small.png\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(113, 2104, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/dod-v-faint.png\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(114, 2102, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/dod-faint-logo.png\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(115, 2091, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/logo_lrg.png\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(116, 2089, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/BBC.png\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(117, 2084, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/background-testimonial-3.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(118, 2080, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/testimonial-background-2.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(119, 2078, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/testimonial-background.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(120, 2067, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/web-still-4.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(121, 2066, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/web-stills.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(122, 2065, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/web-stills-2.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(123, 2056, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(124, 2055, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/Web-2.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(125, 2044, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/web.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(126, 1984, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/web.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2015\\/05\\/web.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(127, 1932, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/chris-norman-1.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(128, 1858, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/ABCTelevision.svg.png\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(129, 1853, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/home_icon_price2.png\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(130, 1843, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/Hebden-900kb.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(131, 1822, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/web-image-1.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(132, 1810, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/Unknown.jpeg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(133, 1798, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/home_portfolio_bg.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(134, 1754, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(135, 1752, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/equipment_inspire_x5s.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(136, 1731, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/james_profile-e1534791488672.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(137, 1715, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/partners_siteeye.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(138, 1714, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/partners_drone_aerial.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(139, 1699, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_bbc.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(140, 1698, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_yorkshire_water.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(141, 1697, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_abc_news.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(142, 1696, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_revilo_homes.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(143, 1692, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_alun_griffiths.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(144, 1691, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_bam_nuttall.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(145, 1690, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_bedlam_productions.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(146, 1689, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_cannonball.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(147, 1688, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_charnock_bates.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38');
INSERT INTO `Airfr_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `limit_modified_date`, `options`, `created`, `updated`) VALUES
(148, 1687, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_crossrail.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(149, 1686, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_egip.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(150, 1685, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_excalibur_productions.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(151, 1684, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_kingsknowe_golf_club.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(152, 1683, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_morgan_sindall.jpg\"}]', '2024-02-26 15:45:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:38', '2024-02-26 15:45:38'),
(153, 1286, 'Aerial Drone Survey, Mapping &amp; Infared Photography - Air-Frames | #site_title', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale', '[{\"label\":\"Air Frames\",\"value\":\"Air Frames\"},{\"label\":\"Aerial Drones\",\"value\":\"Aerial Drones\"},{\"label\":\"Drones\",\"value\":\"Drones\"},{\"label\":\"Drone Company\",\"value\":\"Drone Company\"},{\"label\":\"Aerial Drone Sevices\",\"value\":\"Aerial Drone Sevices\"},{\"label\":\"Low Altitude Drones\",\"value\":\"Low Altitude Drones\"},{\"label\":\"Drone Services\",\"value\":\"Drone Services\"},{\"label\":\"4K Film\",\"value\":\"4K Film\"},{\"label\":\"Photography\",\"value\":\"Photography\"},{\"label\":\"Aerial Photography\",\"value\":\"Aerial Photography\"},{\"label\":\"Birds Eye Photography\",\"value\":\"Birds Eye Photography\"},{\"label\":\"Drone Training\",\"value\":\"Drone Training\"},{\"label\":\"Drone Cameras\",\"value\":\"Drone Cameras\"},{\"label\":\"Ground Filming\",\"value\":\"Ground Filming\"},{\"label\":\"Low Altitude Aerial Services\",\"value\":\"Low Altitude Aerial Services\"},{\"label\":\"360 Interactive Panoramas\",\"value\":\"360 Interactive Panoramas\"},{\"label\":\"RAW Photography\",\"value\":\"RAW Photography\"},{\"label\":\"Mapping\",\"value\":\"Mapping\"},{\"label\":\"Modelling\",\"value\":\"Modelling\"},{\"label\":\"Surveys\",\"value\":\"Surveys\"},{\"label\":\"Thermal Survey\",\"value\":\"Thermal Survey\"},{\"label\":\"IR Survey\",\"value\":\"IR Survey\"},{\"label\":\"Infrared Survey\",\"value\":\"Infrared Survey\"},{\"label\":\"Fly Throughs\",\"value\":\"Fly Throughs\"},{\"label\":\"Aerial Videography\",\"value\":\"Aerial Videography\"},{\"label\":\"Post Production\",\"value\":\"Post Production\"},{\"label\":\"Videography\",\"value\":\"Videography\"},{\"label\":\"Inspection\",\"value\":\"Inspection\"},{\"label\":\"Maintenance\",\"value\":\"Maintenance\"},{\"label\":\"Pollution Control\",\"value\":\"Pollution Control\"},{\"label\":\"Site Surveys\",\"value\":\"Site Surveys\"},{\"label\":\"TV Production\",\"value\":\"TV Production\"},{\"label\":\"Film Production\",\"value\":\"Film Production\"},{\"label\":\"Properties\",\"value\":\"Properties\"},{\"label\":\"Rescue Assistance\",\"value\":\"Rescue Assistance\"},{\"label\":\"Disaster Support\",\"value\":\"Disaster Support\"},{\"label\":\"Crisis Support\",\"value\":\"Crisis Support\"},{\"label\":\"Construction Progress\",\"value\":\"Construction Progress\"},{\"label\":\"Camera Equipment\",\"value\":\"Camera Equipment\"},{\"label\":\"DJI S1000\",\"value\":\"DJI S1000\"},{\"label\":\"DJI Inspire X5R\",\"value\":\"DJI Inspire X5R\"},{\"label\":\"DJI Phantom 3\",\"value\":\"DJI Phantom 3\"},{\"label\":\"DJIJI Osmo Gimbol\",\"value\":\"DJIJI Osmo Gimbol\"},{\"label\":\"PFAW\",\"value\":\"PFAW\"},{\"label\":\"Permission For Aerial Work\",\"value\":\"Permission For Aerial Work\"},{\"label\":\"Unmanned Aerial Vehicles\",\"value\":\"Unmanned Aerial Vehicles\"},{\"label\":\"Remotely Piloted Aircraft\",\"value\":\"Remotely Piloted Aircraft\"},{\"label\":\"Multirotors\",\"value\":\"Multirotors\"},{\"label\":\"Quadcopters\",\"value\":\"Quadcopters\"},{\"label\":\"Hexacopters\",\"value\":\"Hexacopters\"},{\"label\":\"Octocopters\",\"value\":\"Octocopters\"},{\"label\":\"UAV\",\"value\":\"UAV\"}]', NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2015\\/05\\/web.jpg\"},{\"image:loc\":\"http:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/webshot-.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/09\\/thermal-4.jpg\"}]', '2024-02-26 16:02:50', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:45:39', '2024-02-26 16:02:50'),
(154, 1682, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_network_rail.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(155, 1681, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_pukka_films.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(156, 1680, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_reeds_rains.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(157, 1679, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_scot_rail.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(158, 1678, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_site_eye.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(159, 1677, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_splat_training.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(160, 1676, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_saipem.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(161, 1675, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_hermes.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(162, 1674, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_uascdc.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(163, 1673, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_airstoc.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(164, 1672, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_videoink.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(165, 1671, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_help_for_heros.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(166, 1670, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_invictus_games.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(167, 1669, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/clients_JBA_consulting.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(168, 1665, 'Air-Frames - Clients | Working With Clients All Over The UK | Aerial Drone Services UK | #site_title', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale', '[{\"label\":\"Air Frames\",\"value\":\"Air Frames\"},{\"label\":\"Aerial Drones\",\"value\":\"Aerial Drones\"},{\"label\":\"Drones\",\"value\":\"Drones\"},{\"label\":\"Drone Company\",\"value\":\"Drone Company\"},{\"label\":\"Aerial Drone Sevices\",\"value\":\"Aerial Drone Sevices\"},{\"label\":\"Low Altitude Drones\",\"value\":\"Low Altitude Drones\"},{\"label\":\"Drone Services\",\"value\":\"Drone Services\"},{\"label\":\"4K Film\",\"value\":\"4K Film\"},{\"label\":\"Photography\",\"value\":\"Photography\"},{\"label\":\"Aerial Photography\",\"value\":\"Aerial Photography\"},{\"label\":\"Birds Eye Photography\",\"value\":\"Birds Eye Photography\"},{\"label\":\"Drone Training\",\"value\":\"Drone Training\"},{\"label\":\"Drone Cameras\",\"value\":\"Drone Cameras\"},{\"label\":\"Ground Filming\",\"value\":\"Ground Filming\"},{\"label\":\"Low Altitude Aerial Services\",\"value\":\"Low Altitude Aerial Services\"},{\"label\":\"360 Interactive Panoramas\",\"value\":\"360 Interactive Panoramas\"},{\"label\":\"RAW Photography\",\"value\":\"RAW Photography\"},{\"label\":\"Mapping\",\"value\":\"Mapping\"},{\"label\":\"Modelling\",\"value\":\"Modelling\"},{\"label\":\"Surveys\",\"value\":\"Surveys\"},{\"label\":\"Thermal Survey\",\"value\":\"Thermal Survey\"},{\"label\":\"IR Survey\",\"value\":\"IR Survey\"},{\"label\":\"Infrared Survey\",\"value\":\"Infrared Survey\"},{\"label\":\"Fly Throughs\",\"value\":\"Fly Throughs\"},{\"label\":\"Aerial Videography\",\"value\":\"Aerial Videography\"},{\"label\":\"Post Production\",\"value\":\"Post Production\"},{\"label\":\"Videography\",\"value\":\"Videography\"},{\"label\":\"Inspection\",\"value\":\"Inspection\"},{\"label\":\"Maintenance\",\"value\":\"Maintenance\"},{\"label\":\"Pollution Control\",\"value\":\"Pollution Control\"},{\"label\":\"Site Surveys\",\"value\":\"Site Surveys\"},{\"label\":\"TV Production\",\"value\":\"TV Production\"},{\"label\":\"Film Production\",\"value\":\"Film Production\"},{\"label\":\"Properties\",\"value\":\"Properties\"},{\"label\":\"Rescue Assistance\",\"value\":\"Rescue Assistance\"},{\"label\":\"Disaster Support\",\"value\":\"Disaster Support\"},{\"label\":\"Crisis Support\",\"value\":\"Crisis Support\"},{\"label\":\"Construction Progress\",\"value\":\"Construction Progress\"},{\"label\":\"Camera Equipment\",\"value\":\"Camera Equipment\"},{\"label\":\"DJI S1000\",\"value\":\"DJI S1000\"},{\"label\":\"DJI Inspire X5R\",\"value\":\"DJI Inspire X5R\"},{\"label\":\"DJI Phantom 3\",\"value\":\"DJI Phantom 3\"},{\"label\":\"DJIJI Osmo Gimbol\",\"value\":\"DJIJI Osmo Gimbol\"},{\"label\":\"PFAW\",\"value\":\"PFAW\"},{\"label\":\"Permission For Aerial Work\",\"value\":\"Permission For Aerial Work\"},{\"label\":\"Unmanned Aerial Vehicles\",\"value\":\"Unmanned Aerial Vehicles\"},{\"label\":\"Remotely Piloted Aircraft\",\"value\":\"Remotely Piloted Aircraft\"},{\"label\":\"Multirotors\",\"value\":\"Multirotors\"},{\"label\":\"Quadcopters\",\"value\":\"Quadcopters\"},{\"label\":\"Hexacopters\",\"value\":\"Hexacopters\"},{\"label\":\"Octocopters\",\"value\":\"Octocopters\"},{\"label\":\"UAV\",\"value\":\"UAV\"}]', NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2019\\/09\\/cbbc.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2019\\/09\\/netflixw.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/rc-1.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/logo-2-2.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/logo-3-2.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/new-1.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/logo-4-2.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_bbc.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_yorkshire_water.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_abc_news.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_revilo_homes.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_alun_griffiths.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_bam_nuttall.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_bedlam_productions.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_cannonball.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_charnock_bates.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_crossrail.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_egip.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_excalibur_productions.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_kingsknowe_golf_club.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_morgan_sindall.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_network_rail.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_pukka_films.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_reeds_rains.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_scot_rail.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_site_eye.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_splat_training.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_saipem.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_hermes.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_uascdc.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_invictus_games.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_airstoc.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_videoink.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_help_for_heros.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/clients_JBA_consulting.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/10\\/somesuch-.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/10\\/youtube.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/10\\/print-bureau-.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/10\\/IOU.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/10\\/grow-b.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/10\\/calderdale.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/10\\/alchemy.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/10\\/ribblesdale.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(169, 1657, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/home_icon_night.png\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(170, 1654, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/favicon_white.png\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(171, 1653, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/favicon.png\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(172, 1652, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/main-logo_clear.png\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(173, 1641, 'Air-Frames - Portfolio | Drone Operated Photography, Videography and Site Surveys | Aerial Drone Services UK | #site_title', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale', '[{\"label\":\"Air Frames\",\"value\":\"Air Frames\"},{\"label\":\"Aerial Drones\",\"value\":\"Aerial Drones\"},{\"label\":\"Drones\",\"value\":\"Drones\"},{\"label\":\"Drone Company\",\"value\":\"Drone Company\"},{\"label\":\"Aerial Drone Sevices\",\"value\":\"Aerial Drone Sevices\"},{\"label\":\"Low Altitude Drones\",\"value\":\"Low Altitude Drones\"},{\"label\":\"Drone Services\",\"value\":\"Drone Services\"},{\"label\":\"4K Film\",\"value\":\"4K Film\"},{\"label\":\"Photography\",\"value\":\"Photography\"},{\"label\":\"Aerial Photography\",\"value\":\"Aerial Photography\"},{\"label\":\"Birds Eye Photography\",\"value\":\"Birds Eye Photography\"},{\"label\":\"Drone Training\",\"value\":\"Drone Training\"},{\"label\":\"Drone Cameras\",\"value\":\"Drone Cameras\"},{\"label\":\"Ground Filming\",\"value\":\"Ground Filming\"},{\"label\":\"Low Altitude Aerial Services\",\"value\":\"Low Altitude Aerial Services\"},{\"label\":\"360 Interactive Panoramas\",\"value\":\"360 Interactive Panoramas\"},{\"label\":\"RAW Photography\",\"value\":\"RAW Photography\"},{\"label\":\"Mapping\",\"value\":\"Mapping\"},{\"label\":\"Modelling\",\"value\":\"Modelling\"},{\"label\":\"Surveys\",\"value\":\"Surveys\"},{\"label\":\"Thermal Survey\",\"value\":\"Thermal Survey\"},{\"label\":\"IR Survey\",\"value\":\"IR Survey\"},{\"label\":\"Infrared Survey\",\"value\":\"Infrared Survey\"},{\"label\":\"Fly Throughs\",\"value\":\"Fly Throughs\"},{\"label\":\"Aerial Videography\",\"value\":\"Aerial Videography\"},{\"label\":\"Post Production\",\"value\":\"Post Production\"},{\"label\":\"Videography\",\"value\":\"Videography\"},{\"label\":\"Inspection\",\"value\":\"Inspection\"},{\"label\":\"Maintenance\",\"value\":\"Maintenance\"},{\"label\":\"Pollution Control\",\"value\":\"Pollution Control\"},{\"label\":\"Site Surveys\",\"value\":\"Site Surveys\"},{\"label\":\"TV Production\",\"value\":\"TV Production\"},{\"label\":\"Film Production\",\"value\":\"Film Production\"},{\"label\":\"Properties\",\"value\":\"Properties\"},{\"label\":\"Rescue Assistance\",\"value\":\"Rescue Assistance\"},{\"label\":\"Disaster Support\",\"value\":\"Disaster Support\"},{\"label\":\"Crisis Support\",\"value\":\"Crisis Support\"},{\"label\":\"Construction Progress\",\"value\":\"Construction Progress\"},{\"label\":\"Camera Equipment\",\"value\":\"Camera Equipment\"},{\"label\":\"DJI S1000\",\"value\":\"DJI S1000\"},{\"label\":\"DJI Inspire X5R\",\"value\":\"DJI Inspire X5R\"},{\"label\":\"DJI Phantom 3\",\"value\":\"DJI Phantom 3\"},{\"label\":\"DJIJI Osmo Gimbol\",\"value\":\"DJIJI Osmo Gimbol\"},{\"label\":\"PFAW\",\"value\":\"PFAW\"},{\"label\":\"Permission For Aerial Work\",\"value\":\"Permission For Aerial Work\"},{\"label\":\"Unmanned Aerial Vehicles\",\"value\":\"Unmanned Aerial Vehicles\"},{\"label\":\"Remotely Piloted Aircraft\",\"value\":\"Remotely Piloted Aircraft\"},{\"label\":\"Multirotors\",\"value\":\"Multirotors\"},{\"label\":\"Quadcopters\",\"value\":\"Quadcopters\"},{\"label\":\"Hexacopters\",\"value\":\"Hexacopters\"},{\"label\":\"Octocopters\",\"value\":\"Octocopters\"},{\"label\":\"UAV\",\"value\":\"UAV\"}]', NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2020\\/12\\/carling.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2019\\/09\\/charlotte-1-.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/maxresdefault.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/thermal-4.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/chris-norman-1.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/web.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/hfh-logo.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/revilo-2.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/wwtw-1.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/fuel-2.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/manchester-skyline-1-2.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/photos-for-web-1-1.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/file7_1_orig.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/webshot-.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/file2_1_orig.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/web-1.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/file9_1_orig.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/web-stills-2.jpg\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/09\\/Hebden-.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(174, 1630, 'Air-Frames - Contact | Calderdale Based Aerial Drone Specialists | Aerial Drone Services UK | #site_title', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale', '[{\"label\":\"Air Frames\",\"value\":\"Air Frames\"},{\"label\":\"Aerial Drones\",\"value\":\"Aerial Drones\"},{\"label\":\"Drones\",\"value\":\"Drones\"},{\"label\":\"Drone Company\",\"value\":\"Drone Company\"},{\"label\":\"Aerial Drone Sevices\",\"value\":\"Aerial Drone Sevices\"},{\"label\":\"Low Altitude Drones\",\"value\":\"Low Altitude Drones\"},{\"label\":\"Drone Services\",\"value\":\"Drone Services\"},{\"label\":\"4K Film\",\"value\":\"4K Film\"},{\"label\":\"Photography\",\"value\":\"Photography\"},{\"label\":\"Aerial Photography\",\"value\":\"Aerial Photography\"},{\"label\":\"Birds Eye Photography\",\"value\":\"Birds Eye Photography\"},{\"label\":\"Drone Training\",\"value\":\"Drone Training\"},{\"label\":\"Drone Cameras\",\"value\":\"Drone Cameras\"},{\"label\":\"Ground Filming\",\"value\":\"Ground Filming\"},{\"label\":\"Low Altitude Aerial Services\",\"value\":\"Low Altitude Aerial Services\"},{\"label\":\"360 Interactive Panoramas\",\"value\":\"360 Interactive Panoramas\"},{\"label\":\"RAW Photography\",\"value\":\"RAW Photography\"},{\"label\":\"Mapping\",\"value\":\"Mapping\"},{\"label\":\"Modelling\",\"value\":\"Modelling\"},{\"label\":\"Surveys\",\"value\":\"Surveys\"},{\"label\":\"Thermal Survey\",\"value\":\"Thermal Survey\"},{\"label\":\"IR Survey\",\"value\":\"IR Survey\"},{\"label\":\"Infrared Survey\",\"value\":\"Infrared Survey\"},{\"label\":\"Fly Throughs\",\"value\":\"Fly Throughs\"},{\"label\":\"Aerial Videography\",\"value\":\"Aerial Videography\"},{\"label\":\"Post Production\",\"value\":\"Post Production\"},{\"label\":\"Videography\",\"value\":\"Videography\"},{\"label\":\"Inspection\",\"value\":\"Inspection\"},{\"label\":\"Maintenance\",\"value\":\"Maintenance\"},{\"label\":\"Pollution Control\",\"value\":\"Pollution Control\"},{\"label\":\"Site Surveys\",\"value\":\"Site Surveys\"},{\"label\":\"TV Production\",\"value\":\"TV Production\"},{\"label\":\"Film Production\",\"value\":\"Film Production\"},{\"label\":\"Properties\",\"value\":\"Properties\"},{\"label\":\"Rescue Assistance\",\"value\":\"Rescue Assistance\"},{\"label\":\"Disaster Support\",\"value\":\"Disaster Support\"},{\"label\":\"Crisis Support\",\"value\":\"Crisis Support\"},{\"label\":\"Construction Progress\",\"value\":\"Construction Progress\"},{\"label\":\"Camera Equipment\",\"value\":\"Camera Equipment\"},{\"label\":\"DJI S1000\",\"value\":\"DJI S1000\"},{\"label\":\"DJI Inspire X5R\",\"value\":\"DJI Inspire X5R\"},{\"label\":\"DJI Phantom 3\",\"value\":\"DJI Phantom 3\"},{\"label\":\"DJIJI Osmo Gimbol\",\"value\":\"DJIJI Osmo Gimbol\"},{\"label\":\"PFAW\",\"value\":\"PFAW\"},{\"label\":\"Permission For Aerial Work\",\"value\":\"Permission For Aerial Work\"},{\"label\":\"Unmanned Aerial Vehicles\",\"value\":\"Unmanned Aerial Vehicles\"},{\"label\":\"Remotely Piloted Aircraft\",\"value\":\"Remotely Piloted Aircraft\"},{\"label\":\"Multirotors\",\"value\":\"Multirotors\"},{\"label\":\"Quadcopters\",\"value\":\"Quadcopters\"},{\"label\":\"Hexacopters\",\"value\":\"Hexacopters\"},{\"label\":\"Octocopters\",\"value\":\"Octocopters\"},{\"label\":\"UAV\",\"value\":\"UAV\"}]', '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1}}}', NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '[]', 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 72, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/contact_logo.jpg\"}]', '2024-02-26 17:05:46', NULL, 'default', NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 17:05:46'),
(175, 1492, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/service_mainpage_temp.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(176, 1491, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/portfolio_example_2.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28');
INSERT INTO `Airfr_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `limit_modified_date`, `options`, `created`, `updated`) VALUES
(177, 1490, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/portfolio_example_1.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(178, 1489, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/footer_suas-global-member.png\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(179, 1488, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/footer_arpas-uk.png\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(180, 1486, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/equipment_phantom3.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(181, 1485, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/equipment_osmo_gimbol.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(182, 1484, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/equipment_inspire_x5r.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(183, 1483, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/equipment_ground_gimbal.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(184, 1482, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/equipment_buy_bg.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(185, 1481, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/contact_logo.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(186, 1480, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/about_testimonials_bg.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(187, 1478, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/home_slider_1.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(188, 1477, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/home_services_temp.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(189, 1476, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/home_right.png\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(190, 1470, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/home_left.png\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(191, 1467, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/home_icon_quote.png\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(192, 1466, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/home_icon_price.png\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(193, 1465, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/home_icon_clients.png\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(194, 1464, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/home_contact_bg.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(195, 1455, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2017\\/07\\/page_header.jpg\"}]', '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(196, 1424, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(197, 1422, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(198, 1420, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(199, 1416, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(200, 1414, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(201, 1410, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(202, 1408, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(203, 1406, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 15:55:28', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 15:55:28', '2024-02-26 15:55:28'),
(204, 1404, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(205, 1402, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(206, 1282, 'Aerial Drone Photography Services - Air-Frames | #site_title', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale', '[{\"label\":\"Air Frames\",\"value\":\"Air Frames\"},{\"label\":\"Aerial Drones\",\"value\":\"Aerial Drones\"},{\"label\":\"Drones\",\"value\":\"Drones\"},{\"label\":\"Drone Company\",\"value\":\"Drone Company\"},{\"label\":\"Aerial Drone Sevices\",\"value\":\"Aerial Drone Sevices\"},{\"label\":\"Low Altitude Drones\",\"value\":\"Low Altitude Drones\"},{\"label\":\"Drone Services\",\"value\":\"Drone Services\"},{\"label\":\"4K Film\",\"value\":\"4K Film\"},{\"label\":\"Photography\",\"value\":\"Photography\"},{\"label\":\"Aerial Photography\",\"value\":\"Aerial Photography\"},{\"label\":\"Birds Eye Photography\",\"value\":\"Birds Eye Photography\"},{\"label\":\"Drone Training\",\"value\":\"Drone Training\"},{\"label\":\"Drone Cameras\",\"value\":\"Drone Cameras\"},{\"label\":\"Ground Filming\",\"value\":\"Ground Filming\"},{\"label\":\"Low Altitude Aerial Services\",\"value\":\"Low Altitude Aerial Services\"},{\"label\":\"360 Interactive Panoramas\",\"value\":\"360 Interactive Panoramas\"},{\"label\":\"RAW Photography\",\"value\":\"RAW Photography\"},{\"label\":\"Mapping\",\"value\":\"Mapping\"},{\"label\":\"Modelling\",\"value\":\"Modelling\"},{\"label\":\"Surveys\",\"value\":\"Surveys\"},{\"label\":\"Thermal Survey\",\"value\":\"Thermal Survey\"},{\"label\":\"IR Survey\",\"value\":\"IR Survey\"},{\"label\":\"Infrared Survey\",\"value\":\"Infrared Survey\"},{\"label\":\"Fly Throughs\",\"value\":\"Fly Throughs\"},{\"label\":\"Aerial Videography\",\"value\":\"Aerial Videography\"},{\"label\":\"Post Production\",\"value\":\"Post Production\"},{\"label\":\"Videography\",\"value\":\"Videography\"},{\"label\":\"Inspection\",\"value\":\"Inspection\"},{\"label\":\"Maintenance\",\"value\":\"Maintenance\"},{\"label\":\"Pollution Control\",\"value\":\"Pollution Control\"},{\"label\":\"Site Surveys\",\"value\":\"Site Surveys\"},{\"label\":\"TV Production\",\"value\":\"TV Production\"},{\"label\":\"Film Production\",\"value\":\"Film Production\"},{\"label\":\"Properties\",\"value\":\"Properties\"},{\"label\":\"Rescue Assistance\",\"value\":\"Rescue Assistance\"},{\"label\":\"Disaster Support\",\"value\":\"Disaster Support\"},{\"label\":\"Crisis Support\",\"value\":\"Crisis Support\"},{\"label\":\"Construction Progress\",\"value\":\"Construction Progress\"},{\"label\":\"Camera Equipment\",\"value\":\"Camera Equipment\"},{\"label\":\"DJI S1000\",\"value\":\"DJI S1000\"},{\"label\":\"DJI Inspire X5R\",\"value\":\"DJI Inspire X5R\"},{\"label\":\"DJI Phantom 3\",\"value\":\"DJI Phantom 3\"},{\"label\":\"DJIJI Osmo Gimbol\",\"value\":\"DJIJI Osmo Gimbol\"},{\"label\":\"PFAW\",\"value\":\"PFAW\"},{\"label\":\"Permission For Aerial Work\",\"value\":\"Permission For Aerial Work\"},{\"label\":\"Unmanned Aerial Vehicles\",\"value\":\"Unmanned Aerial Vehicles\"},{\"label\":\"Remotely Piloted Aircraft\",\"value\":\"Remotely Piloted Aircraft\"},{\"label\":\"Multirotors\",\"value\":\"Multirotors\"},{\"label\":\"Quadcopters\",\"value\":\"Quadcopters\"},{\"label\":\"Hexacopters\",\"value\":\"Hexacopters\"},{\"label\":\"Octocopters\",\"value\":\"Octocopters\"},{\"label\":\"UAV\",\"value\":\"UAV\"}]', NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2015\\/05\\/Web-2.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/web-2.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/small-chimney-1.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/09\\/cranes-1.jpg\"}]', '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(207, 1278, 'Aerial Drone Filming &amp; Film Production - Air-Frames | #site_title', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale', '[{\"label\":\"Air Frames\",\"value\":\"Air Frames\"},{\"label\":\"Aerial Drones\",\"value\":\"Aerial Drones\"},{\"label\":\"Drones\",\"value\":\"Drones\"},{\"label\":\"Drone Company\",\"value\":\"Drone Company\"},{\"label\":\"Aerial Drone Sevices\",\"value\":\"Aerial Drone Sevices\"},{\"label\":\"Low Altitude Drones\",\"value\":\"Low Altitude Drones\"},{\"label\":\"Drone Services\",\"value\":\"Drone Services\"},{\"label\":\"4K Film\",\"value\":\"4K Film\"},{\"label\":\"Photography\",\"value\":\"Photography\"},{\"label\":\"Aerial Photography\",\"value\":\"Aerial Photography\"},{\"label\":\"Birds Eye Photography\",\"value\":\"Birds Eye Photography\"},{\"label\":\"Drone Training\",\"value\":\"Drone Training\"},{\"label\":\"Drone Cameras\",\"value\":\"Drone Cameras\"},{\"label\":\"Ground Filming\",\"value\":\"Ground Filming\"},{\"label\":\"Low Altitude Aerial Services\",\"value\":\"Low Altitude Aerial Services\"},{\"label\":\"360 Interactive Panoramas\",\"value\":\"360 Interactive Panoramas\"},{\"label\":\"RAW Photography\",\"value\":\"RAW Photography\"},{\"label\":\"Mapping\",\"value\":\"Mapping\"},{\"label\":\"Modelling\",\"value\":\"Modelling\"},{\"label\":\"Surveys\",\"value\":\"Surveys\"},{\"label\":\"Thermal Survey\",\"value\":\"Thermal Survey\"},{\"label\":\"IR Survey\",\"value\":\"IR Survey\"},{\"label\":\"Infrared Survey\",\"value\":\"Infrared Survey\"},{\"label\":\"Fly Throughs\",\"value\":\"Fly Throughs\"},{\"label\":\"Aerial Videography\",\"value\":\"Aerial Videography\"},{\"label\":\"Post Production\",\"value\":\"Post Production\"},{\"label\":\"Videography\",\"value\":\"Videography\"},{\"label\":\"Inspection\",\"value\":\"Inspection\"},{\"label\":\"Maintenance\",\"value\":\"Maintenance\"},{\"label\":\"Pollution Control\",\"value\":\"Pollution Control\"},{\"label\":\"Site Surveys\",\"value\":\"Site Surveys\"},{\"label\":\"TV Production\",\"value\":\"TV Production\"},{\"label\":\"Film Production\",\"value\":\"Film Production\"},{\"label\":\"Properties\",\"value\":\"Properties\"},{\"label\":\"Rescue Assistance\",\"value\":\"Rescue Assistance\"},{\"label\":\"Disaster Support\",\"value\":\"Disaster Support\"},{\"label\":\"Crisis Support\",\"value\":\"Crisis Support\"},{\"label\":\"Construction Progress\",\"value\":\"Construction Progress\"},{\"label\":\"Camera Equipment\",\"value\":\"Camera Equipment\"},{\"label\":\"DJI S1000\",\"value\":\"DJI S1000\"},{\"label\":\"DJI Inspire X5R\",\"value\":\"DJI Inspire X5R\"},{\"label\":\"DJI Phantom 3\",\"value\":\"DJI Phantom 3\"},{\"label\":\"DJIJI Osmo Gimbol\",\"value\":\"DJIJI Osmo Gimbol\"},{\"label\":\"PFAW\",\"value\":\"PFAW\"},{\"label\":\"Permission For Aerial Work\",\"value\":\"Permission For Aerial Work\"},{\"label\":\"Unmanned Aerial Vehicles\",\"value\":\"Unmanned Aerial Vehicles\"},{\"label\":\"Remotely Piloted Aircraft\",\"value\":\"Remotely Piloted Aircraft\"},{\"label\":\"Multirotors\",\"value\":\"Multirotors\"},{\"label\":\"Quadcopters\",\"value\":\"Quadcopters\"},{\"label\":\"Hexacopters\",\"value\":\"Hexacopters\"},{\"label\":\"Octocopters\",\"value\":\"Octocopters\"},{\"label\":\"UAV\",\"value\":\"UAV\"}]', NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/09\\/set-1.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/i2focus.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/09\\/roof-1.jpg\"}]', '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(208, 1276, 'Air-Frames - FAQ | Drone Filming and Opperations Questions | Aerial Drone Services UK | #site_title', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale', '[{\"label\":\"Air Frames\",\"value\":\"Air Frames\"},{\"label\":\"Aerial Drones\",\"value\":\"Aerial Drones\"},{\"label\":\"Drones\",\"value\":\"Drones\"},{\"label\":\"Drone Company\",\"value\":\"Drone Company\"},{\"label\":\"Aerial Drone Sevices\",\"value\":\"Aerial Drone Sevices\"},{\"label\":\"Low Altitude Drones\",\"value\":\"Low Altitude Drones\"},{\"label\":\"Drone Services\",\"value\":\"Drone Services\"},{\"label\":\"4K Film\",\"value\":\"4K Film\"},{\"label\":\"Photography\",\"value\":\"Photography\"},{\"label\":\"Aerial Photography\",\"value\":\"Aerial Photography\"},{\"label\":\"Birds Eye Photography\",\"value\":\"Birds Eye Photography\"},{\"label\":\"Drone Training\",\"value\":\"Drone Training\"},{\"label\":\"Drone Cameras\",\"value\":\"Drone Cameras\"},{\"label\":\"Ground Filming\",\"value\":\"Ground Filming\"},{\"label\":\"Low Altitude Aerial Services\",\"value\":\"Low Altitude Aerial Services\"},{\"label\":\"360 Interactive Panoramas\",\"value\":\"360 Interactive Panoramas\"},{\"label\":\"RAW Photography\",\"value\":\"RAW Photography\"},{\"label\":\"Mapping\",\"value\":\"Mapping\"},{\"label\":\"Modelling\",\"value\":\"Modelling\"},{\"label\":\"Surveys\",\"value\":\"Surveys\"},{\"label\":\"Thermal Survey\",\"value\":\"Thermal Survey\"},{\"label\":\"IR Survey\",\"value\":\"IR Survey\"},{\"label\":\"Infrared Survey\",\"value\":\"Infrared Survey\"},{\"label\":\"Fly Throughs\",\"value\":\"Fly Throughs\"},{\"label\":\"Aerial Videography\",\"value\":\"Aerial Videography\"},{\"label\":\"Post Production\",\"value\":\"Post Production\"},{\"label\":\"Videography\",\"value\":\"Videography\"},{\"label\":\"Inspection\",\"value\":\"Inspection\"},{\"label\":\"Maintenance\",\"value\":\"Maintenance\"},{\"label\":\"Pollution Control\",\"value\":\"Pollution Control\"},{\"label\":\"Site Surveys\",\"value\":\"Site Surveys\"},{\"label\":\"TV Production\",\"value\":\"TV Production\"},{\"label\":\"Film Production\",\"value\":\"Film Production\"},{\"label\":\"Properties\",\"value\":\"Properties\"},{\"label\":\"Rescue Assistance\",\"value\":\"Rescue Assistance\"},{\"label\":\"Disaster Support\",\"value\":\"Disaster Support\"},{\"label\":\"Crisis Support\",\"value\":\"Crisis Support\"},{\"label\":\"Construction Progress\",\"value\":\"Construction Progress\"},{\"label\":\"Camera Equipment\",\"value\":\"Camera Equipment\"},{\"label\":\"DJI S1000\",\"value\":\"DJI S1000\"},{\"label\":\"DJI Inspire X5R\",\"value\":\"DJI Inspire X5R\"},{\"label\":\"DJI Phantom 3\",\"value\":\"DJI Phantom 3\"},{\"label\":\"DJIJI Osmo Gimbol\",\"value\":\"DJIJI Osmo Gimbol\"},{\"label\":\"PFAW\",\"value\":\"PFAW\"},{\"label\":\"Permission For Aerial Work\",\"value\":\"Permission For Aerial Work\"},{\"label\":\"Unmanned Aerial Vehicles\",\"value\":\"Unmanned Aerial Vehicles\"},{\"label\":\"Remotely Piloted Aircraft\",\"value\":\"Remotely Piloted Aircraft\"},{\"label\":\"Multirotors\",\"value\":\"Multirotors\"},{\"label\":\"Quadcopters\",\"value\":\"Quadcopters\"},{\"label\":\"Hexacopters\",\"value\":\"Hexacopters\"},{\"label\":\"Octocopters\",\"value\":\"Octocopters\"},{\"label\":\"UAV\",\"value\":\"UAV\"}]', NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(209, 1274, 'Air-Frames - Equipment | Using Only The Very Best In Drone &amp; Film Equipment | Aerial Drone Services UK | #site_title', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale', '[{\"label\":\"Air Frames\",\"value\":\"Air Frames\"},{\"label\":\"Aerial Drones\",\"value\":\"Aerial Drones\"},{\"label\":\"Drones\",\"value\":\"Drones\"},{\"label\":\"Drone Company\",\"value\":\"Drone Company\"},{\"label\":\"Aerial Drone Sevices\",\"value\":\"Aerial Drone Sevices\"},{\"label\":\"Low Altitude Drones\",\"value\":\"Low Altitude Drones\"},{\"label\":\"Drone Services\",\"value\":\"Drone Services\"},{\"label\":\"4K Film\",\"value\":\"4K Film\"},{\"label\":\"Photography\",\"value\":\"Photography\"},{\"label\":\"Aerial Photography\",\"value\":\"Aerial Photography\"},{\"label\":\"Birds Eye Photography\",\"value\":\"Birds Eye Photography\"},{\"label\":\"Drone Training\",\"value\":\"Drone Training\"},{\"label\":\"Drone Cameras\",\"value\":\"Drone Cameras\"},{\"label\":\"Ground Filming\",\"value\":\"Ground Filming\"},{\"label\":\"Low Altitude Aerial Services\",\"value\":\"Low Altitude Aerial Services\"},{\"label\":\"360 Interactive Panoramas\",\"value\":\"360 Interactive Panoramas\"},{\"label\":\"RAW Photography\",\"value\":\"RAW Photography\"},{\"label\":\"Mapping\",\"value\":\"Mapping\"},{\"label\":\"Modelling\",\"value\":\"Modelling\"},{\"label\":\"Surveys\",\"value\":\"Surveys\"},{\"label\":\"Thermal Survey\",\"value\":\"Thermal Survey\"},{\"label\":\"IR Survey\",\"value\":\"IR Survey\"},{\"label\":\"Infrared Survey\",\"value\":\"Infrared Survey\"},{\"label\":\"Fly Throughs\",\"value\":\"Fly Throughs\"},{\"label\":\"Aerial Videography\",\"value\":\"Aerial Videography\"},{\"label\":\"Post Production\",\"value\":\"Post Production\"},{\"label\":\"Videography\",\"value\":\"Videography\"},{\"label\":\"Inspection\",\"value\":\"Inspection\"},{\"label\":\"Maintenance\",\"value\":\"Maintenance\"},{\"label\":\"Pollution Control\",\"value\":\"Pollution Control\"},{\"label\":\"Site Surveys\",\"value\":\"Site Surveys\"},{\"label\":\"TV Production\",\"value\":\"TV Production\"},{\"label\":\"Film Production\",\"value\":\"Film Production\"},{\"label\":\"Properties\",\"value\":\"Properties\"},{\"label\":\"Rescue Assistance\",\"value\":\"Rescue Assistance\"},{\"label\":\"Disaster Support\",\"value\":\"Disaster Support\"},{\"label\":\"Crisis Support\",\"value\":\"Crisis Support\"},{\"label\":\"Construction Progress\",\"value\":\"Construction Progress\"},{\"label\":\"Camera Equipment\",\"value\":\"Camera Equipment\"},{\"label\":\"DJI S1000\",\"value\":\"DJI S1000\"},{\"label\":\"DJI Inspire X5R\",\"value\":\"DJI Inspire X5R\"},{\"label\":\"DJI Phantom 3\",\"value\":\"DJI Phantom 3\"},{\"label\":\"DJIJI Osmo Gimbol\",\"value\":\"DJIJI Osmo Gimbol\"},{\"label\":\"PFAW\",\"value\":\"PFAW\"},{\"label\":\"Permission For Aerial Work\",\"value\":\"Permission For Aerial Work\"},{\"label\":\"Unmanned Aerial Vehicles\",\"value\":\"Unmanned Aerial Vehicles\"},{\"label\":\"Remotely Piloted Aircraft\",\"value\":\"Remotely Piloted Aircraft\"},{\"label\":\"Multirotors\",\"value\":\"Multirotors\"},{\"label\":\"Quadcopters\",\"value\":\"Quadcopters\"},{\"label\":\"Hexacopters\",\"value\":\"Hexacopters\"},{\"label\":\"Octocopters\",\"value\":\"Octocopters\"},{\"label\":\"UAV\",\"value\":\"UAV\"}]', NULL, NULL, NULL, '', NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/i2focus.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/equipment_inspire_x5.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2018\\/08\\/p44k.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/equipment_phantom3.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/web-image-1-1024x653.jpg\"}]', '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(210, 1249, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/divide.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/article2.jpg\"}]', '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(211, 1248, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/divide.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/article3.jpg\"}]', '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(212, 1247, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/divide.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/article4.jpg\"}]', '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(213, 1239, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/divide.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/article1-1.jpg\"}]', '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(214, 737, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/divide.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/06\\/article9.jpg\"}]', '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06');
INSERT INTO `Airfr_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `primary_term`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `limit_modified_date`, `options`, `created`, `updated`) VALUES
(215, 735, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/divide.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/06\\/article7.jpg\"}]', '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(216, 733, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/divide.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/06\\/article6.jpg\"}]', '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(217, 731, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/divide.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/06\\/article8.jpg\"}]', '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(218, 582, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(219, 558, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(220, 557, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(221, 556, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(222, 555, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(223, 554, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(224, 553, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(225, 551, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(226, 549, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(227, 528, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(228, 359, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/divide.png\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/article5.jpg\"}]', '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(229, 12, 'Air-Frames - Services | Aerial Filming | Survey and Mapping | Aerial Photography | Aerial Drone Services UK | #site_title', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale', '[{\"label\":\"Air Frames\",\"value\":\"Air Frames\"},{\"label\":\"Aerial Drones\",\"value\":\"Aerial Drones\"},{\"label\":\"Drones\",\"value\":\"Drones\"},{\"label\":\"Drone Company\",\"value\":\"Drone Company\"},{\"label\":\"Aerial Drone Sevices\",\"value\":\"Aerial Drone Sevices\"},{\"label\":\"Low Altitude Drones\",\"value\":\"Low Altitude Drones\"},{\"label\":\"Drone Services\",\"value\":\"Drone Services\"},{\"label\":\"4K Film\",\"value\":\"4K Film\"},{\"label\":\"Photography\",\"value\":\"Photography\"},{\"label\":\"Aerial Photography\",\"value\":\"Aerial Photography\"},{\"label\":\"Birds Eye Photography\",\"value\":\"Birds Eye Photography\"},{\"label\":\"Drone Training\",\"value\":\"Drone Training\"},{\"label\":\"Drone Cameras\",\"value\":\"Drone Cameras\"},{\"label\":\"Ground Filming\",\"value\":\"Ground Filming\"},{\"label\":\"Low Altitude Aerial Services\",\"value\":\"Low Altitude Aerial Services\"},{\"label\":\"360 Interactive Panoramas\",\"value\":\"360 Interactive Panoramas\"},{\"label\":\"RAW Photography\",\"value\":\"RAW Photography\"},{\"label\":\"Mapping\",\"value\":\"Mapping\"},{\"label\":\"Modelling\",\"value\":\"Modelling\"},{\"label\":\"Surveys\",\"value\":\"Surveys\"},{\"label\":\"Thermal Survey\",\"value\":\"Thermal Survey\"},{\"label\":\"IR Survey\",\"value\":\"IR Survey\"},{\"label\":\"Infrared Survey\",\"value\":\"Infrared Survey\"},{\"label\":\"Fly Throughs\",\"value\":\"Fly Throughs\"},{\"label\":\"Aerial Videography\",\"value\":\"Aerial Videography\"},{\"label\":\"Post Production\",\"value\":\"Post Production\"},{\"label\":\"Videography\",\"value\":\"Videography\"},{\"label\":\"Inspection\",\"value\":\"Inspection\"},{\"label\":\"Maintenance\",\"value\":\"Maintenance\"},{\"label\":\"Pollution Control\",\"value\":\"Pollution Control\"},{\"label\":\"Site Surveys\",\"value\":\"Site Surveys\"},{\"label\":\"TV Production\",\"value\":\"TV Production\"},{\"label\":\"Film Production\",\"value\":\"Film Production\"},{\"label\":\"Properties\",\"value\":\"Properties\"},{\"label\":\"Rescue Assistance\",\"value\":\"Rescue Assistance\"},{\"label\":\"Disaster Support\",\"value\":\"Disaster Support\"},{\"label\":\"Crisis Support\",\"value\":\"Crisis Support\"},{\"label\":\"Construction Progress\",\"value\":\"Construction Progress\"},{\"label\":\"Camera Equipment\",\"value\":\"Camera Equipment\"},{\"label\":\"DJI S1000\",\"value\":\"DJI S1000\"},{\"label\":\"DJI Inspire X5R\",\"value\":\"DJI Inspire X5R\"},{\"label\":\"DJI Phantom 3\",\"value\":\"DJI Phantom 3\"},{\"label\":\"DJIJI Osmo Gimbol\",\"value\":\"DJIJI Osmo Gimbol\"},{\"label\":\"PFAW\",\"value\":\"PFAW\"},{\"label\":\"Permission For Aerial Work\",\"value\":\"Permission For Aerial Work\"},{\"label\":\"Unmanned Aerial Vehicles\",\"value\":\"Unmanned Aerial Vehicles\"},{\"label\":\"Remotely Piloted Aircraft\",\"value\":\"Remotely Piloted Aircraft\"},{\"label\":\"Multirotors\",\"value\":\"Multirotors\"},{\"label\":\"Quadcopters\",\"value\":\"Quadcopters\"},{\"label\":\"Hexacopters\",\"value\":\"Hexacopters\"},{\"label\":\"Octocopters\",\"value\":\"Octocopters\"},{\"label\":\"UAV\",\"value\":\"UAV\"}]', NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2015\\/05\\/web-stills.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/web-resize.jpg\"},{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2015\\/05\\/web.jpg\"}]', '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(230, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-26 16:02:06', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:06', '2024-02-26 16:02:06'),
(231, 2443, 'Air-Frames - Aerial Drone Photography, Videography', 'Established in 2013, Air-Frames is a UK CAA approved (#501) drone company providing ProRes Videography and RAW Photography for TV and Film, and are approved operators for several utility companies for Survey and Mapping solutions.', '[{\"label\":\"Air Frames\",\"value\":\"Air Frames\"},{\"label\":\"PfCO\",\"value\":\"PfCO\"},{\"label\":\"Aerial Drones\",\"value\":\"Aerial Drones\"},{\"label\":\"Drones\",\"value\":\"Drones\"},{\"label\":\"OSC\",\"value\":\"OSC\"},{\"label\":\"Aerial Drone Sevices\",\"value\":\"Aerial Drone Sevices\"},{\"label\":\"Drone Services\",\"value\":\"Drone Services\"},{\"label\":\"4K Film\",\"value\":\"4K Film\"},{\"label\":\"ProRes\",\"value\":\"ProRes\"},{\"label\":\"CinemaDNG\",\"value\":\"CinemaDNG\"},{\"label\":\"Photography\",\"value\":\"Photography\"},{\"label\":\"Aerial Photography\",\"value\":\"Aerial Photography\"},{\"label\":\"Drone Cameras\",\"value\":\"Drone Cameras\"},{\"label\":\"Ground Filming\",\"value\":\"Ground Filming\"},{\"label\":\"Low Altitude Aerial Services\",\"value\":\"Low Altitude Aerial Services\"},{\"label\":\"360 Interactive Panoramas\",\"value\":\"360 Interactive Panoramas\"},{\"label\":\"RAW Photography\",\"value\":\"RAW Photography\"},{\"label\":\"Mapping\",\"value\":\"Mapping\"},{\"label\":\"Modelling\",\"value\":\"Modelling\"},{\"label\":\"Surveys\",\"value\":\"Surveys\"},{\"label\":\"LIDAR\",\"value\":\"LIDAR\"},{\"label\":\"Thermal Survey\",\"value\":\"Thermal Survey\"},{\"label\":\"IR Survey\",\"value\":\"IR Survey\"},{\"label\":\"Infrared Survey\",\"value\":\"Infrared Survey\"},{\"label\":\"Aerial Videography\",\"value\":\"Aerial Videography\"},{\"label\":\"Post Production\",\"value\":\"Post Production\"},{\"label\":\"Videography\",\"value\":\"Videography\"},{\"label\":\"Inspection\",\"value\":\"Inspection\"},{\"label\":\"Maintenance\",\"value\":\"Maintenance\"},{\"label\":\"Pollution Control\",\"value\":\"Pollution Control\"},{\"label\":\"Site Surveys\",\"value\":\"Site Surveys\"},{\"label\":\"TV Production\",\"value\":\"TV Production\"},{\"label\":\"Film Production\",\"value\":\"Film Production\"},{\"label\":\"TV\",\"value\":\"TV\"},{\"label\":\"Properties\",\"value\":\"Properties\"},{\"label\":\"Rescue Assistance\",\"value\":\"Rescue Assistance\"},{\"label\":\"Disaster Support\",\"value\":\"Disaster Support\"},{\"label\":\"Crisis Support\",\"value\":\"Crisis Support\"},{\"label\":\"Construction Progress\",\"value\":\"Construction Progress\"},{\"label\":\"Camera Equipment\",\"value\":\"Camera Equipment\"},{\"label\":\"DJI S1000\",\"value\":\"DJI S1000\"},{\"label\":\"DJI Inspire X5R\",\"value\":\"DJI Inspire X5R\"},{\"label\":\"DJI Phantom 3\",\"value\":\"DJI Phantom 3\"},{\"label\":\"DJI Osmo Gimbal\",\"value\":\"DJI Osmo Gimbal\"},{\"label\":\"Permission For Commercial Operations\",\"value\":\"Permission For Commercial Operations\"},{\"label\":\"Unmanned Aerial Vehicles\",\"value\":\"Unmanned Aerial Vehicles\"},{\"label\":\"Remotely Piloted Aircraft\",\"value\":\"Remotely Piloted Aircraft\"},{\"label\":\"Multirotors\",\"value\":\"Multirotors\"},{\"label\":\"Quadcopters\",\"value\":\"Quadcopters\"},{\"label\":\"Hexacopters\",\"value\":\"Hexacopters\"},{\"label\":\"Octocopters\",\"value\":\"Octocopters\"},{\"label\":\"UAV\",\"value\":\"UAV\"}]', '{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}', '{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":0},\"readability\":{\"contentHasAssets\":{\"error\":0,\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":2}}}', NULL, NULL, NULL, NULL, 'website', 'default', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '[]', 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 91, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, 'large', '[{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/ABCTelevision.svg.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2018\\/08\\/ribble-2.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2015\\/05\\/BBC.png\"},{\"image:loc\":\"https:\\/\\/www.air-frames.co.uk\\/wp-content\\/uploads\\/2020\\/12\\/whitelogo.png\"}]', '2024-02-27 14:49:36', NULL, 'default', NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-26 16:02:36', '2024-02-27 14:49:36'),
(232, 612, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/divide.png\"},{\"image:loc\":\"http:\\/\\/avada.theme-fusion.com\\/creative\\/wp-content\\/uploads\\/sites\\/65\\/2016\\/07\\/icon_1.png\"},{\"image:loc\":\"http:\\/\\/avada.theme-fusion.com\\/creative\\/wp-content\\/uploads\\/sites\\/65\\/2016\\/07\\/icon_2.png\"},{\"image:loc\":\"http:\\/\\/avada.theme-fusion.com\\/creative\\/wp-content\\/uploads\\/sites\\/65\\/2016\\/07\\/icon_3.png\"}]', '2024-02-27 11:40:53', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-27 11:40:53', '2024-02-27 11:40:53'),
(233, 670, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/avada.theme-fusion.com\\/creative\\/wp-content\\/uploads\\/sites\\/65\\/2016\\/07\\/icon_1.png\"},{\"image:loc\":\"http:\\/\\/avada.theme-fusion.com\\/creative\\/wp-content\\/uploads\\/sites\\/65\\/2016\\/07\\/icon_2.png\"},{\"image:loc\":\"http:\\/\\/avada.theme-fusion.com\\/creative\\/wp-content\\/uploads\\/sites\\/65\\/2016\\/07\\/icon_3.png\"}]', '2024-02-27 11:40:53', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-27 11:40:53', '2024-02-27 11:40:53'),
(234, 699, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/mobile-logo@2x.png\"}]', '2024-02-27 11:40:53', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-27 11:40:53', '2024-02-27 11:40:53'),
(235, 714, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/logo_blue.png\"}]', '2024-02-27 11:40:53', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-27 11:40:53', '2024-02-27 11:40:53'),
(236, 718, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2016\\/07\\/divide.png\"}]', '2024-02-27 11:40:53', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-27 11:40:53', '2024-02-27 11:40:53'),
(237, 784, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-27 11:40:53', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-27 11:40:53', '2024-02-27 11:40:53'),
(238, 1723, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-27 11:40:53', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-27 11:40:53', '2024-02-27 11:40:53'),
(239, 1826, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', '[{\"image:loc\":\"http:\\/\\/halifaxwebdesign.co.uk\\/airframes\\/wp-content\\/uploads\\/2017\\/07\\/home_client_4.jpg\"}]', '2024-02-27 11:40:53', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-27 11:40:53', '2024-02-27 11:40:53'),
(240, 2644, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-27 11:40:53', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-27 11:40:53', '2024-02-27 11:40:53'),
(241, 2645, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-27 12:03:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-27 12:03:38', '2024-02-27 12:03:38'),
(242, 2646, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-27 12:03:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-27 12:03:38', '2024-02-27 12:03:38'),
(243, 2647, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-27 12:03:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-27 12:03:38', '2024-02-27 12:03:38'),
(244, 2648, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'default', 'default', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'default', 'default', NULL, NULL, NULL, NULL, NULL, 0, '{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}', 'default', NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 'large', NULL, '2024-02-27 12:03:38', NULL, NULL, NULL, NULL, NULL, NULL, 0, '{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}', '2024-02-27 12:03:38', '2024-02-27 12:03:38');

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

--
-- Table structure for table `Airfr_commentmeta`
--

CREATE TABLE `Airfr_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `Airfr_comments`
--

CREATE TABLE `Airfr_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `Airfr_fusion_forms`
--

CREATE TABLE `Airfr_fusion_forms` (
  `id` bigint(20) NOT NULL,
  `form_id` bigint(20) NOT NULL,
  `views` bigint(20) DEFAULT 0,
  `submissions_count` bigint(20) DEFAULT 0,
  `data` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_fusion_form_entries`
--

CREATE TABLE `Airfr_fusion_form_entries` (
  `id` bigint(20) NOT NULL,
  `submission_id` bigint(20) NOT NULL,
  `form_id` bigint(20) NOT NULL,
  `field_id` bigint(20) NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `privacy` tinyint(1) DEFAULT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_fusion_form_fields`
--

CREATE TABLE `Airfr_fusion_form_fields` (
  `id` bigint(20) NOT NULL,
  `form_id` bigint(20) NOT NULL,
  `field_name` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `field_label` varchar(256) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_fusion_form_submissions`
--

CREATE TABLE `Airfr_fusion_form_submissions` (
  `id` bigint(20) NOT NULL,
  `form_id` bigint(20) NOT NULL,
  `time` datetime NOT NULL,
  `source_url` varchar(512) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `user_agent` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `ip` varchar(512) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_read` tinyint(1) DEFAULT NULL,
  `privacy_scrub_date` date DEFAULT NULL,
  `on_privacy_scrub` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_layerslider`
--

CREATE TABLE `Airfr_layerslider` (
  `id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT 0,
  `name` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `slug` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(10) NOT NULL,
  `schedule_start` int(10) NOT NULL DEFAULT 0,
  `schedule_end` int(10) NOT NULL DEFAULT 0,
  `flag_hidden` tinyint(1) NOT NULL DEFAULT 0,
  `flag_deleted` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_layerslider_revisions`
--

CREATE TABLE `Airfr_layerslider_revisions` (
  `id` int(10) NOT NULL,
  `slider_id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT 0,
  `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_c` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_links`
--

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

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

--
-- Table structure for table `Airfr_litespeed_img_optm`
--

CREATE TABLE `Airfr_litespeed_img_optm` (
  `id` int(11) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `optm_status` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `src` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `srcpath_md5` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `src_md5` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `root_id` int(11) NOT NULL DEFAULT 0,
  `src_filesize` int(11) NOT NULL DEFAULT 0,
  `target_filesize` int(11) NOT NULL DEFAULT 0,
  `target_saved` int(11) NOT NULL DEFAULT 0,
  `webp_filesize` int(11) NOT NULL DEFAULT 0,
  `webp_saved` int(11) NOT NULL DEFAULT 0,
  `server_info` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `Airfr_litespeed_optimizer`
--

CREATE TABLE `Airfr_litespeed_optimizer` (
  `id` int(11) NOT NULL,
  `hash_name` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'hash.filetype',
  `src` text COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'full url array set',
  `dateline` int(11) NOT NULL,
  `refer` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The container page url'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `Airfr_options`
--

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

--
-- Dumping data for table `Airfr_options`
--

INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://www.air-frames.co.uk', 'yes'),
(2, 'home', 'https://www.air-frames.co.uk', 'yes'),
(3, 'blogname', 'Airframes', 'yes'),
(4, 'blogdescription', 'Low Altitude Aerial Services', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@gillgraphics.co.uk', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:8:{i:0;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:32:\"duplicate-page/duplicatepage.php\";i:3;s:33:\"fusion-builder/fusion-builder.php\";i:4;s:27:\"fusion-core/fusion-core.php\";i:5;s:33:\"instagram-feed/instagram-feed.php\";i:6;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:7;s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.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:4:{i:0;s:63:\"/home/airframesco/public_html/wp-content/themes/Avada/style.css\";i:2;s:78:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/style.css\";i:3;s:79:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/footer.php\";i:4;s:0:\"\";}', 'no'),
(40, 'template', 'Avada', 'yes'),
(41, 'stylesheet', 'Avada', 'yes'),
(240514, 'finished_updating_comment_type', '1', 'yes'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '56657', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:4:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:5:{i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:540:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"http://gillgraphics.co.uk/wp/airframes/full-shop-with-sidebar/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"http://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/sidebar_ad-compressor-2.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:2;a:14:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:409:\"<h3>PROFESSIONAL MEMBERSHIPS</h3>\r\nAir-Frames maintain professional memberships within the industry to keep abreast of the latest developments and help promote safe operations and a positive public understanding of drones.\r\n\r\n<a href=\"https://www.arpas.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"col-md-5 img-responsive\" src=\"http://air-frames.co.uk/wp-content/uploads/2017/07/footer_arpas-uk.png\" /></a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:5:\"solid\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";s:20:\"fusion_display_title\";s:3:\"yes\";s:13:\"fusion_margin\";s:0:\"\";}i:6;a:14:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<h3>CONTACT US</h3>\n<address>Air-Frames (UK) Limited\nenquiries@air-frames.co.uk</address><address> </address><address>We hold current CAA ‘Operational Authorisations\' (OA) for up to 20kg drones, night permissions and hold up to £10m PL insurance.</address>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:5:\"solid\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";s:20:\"fusion_display_title\";s:3:\"yes\";s:13:\"fusion_margin\";s:0:\"\";}i:7;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:557:\"<h3>Twitter Feed</h3>\r\n<div class=\"twitterFeed\">\r\n<a class=\"twitter-timeline\" \r\nhref=\"https://twitter.com/air_frames\" data-widget-id=\"621794798383558656\" data-chrome=\"noheader nofooter noborders transparent\" data-tweet-limit=\"2\">Tweets by @air_frames</a>\r\n<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?\'http\':\'https\';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+\"://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\r\n</div>\";s:6:\"filter\";s:7:\"content\";}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:3:{s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:35:\"litespeed-cache/litespeed-cache.php\";s:53:\"LiteSpeed_Cache_Activation::uninstall_litespeed_cache\";}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '7', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'initial_db_version', '38590', 'yes'),
(92, 'Airfr_user_roles', 'a:12:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:150:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:16:\"aiosp_manage_seo\";b:1;s:29:\"manage_instagram_feed_options\";b:1;s:15:\"manage_security\";b:1;s:17:\"aioseo_manage_seo\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:49:{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:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:20:{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:23:\"edit_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:12:{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:23:\"edit_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";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;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:115:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:13:\"bbp_keymaster\";a:2:{s:4:\"name\";s:9:\"Keymaster\";s:12:\"capabilities\";a:0:{}}s:13:\"bbp_spectator\";a:2:{s:4:\"name\";s:9:\"Spectator\";s:12:\"capabilities\";a:0:{}}s:11:\"bbp_blocked\";a:2:{s:4:\"name\";s:7:\"Blocked\";s:12:\"capabilities\";a:0:{}}s:13:\"bbp_moderator\";a:2:{s:4:\"name\";s:9:\"Moderator\";s:12:\"capabilities\";a:0:{}}s:15:\"bbp_participant\";a:2:{s:4:\"name\";s:11:\"Participant\";s:12:\"capabilities\";a:0:{}}}', 'yes'),
(93, 'fresh_site', '0', 'yes'),
(94, 'widget_search', 'a:4:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}i:4;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(95, 'widget_recent-posts', 'a:4:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:7;s:9:\"show_date\";b:0;}i:4;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(96, 'widget_recent-comments', 'a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(97, 'widget_archives', 'a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_meta', 'a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"avada-blog-sidebar\";a:18:{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\";i:6;s:8:\"search-3\";i:7;s:6:\"text-3\";i:8;s:11:\"tag_cloud-3\";i:9;s:14:\"recent-posts-3\";i:10;s:12:\"categories-3\";i:11;s:15:\"tweets-widget-2\";i:12;s:8:\"search-4\";i:13;s:14:\"recent-posts-4\";i:14;s:17:\"recent-comments-3\";i:15;s:10:\"archives-3\";i:16;s:12:\"categories-4\";i:17;s:6:\"meta-3\";}s:21:\"avada-footer-widget-1\";a:1:{i:0;s:6:\"text-2\";}s:21:\"avada-footer-widget-2\";a:1:{i:0;s:6:\"text-6\";}s:21:\"avada-footer-widget-3\";a:1:{i:0;s:6:\"text-7\";}s:25:\"avada-slidingbar-widget-1\";a:0:{}s:25:\"avada-slidingbar-widget-2\";a:0:{}s:25:\"avada-custom-sidebar-shop\";a:1:{i:0;s:21:\"social_links-widget-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(100, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_tag_cloud', 'a:2:{i:3;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'cron', 'a:22:{i:1710451787;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1710452007;a:2:{s:28:\"rsssl_every_three_hours_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:23:\"rsssl_every_three_hours\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10800;}}s:29:\"rsssl_every_five_minutes_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:18:\"rsssl_five_minutes\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1710453376;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1710464400;a:1:{s:15:\"sbi_feed_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1710471767;a:2:{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:1710473420;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1710473584;a:1:{s:21:\"sb_instagram_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1710483552;a:1:{s:23:\"sb_instagram_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1710505640;a:1:{s:33:\"aioseop_cron_check_remote_notices\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1710508719;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1710514978;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:1710515420;a:1:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1710516112;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1710516617;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1710516807;a:1:{s:20:\"rsssl_every_day_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"rsssl_daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1710565850;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1710741600;a:2:{s:29:\"sb_instagram_feed_issue_email\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:23:\"sbi_notification_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1710762761;a:1:{s:23:\"sbi_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1710775846;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1710776007;a:1:{s:21:\"rsssl_every_week_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"rsssl_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1710862217;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'yes'),
(240522, 'recovery_keys', 'a:0:{}', 'yes'),
(112, 'theme_mods_twentyseventeen', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1498575932;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}', 'yes'),
(22899, '_transient_timeout_fusion_dynamic_css_3465dcbd6671266c9ba8bd1709dc4dc4', '1541515338', 'no'),
(23057, 'aioseop_options', 'a:98:{s:16:\"aiosp_home_title\";s:0:\"\";s:22:\"aiosp_home_description\";s:0:\"\";s:20:\"aiosp_togglekeywords\";s:1:\"0\";s:19:\"aiosp_home_keywords\";s:0:\"\";s:26:\"aiosp_use_static_home_info\";s:1:\"1\";s:9:\"aiosp_can\";s:2:\"on\";s:30:\"aiosp_no_paged_canonical_links\";s:0:\"\";s:31:\"aiosp_customize_canonical_links\";s:0:\"\";s:20:\"aiosp_rewrite_titles\";s:1:\"1\";s:20:\"aiosp_force_rewrites\";s:1:\"1\";s:24:\"aiosp_use_original_title\";s:1:\"0\";s:28:\"aiosp_home_page_title_format\";s:12:\"%page_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %blog_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %blog_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:17:\"aiosp_enablecpost\";s:2:\"on\";s:17:\"aiosp_cpostactive\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"aiosp_cpostadvanced\";s:1:\"0\";s:18:\"aiosp_cpostnoindex\";s:0:\"\";s:19:\"aiosp_cpostnofollow\";s:0:\"\";s:17:\"aiosp_cposttitles\";s:0:\"\";s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:28:\"aiosp_google_disable_profile\";s:0:\"\";s:29:\"aiosp_google_sitelinks_search\";s:0:\"\";s:26:\"aiosp_google_set_site_name\";s:0:\"\";s:30:\"aiosp_google_specify_site_name\";s:0:\"\";s:28:\"aiosp_google_author_advanced\";s:1:\"0\";s:28:\"aiosp_google_author_location\";a:1:{i:0;s:3:\"all\";}s:29:\"aiosp_google_enable_publisher\";s:2:\"on\";s:30:\"aiosp_google_specify_publisher\";s:0:\"\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:25:\"aiosp_ga_advanced_options\";s:2:\"on\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:21:\"aiosp_ga_multi_domain\";s:0:\"\";s:21:\"aiosp_ga_addl_domains\";s:0:\"\";s:21:\"aiosp_ga_anonymize_ip\";s:0:\"\";s:28:\"aiosp_ga_display_advertising\";s:0:\"\";s:22:\"aiosp_ga_exclude_users\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:25:\"aiosp_ga_link_attribution\";s:0:\"\";s:27:\"aiosp_ga_enhanced_ecommerce\";s:0:\"\";s:20:\"aiosp_use_categories\";s:0:\"\";s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:20:\"aiosp_search_noindex\";s:0:\"\";s:17:\"aiosp_404_noindex\";s:0:\"\";s:17:\"aiosp_tax_noindex\";s:0:\"\";s:23:\"aiosp_paginated_noindex\";s:0:\"\";s:24:\"aiosp_paginated_nofollow\";s:0:\"\";s:27:\"aiosp_generate_descriptions\";s:0:\"\";s:18:\"aiosp_skip_excerpt\";s:0:\"\";s:20:\"aiosp_run_shortcodes\";s:0:\"\";s:33:\"aiosp_hide_paginated_descriptions\";s:0:\"\";s:32:\"aiosp_dont_truncate_descriptions\";s:0:\"\";s:19:\"aiosp_schema_markup\";s:1:\"1\";s:20:\"aiosp_unprotect_meta\";s:0:\"\";s:33:\"aiosp_redirect_attachement_parent\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";s:0:\"\";s:19:\"last_active_version\";s:5:\"3.6.2\";s:29:\"aiosp_attachment_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_oembed_cache_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_user_request_title_format\";s:27:\"%post_title% | %blog_title%\";s:37:\"aiosp_wpcf7_contact_form_title_format\";s:27:\"%post_title% | %blog_title%\";s:34:\"aiosp_avada_portfolio_title_format\";s:27:\"%post_title% | %blog_title%\";s:28:\"aiosp_avada_faq_title_format\";s:27:\"%post_title% | %blog_title%\";s:37:\"aiosp_avada_page_options_title_format\";s:27:\"%post_title% | %blog_title%\";s:24:\"aiosp_slide_title_format\";s:27:\"%post_title% | %blog_title%\";s:34:\"aiosp_fusion_template_title_format\";s:27:\"%post_title% | %blog_title%\";s:33:\"aiosp_fusion_element_title_format\";s:27:\"%post_title% | %blog_title%\";s:32:\"aiosp_schema_search_results_page\";s:1:\"0\";s:33:\"aiosp_schema_social_profile_links\";s:0:\"\";s:28:\"aiosp_schema_site_represents\";s:12:\"organization\";s:30:\"aiosp_schema_organization_name\";s:0:\"\";s:30:\"aiosp_schema_organization_logo\";s:0:\"\";s:24:\"aiosp_schema_person_user\";s:1:\"1\";s:25:\"aiosp_schema_phone_number\";s:0:\"\";s:25:\"aiosp_schema_contact_type\";s:4:\"none\";}', 'yes'),
(23095, 'litespeed-media-placeholder-summary', 'a:0:{}', 'yes'),
(138, 'current_theme', 'Avada', 'yes'),
(139, 'theme_mods_Avada', 'a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:15:\"main_navigation\";i:61;}}', 'yes'),
(140, 'theme_switched', '', 'yes'),
(141, 'avada_version', '7.11.5', 'yes'),
(142, 'widget_ad_125_125-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(143, 'widget_contact_info-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(144, 'widget_pyre_tabs-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(145, 'widget_recent_works-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(146, 'widget_tweets-widget', 'a:2:{i:2;a:18:{s:5:\"title\";s:13:\"Recent Tweets\";s:10:\"twitter_id\";s:12:\"theme_fusion\";s:5:\"count\";s:1:\"3\";s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:12:\"access_token\";s:0:\"\";s:19:\"access_token_secret\";s:0:\"\";s:9:\"widget_id\";s:0:\"\";s:11:\"widget_type\";s:13:\"twitter_style\";s:5:\"width\";s:3:\"268\";s:6:\"height\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:10:\"link_color\";s:7:\"#333333\";s:12:\"border_color\";s:11:\"transparent\";s:11:\"show_header\";N;s:11:\"show_footer\";N;s:12:\"show_borders\";s:2:\"on\";s:14:\"transparent_bg\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(147, 'widget_flickr-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(148, 'widget_social_links-widget', 'a:2:{i:2;a:37:{s:5:\"title\";s:0:\"\";s:10:\"linktarget\";s:0:\"\";s:15:\"icons_font_size\";s:4:\"15px\";s:10:\"icon_color\";s:4:\"#fff\";s:10:\"boxed_icon\";s:3:\"Yes\";s:11:\"boxed_color\";s:7:\"#eaeaea\";s:17:\"boxed_icon_radius\";s:3:\"50%\";s:18:\"boxed_icon_padding\";s:4:\"18px\";s:11:\"tooltip_pos\";s:3:\"Top\";s:11:\"show_custom\";s:2:\"No\";s:7:\"fb_link\";s:1:\"#\";s:11:\"flickr_link\";s:0:\"\";s:8:\"rss_link\";s:1:\"#\";s:12:\"twitter_link\";s:1:\"#\";s:10:\"vimeo_link\";s:1:\"#\";s:12:\"youtube_link\";s:1:\"#\";s:14:\"instagram_link\";s:0:\"\";s:14:\"pinterest_link\";s:0:\"\";s:11:\"tumblr_link\";s:0:\"\";s:11:\"google_link\";s:1:\"#\";s:13:\"dribbble_link\";s:0:\"\";s:9:\"digg_link\";s:0:\"\";s:13:\"linkedin_link\";s:1:\"#\";s:12:\"blogger_link\";s:0:\"\";s:10:\"skype_link\";s:0:\"\";s:11:\"forrst_link\";s:0:\"\";s:12:\"myspace_link\";s:0:\"\";s:15:\"deviantart_link\";s:0:\"\";s:10:\"yahoo_link\";s:1:\"#\";s:11:\"reddit_link\";s:0:\"\";s:11:\"paypal_link\";s:0:\"\";s:12:\"dropbox_link\";s:0:\"\";s:15:\"soundcloud_link\";s:0:\"\";s:7:\"vk_link\";s:0:\"\";s:10:\"color_type\";s:6:\"custom\";s:9:\"xing_link\";s:0:\"\";s:10:\"email_link\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(149, 'widget_facebook-like-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(150, 'widget_menu-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(151, '_transient_timeout_avada_demos', '1499180733', 'no'),
(172, 'fusion_core_version', '5.11.5', 'yes'),
(186, 'fusion_builder_version', '3.11.5', 'yes'),
(217, 'widget_layerslider_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(228, 'layerslider_update_info', 'O:8:\"stdClass\":4:{s:5:\"basic\";O:8:\"stdClass\":9:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:5:\"6.7.6\";s:5:\"icons\";a:3:{s:2:\"1x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png\";s:2:\"2x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";s:7:\"default\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";}s:7:\"banners\";a:3:{s:3:\"low\";s:84:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png\";s:4:\"high\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";s:7:\"default\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";}s:3:\"url\";s:79:\"http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246\";s:7:\"package\";s:0:\"\";s:6:\"tested\";s:5:\"4.9.6\";s:14:\"upgrade_notice\";s:62:\"This update contains new privacy settings for GDPR compliance.\";}s:4:\"full\";O:8:\"stdClass\":19:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:72:\"http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/\";s:7:\"version\";s:5:\"6.7.6\";s:12:\"last_updated\";s:10:\"2018-05-22\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"4.9.6\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:2806;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:62:\"This update contains new privacy settings for GDPR compliance.\";s:4:\"beta\";s:62:\"This update contains new privacy settings for GDPR compliance.\";s:4:\"edge\";s:62:\"This update contains new privacy settings for GDPR compliance.\";}s:6:\"author\";s:80:\"<a href=\"http://codecanyon.net/user/kreatura\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:79:\"http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png\";s:2:\"2x\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";s:7:\"default\";s:79:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png\";}s:7:\"banners\";a:3:{s:3:\"low\";s:84:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png\";s:4:\"high\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";s:7:\"default\";s:85:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:130:\"<p style=\"text-align: justify;\">\n	See the release log in the \'LayerSlider News\' section at the bottom of its main admin page.\n</p>\";s:12:\"installation\";s:456:\"<p style=\"text-align: justify;\">\n	Updating the plugin won\'t touch your sliders and settings and the new version always has backward compatibility,\n	so you don\'t have to worry about losing your work. Depending of the default settings, you may\n	have to adjust some options to get the new features. If you are experience unwanted behavior changes, it is always a\n	good idea to check your settings, there are probably new options to control these changes.\n</p>\";s:3:\"faq\";s:595:\"<p style=\"text-align: justify;\">\n	Before contacting us, please read our <a href=\"http://support.kreaturamedia.com/faq/4/layerslider-for-wordpress/\" target=\"_blank\">online FAQs</a>, or check the built-in documentation in the contextual Help menu on the top-right corner of the page. Please note, these Help menus are contextual, they will show you different content on different pages.\n</p>\n\n<p style=\"text-align: justify;\">\n	If you couldn\'t find an answer for your question, you can write us a comment at the Item\'s page on CodeCanyon, or send us an email from our CodeCanyon profile page.\n</p>\n\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:5:\"6.7.6\";s:7:\"checked\";i:1541522317;}', 'yes'),
(237, 'revslider-update-check-short', '1536309403', 'yes'),
(238, 'revslider-templates-check', '1536097182', 'yes'),
(439, 'tribe_last_save_post', '1498749869', 'yes'),
(163, '_transient_timeout_avada_ri_Fusion Core', '1498576539', 'no'),
(260, 'revslider-valid-notice', 'false', 'yes'),
(261, 'avada_revslider_version', '5.4.2', 'yes'),
(167, '_transient_timeout_avada_ri_Fusion Builder', '1498576539', 'no'),
(211, 'ls-plugin-version', '6.3.0', 'yes'),
(212, 'ls-db-version', '6.3.0', 'yes'),
(213, 'ls-installed', '0', 'yes'),
(214, 'ls-date-installed', '1498576075', 'yes'),
(216, 'fusion_supported_plugins_active', 'a:1:{i:0;s:5:\"WPCF7\";}', 'yes'),
(365, 'widget_woocommerce_widget_cart', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(366, 'widget_woocommerce_layered_nav_filters', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(367, 'widget_woocommerce_layered_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(368, 'widget_woocommerce_price_filter', 'a:2:{i:2;a:1:{s:5:\"title\";s:15:\"Filter by price\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(369, 'widget_woocommerce_product_categories', 'a:2:{i:2;a:6:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";s:1:\"1\";s:5:\"count\";i:0;s:12:\"hierarchical\";s:1:\"1\";s:18:\"show_children_only\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(370, 'widget_woocommerce_product_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(371, 'widget_woocommerce_product_tag_cloud', 'a:2:{i:2;a:1:{s:5:\"title\";s:12:\"Product Tags\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(372, 'widget_woocommerce_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(373, 'widget_woocommerce_rating_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(374, 'widget_woocommerce_recent_reviews', 'a:2:{i:2;a:2:{s:5:\"title\";s:14:\"Recent Reviews\";s:6:\"number\";s:1:\"5\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(375, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(376, 'widget_woocommerce_top_rated_products', 'a:3:{i:3;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";s:1:\"4\";}i:2;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";s:1:\"4\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(377, '_transient_wc_attribute_taxonomies', 'a:0:{}', 'yes'),
(413, 'widget_bbp_forums_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(390, 'woocommerce_meta_box_errors', 'a:0:{}', 'yes'),
(250, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(839, 'category_children', 'a:0:{}', 'yes'),
(579, 'product_cat_children', 'a:0:{}', 'yes'),
(580, 'tribe_events_cat_children', 'a:0:{}', 'yes'),
(388, 'ls-latest-version', '6.7.6', 'yes'),
(136526, 'avada_page_options', 'a:0:{}', 'yes'),
(146312, '_transient_timeout_avada_ri_LayerSlider WP7MKR86QlrS9kN793uF881AFruMTYygof', '1591198052', 'no'),
(363, '_transient_woocommerce_cache_excluded_uris', 'a:0:{}', 'yes'),
(364, '_transient_woocommerce_webhook_ids', 'a:0:{}', 'yes'),
(410, 'widget_bbp_login_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(411, 'widget_bbp_views_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(412, 'widget_bbp_search_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(153, 'shop_catalog_image_size', 'a:3:{s:5:\"width\";i:500;s:6:\"height\";s:0:\"\";i:0;i:0;}', 'yes'),
(154, 'shop_single_image_size', 'a:3:{s:5:\"width\";i:700;s:6:\"height\";s:0:\"\";i:0;i:0;}', 'yes'),
(155, 'shop_thumbnail_image_size', 'a:3:{s:5:\"width\";i:120;s:6:\"height\";s:0:\"\";i:0;i:0;}', 'yes'),
(156, 'fusion_dynamic_css_posts', 'a:248:{s:6:\"global\";b:1;i:2443;b:0;i:2825;b:0;i:16;b:1;i:2826;b:0;i:2827;b:0;i:7;b:1;i:2828;b:0;i:1493;b:0;i:1278;b:1;i:1282;b:1;i:1286;b:1;i:1641;b:1;i:1276;b:1;i:1630;b:1;i:737;b:1;i:12;b:1;i:2495;b:1;i:2829;b:0;i:1248;b:1;i:733;b:1;i:1247;b:1;i:2643;b:1;i:2398;b:1;i:735;b:1;i:1665;b:1;s:9:\"1-archive\";b:1;i:2346;b:1;i:1402;b:1;i:1416;b:1;i:1408;b:1;i:1424;b:1;i:1420;b:1;i:1406;b:1;i:1422;b:1;i:1404;b:1;i:1410;b:1;i:1414;b:1;i:2434;b:1;i:1699;b:1;i:2341;b:1;i:2177;b:1;i:2091;b:1;i:2600;b:1;i:1491;b:1;i:1687;b:1;i:2527;b:1;i:2313;b:1;i:2140;b:1;i:2223;b:1;i:2067;b:1;i:2374;b:1;i:2513;b:1;i:1681;b:1;i:2066;b:1;i:1858;b:1;i:2361;b:1;i:1691;b:1;i:1482;b:1;i:2524;b:1;i:2775;b:1;i:2425;b:1;i:1682;b:1;i:1685;b:1;i:2428;b:1;i:2530;b:1;i:1678;b:1;i:2331;b:1;i:2343;b:1;i:2332;b:1;i:2294;b:1;i:1483;b:1;i:2529;b:1;i:2102;b:1;i:1677;b:1;i:2089;b:1;i:1492;b:1;i:2415;b:1;i:2359;b:1;i:1676;b:1;i:2044;b:1;i:1480;b:1;i:2056;b:1;i:2421;b:1;i:2110;b:1;i:1690;b:1;i:2419;b:1;i:2407;b:1;i:1481;b:1;i:2288;b:1;i:1477;b:1;i:2291;b:1;i:1698;b:1;i:2078;b:1;i:2678;b:1;i:2764;b:1;i:2349;b:1;i:1673;b:1;i:2322;b:1;i:2417;b:1;i:1654;b:1;i:1684;b:1;i:2804;b:1;i:2740;b:1;i:2168;b:1;i:2357;b:1;i:2790;b:1;i:1692;b:1;i:1715;b:1;i:2591;b:1;i:2401;b:1;i:2420;b:1;i:2138;b:1;i:1686;b:1;i:2615;b:1;i:1683;b:1;i:2234;b:1;i:1714;b:1;i:1674;b:1;i:2553;b:1;i:2383;b:1;i:1489;b:1;i:2738;b:1;i:2797;b:1;i:2353;b:1;i:1657;b:1;i:2386;b:1;i:1696;b:1;i:2290;b:1;i:2379;b:1;i:1466;b:1;i:2065;b:1;i:1476;b:1;i:2515;b:1;i:2055;b:1;i:1798;b:1;i:2681;b:1;i:1464;b:1;i:1490;b:1;i:1653;b:1;i:1467;b:1;i:1670;b:1;i:1485;b:1;i:1455;b:1;i:2427;b:1;i:2104;b:1;i:1688;b:1;i:2363;b:1;i:1488;b:1;i:2414;b:1;i:2534;b:1;i:1810;b:1;i:2342;b:1;i:2238;b:1;i:2609;b:1;i:2393;b:1;i:2178;b:1;i:2596;b:1;i:1843;b:1;i:1465;b:1;i:2310;b:1;i:2375;b:1;i:1679;b:1;i:359;b:1;s:9:\"0-archive\";b:1;i:1;b:1;i:1249;b:1;i:1239;b:1;i:731;b:1;i:1274;b:1;s:10:\"16-archive\";b:1;i:2796;b:1;i:1754;b:1;i:2613;b:1;i:1675;b:1;i:2084;b:1;i:1484;b:1;i:2187;b:1;i:2507;b:1;i:2171;b:1;i:2399;b:1;i:2395;b:1;i:2619;b:1;i:2137;b:1;i:1731;b:1;i:1669;b:1;s:10:\"62-archive\";b:1;i:2498;b:1;i:2768;b:1;i:1486;b:1;i:2416;b:1;i:2747;b:1;i:2400;b:1;i:1822;b:1;i:2323;b:1;i:1932;b:1;i:1984;b:1;i:2391;b:1;i:2340;b:1;i:2185;b:1;i:1672;b:1;i:1680;b:1;i:2556;b:1;i:2426;b:1;i:2418;b:1;s:10:\"63-archive\";b:1;i:2224;b:1;i:2170;b:1;i:2617;b:1;i:1689;b:1;i:2225;b:1;i:1652;b:1;i:1470;b:1;i:1478;b:1;i:1853;b:1;i:2656;b:1;i:2516;b:1;i:2680;b:1;i:1671;b:1;i:2232;b:1;i:2771;b:1;i:1752;b:1;i:2186;b:1;i:1697;b:1;i:2377;b:1;i:2080;b:1;i:2257;b:1;i:2394;b:1;i:556;b:1;i:2505;b:1;i:2392;b:1;i:551;b:1;i:2487;b:1;i:2413;b:1;i:554;b:1;s:10:\"15-archive\";b:1;i:555;b:1;i:558;b:1;s:10:\"18-archive\";b:1;i:528;b:1;i:2776;b:1;i:557;b:1;i:582;b:1;s:10:\"19-archive\";b:1;i:549;b:1;s:10:\"17-archive\";b:1;s:10:\"20-archive\";b:1;i:553;b:1;}', 'yes'),
(243, 'revslider-library-check', '1535490079', 'yes');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(244, 'rs-library', 'a:2:{s:7:\"objects\";a:169:{i:198;a:11:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:11:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:11:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:11:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:11:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:11:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:11:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:11:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:11:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:11:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:11:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:11:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:11:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:11:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:11:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:11:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:11:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:11:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:11:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:11:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:11:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:11:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:11:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:11:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:11:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:11:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:11:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:11:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:11:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:11:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:11:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:11:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:11:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole-punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:11:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:11:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:11:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:11:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:11:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:11:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:11:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:11:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:11:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:11:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:11:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:11:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:11:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:11:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:11:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:11:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:11:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:11:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:11:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:11:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:11:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:11:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:11:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:11:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:11:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:11:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:11:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:11:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:11:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:11:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:11:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:11:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:11:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:11:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:11:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:11:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:11:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:11:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:11:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:11:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:11:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:11:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:11:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:11:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:11:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:11:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:11:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:11:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:11:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:11:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:11:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:11:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:11:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:11:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:11:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:11:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:11:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:11:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:11:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:11:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:11:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:11:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:11:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:11:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:11:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:11:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:11:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:11:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:11:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:11:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:11:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:11:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:11:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:11:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:11:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:11:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:11:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:11:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:11:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:11:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:11:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:11:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:11:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:11:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:11:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:11:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:11:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:11:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:11:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:11:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:11:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:11:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:11:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:11:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:11:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:11:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:11:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:11:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:11:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:11:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:11:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:11:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:11:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:11:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:11:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:11:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:11:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:11:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:11:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:11:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:11:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:11:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:11:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:11:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:11:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:11:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:11:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:11:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:11:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:11:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:11:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:11:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:11:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:11:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:11:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:11:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:11:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:11:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:11:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:11:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:11:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:11:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:11:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:11:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:11:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:11:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:13:{i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}}', 'no');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(246, 'rs_tables_created', '1', 'yes'),
(248, 'revslider-global-settings', 'a:0:{}', 'yes'),
(249, 'revslider_update_version', '5.2.5.5', 'yes'),
(414, 'widget_bbp_topics_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(415, 'widget_bbp_replies_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(416, 'widget_bbp_stats_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(269, 'woocommerce_default_country', 'GB', 'yes'),
(270, 'woocommerce_allowed_countries', 'all', 'yes'),
(271, 'woocommerce_all_except_countries', '', 'yes'),
(272, 'woocommerce_specific_allowed_countries', '', 'yes'),
(273, 'woocommerce_ship_to_countries', '', 'yes'),
(274, 'woocommerce_specific_ship_to_countries', '', 'yes'),
(275, 'woocommerce_default_customer_address', 'geolocation', 'yes'),
(276, 'woocommerce_calc_taxes', 'no', 'yes'),
(277, 'woocommerce_demo_store', 'no', 'yes'),
(278, 'woocommerce_demo_store_notice', 'This is a demo store for testing purposes &mdash; no orders shall be fulfilled.', 'no'),
(279, 'woocommerce_currency', 'GBP', 'yes'),
(280, 'woocommerce_currency_pos', 'left', 'yes'),
(281, 'woocommerce_price_thousand_sep', ',', 'yes'),
(282, 'woocommerce_price_decimal_sep', '.', 'yes'),
(283, 'woocommerce_price_num_decimals', '2', 'yes'),
(284, 'woocommerce_weight_unit', 'kg', 'yes'),
(285, 'woocommerce_dimension_unit', 'cm', 'yes'),
(286, 'woocommerce_enable_review_rating', 'yes', 'yes'),
(287, 'woocommerce_review_rating_required', 'yes', 'no'),
(288, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(289, 'woocommerce_review_rating_verification_required', 'no', 'no'),
(290, 'woocommerce_shop_page_id', '286', 'yes'),
(291, 'woocommerce_shop_page_display', '', 'yes'),
(292, 'woocommerce_category_archive_display', '', 'yes'),
(293, 'woocommerce_default_catalog_orderby', 'menu_order', 'yes'),
(294, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(295, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(296, 'woocommerce_manage_stock', 'yes', 'yes'),
(297, 'woocommerce_hold_stock_minutes', '60', 'no'),
(298, 'woocommerce_notify_low_stock', 'yes', 'no'),
(299, 'woocommerce_notify_no_stock', 'yes', 'no'),
(300, 'woocommerce_stock_email_recipient', 'admin@gillgraphics.co.uk', 'no'),
(301, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(302, 'woocommerce_notify_no_stock_amount', '0', 'yes'),
(303, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(304, 'woocommerce_stock_format', '', 'yes'),
(305, 'woocommerce_file_download_method', 'force', 'no'),
(306, 'woocommerce_downloads_require_login', 'no', 'no'),
(307, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(308, 'woocommerce_prices_include_tax', 'no', 'yes'),
(309, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(310, 'woocommerce_shipping_tax_class', 'inherit', 'yes'),
(311, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(312, 'woocommerce_tax_classes', 'Reduced rate\nZero rate', 'yes'),
(313, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(314, 'woocommerce_tax_display_cart', 'excl', 'no'),
(315, 'woocommerce_price_display_suffix', '', 'yes'),
(316, 'woocommerce_tax_total_display', 'itemized', 'no'),
(317, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(318, 'woocommerce_shipping_cost_requires_address', 'no', 'no'),
(319, 'woocommerce_ship_to_destination', 'billing', 'no'),
(320, 'woocommerce_shipping_debug_mode', 'no', 'no'),
(321, 'woocommerce_enable_coupons', 'yes', 'yes'),
(322, 'woocommerce_calc_discounts_sequentially', 'no', 'no'),
(323, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(324, 'woocommerce_force_ssl_checkout', 'no', 'yes'),
(325, 'woocommerce_unforce_ssl_checkout', 'no', 'yes'),
(326, 'woocommerce_cart_page_id', '33', 'yes'),
(327, 'woocommerce_checkout_page_id', '34', 'yes'),
(328, 'woocommerce_terms_page_id', '', 'no'),
(329, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(330, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(331, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(332, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'),
(333, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'),
(334, 'woocommerce_myaccount_page_id', '35', 'yes'),
(335, 'woocommerce_enable_signup_and_login_from_checkout', 'yes', 'no'),
(336, 'woocommerce_enable_myaccount_registration', 'no', 'no'),
(337, 'woocommerce_enable_checkout_login_reminder', 'yes', 'no'),
(338, 'woocommerce_registration_generate_username', 'yes', 'no'),
(339, 'woocommerce_registration_generate_password', 'no', 'no'),
(340, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'),
(341, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(342, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'),
(343, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(344, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(345, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'),
(346, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(347, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(348, 'woocommerce_email_from_name', 'Airframes', 'no'),
(349, 'woocommerce_email_from_address', 'admin@gillgraphics.co.uk', 'no'),
(350, 'woocommerce_email_header_image', '', 'no'),
(351, 'woocommerce_email_footer_text', 'Airframes - Powered by WooCommerce', 'no'),
(352, 'woocommerce_email_base_color', '#96588a', 'no'),
(353, 'woocommerce_email_background_color', '#f7f7f7', 'no'),
(354, 'woocommerce_email_body_background_color', '#ffffff', 'no'),
(355, 'woocommerce_email_text_color', '#3c3c3c', 'no'),
(356, 'woocommerce_api_enabled', 'yes', 'yes'),
(360, 'woocommerce_db_version', '3.0.9', 'yes'),
(361, 'woocommerce_version', '3.0.9', 'yes'),
(362, 'woocommerce_admin_notices', 'a:1:{i:0;s:7:\"install\";}', 'yes'),
(23123, '_transient_timeout_fusion_dynamic_css_e8aad1f4a82dd8f9d4cbc55582354847', '1541519615', 'no'),
(426, '_bbp_private_forums', 'a:0:{}', 'yes'),
(427, '_bbp_hidden_forums', 'a:0:{}', 'yes'),
(428, '_bbp_db_version', '250', 'yes'),
(440, 'tribe_events_calendar_options', 'a:4:{s:14:\"schema-version\";s:3:\"3.9\";s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:21:\"previous_ecp_versions\";a:1:{i:0;s:1:\"0\";}s:18:\"latest_ecp_version\";s:5:\"4.5.6\";}', 'yes'),
(441, 'widget_tribe-events-list-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(534, 'fusion_dynamic_css_time', '1708966295', 'yes'),
(18285, 'portfolio_category_children', 'a:0:{}', 'yes'),
(841, 'portfolio_skills_children', 'a:0:{}', 'yes'),
(842, 'faq_category_children', 'a:0:{}', 'yes'),
(23716, 'slide-page_children', 'a:0:{}', 'yes');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(587, 'fusion_options', 'a:916:{s:8:\"last_tab\";s:0:\"\";s:6:\"layout\";s:4:\"wide\";s:10:\"site_width\";s:6:\"1170px\";s:13:\"margin_offset\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:13:\"scroll_offset\";s:4:\"full\";s:18:\"boxed_modal_shadow\";s:4:\"none\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:4:\"55px\";s:6:\"bottom\";s:4:\"90px\";}s:16:\"hundredp_padding\";s:4:\"30px\";s:13:\"sidebar_width\";s:3:\"23%\";s:14:\"sidebar_gutter\";s:4:\"80px\";s:17:\"sidebar_2_1_width\";s:3:\"21%\";s:17:\"sidebar_2_2_width\";s:3:\"21%\";s:19:\"dual_sidebar_gutter\";s:4:\"40px\";s:10:\"responsive\";s:1:\"1\";s:21:\"grid_main_break_point\";s:4:\"1058\";s:23:\"side_header_break_point\";s:4:\"1058\";s:19:\"content_break_point\";s:4:\"1025\";s:19:\"sidebar_break_point\";s:3:\"800\";s:11:\"mobile_zoom\";s:1:\"1\";s:21:\"typography_responsive\";s:1:\"1\";s:22:\"typography_sensitivity\";i:1;s:17:\"typography_factor\";s:4:\"1.50\";s:13:\"primary_color\";s:7:\"#2176ff\";s:15:\"header_position\";s:3:\"top\";s:13:\"header_layout\";s:2:\"v1\";s:15:\"slider_position\";s:5:\"below\";s:19:\"header_left_content\";s:12:\"contact_info\";s:20:\"header_right_content\";s:10:\"navigation\";s:17:\"header_v4_content\";s:18:\"tagline_and_search\";s:13:\"header_number\";s:28:\"Call Us Today! 1.555.555.555\";s:12:\"header_email\";s:19:\"info@yourdomain.com\";s:14:\"header_tagline\";s:19:\"Insert Tagline Here\";s:18:\"header_banner_code\";s:0:\"\";s:15:\"header_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"header_bg_full\";s:1:\"0\";s:18:\"header_bg_parallax\";s:1:\"1\";s:16:\"header_bg_repeat\";s:9:\"no-repeat\";s:17:\"side_header_width\";s:3:\"280\";s:14:\"header_padding\";a:4:{s:3:\"top\";s:2:\"1%\";s:5:\"right\";s:2:\"4%\";s:6:\"bottom\";s:2:\"1%\";s:4:\"left\";s:2:\"4%\";}s:13:\"header_shadow\";s:1:\"0\";s:16:\"header_100_width\";s:1:\"1\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:23:\"archive_header_bg_color\";s:16:\"rgb(255,255,255)\";s:19:\"header_border_color\";s:7:\"#e5e5e5\";s:19:\"header_top_bg_color\";s:7:\"#a0ce4e\";s:17:\"tagline_font_size\";s:4:\"16px\";s:18:\"tagline_font_color\";s:7:\"#747474\";s:13:\"header_sticky\";s:1:\"1\";s:20:\"header_sticky_tablet\";s:1:\"0\";s:20:\"header_sticky_mobile\";s:1:\"0\";s:23:\"header_sticky_shrinkage\";s:1:\"0\";s:26:\"header_sticky_type2_layout\";s:9:\"menu_only\";s:22:\"header_sticky_bg_color\";s:7:\"#ffffff\";s:24:\"header_sticky_menu_color\";s:7:\"#777777\";s:25:\"header_sticky_nav_padding\";s:2:\"45\";s:27:\"header_sticky_nav_font_size\";s:4:\"13px\";s:10:\"nav_height\";s:2:\"78\";s:20:\"menu_highlight_style\";s:3:\"bar\";s:25:\"menu_highlight_background\";s:7:\"#a0ce4e\";s:15:\"menu_arrow_size\";a:2:{s:5:\"width\";s:4:\"23px\";s:6:\"height\";s:4:\"12px\";}s:20:\"nav_highlight_border\";s:1:\"0\";s:11:\"nav_padding\";s:2:\"45\";s:18:\"mobile_nav_padding\";s:2:\"25\";s:15:\"megamenu_shadow\";s:1:\"1\";s:29:\"dropdown_menu_top_border_size\";s:1:\"3\";s:19:\"dropdown_menu_width\";s:3:\"250\";s:34:\"mainmenu_dropdown_vertical_padding\";s:1:\"7\";s:33:\"mainmenu_dropdown_display_divider\";s:1:\"1\";s:31:\"menu_display_dropdown_indicator\";s:4:\"none\";s:20:\"main_nav_search_icon\";s:1:\"0\";s:20:\"main_nav_icon_circle\";s:1:\"0\";s:25:\"main_nav_highlight_radius\";s:3:\"0px\";s:17:\"menu_sub_bg_color\";s:7:\"#f2efef\";s:19:\"menu_bg_hover_color\";s:7:\"#f8f8f8\";s:18:\"menu_sub_sep_color\";s:7:\"#dcdadb\";s:17:\"menu_h45_bg_color\";s:7:\"#ffffff\";s:14:\"nav_typography\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"14px\";s:14:\"letter-spacing\";s:3:\"1px\";s:5:\"color\";s:7:\"#ffffff\";}s:22:\"menu_hover_first_color\";s:7:\"#ffffff\";s:15:\"menu_text_align\";s:6:\"center\";s:14:\"menu_sub_color\";s:7:\"#777777\";s:22:\"nav_dropdown_font_size\";s:4:\"14px\";s:18:\"side_nav_font_size\";s:4:\"14px\";s:26:\"flyout_menu_icon_font_size\";s:4:\"20px\";s:24:\"flyout_nav_icons_padding\";s:2:\"45\";s:22:\"flyout_menu_icon_color\";s:7:\"#333333\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"#a0ce4e\";s:28:\"flyout_menu_background_color\";s:22:\"rgba(255,255,255,0.95)\";s:21:\"flyout_menu_direction\";s:4:\"fade\";s:23:\"topmenu_dropwdown_width\";s:3:\"180\";s:29:\"header_top_first_border_color\";s:7:\"#e5e5e5\";s:23:\"header_top_sub_bg_color\";s:7:\"#ffffff\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"#fafafa\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"#e5e5e5\";s:14:\"snav_font_size\";s:4:\"12px\";s:11:\"sec_menu_lh\";s:4:\"44px\";s:10:\"snav_color\";s:7:\"#747474\";s:25:\"header_top_menu_sub_color\";s:7:\"#747474\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"#333333\";s:18:\"mobile_menu_design\";s:6:\"modern\";s:28:\"mobile_menu_icons_top_margin\";s:2:\"20\";s:22:\"mobile_menu_nav_height\";s:2:\"60\";s:27:\"mobile_nav_submenu_slideout\";s:1:\"1\";s:18:\"mobile_menu_search\";s:1:\"0\";s:29:\"mobile_menu_submenu_indicator\";s:1:\"1\";s:22:\"mobile_header_bg_color\";s:16:\"rgb(255,255,255)\";s:30:\"mobile_archive_header_bg_color\";s:16:\"rgb(255,255,255)\";s:28:\"mobile_menu_background_color\";s:7:\"#ffffff\";s:23:\"mobile_menu_hover_color\";s:7:\"#ffffff\";s:24:\"mobile_menu_border_color\";s:21:\"rgba(216,216,216,0.1)\";s:24:\"mobile_menu_toggle_color\";s:7:\"#d8d8d8\";s:22:\"mobile_menu_typography\";a:11:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"60px\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#777777\";}s:28:\"mobile_menu_font_hover_color\";s:7:\"#777777\";s:22:\"mobile_menu_text_align\";s:4:\"left\";s:18:\"megamenu_max_width\";s:4:\"1100\";s:19:\"megamenu_title_size\";s:4:\"18px\";s:30:\"megamenu_item_vertical_padding\";s:1:\"5\";s:29:\"megamenu_item_display_divider\";s:1:\"0\";s:18:\"menu_icon_position\";s:4:\"left\";s:14:\"menu_icon_size\";s:2:\"13\";s:15:\"menu_icon_color\";s:7:\"#d8d8d8\";s:21:\"menu_icon_hover_color\";s:7:\"#2176ff\";s:19:\"menu_thumbnail_size\";a:2:{s:5:\"width\";s:4:\"26px\";s:6:\"height\";s:4:\"13px\";}s:14:\"logo_alignment\";s:4:\"left\";s:11:\"logo_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:15:\"logo_background\";s:1:\"0\";s:21:\"logo_background_color\";s:7:\"#a0ce4e\";s:16:\"logo_custom_link\";s:0:\"\";s:4:\"logo\";a:5:{s:3:\"url\";s:69:\"https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png\";s:2:\"id\";s:4:\"2178\";s:6:\"height\";s:2:\"83\";s:5:\"width\";s:3:\"196\";s:9:\"thumbnail\";s:76:\"https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo-150x83.png\";}s:11:\"logo_retina\";a:5:{s:3:\"url\";s:77:\"https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo_highres.png\";s:2:\"id\";s:4:\"2177\";s:6:\"height\";s:3:\"166\";s:5:\"width\";s:3:\"392\";s:9:\"thumbnail\";s:85:\"https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo_highres-150x150.png\";}s:18:\"sticky_header_logo\";a:5:{s:3:\"url\";s:69:\"https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png\";s:2:\"id\";s:4:\"2178\";s:6:\"height\";s:2:\"83\";s:5:\"width\";s:3:\"196\";s:9:\"thumbnail\";s:76:\"https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo-150x83.png\";}s:25:\"sticky_header_logo_retina\";a:5:{s:3:\"url\";s:77:\"https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo_highres.png\";s:2:\"id\";s:4:\"2177\";s:6:\"height\";s:3:\"166\";s:5:\"width\";s:3:\"392\";s:9:\"thumbnail\";s:85:\"https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo_highres-150x150.png\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:69:\"https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png\";s:2:\"id\";s:4:\"2178\";s:6:\"height\";s:2:\"83\";s:5:\"width\";s:3:\"196\";s:9:\"thumbnail\";s:76:\"https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo-150x83.png\";}s:18:\"mobile_logo_retina\";a:5:{s:3:\"url\";s:77:\"https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo_highres.png\";s:2:\"id\";s:4:\"2177\";s:6:\"height\";s:3:\"166\";s:5:\"width\";s:3:\"392\";s:9:\"thumbnail\";s:85:\"https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo_highres-150x150.png\";}s:14:\"page_title_bar\";s:4:\"hide\";s:19:\"page_title_bar_text\";s:1:\"1\";s:20:\"page_title_100_width\";s:1:\"0\";s:17:\"page_title_height\";s:4:\"87px\";s:24:\"page_title_mobile_height\";s:4:\"70px\";s:19:\"page_title_bg_color\";s:7:\"#f6f6f6\";s:23:\"page_title_border_color\";s:7:\"#d2d3d4\";s:20:\"page_title_font_size\";s:4:\"18px\";s:22:\"page_title_line_height\";s:3:\"1.4\";s:16:\"page_title_color\";s:7:\"#333333\";s:30:\"page_title_subheader_font_size\";s:4:\"14px\";s:26:\"page_title_subheader_color\";s:7:\"#333333\";s:20:\"page_title_alignment\";s:4:\"left\";s:13:\"page_title_bg\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"page_title_bg_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"page_title_bg_full\";s:1:\"0\";s:22:\"page_title_bg_parallax\";s:1:\"0\";s:17:\"page_title_fading\";s:1:\"0\";s:17:\"page_title_bar_bs\";s:11:\"breadcrumbs\";s:17:\"breadcrumb_mobile\";s:1:\"0\";s:16:\"breacrumb_prefix\";s:0:\"\";s:20:\"breadcrumb_separator\";s:1:\"/\";s:21:\"breadcrumbs_font_size\";s:4:\"10px\";s:22:\"breadcrumbs_text_color\";s:7:\"#333333\";s:28:\"breadcrumbs_text_hover_color\";s:7:\"#333333\";s:26:\"breadcrumb_show_categories\";s:1:\"1\";s:33:\"breadcrumb_show_post_type_archive\";s:1:\"0\";s:18:\"slidingbar_widgets\";s:1:\"0\";s:25:\"mobile_slidingbar_widgets\";s:1:\"0\";s:23:\"slidingbar_open_on_load\";s:1:\"0\";s:19:\"slidingbar_position\";s:3:\"top\";s:16:\"slidingbar_width\";s:5:\"300px\";s:17:\"slidingbar_sticky\";s:1:\"0\";s:26:\"slidingbar_widgets_columns\";s:1:\"2\";s:27:\"slidingbar_column_alignment\";s:7:\"stacked\";s:26:\"slidingbar_content_padding\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:4:\"30px\";}s:24:\"slidingbar_content_align\";s:4:\"left\";s:23:\"slidingbar_toggle_style\";s:8:\"triangle\";s:19:\"slidingbar_bg_color\";s:7:\"#363839\";s:24:\"slidingbar_divider_color\";s:7:\"#282a2b\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"#ffffff\";s:20:\"slidingbar_font_size\";s:4:\"13px\";s:25:\"slidingbar_headings_color\";s:7:\"#dddddd\";s:21:\"slidingbar_text_color\";s:7:\"#8c8989\";s:21:\"slidingbar_link_color\";s:7:\"#bfbfbf\";s:27:\"slidingbar_link_color_hover\";s:7:\"#2176ff\";s:17:\"slidingbar_border\";s:1:\"0\";s:14:\"footer_widgets\";s:1:\"1\";s:22:\"footer_widgets_columns\";s:1:\"3\";s:29:\"footer_widgets_center_content\";s:1:\"0\";s:22:\"footer_special_effects\";s:4:\"none\";s:16:\"footer_copyright\";s:1:\"1\";s:31:\"footer_copyright_center_content\";s:1:\"0\";s:11:\"footer_text\";s:272:\"© <script>document.write(new Date().getFullYear());</script> Air-Frames Ltd | All Rights Reserved  |   <a href=\"https://www.air-frames.co.uk/privacy-policy/\"> Privacy Policy</a>   |   Created by <a href=\'https://www.gillgraphics.co.uk\' target=\'_blank\'>GillGraphics</a>\";s:16:\"footerw_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"footerw_bg_full\";s:1:\"0\";s:17:\"footerw_bg_repeat\";s:9:\"no-repeat\";s:14:\"footerw_bg_pos\";s:13:\"center center\";s:16:\"footer_100_width\";s:1:\"0\";s:19:\"footer_area_padding\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"4%\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"4%\";}s:15:\"footer_bg_color\";s:7:\"#f7f7f7\";s:18:\"footer_border_size\";s:1:\"1\";s:19:\"footer_border_color\";s:7:\"#e6e6e6\";s:19:\"footer_divider_line\";s:1:\"0\";s:24:\"footer_divider_line_size\";s:1:\"1\";s:25:\"footer_divider_line_style\";s:5:\"solid\";s:20:\"footer_divider_color\";s:7:\"#ffffff\";s:22:\"footer_widgets_padding\";s:4:\"15px\";s:17:\"copyright_padding\";a:2:{s:3:\"top\";s:4:\"18px\";s:6:\"bottom\";s:4:\"16px\";}s:18:\"copyright_bg_color\";s:7:\"#004695\";s:21:\"copyright_border_size\";s:1:\"0\";s:22:\"copyright_border_color\";s:7:\"#4b4c4d\";s:26:\"footer_headings_typography\";a:11:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#858585\";}s:17:\"footer_text_color\";s:7:\"#858585\";s:17:\"footer_link_color\";s:7:\"#2176ff\";s:23:\"footer_link_color_hover\";s:7:\"#999999\";s:20:\"copyright_text_color\";s:7:\"#d8d8d8\";s:20:\"copyright_link_color\";s:7:\"#ffffff\";s:26:\"copyright_link_color_hover\";s:7:\"#ffffff\";s:19:\"copyright_font_size\";s:4:\"13px\";s:24:\"responsive_sidebar_order\";s:25:\"content,sidebar,sidebar-2\";s:14:\"sidebar_sticky\";s:4:\"none\";s:15:\"sidebar_padding\";s:1:\"0\";s:16:\"sidebar_bg_color\";s:19:\"rgba(255,255,255,0)\";s:23:\"sidebar_widget_bg_color\";s:19:\"rgba(255,255,255,0)\";s:15:\"sidew_font_size\";s:4:\"13px\";s:21:\"sidebar_heading_color\";s:7:\"#333333\";s:20:\"pages_global_sidebar\";s:1:\"0\";s:13:\"pages_sidebar\";s:4:\"None\";s:15:\"pages_sidebar_2\";s:4:\"None\";s:19:\"default_sidebar_pos\";s:5:\"Right\";s:24:\"portfolio_global_sidebar\";s:1:\"0\";s:17:\"portfolio_sidebar\";s:4:\"None\";s:19:\"portfolio_sidebar_2\";s:4:\"None\";s:26:\"portfolio_sidebar_position\";s:5:\"Right\";s:25:\"portfolio_archive_sidebar\";s:4:\"None\";s:27:\"portfolio_archive_sidebar_2\";s:4:\"None\";s:20:\"posts_global_sidebar\";s:1:\"1\";s:13:\"posts_sidebar\";s:4:\"None\";s:15:\"posts_sidebar_2\";s:4:\"None\";s:21:\"blog_sidebar_position\";s:5:\"Right\";s:20:\"blog_archive_sidebar\";s:4:\"None\";s:22:\"blog_archive_sidebar_2\";s:4:\"None\";s:14:\"search_sidebar\";s:12:\"Blog Sidebar\";s:16:\"search_sidebar_2\";s:4:\"None\";s:23:\"search_sidebar_position\";s:5:\"Right\";s:8:\"bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"bg_full\";s:1:\"0\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:8:\"bg_color\";s:7:\"#ffffff\";s:17:\"bg_pattern_option\";s:1:\"0\";s:10:\"bg_pattern\";s:8:\"pattern1\";s:16:\"content_bg_color\";s:7:\"#ffffff\";s:16:\"content_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"content_bg_full\";s:1:\"0\";s:17:\"content_bg_repeat\";s:9:\"no-repeat\";s:15:\"body_typography\";a:11:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"30px\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#747a87\";}s:10:\"link_color\";s:7:\"#2176ff\";s:13:\"h1_typography\";a:13:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"84px\";s:11:\"line-height\";s:3:\"1.4\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:3:\"0em\";s:5:\"color\";s:7:\"#323643\";}s:13:\"h2_typography\";a:13:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"60px\";s:11:\"line-height\";s:4:\"70px\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:5:\"0.5em\";s:13:\"margin-bottom\";s:5:\"0.3em\";s:5:\"color\";s:7:\"#323643\";}s:13:\"h3_typography\";a:13:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"42px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:3:\"1em\";s:13:\"margin-bottom\";s:3:\"1em\";s:5:\"color\";s:7:\"#323643\";}s:13:\"h4_typography\";a:13:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:6:\"1.33em\";s:13:\"margin-bottom\";s:6:\"1.33em\";s:5:\"color\";s:7:\"#323643\";}s:13:\"h5_typography\";a:13:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"19px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:6:\"1.67em\";s:5:\"color\";s:7:\"#323643\";}s:13:\"h6_typography\";a:13:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:6:\"2.33em\";s:5:\"color\";s:7:\"#323643\";}s:21:\"post_title_typography\";a:11:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"40px\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#323643\";}s:29:\"post_titles_extras_typography\";a:11:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#323643\";}s:12:\"custom_fonts\";a:7:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"name\";a:1:{i:0;s:0:\"\";}s:4:\"woff\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:5:\"woff2\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"ttf\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"svg\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"eot\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:19:\"blog_page_title_bar\";s:4:\"hide\";s:24:\"blog_show_page_title_bar\";s:4:\"hide\";s:10:\"blog_title\";s:4:\"Blog\";s:13:\"blog_subtitle\";s:0:\"\";s:11:\"blog_layout\";s:8:\"timeline\";s:19:\"blog_archive_layout\";s:8:\"timeline\";s:20:\"blog_pagination_type\";s:16:\"load_more_button\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"#2176ff\";s:25:\"blog_archive_grid_columns\";s:1:\"3\";s:32:\"blog_archive_grid_column_spacing\";s:2:\"30\";s:18:\"blog_equal_heights\";s:1:\"0\";s:25:\"blog_archive_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:21:\"blog_layout_alignment\";s:0:\"\";s:14:\"content_length\";s:7:\"excerpt\";s:19:\"excerpt_length_blog\";s:2:\"35\";s:18:\"strip_html_excerpt\";s:1:\"1\";s:15:\"featured_images\";s:1:\"1\";s:32:\"alternate_date_format_month_year\";s:4:\"m, Y\";s:25:\"alternate_date_format_day\";s:1:\"j\";s:20:\"timeline_date_format\";s:3:\"F Y\";s:14:\"blog_width_100\";s:1:\"0\";s:22:\"featured_images_single\";s:1:\"0\";s:11:\"blog_pn_nav\";s:1:\"0\";s:15:\"blog_post_title\";s:8:\"disabled\";s:23:\"blog_post_meta_position\";s:13:\"below_article\";s:11:\"author_info\";s:1:\"0\";s:18:\"social_sharing_box\";s:1:\"1\";s:13:\"related_posts\";s:1:\"1\";s:13:\"blog_comments\";s:1:\"0\";s:9:\"post_meta\";s:1:\"1\";s:16:\"post_meta_author\";s:1:\"1\";s:14:\"post_meta_date\";s:1:\"1\";s:14:\"post_meta_cats\";s:1:\"1\";s:18:\"post_meta_comments\";s:1:\"0\";s:14:\"post_meta_read\";s:1:\"1\";s:14:\"post_meta_tags\";s:1:\"0\";s:14:\"meta_font_size\";s:4:\"13px\";s:11:\"date_format\";s:7:\"F jS, Y\";s:24:\"portfolio_archive_layout\";s:4:\"grid\";s:37:\"portfolio_archive_featured_image_size\";s:4:\"full\";s:25:\"portfolio_archive_columns\";s:1:\"1\";s:32:\"portfolio_archive_column_spacing\";s:2:\"30\";s:23:\"portfolio_equal_heights\";s:1:\"0\";s:42:\"portfolio_archive_one_column_text_position\";s:5:\"below\";s:23:\"portfolio_archive_items\";s:2:\"10\";s:29:\"portfolio_archive_text_layout\";s:7:\"no_text\";s:32:\"portfolio_archive_content_length\";s:7:\"excerpt\";s:32:\"portfolio_archive_excerpt_length\";s:2:\"55\";s:36:\"portfolio_archive_strip_html_excerpt\";s:1:\"1\";s:31:\"portfolio_archive_title_display\";s:3:\"all\";s:32:\"portfolio_archive_text_alignment\";s:4:\"left\";s:32:\"portfolio_archive_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:33:\"portfolio_archive_pagination_type\";s:15:\"infinite_scroll\";s:49:\"portfolio_archive_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:14:\"portfolio_slug\";s:15:\"portfolio-items\";s:24:\"portfolio_meta_font_size\";s:4:\"30px\";s:16:\"portfolio_pn_nav\";s:1:\"0\";s:25:\"portfolio_featured_images\";s:1:\"0\";s:38:\"portfolio_disable_first_featured_image\";s:1:\"0\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:19:\"portfolio_width_100\";s:1:\"1\";s:28:\"portfolio_project_desc_title\";s:1:\"0\";s:25:\"portfolio_project_details\";s:1:\"0\";s:26:\"portfolio_link_icon_target\";s:1:\"0\";s:18:\"portfolio_comments\";s:1:\"0\";s:16:\"portfolio_author\";s:1:\"0\";s:28:\"portfolio_social_sharing_box\";s:1:\"0\";s:23:\"portfolio_related_posts\";s:1:\"0\";s:18:\"social_media_icons\";a:5:{s:25:\"fusionredux_repeater_data\";a:3:{i:0;a:1:{s:5:\"title\";s:0:\"\";}i:1;a:1:{s:5:\"title\";s:0:\"\";}i:2;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:9:\"instagram\";}s:3:\"url\";a:3:{i:0;s:52:\"https://www.facebook.com/Air-Frames-183027845180714/\";i:1;s:30:\"https://twitter.com/air_frames\";i:2;s:37:\"https://www.instagram.com/air_frames/\";}s:12:\"custom_title\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:13:\"custom_source\";a:3:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:1;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:2;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:29:\"header_social_links_font_size\";s:4:\"16px\";s:37:\"header_social_links_tooltip_placement\";s:6:\"bottom\";s:30:\"header_social_links_color_type\";s:6:\"custom\";s:30:\"header_social_links_icon_color\";s:7:\"#bebdbd\";s:25:\"header_social_links_boxed\";s:1:\"0\";s:29:\"header_social_links_box_color\";s:7:\"#e8e8e8\";s:32:\"header_social_links_boxed_radius\";s:3:\"4px\";s:33:\"header_social_links_boxed_padding\";s:3:\"8px\";s:12:\"icons_footer\";s:1:\"1\";s:29:\"footer_social_links_font_size\";s:4:\"16px\";s:37:\"footer_social_links_tooltip_placement\";s:3:\"top\";s:30:\"footer_social_links_color_type\";s:6:\"custom\";s:30:\"footer_social_links_icon_color\";s:7:\"#2176ff\";s:25:\"footer_social_links_boxed\";s:1:\"1\";s:29:\"footer_social_links_box_color\";s:7:\"#ffffff\";s:32:\"footer_social_links_boxed_radius\";s:3:\"50%\";s:33:\"footer_social_links_boxed_padding\";s:4:\"10px\";s:22:\"sharing_social_tagline\";s:18:\"Share This Article\";s:30:\"sharing_box_tagline_text_color\";s:7:\"#ffffff\";s:15:\"social_bg_color\";s:7:\"#2176ff\";s:30:\"sharing_social_links_font_size\";s:4:\"16px\";s:38:\"sharing_social_links_tooltip_placement\";s:3:\"top\";s:31:\"sharing_social_links_color_type\";s:6:\"custom\";s:31:\"sharing_social_links_icon_color\";s:7:\"#2176ff\";s:26:\"sharing_social_links_boxed\";s:1:\"1\";s:30:\"sharing_social_links_box_color\";s:7:\"#ffffff\";s:33:\"sharing_social_links_boxed_radius\";s:3:\"50%\";s:34:\"sharing_social_links_boxed_padding\";s:4:\"10px\";s:16:\"sharing_facebook\";s:1:\"1\";s:15:\"sharing_twitter\";s:1:\"1\";s:14:\"sharing_reddit\";s:1:\"0\";s:16:\"sharing_linkedin\";s:1:\"1\";s:16:\"sharing_whatsapp\";s:1:\"0\";s:14:\"sharing_google\";s:1:\"1\";s:14:\"sharing_tumblr\";s:1:\"1\";s:17:\"sharing_pinterest\";s:1:\"1\";s:10:\"sharing_vk\";s:1:\"1\";s:13:\"sharing_email\";s:1:\"1\";s:22:\"posts_slideshow_number\";s:1:\"5\";s:18:\"slideshow_autoplay\";s:1:\"1\";s:23:\"slideshow_smooth_height\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"7000\";s:22:\"pagination_video_slide\";s:1:\"0\";s:25:\"slider_nav_box_dimensions\";a:2:{s:5:\"width\";s:4:\"30px\";s:6:\"height\";s:4:\"60px\";}s:17:\"slider_arrow_size\";s:4:\"14px\";s:15:\"tfes_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"400px\";}s:14:\"tfes_animation\";s:5:\"sides\";s:13:\"tfes_autoplay\";s:1:\"1\";s:13:\"tfes_interval\";s:4:\"3000\";s:10:\"tfes_speed\";s:3:\"800\";s:10:\"tfes_width\";s:3:\"150\";s:18:\"es_title_font_size\";s:4:\"42px\";s:20:\"es_caption_font_size\";s:4:\"20px\";s:14:\"es_title_color\";s:7:\"#333333\";s:16:\"es_caption_color\";s:7:\"#747474\";s:15:\"status_lightbox\";s:1:\"1\";s:22:\"status_lightbox_single\";s:1:\"1\";s:17:\"lightbox_behavior\";s:3:\"all\";s:13:\"lightbox_skin\";s:11:\"metro-black\";s:13:\"lightbox_path\";s:8:\"vertical\";s:24:\"lightbox_animation_speed\";s:6:\"normal\";s:15:\"lightbox_arrows\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"1\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:16:\"lightbox_opacity\";s:4:\"0.90\";s:14:\"lightbox_title\";s:1:\"0\";s:13:\"lightbox_desc\";s:1:\"0\";s:15:\"lightbox_social\";s:1:\"1\";s:20:\"lightbox_deeplinking\";s:1:\"1\";s:20:\"lightbox_post_images\";s:1:\"1\";s:25:\"lightbox_video_dimensions\";a:2:{s:5:\"width\";s:6:\"1280px\";s:6:\"height\";s:5:\"720px\";}s:13:\"email_address\";s:0:\"\";s:24:\"contact_comment_position\";s:5:\"below\";s:29:\"contact_form_privacy_checkbox\";s:1:\"0\";s:26:\"contact_form_privacy_label\";s:152:\"By checking this box, you confirm that you have read and are agreeing to our terms of use regarding the storage of the data submitted through this form.\";s:16:\"recaptcha_public\";s:40:\"6LfVRnkUAAAAANGmSIhcxlMXNMNPltX_tQkhrTCB\";s:17:\"recaptcha_private\";s:40:\"6LfVRnkUAAAAANdgVmnl10i7uFfInlDLyayCos-8\";s:22:\"recaptcha_color_scheme\";s:5:\"light\";s:8:\"gmap_api\";s:0:\"\";s:13:\"gmap_api_type\";s:2:\"js\";s:18:\"gmap_embed_address\";s:0:\"\";s:19:\"gmap_embed_map_type\";s:7:\"roadmap\";s:12:\"gmap_address\";s:49:\"775 New York Ave, Brooklyn, Kings, New York 11203\";s:9:\"gmap_type\";s:7:\"roadmap\";s:15:\"gmap_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"415px\";}s:14:\"gmap_topmargin\";s:4:\"55px\";s:14:\"map_zoom_level\";s:1:\"8\";s:7:\"map_pin\";s:1:\"1\";s:18:\"gmap_pin_animation\";s:1:\"1\";s:9:\"map_popup\";s:1:\"0\";s:15:\"map_scrollwheel\";s:1:\"1\";s:9:\"map_scale\";s:1:\"1\";s:15:\"map_zoomcontrol\";s:1:\"1\";s:11:\"map_styling\";s:7:\"default\";s:17:\"map_overlay_color\";s:7:\"#a0ce4e\";s:19:\"map_infobox_styling\";s:7:\"default\";s:19:\"map_infobox_content\";s:0:\"\";s:20:\"map_infobox_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"map_infobox_text_color\";s:7:\"#ffffff\";s:22:\"map_custom_marker_icon\";s:0:\"\";s:13:\"search_layout\";s:4:\"grid\";s:14:\"search_content\";a:6:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:15:\"avada_portfolio\";i:3;s:9:\"avada_faq\";i:4;s:7:\"product\";i:5;s:12:\"tribe_events\";}s:14:\"search_excerpt\";s:1:\"1\";s:23:\"search_results_per_page\";s:2:\"10\";s:22:\"search_featured_images\";s:1:\"1\";s:26:\"search_new_search_position\";s:3:\"top\";s:18:\"gfonts_load_method\";s:3:\"cdn\";s:14:\"privacy_embeds\";s:1:\"0\";s:14:\"privacy_expiry\";s:2:\"30\";s:19:\"privacy_embed_types\";a:8:{i:0;s:7:\"youtube\";i:1;s:5:\"vimeo\";i:2;s:10:\"soundcloud\";i:3;s:8:\"facebook\";i:4;s:6:\"flickr\";i:5;s:7:\"twitter\";i:6;s:5:\"gmaps\";i:7;s:8:\"tracking\";}s:16:\"privacy_bg_color\";s:15:\"rgba(0,0,0,0.1)\";s:13:\"privacy_color\";s:15:\"rgba(0,0,0,0.3)\";s:11:\"privacy_bar\";s:1:\"1\";s:19:\"privacy_bar_padding\";a:4:{s:3:\"top\";s:4:\"15px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"15px\";s:4:\"left\";s:4:\"30px\";}s:20:\"privacy_bar_bg_color\";s:7:\"#363839\";s:21:\"privacy_bar_font_size\";s:4:\"13px\";s:17:\"privacy_bar_color\";s:7:\"#e2dcdc\";s:22:\"privacy_bar_link_color\";s:7:\"#e8e8e8\";s:28:\"privacy_bar_link_hover_color\";s:7:\"#2176ff\";s:16:\"privacy_bar_text\";s:51:\"This website uses cookies and third party services.\";s:23:\"privacy_bar_button_text\";s:2:\"Ok\";s:23:\"privacy_bar_button_save\";s:1:\"0\";s:16:\"privacy_bar_more\";s:1:\"0\";s:21:\"privacy_bar_more_text\";s:8:\"Settings\";s:23:\"privacy_bar_update_text\";s:15:\"Update Settings\";s:30:\"privacy_bar_headings_font_size\";s:4:\"13px\";s:26:\"privacy_bar_headings_color\";s:7:\"#dddddd\";s:19:\"privacy_bar_content\";a:4:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"type\";a:1:{i:0;s:0:\"\";}s:5:\"title\";a:1:{i:0;s:0:\"\";}s:11:\"description\";a:1:{i:0;s:0:\"\";}}s:16:\"sidenav_behavior\";s:5:\"hover\";s:26:\"featured_image_placeholder\";s:1:\"1\";s:12:\"excerpt_base\";s:5:\"words\";s:16:\"disable_excerpts\";s:1:\"1\";s:14:\"link_read_more\";s:1:\"0\";s:12:\"avatar_shape\";s:6:\"square\";s:14:\"comments_pages\";s:1:\"0\";s:21:\"featured_images_pages\";s:1:\"1\";s:21:\"nofollow_social_links\";s:1:\"0\";s:16:\"social_icons_new\";s:1:\"1\";s:20:\"related_posts_layout\";s:17:\"title_on_rollover\";s:20:\"number_related_posts\";s:1:\"4\";s:21:\"related_posts_columns\";s:1:\"3\";s:28:\"related_posts_column_spacing\";s:2:\"50\";s:24:\"related_posts_image_size\";s:7:\"cropped\";s:22:\"related_posts_autoplay\";s:1:\"0\";s:19:\"related_posts_speed\";s:4:\"2500\";s:24:\"related_posts_navigation\";s:1:\"1\";s:19:\"related_posts_swipe\";s:1:\"0\";s:25:\"related_posts_swipe_items\";s:1:\"1\";s:14:\"image_rollover\";s:1:\"1\";s:24:\"image_rollover_direction\";s:4:\"fade\";s:24:\"image_rollover_icon_size\";s:4:\"38px\";s:19:\"link_image_rollover\";s:1:\"1\";s:19:\"zoom_image_rollover\";s:1:\"0\";s:20:\"title_image_rollover\";s:1:\"0\";s:19:\"cats_image_rollover\";s:1:\"0\";s:26:\"icon_circle_image_rollover\";s:1:\"0\";s:24:\"image_gradient_top_color\";s:7:\"#2176ff\";s:27:\"image_gradient_bottom_color\";s:7:\"#2176ff\";s:25:\"image_rollover_text_color\";s:7:\"#ffffff\";s:25:\"image_rollover_icon_color\";s:7:\"#ffffff\";s:22:\"pagination_box_padding\";a:2:{s:5:\"width\";s:4:\"10px\";s:6:\"height\";s:4:\"10px\";}s:23:\"pagination_text_display\";s:1:\"1\";s:20:\"pagination_font_size\";s:4:\"16px\";s:16:\"pagination_range\";s:1:\"1\";s:26:\"pagination_start_end_range\";s:1:\"0\";s:17:\"form_input_height\";s:4:\"60px\";s:13:\"form_bg_color\";s:7:\"#f8f8f8\";s:14:\"form_text_size\";s:4:\"13px\";s:15:\"form_text_color\";s:7:\"#aaa9a9\";s:17:\"form_border_width\";a:4:{s:3:\"top\";s:3:\"1px\";s:5:\"right\";s:3:\"1px\";s:6:\"bottom\";s:3:\"1px\";s:4:\"left\";s:3:\"1px\";}s:17:\"form_border_color\";s:7:\"#e8e8e8\";s:18:\"form_border_radius\";s:1:\"0\";s:18:\"search_form_design\";s:7:\"classic\";s:17:\"timeline_bg_color\";s:7:\"#ffffff\";s:14:\"timeline_color\";s:7:\"#ffffff\";s:25:\"grid_separator_style_type\";s:4:\"none\";s:20:\"grid_separator_color\";s:7:\"#e0dede\";s:18:\"masonry_grid_ratio\";s:3:\"1.0\";s:20:\"masonry_width_double\";s:4:\"2000\";s:16:\"google_analytics\";s:0:\"\";s:10:\"space_head\";s:0:\"\";s:10:\"space_body\";s:0:\"\";s:19:\"dependencies_status\";s:1:\"1\";s:15:\"pw_jpeg_quality\";s:2:\"82\";s:16:\"smooth_scrolling\";s:1:\"0\";s:27:\"disable_code_block_encoding\";s:1:\"1\";s:16:\"disable_megamenu\";s:1:\"1\";s:16:\"avada_rev_styles\";s:1:\"0\";s:22:\"avada_styles_dropdowns\";s:1:\"1\";s:27:\"disable_mobile_image_hovers\";s:1:\"1\";s:9:\"status_yt\";s:1:\"1\";s:12:\"status_vimeo\";s:1:\"1\";s:11:\"status_gmap\";s:1:\"1\";s:12:\"status_totop\";s:7:\"desktop\";s:20:\"status_fusion_slider\";s:1:\"1\";s:14:\"status_eslider\";s:1:\"0\";s:18:\"status_fontawesome\";a:3:{i:0;s:3:\"fab\";i:1;s:3:\"far\";i:2;s:3:\"fas\";}s:14:\"status_outline\";s:1:\"0\";s:16:\"status_opengraph\";s:1:\"1\";s:31:\"disable_date_rich_snippet_pages\";s:1:\"1\";s:26:\"disable_rich_snippet_title\";s:1:\"1\";s:27:\"disable_rich_snippet_author\";s:1:\"1\";s:25:\"disable_rich_snippet_date\";s:1:\"1\";s:16:\"css_cache_method\";s:4:\"file\";s:19:\"media_queries_async\";s:1:\"0\";s:15:\"cache_server_ip\";s:0:\"\";s:11:\"js_compiler\";s:1:\"0\";s:10:\"custom_css\";s:4529:\"/* Header */\r\n.fusion-is-sticky .fusion-main-menu > ul > li > a {\r\n    color: #777;\r\n}\r\n.fusion-is-sticky .fusion-main-menu .fusion-widget-cart-counter > a:hover:before, \r\n.fusion-is-sticky .fusion-main-menu > ul > li > a:hover, \r\n.fusion-is-sticky .fusion-main-menu > ul > .current-menu-item > a, \r\n.fusion-main-menu .fusion-widget-cart-counter > a:hover:before, .fusion-main-menu > ul > li > a:hover {\r\n    color:#004695 !important;\r\n}\r\n/* Menu current Ancestor */\r\nli.current_page_ancestor > a {\r\n    color: #004695 !important;\r\n}\r\n/* Nav mobile rollover */\r\n.fusion-mobile-nav-item a:hover {\r\n    color: #004695 !important;\r\n}\r\n/* Live Website Feed */\r\n.liveFeed {\r\n    margin: 0 auto;\r\n    width: 235px;\r\n}\r\n/* Accordion Heading */\r\n.panel-title {\r\n    font-size: 14px !important;\r\n}\r\n/* Full Width */\r\n.fullWidth, .fullWidth * {\r\n    width: 100%;\r\n    max-width: 100% !important;\r\n    max-height: 100% !important;\r\n}\r\n/* Footer */\r\n.fusion-footer h1, .fusion-footer h2, .fusion-footer h3, .fusion-footer h4 {\r\n    color: #2c6594;\r\n    font-size: 16px;\r\n}\r\n.fusion-footer-widget-area {\r\n    font-size: 14px;\r\n}\r\n.twitterFeed {\r\n    max-height: 280px;\r\n    overflow: auto;\r\n}\r\ninput[type=\"submit\"] {\r\n    background: #004695 !important;\r\n    border-radius: 0 !important;\r\n}\r\ninput[type=\"submit\"]:hover {\r\n    background: #1d6ce2 !important;\r\n}\r\n/* Slider Background */\r\n.tfs-slider .background-image, .bg-parallax-parent .parallax-inner {\r\n    background-position: top center !important;\r\n}\r\n/* Portfolio Changes */\r\n.fusion-filters {\r\n    margin: 0 auto 55px auto;\r\n    width: auto;\r\n    padding: 0;\r\n    text-align: center;\r\n    border: none;\r\n}\r\n.fusion-filters li {\r\n    margin: 0;\r\n    float: none !important;\r\n    display: inline-block;\r\n    background: #004695;\r\n    font-size: 12px;\r\n    padding: 0;\r\n    letter-spacing: 3px;\r\n    text-transform: uppercase;\r\n    font-family: \'Ubuntu\', sans-serif;\r\n}\r\n.fusion-filters li a {\r\n    padding: 13px 22px;\r\n    margin: 0 3px;\r\n    color: #fff;\r\n    line-height: 1 !important;\r\n}\r\n.fusion-filters li a:first-child {\r\n    margin-left: 0;\r\n}\r\n.fusion-filters li a:last-child {\r\n    margin-right: 0;\r\n}\r\n.fusion-filters li a:hover, .fusion-filters .fusion-filter.fusion-active a:hover {\r\n    background: #1d6ce2;\r\n    color: #f9f9f9\r\n}\r\n.fusion-filters .fusion-filter.fusion-active a {\r\n    color: #fff;\r\n    border-top: 0px;\r\n    line-height: 34px;\r\n    background: #1d6ce2;\r\n}\r\n/* Fusion Porfolio Content */\r\n.fusion-portfolio-content {\r\n    position: relative;\r\n}\r\n.fusion-portfolio-content h2 {\r\n    font-size: 18px !important;\r\n}\r\n.fusion-portfolio-content h2 a:hover {\r\n    text-decoration: underline;\r\n}\r\n.fusion-portfolio-content h4 {\r\n    font-size: 14px !important;\r\n}\r\n.fusion-portfolio-content h4 a {\r\n    color: #555 !important;\r\n}\r\n.fusion-post-content {\r\n    display: none;\r\n}\r\n.fusion-portfolio-wrapper {\r\n    text-align: center;\r\n}\r\n.fusion-rollover-link:before {\r\n    background-image: url(\'https://www.air-frames.co.uk/wp-content/uploads/2018/09/airframes-blades-icon.png\');\r\n    background-size: cover;\r\n    background-repeat: no-repeat;\r\n    content: \"\";\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n/* List Stars */\r\n.stars {\r\n    list-style: none;\r\n    width: 100%;\r\n    padding-left: 0px;\r\n}\r\n.stars li {\r\n    margin: 10px 0 5px 0;\r\n    padding-bottom: 10px;\r\n    border-bottom: 1px solid #d4d4d4;\r\n    width: 100%;\r\n}\r\n.stars li:before {\r\n    position: relative;\r\n    width: 10px;\r\n    height: 10px;\r\n    padding-right: 10px;\r\n    font-family: FontAwesome;\r\n    content: \"\\f006\";\r\n    color: #004695;\r\n}\r\n/* Accordion Changes */\r\n.panel-heading .panel-title .fusion-toggle-heading {\r\n    font-size: 16px;\r\n}\r\n/* Testimonials */\r\n.fusion-testimonials .reviews {\r\n    min-height:300px;\r\n}\r\n/* responsive changes */\r\n@media (max-width: 1280px) {\r\n    .fusion-filters {\r\n        max-width: 100%;\r\n    }  \r\n}\r\n@media (max-width: 1048px) {\r\n    .fusion-filters li {\r\n        width: 100%;\r\n        display: block;\r\n    }\r\n}\r\n@media (max-width: 1025px) {\r\n    /* Home Page drone images */\r\n    /*\r\n    .mobileCentre {\r\n        float: none !important;\r\n        clear: both;\r\n        width: 100%;\r\n        text-align: center;\r\n    }\r\n    .mobileCentre img {\r\n        margin: 0 auto;\r\n    }\r\n    */\r\n    .fusion-footer-widget-area {\r\n        text-align: center;\r\n    }\r\n}\r\n@media (max-width: 970px) {\r\n    .fusion-filters li:first-child, .fusion-filters li:last-child {\r\n        padding: 10px 0;\r\n    }\r\n    .mobilePadBottom {\r\n        padding-bottom: 10px;\r\n    }\r\n}\";s:13:\"info_bg_color\";s:7:\"#ffffff\";s:17:\"info_accent_color\";s:19:\"rgba(128,128,128,1)\";s:15:\"danger_bg_color\";s:7:\"#f2dede\";s:19:\"danger_accent_color\";s:17:\"rgba(166,66,66,1)\";s:16:\"success_bg_color\";s:7:\"#dff0d8\";s:20:\"success_accent_color\";s:17:\"rgba(92,163,64,1)\";s:16:\"warning_bg_color\";s:7:\"#fcf8e3\";s:20:\"warning_accent_color\";s:18:\"rgba(217,185,23,1)\";s:20:\"alert_box_text_align\";s:6:\"center\";s:24:\"alert_box_text_transform\";s:10:\"capitalize\";s:21:\"alert_box_dismissable\";s:5:\"boxed\";s:16:\"alert_box_shadow\";s:2:\"no\";s:17:\"alert_border_size\";s:3:\"1px\";s:16:\"animation_offset\";s:13:\"top-into-view\";s:17:\"blog_grid_columns\";s:1:\"3\";s:24:\"blog_grid_column_spacing\";s:2:\"40\";s:17:\"blog_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:12:\"blog_excerpt\";s:3:\"yes\";s:19:\"blog_excerpt_length\";s:2:\"10\";s:15:\"dates_box_color\";s:7:\"#eef0f2\";s:11:\"button_size\";s:5:\"Large\";s:11:\"button_span\";s:2:\"no\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:11:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"letter-spacing\";s:3:\"2px\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"17px\";s:14:\"text-transform\";s:9:\"uppercase\";}s:21:\"button_text_transform\";s:9:\"uppercase\";s:25:\"button_gradient_top_color\";s:7:\"#2176ff\";s:28:\"button_gradient_bottom_color\";s:7:\"#2176ff\";s:31:\"button_gradient_top_color_hover\";s:7:\"#1d6ce2\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#1d6ce2\";s:19:\"button_accent_color\";s:7:\"#ffffff\";s:25:\"button_accent_hover_color\";s:7:\"#ffffff\";s:18:\"button_bevel_color\";s:7:\"#54770f\";s:19:\"button_border_width\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:18:\"carousel_nav_color\";s:15:\"rgba(0,0,0,0.6)\";s:20:\"carousel_hover_color\";s:15:\"rgba(0,0,0,0.7)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"chart_legend_position\";s:3:\"top\";s:19:\"chart_show_tooltips\";s:3:\"yes\";s:14:\"chart_bg_color\";s:19:\"rgba(255,255,255,0)\";s:21:\"chart_axis_text_color\";s:7:\"#666666\";s:20:\"chart_gridline_color\";s:15:\"rgba(0,0,0,0.1)\";s:21:\"checklist_icons_color\";s:7:\"#2176ff\";s:16:\"checklist_circle\";s:1:\"0\";s:22:\"checklist_circle_color\";s:7:\"#ffffff\";s:19:\"checklist_item_size\";s:4:\"14px\";s:17:\"checklist_divider\";s:2:\"no\";s:23:\"checklist_divider_color\";s:7:\"#e0dede\";s:10:\"col_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:25:\"container_padding_default\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:21:\"container_padding_100\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"50px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"50px\";}s:19:\"full_width_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"full_width_border_size\";s:1:\"0\";s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:29:\"container_scroll_nav_bg_color\";s:18:\"rgba(0, 0, 0, 0.2)\";s:33:\"container_scroll_nav_bullet_color\";s:7:\"#eeeeee\";s:39:\"container_hundred_percent_height_mobile\";s:1:\"0\";s:20:\"content_box_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"content_box_title_size\";s:2:\"20\";s:23:\"content_box_title_color\";s:7:\"#323643\";s:22:\"content_box_body_color\";s:7:\"#747a87\";s:21:\"content_box_icon_size\";s:2:\"50\";s:22:\"content_box_icon_color\";s:7:\"#7da7fa\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:16:\"rgba(51,51,51,0)\";s:38:\"content_box_icon_bg_inner_border_color\";s:7:\"#7da7fa\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"1\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:5:\"slide\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#7da7fa\";s:21:\"content_box_link_type\";s:4:\"text\";s:23:\"content_box_button_span\";s:2:\"no\";s:21:\"content_box_link_area\";s:3:\"box\";s:23:\"content_box_link_target\";s:5:\"_self\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:26:\"countdown_background_color\";s:7:\"#a0ce4e\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:27:\"countdown_counter_box_color\";s:7:\"#333333\";s:28:\"countdown_counter_text_color\";s:7:\"#ffffff\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#a0ce4e\";s:22:\"counter_box_title_size\";s:4:\"50px\";s:21:\"counter_box_icon_size\";s:4:\"50px\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:4:\"13px\";s:24:\"counter_box_border_color\";s:7:\"#e0dede\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#a0ce4e\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#2176ff\";s:15:\"events_per_page\";s:1:\"4\";s:21:\"events_column_spacing\";s:2:\"-1\";s:22:\"events_content_padding\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:4:\"20px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"20px\";}s:21:\"events_content_length\";s:7:\"no_text\";s:21:\"excerpt_length_events\";s:2:\"55\";s:25:\"events_strip_html_excerpt\";s:1:\"1\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:18:\"faq_accordion_type\";s:10:\"accordions\";s:24:\"faq_accordion_boxed_mode\";s:1:\"0\";s:25:\"faq_accordion_border_size\";s:1:\"1\";s:26:\"faq_accordian_border_color\";s:7:\"#cccccc\";s:30:\"faq_accordian_background_color\";s:7:\"#ffffff\";s:25:\"faq_accordian_hover_color\";s:7:\"#f9f9f9\";s:26:\"faq_accordion_divider_line\";s:1:\"1\";s:23:\"faq_accordion_icon_size\";s:2:\"13\";s:24:\"faq_accordian_icon_color\";s:7:\"#ffffff\";s:24:\"faq_accordion_icon_boxed\";s:1:\"1\";s:28:\"faq_accordian_inactive_color\";s:7:\"#333333\";s:24:\"faq_accordion_icon_align\";s:4:\"left\";s:26:\"faq_accordian_active_color\";s:7:\"#2176ff\";s:19:\"flip_boxes_front_bg\";s:7:\"#f6f6f6\";s:24:\"flip_boxes_front_heading\";s:7:\"#333333\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#a0ce4e\";s:23:\"flip_boxes_back_heading\";s:7:\"#eeeded\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:1:\"1\";s:23:\"flip_boxes_border_color\";s:13:\"rgba(0,0,0,0)\";s:24:\"flip_boxes_border_radius\";s:3:\"4px\";s:19:\"google_map_api_type\";s:2:\"js\";s:20:\"gallery_picture_size\";s:4:\"auto\";s:14:\"gallery_layout\";s:4:\"grid\";s:15:\"gallery_columns\";s:1:\"3\";s:22:\"gallery_column_spacing\";s:2:\"10\";s:18:\"gallery_hover_type\";s:4:\"none\";s:24:\"gallery_lightbox_content\";s:4:\"none\";s:19:\"gallery_border_size\";s:1:\"0\";s:20:\"gallery_border_color\";s:7:\"#f6f6f6\";s:21:\"gallery_border_radius\";s:3:\"0px\";s:17:\"icon_circle_color\";s:16:\"rgba(51,51,51,0)\";s:17:\"icon_border_color\";s:16:\"rgba(51,51,51,0)\";s:10:\"icon_color\";s:7:\"#7da7fa\";s:17:\"before_after_type\";s:12:\"before_after\";s:22:\"before_after_font_size\";s:2:\"13\";s:25:\"before_after_accent_color\";s:7:\"#ffffff\";s:28:\"before_after_label_placement\";s:14:\"image-centered\";s:24:\"before_after_handle_type\";s:7:\"default\";s:25:\"before_after_handle_color\";s:7:\"#ffffff\";s:22:\"before_after_handle_bg\";s:19:\"rgba(255,255,255,0)\";s:19:\"before_after_offset\";s:2:\"50\";s:24:\"before_after_orientation\";s:10:\"horizontal\";s:28:\"before_after_handle_movement\";s:10:\"drag_click\";s:28:\"before_after_transition_time\";s:3:\"0.5\";s:21:\"imageframe_style_type\";s:4:\"none\";s:15:\"imageframe_blur\";s:1:\"3\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:22:\"imageframe_border_size\";s:1:\"0\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:24:\"imageframe_border_radius\";s:1:\"0\";s:14:\"modal_bg_color\";s:7:\"#f6f6f6\";s:18:\"modal_border_color\";s:7:\"#ebebeb\";s:23:\"person_background_color\";s:7:\"#ffffff\";s:16:\"person_pic_style\";s:4:\"none\";s:21:\"person_pic_style_blur\";s:1:\"3\";s:18:\"person_style_color\";s:7:\"#ffffff\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:1:\"0\";s:16:\"person_alignment\";s:6:\"Center\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:29:\"portfolio_featured_image_size\";s:4:\"full\";s:17:\"portfolio_columns\";s:1:\"3\";s:24:\"portfolio_column_spacing\";s:2:\"30\";s:15:\"portfolio_items\";s:1:\"6\";s:21:\"portfolio_text_layout\";s:7:\"unboxed\";s:24:\"portfolio_content_length\";s:7:\"excerpt\";s:24:\"portfolio_excerpt_length\";s:2:\"55\";s:28:\"portfolio_strip_html_excerpt\";s:1:\"1\";s:23:\"portfolio_title_display\";s:3:\"all\";s:24:\"portfolio_text_alignment\";s:4:\"left\";s:24:\"portfolio_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:25:\"portfolio_pagination_type\";s:15:\"infinite_scroll\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#a0ce4e\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:30:\"pricing_background_color_hover\";s:7:\"#f8f8f8\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:18:\"progressbar_height\";s:4:\"10px\";s:25:\"progressbar_text_position\";s:9:\"above_bar\";s:24:\"progressbar_filled_color\";s:7:\"#2176ff\";s:31:\"progressbar_filled_border_color\";s:19:\"rgba(255,255,255,0)\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:26:\"progressbar_unfilled_color\";s:19:\"rgba(246,246,246,0)\";s:22:\"progressbar_text_color\";s:7:\"#323643\";s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:20:\"separator_style_type\";s:4:\"none\";s:9:\"sep_color\";s:7:\"#e0dede\";s:21:\"separator_border_size\";s:1:\"1\";s:16:\"separator_circle\";s:1:\"1\";s:25:\"separator_circle_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"social_links_font_size\";s:4:\"16px\";s:23:\"social_links_color_type\";s:6:\"custom\";s:23:\"social_links_icon_color\";s:7:\"#bebdbd\";s:18:\"social_links_boxed\";s:1:\"0\";s:22:\"social_links_box_color\";s:7:\"#e8e8e8\";s:25:\"social_links_boxed_radius\";s:3:\"4px\";s:26:\"social_links_boxed_padding\";s:3:\"8px\";s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:24:\"syntax_highlighter_theme\";s:7:\"default\";s:31:\"syntax_highlighter_line_numbers\";s:3:\"yes\";s:47:\"syntax_highlighter_line_number_background_color\";s:0:\"\";s:41:\"syntax_highlighter_line_number_text_color\";s:0:\"\";s:32:\"syntax_highlighter_line_wrapping\";s:6:\"scroll\";s:36:\"syntax_highlighter_copy_to_clipboard\";s:3:\"yes\";s:41:\"syntax_highlighter_copy_to_clipboard_text\";s:17:\"Copy to Clipboard\";s:28:\"syntax_highlighter_font_size\";s:2:\"14\";s:35:\"syntax_highlighter_background_color\";s:0:\"\";s:30:\"syntax_highlighter_border_size\";s:1:\"1\";s:31:\"syntax_highlighter_border_color\";s:7:\"#e0dede\";s:31:\"syntax_highlighter_border_style\";s:5:\"solid\";s:25:\"syntax_highlighter_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:13:\"tabs_bg_color\";s:7:\"#ffffff\";s:19:\"tabs_inactive_color\";s:7:\"#ebeaea\";s:17:\"tabs_border_color\";s:7:\"#ebeaea\";s:18:\"tabs_icon_position\";s:4:\"left\";s:14:\"tabs_icon_size\";s:2:\"13\";s:10:\"tagline_bg\";s:7:\"#f6f6f6\";s:20:\"tagline_border_color\";s:7:\"#f6f6f6\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"84px\";}s:20:\"testimonial_bg_color\";s:7:\"#f6f6f6\";s:22:\"testimonial_text_color\";s:7:\"#747474\";s:18:\"testimonials_speed\";s:4:\"7000\";s:19:\"testimonials_random\";s:1:\"0\";s:12:\"text_columns\";s:1:\"1\";s:21:\"text_column_min_width\";s:5:\"100px\";s:19:\"text_column_spacing\";s:3:\"2em\";s:15:\"text_rule_style\";s:4:\"none\";s:14:\"text_rule_size\";s:1:\"1\";s:15:\"text_rule_color\";s:7:\"#e0dede\";s:16:\"title_style_type\";s:15:\"underline solid\";s:18:\"title_border_color\";s:7:\"#e0dede\";s:12:\"title_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"31px\";s:4:\"left\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}s:14:\"accordion_type\";s:10:\"accordions\";s:20:\"accordion_boxed_mode\";s:1:\"0\";s:21:\"accordion_border_size\";s:1:\"1\";s:22:\"accordian_border_color\";s:7:\"#cccccc\";s:26:\"accordian_background_color\";s:7:\"#ffffff\";s:21:\"accordian_hover_color\";s:7:\"#f9f9f9\";s:22:\"accordion_divider_line\";s:1:\"1\";s:19:\"accordion_icon_size\";s:2:\"13\";s:20:\"accordian_icon_color\";s:7:\"#ffffff\";s:20:\"accordion_icon_boxed\";s:1:\"1\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:20:\"accordion_icon_align\";s:4:\"left\";s:22:\"accordian_active_color\";s:7:\"#2176ff\";s:21:\"user_login_text_align\";s:6:\"center\";s:28:\"user_login_form_field_layout\";s:7:\"stacked\";s:27:\"user_login_form_show_labels\";s:2:\"no\";s:33:\"user_login_form_show_placeholders\";s:3:\"yes\";s:32:\"user_login_form_show_remember_me\";s:2:\"no\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:16:\"visibility_small\";s:3:\"640\";s:17:\"visibility_medium\";s:4:\"1024\";s:22:\"widget_area_title_size\";s:4:\"30px\";s:23:\"widget_area_title_color\";s:7:\"#323643\";s:11:\"scheme_type\";s:0:\"\";s:12:\"color_scheme\";s:5:\"Green\";s:22:\"privacy_embed_defaults\";a:0:{}s:19:\"reset_caches_button\";s:0:\"\";s:28:\"fontawesome_v4_compatibility\";s:1:\"1\";s:24:\"flyout_menu_item_padding\";d:28;s:23:\"form_focus_border_color\";s:7:\"#e8e8e8\";s:17:\"recaptcha_version\";s:2:\"v2\";s:17:\"pagination_sizing\";s:7:\"padding\";s:22:\"search_pagination_type\";s:16:\"load_more_button\";s:19:\"search_grid_columns\";s:1:\"3\";s:27:\"searche_grid_column_spacing\";s:2:\"30\";s:21:\"search_excerpt_length\";s:2:\"35\";s:21:\"search_content_length\";s:7:\"excerpt\";s:25:\"search_strip_html_excerpt\";s:1:\"1\";s:11:\"search_meta\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:9:\"read_more\";}s:21:\"search_filter_results\";s:1:\"1\";s:14:\"megamenu_width\";s:12:\"custom_width\";s:20:\"button_border_radius\";a:4:{s:8:\"top_left\";s:4:\"25px\";s:9:\"top_right\";s:4:\"25px\";s:11:\"bottom_left\";s:4:\"25px\";s:12:\"bottom_right\";s:4:\"25px\";}s:19:\"button_border_color\";s:7:\"#ffffff\";s:25:\"button_border_hover_color\";s:7:\"#ffffff\";s:21:\"status_css_animations\";s:7:\"desktop\";s:19:\"separator_icon_size\";i:18;s:52:\"blog_element_load_more_posts_hover_button_text_color\";s:4:\"#fff\";s:50:\"blog_element_load_more_posts_hover_button_bg_color\";s:20:\"rgba(33,118,255,0.8)\";s:46:\"blog_element_load_more_posts_button_text_color\";s:4:\"#fff\";s:44:\"blog_element_load_more_posts_button_bg_color\";s:7:\"#2176ff\";s:57:\"portfolio_element_load_more_posts_hover_button_text_color\";s:4:\"#333\";s:55:\"portfolio_element_load_more_posts_hover_button_bg_color\";s:21:\"rgba(235,234,234,0.8)\";s:51:\"portfolio_element_load_more_posts_button_text_color\";s:4:\"#333\";s:49:\"portfolio_element_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:57:\"portfolio_archive_load_more_posts_hover_button_text_color\";s:4:\"#333\";s:55:\"portfolio_archive_load_more_posts_hover_button_bg_color\";s:21:\"rgba(235,234,234,0.8)\";s:51:\"portfolio_archive_load_more_posts_button_text_color\";s:4:\"#333\";s:44:\"blog_load_more_posts_hover_button_text_color\";s:4:\"#fff\";s:42:\"blog_load_more_posts_hover_button_bg_color\";s:20:\"rgba(33,118,255,0.8)\";s:38:\"blog_load_more_posts_button_text_color\";s:4:\"#fff\";s:25:\"show_first_featured_image\";s:1:\"0\";s:16:\"icon_color_hover\";s:7:\"#7da7fa\";s:23:\"icon_circle_color_hover\";s:16:\"rgba(51,51,51,0)\";s:23:\"icon_border_color_hover\";s:16:\"rgba(51,51,51,0)\";s:21:\"countdown_label_color\";s:7:\"#ffffff\";s:20:\"image_rollover_icons\";s:4:\"link\";s:17:\"load_block_styles\";s:4:\"auto\";s:44:\"container_hundred_percent_scroll_sensitivity\";d:450;s:24:\"container_legacy_support\";s:1:\"1\";s:23:\"full_width_border_sizes\";a:4:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}s:20:\"separator_icon_color\";s:0:\"\";s:12:\"sharing_xing\";s:1:\"0\";s:16:\"col_width_medium\";s:3:\"1_1\";s:19:\"status_fusion_forms\";s:1:\"1\";s:35:\"woocommerce_gallery_thumbnail_width\";i:100;s:39:\"woocommerce_archive_grid_column_spacing\";s:2:\"20\";s:13:\"preload_fonts\";s:4:\"none\";s:14:\"social_sharing\";a:7:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:8:\"linkedin\";i:3;s:6:\"tumblr\";i:4;s:9:\"pinterest\";i:5;s:2:\"vk\";i:6;s:5:\"email\";}s:14:\"button_presets\";s:1:\"1\";s:30:\"css_combine_third_party_assets\";s:1:\"1\";s:19:\"status_avada_studio\";s:1:\"1\";s:18:\"icon_border_radius\";a:4:{s:8:\"top_left\";s:3:\"50%\";s:9:\"top_right\";s:3:\"50%\";s:11:\"bottom_left\";s:3:\"50%\";s:12:\"bottom_right\";s:3:\"50%\";}s:16:\"button_font_size\";s:4:\"14px\";s:18:\"button_line_height\";s:4:\"17px\";s:14:\"button_padding\";a:4:{s:3:\"top\";s:4:\"13px\";s:5:\"right\";s:4:\"29px\";s:6:\"bottom\";s:4:\"13px\";s:4:\"left\";s:4:\"29px\";}s:13:\"qty_font_size\";s:4:\"14px\";s:8:\"qty_size\";a:2:{s:5:\"width\";s:4:\"42px\";s:6:\"height\";s:4:\"40px\";}s:21:\"button_gradient_start\";s:1:\"0\";s:19:\"button_gradient_end\";s:3:\"100\";s:20:\"button_gradient_type\";s:6:\"linear\";s:21:\"button_gradient_angle\";s:3:\"180\";s:24:\"button_bevel_color_hover\";s:7:\"#54770f\";s:25:\"checklist_odd_row_bgcolor\";s:19:\"rgba(255,255,255,0)\";s:26:\"checklist_even_row_bgcolor\";s:19:\"rgba(255,255,255,0)\";s:22:\"checklist_item_padding\";a:4:{s:3:\"top\";s:6:\"0.35em\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:6:\"0.35em\";s:4:\"left\";s:1:\"0\";}s:20:\"checklist_text_color\";s:7:\"#747a87\";s:21:\"status_awb_Off_Canvas\";s:1:\"1\";s:29:\"social_links_icon_color_hover\";s:21:\"rgba(190,189,189,0.8)\";s:28:\"social_links_box_color_hover\";s:21:\"rgba(232,232,232,0.8)\";s:23:\"accordion_divider_color\";s:7:\"#e0dede\";s:29:\"accordion_divider_hover_color\";s:7:\"#e0dede\";s:26:\"accordion_title_typography\";a:4:{s:11:\"font-family\";s:6:\"Roboto\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#2176ff\";s:9:\"font-size\";s:4:\"30px\";}s:28:\"accordion_content_typography\";a:4:{s:11:\"font-family\";s:6:\"Roboto\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"18px\";s:5:\"color\";s:7:\"#747a87\";}s:29:\"accordian_active_accent_color\";s:0:\"\";s:13:\"color_palette\";a:17:{s:6:\"color1\";a:2:{s:5:\"color\";s:19:\"rgba(255,255,255,1)\";s:5:\"label\";s:7:\"Color 1\";}s:6:\"color2\";a:2:{s:5:\"color\";s:19:\"rgba(246,246,246,1)\";s:5:\"label\";s:7:\"Color 2\";}s:6:\"color3\";a:2:{s:5:\"color\";s:19:\"rgba(224,222,222,1)\";s:5:\"label\";s:7:\"Color 3\";}s:6:\"color4\";a:2:{s:5:\"color\";s:18:\"rgba(160,206,78,1)\";s:5:\"label\";s:7:\"Color 4\";}s:6:\"color5\";a:2:{s:5:\"color\";s:19:\"rgba(116,116,116,1)\";s:5:\"label\";s:7:\"Color 5\";}s:6:\"color6\";a:2:{s:5:\"color\";s:18:\"rgba(33,118,255,1)\";s:5:\"label\";s:7:\"Color 6\";}s:6:\"color7\";a:2:{s:5:\"color\";s:16:\"rgba(50,54,67,1)\";s:5:\"label\";s:7:\"Color 7\";}s:6:\"color8\";a:2:{s:5:\"color\";s:16:\"rgba(51,51,51,1)\";s:5:\"label\";s:7:\"Color 8\";}s:15:\"custom_color_10\";a:2:{s:5:\"color\";s:16:\"rgba(0,70,149,1)\";s:5:\"label\";s:9:\"Custom 10\";}s:15:\"custom_color_11\";a:2:{s:5:\"color\";s:19:\"rgba(125,167,250,1)\";s:5:\"label\";s:9:\"Custom 11\";}s:15:\"custom_color_12\";a:2:{s:5:\"color\";s:19:\"rgba(232,232,232,1)\";s:5:\"label\";s:9:\"Custom 12\";}s:15:\"custom_color_13\";a:2:{s:5:\"color\";s:18:\"rgba(29,108,226,1)\";s:5:\"label\";s:9:\"Custom 13\";}s:15:\"custom_color_14\";a:2:{s:5:\"color\";s:19:\"rgba(119,119,119,1)\";s:5:\"label\";s:9:\"Custom 14\";}s:15:\"custom_color_15\";a:2:{s:5:\"color\";s:19:\"rgba(116,122,135,1)\";s:5:\"label\";s:9:\"Custom 15\";}s:15:\"custom_color_16\";a:2:{s:5:\"color\";s:19:\"rgba(248,248,248,1)\";s:5:\"label\";s:9:\"Custom 16\";}s:15:\"custom_color_17\";a:2:{s:5:\"color\";s:19:\"rgba(235,234,234,1)\";s:5:\"label\";s:9:\"Custom 17\";}s:15:\"custom_color_18\";a:2:{s:5:\"color\";s:19:\"rgba(216,216,216,1)\";s:5:\"label\";s:9:\"Custom 18\";}}s:27:\"faq_accordion_divider_color\";s:7:\"#e0dede\";s:33:\"faq_accordion_divider_hover_color\";s:7:\"#e0dede\";s:30:\"faq_accordion_title_typography\";a:4:{s:11:\"font-family\";s:6:\"Roboto\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:7:\"#2176ff\";s:9:\"font-size\";s:4:\"30px\";}s:32:\"faq_accordion_content_typography\";a:4:{s:11:\"font-family\";s:6:\"Roboto\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"18px\";s:5:\"color\";s:7:\"#747a87\";}s:33:\"faq_accordian_active_accent_color\";s:0:\"\";s:8:\"fav_icon\";a:5:{s:3:\"url\";s:67:\"https://www.air-frames.co.uk/wp-content/uploads/2018/11/favicon.png\";s:2:\"id\";s:4:\"2656\";s:6:\"height\";s:3:\"500\";s:5:\"width\";s:3:\"500\";s:9:\"thumbnail\";s:75:\"https://www.air-frames.co.uk/wp-content/uploads/2018/11/favicon-150x150.png\";}s:20:\"fav_icon_apple_touch\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"fav_icon_android\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"fav_icon_edge\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"gallery_limit\";s:2:\"-1\";s:23:\"gallery_pagination_type\";s:6:\"button\";s:29:\"gallery_load_more_button_text\";s:9:\"Load More\";s:13:\"page_template\";s:10:\"site_width\";s:16:\"link_hover_color\";s:7:\"#2176ff\";s:19:\"status_widget_areas\";s:1:\"1\";s:22:\"social_sharing_padding\";a:4:{s:3:\"top\";s:6:\"1.33em\";s:5:\"right\";s:4:\"20px\";s:6:\"bottom\";s:6:\"1.33em\";s:4:\"left\";s:4:\"20px\";}s:22:\"tabs_mobile_breakpoint\";s:6:\"medium\";s:22:\"totop_background_hover\";s:7:\"#2176ff\";s:16:\"totop_background\";s:7:\"#333333\";s:16:\"totop_icon_color\";s:7:\"#ffffff\";s:16:\"totop_icon_hover\";s:7:\"#ffffff\";s:30:\"testimonial_name_company_color\";s:7:\"#747474\";}', 'yes');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(472, 'fusion_applied_patches', 'a:23:{i:0;i:415409;i:1;i:415413;i:2;i:415414;i:3;i:415418;i:4;i:415422;i:5;i:415443;i:6;i:415457;i:7;i:415472;i:8;i:415478;i:9;i:415629;i:10;i:416137;i:11;i:416149;i:12;i:416174;i:13;i:416565;i:14;i:416567;i:15;i:416663;i:16;i:417606;i:17;i:417618;i:18;i:417626;i:19;i:417616;i:20;i:417646;i:21;i:417809;i:22;i:417830;}', 'no'),
(461, 'wpcf7', 'a:4:{s:7:\"version\";s:5:\"5.9.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1708961602;s:7:\"version\";s:5:\"5.8.7\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}s:9:\"recaptcha\";a:1:{s:40:\"6LcbDNAUAAAAAHG-j0Yp8XLTe99HTeDTLykPoch0\";s:40:\"6LcbDNAUAAAAAIHFUaPb4i6uLD0PLmtIa-I83W94\";}s:23:\"recaptcha_v2_v3_warning\";b:0;}', 'yes'),
(146248, '_transient_timeout_avada_ri_Fusion Builder7MKR86QlrS9kN793uF881AFruMTYygof', '1591197996', 'no'),
(146300, '_transient_timeout_avada_ri_Fusion White Label Branding7MKR86QlrS9kN793uF881AFruMTYygof', '1591198051', 'no'),
(146304, '_transient_timeout_avada_ri_Convert Plus7MKR86QlrS9kN793uF881AFruMTYygof', '1591198051', 'no'),
(146308, '_transient_timeout_avada_ri_Advanced Custom Fields PRO7MKR86QlrS9kN793uF881AFruMTYygof', '1591198052', 'no'),
(624, '_transient_product-transient-version', '1498748748', 'yes'),
(633, 'revslider-dashboard', 'O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"5.0.0\";s:10:\"version_to\";s:5:\"5.0.0\";s:5:\"order\";i:5;s:7:\"content\";s:181:\"<div class=\"rs-dash-widget\"><div class=\"rs-dash-title-wrap\"><div class=\"rs-dash-title\">your version is: {{current_version}}</div></div><div class=\"rs-dash-widget-inner\"></div></div>\";s:4:\"code\";s:0:\"\";}}', 'yes'),
(634, 'revslider-addons', 'O:8:\"stdClass\":26:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:65:\"//updates.themepunch.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch.tools/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:55:\"//updates.themepunch.tools/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:59:\"//updates.themepunch.tools/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:54:\"//updates.themepunch.tools/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:56:\"//updates.themepunch.tools/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch.tools/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:58:\"//updates.themepunch.tools/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:59:\"//updates.themepunch.tools/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:58:\"//updates.themepunch.tools/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch.tools/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}}', 'yes'),
(844, 'element_category_children', 'a:0:{}', 'yes'),
(845, 'template_category_children', 'a:0:{}', 'yes'),
(2231, 'fusion_options-transients', 'a:2:{s:14:\"changed_values\";a:1:{s:10:\"custom_css\";s:4540:\"/* Header */\r\n.fusion-is-sticky .fusion-main-menu > ul > li > a {\r\n    color: #777;\r\n}\r\n.fusion-is-sticky .fusion-main-menu .fusion-widget-cart-counter > a:hover:before, \r\n.fusion-is-sticky .fusion-main-menu > ul > li > a:hover, \r\n.fusion-is-sticky .fusion-main-menu > ul > .current-menu-item > a, \r\n.fusion-main-menu .fusion-widget-cart-counter > a:hover:before, .fusion-main-menu > ul > li > a:hover {\r\n    color:#004695 !important;\r\n}\r\n/* Menu current Ancestor */\r\nli.current_page_ancestor > a {\r\n    color: #004695 !important;\r\n}\r\n/* Nav mobile rollover */\r\n.fusion-mobile-nav-item a:hover {\r\n    color: #004695 !important;\r\n}\r\n/* Live Website Feed */\r\n.liveFeed {\r\n    margin: 0 auto;\r\n    width: 235px;\r\n}\r\n/* Accordion Heading */\r\n.panel-title {\r\n    font-size: 14px !important;\r\n}\r\n/* Full Width */\r\n.fullWidth, .fullWidth * {\r\n    width: 100%;\r\n    max-width: 100% !important;\r\n    max-height: 100% !important;\r\n}\r\n/* Footer */\r\n.fusion-footer h1, .fusion-footer h2, .fusion-footer h3, .fusion-footer h4 {\r\n    color: #2c6594;\r\n    font-size: 16px;\r\n}\r\n.fusion-footer-widget-area {\r\n    font-size: 14px;\r\n}\r\n.twitterFeed {\r\n    max-height: 280px;\r\n    overflow: auto;\r\n}\r\ninput[type=\"submit\"] {\r\n    background: #004695 !important;\r\n    border-radius: 0 !important;\r\n}\r\ninput[type=\"submit\"]:hover {\r\n    background: #1d6ce2 !important;\r\n}\r\n/* Slider Background */\r\n.tfs-slider .background-image, .bg-parallax-parent .parallax-inner {\r\n    background-position: top center !important;\r\n}\r\n/* Portfolio Changes */\r\n.fusion-filters {\r\n    margin: 0 auto 55px auto;\r\n    width: auto;\r\n    padding: 0;\r\n    text-align: center;\r\n    border: none;\r\n}\r\n.fusion-filters li {\r\n    margin: 0;\r\n    float: none !important;\r\n    display: inline-block;\r\n    background: #004695;\r\n    font-size: 12px;\r\n    padding: 0;\r\n    letter-spacing: 3px;\r\n    text-transform: uppercase;\r\n    font-family: \'Ubuntu\', sans-serif;\r\n}\r\n.fusion-filters li a {\r\n    padding: 13px 22px;\r\n    margin: 0 3px;\r\n    color: #fff;\r\n    line-height: 1 !important;\r\n}\r\n.fusion-filters li a:first-child {\r\n    margin-left: 0;\r\n}\r\n.fusion-filters li a:last-child {\r\n    margin-right: 0;\r\n}\r\n.fusion-filters li a:hover, .fusion-filters .fusion-filter.fusion-active a:hover {\r\n    background: #1d6ce2;\r\n    color: #f9f9f9\r\n}\r\n.fusion-filters .fusion-filter.fusion-active a {\r\n    color: #fff;\r\n    border-top: 0px;\r\n    line-height: 34px;\r\n    background: #1d6ce2;\r\n}\r\n/* Fusion Porfolio Content */\r\n.fusion-portfolio-content {\r\n    position: relative;\r\n}\r\n.fusion-portfolio-content h2 {\r\n    font-size: 18px !important;\r\n}\r\n.fusion-portfolio-content h2 a:hover {\r\n    text-decoration: underline;\r\n}\r\n.fusion-portfolio-content h4 {\r\n    font-size: 14px !important;\r\n}\r\n.fusion-portfolio-content h4 a {\r\n    color: #555 !important;\r\n}\r\n.fusion-post-content {\r\n    display: none;\r\n}\r\n.fusion-portfolio-wrapper {\r\n    text-align: center;\r\n}\r\n.fusion-rollover-link:before {\r\n    background-image: url(\'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/airframes-blades-icon.png\');\r\n    background-size: cover;\r\n    background-repeat: no-repeat;\r\n    content: \"\";\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n/* List Stars */\r\n.stars {\r\n    list-style: none;\r\n    width: 100%;\r\n    padding-left: 0px;\r\n}\r\n.stars li {\r\n    margin: 10px 0 5px 0;\r\n    padding-bottom: 10px;\r\n    border-bottom: 1px solid #d4d4d4;\r\n    width: 100%;\r\n}\r\n.stars li:before {\r\n    position: relative;\r\n    width: 10px;\r\n    height: 10px;\r\n    padding-right: 10px;\r\n    font-family: FontAwesome;\r\n    content: \"\\f006\";\r\n    color: #004695;\r\n}\r\n/* Accordion Changes */\r\n.panel-heading .panel-title .fusion-toggle-heading {\r\n    font-size: 16px;\r\n}\r\n/* Testimonials */\r\n.fusion-testimonials .reviews {\r\n    min-height:300px;\r\n}\r\n/* responsive changes */\r\n@media (max-width: 1280px) {\r\n    .fusion-filters {\r\n        max-width: 100%;\r\n    }  \r\n}\r\n@media (max-width: 1048px) {\r\n    .fusion-filters li {\r\n        width: 100%;\r\n        display: block;\r\n    }\r\n}\r\n@media (max-width: 1025px) {\r\n    /* Home Page drone images */\r\n    /*\r\n    .mobileCentre {\r\n        float: none !important;\r\n        clear: both;\r\n        width: 100%;\r\n        text-align: center;\r\n    }\r\n    .mobileCentre img {\r\n        margin: 0 auto;\r\n    }\r\n    */\r\n    .fusion-footer-widget-area {\r\n        text-align: center;\r\n    }\r\n}\r\n@media (max-width: 970px) {\r\n    .fusion-filters li:first-child, .fusion-filters li:last-child {\r\n        padding: 10px 0;\r\n    }\r\n    .mobilePadBottom {\r\n        padding-bottom: 10px;\r\n    }\r\n}\";}s:9:\"last_save\";i:1546696631;}', 'yes'),
(1161, 'duplicate_page_options', 'a:3:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";}', 'yes'),
(640, '_transient_wc_count_comments', 'O:8:\"stdClass\":7:{s:8:\"approved\";s:2:\"15\";s:14:\"total_comments\";i:15;s:3:\"all\";i:15;s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}', 'yes');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(713, 'rewrite_rules', 'a:260:{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:18:\"portfolio-items/?$\";s:35:\"index.php?post_type=avada_portfolio\";s:48:\"portfolio-items/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=avada_portfolio&feed=$matches[1]\";s:43:\"portfolio-items/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=avada_portfolio&feed=$matches[1]\";s:35:\"portfolio-items/page/([0-9]{1,})/?$\";s:53:\"index.php?post_type=avada_portfolio&paged=$matches[1]\";s:12:\"avada_faq/?$\";s:29:\"index.php?post_type=avada_faq\";s:42:\"avada_faq/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=avada_faq&feed=$matches[1]\";s:37:\"avada_faq/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=avada_faq&feed=$matches[1]\";s:29:\"avada_faq/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=avada_faq&paged=$matches[1]\";s:44:\"fusion_tb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"fusion_tb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"fusion_tb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"fusion_tb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"fusion_tb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"fusion_tb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"fusion_tb_layout/([^/]+)/embed/?$\";s:49:\"index.php?fusion_tb_layout=$matches[1]&embed=true\";s:37:\"fusion_tb_layout/([^/]+)/trackback/?$\";s:43:\"index.php?fusion_tb_layout=$matches[1]&tb=1\";s:45:\"fusion_tb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?fusion_tb_layout=$matches[1]&paged=$matches[2]\";s:52:\"fusion_tb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?fusion_tb_layout=$matches[1]&cpage=$matches[2]\";s:41:\"fusion_tb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?fusion_tb_layout=$matches[1]&page=$matches[2]\";s:33:\"fusion_tb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"fusion_tb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"fusion_tb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"fusion_tb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"fusion_tb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"fusion_tb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"fusion_tb_section/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"fusion_tb_section/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"fusion_tb_section/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"fusion_tb_section/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"fusion_tb_section/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"fusion_tb_section/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"fusion_tb_section/([^/]+)/embed/?$\";s:50:\"index.php?fusion_tb_section=$matches[1]&embed=true\";s:38:\"fusion_tb_section/([^/]+)/trackback/?$\";s:44:\"index.php?fusion_tb_section=$matches[1]&tb=1\";s:46:\"fusion_tb_section/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?fusion_tb_section=$matches[1]&paged=$matches[2]\";s:53:\"fusion_tb_section/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?fusion_tb_section=$matches[1]&cpage=$matches[2]\";s:42:\"fusion_tb_section/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?fusion_tb_section=$matches[1]&page=$matches[2]\";s:34:\"fusion_tb_section/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"fusion_tb_section/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"fusion_tb_section/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"fusion_tb_section/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"fusion_tb_section/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"fusion_tb_section/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"fusion_tb_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?fusion_tb_category=$matches[1]&feed=$matches[2]\";s:54:\"fusion_tb_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?fusion_tb_category=$matches[1]&feed=$matches[2]\";s:35:\"fusion_tb_category/([^/]+)/embed/?$\";s:51:\"index.php?fusion_tb_category=$matches[1]&embed=true\";s:47:\"fusion_tb_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?fusion_tb_category=$matches[1]&paged=$matches[2]\";s:29:\"fusion_tb_category/([^/]+)/?$\";s:40:\"index.php?fusion_tb_category=$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:43:\"portfolio-items/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"portfolio-items/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"portfolio-items/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"portfolio-items/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"portfolio-items/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"portfolio-items/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"portfolio-items/([^/]+)/embed/?$\";s:48:\"index.php?avada_portfolio=$matches[1]&embed=true\";s:36:\"portfolio-items/([^/]+)/trackback/?$\";s:42:\"index.php?avada_portfolio=$matches[1]&tb=1\";s:56:\"portfolio-items/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?avada_portfolio=$matches[1]&feed=$matches[2]\";s:51:\"portfolio-items/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?avada_portfolio=$matches[1]&feed=$matches[2]\";s:44:\"portfolio-items/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?avada_portfolio=$matches[1]&paged=$matches[2]\";s:51:\"portfolio-items/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?avada_portfolio=$matches[1]&cpage=$matches[2]\";s:40:\"portfolio-items/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?avada_portfolio=$matches[1]&page=$matches[2]\";s:32:\"portfolio-items/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"portfolio-items/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"portfolio-items/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"portfolio-items/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"portfolio-items/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"portfolio-items/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio_category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio_category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:57:\"portfolio_skills/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_skills=$matches[1]&feed=$matches[2]\";s:52:\"portfolio_skills/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_skills=$matches[1]&feed=$matches[2]\";s:33:\"portfolio_skills/([^/]+)/embed/?$\";s:49:\"index.php?portfolio_skills=$matches[1]&embed=true\";s:45:\"portfolio_skills/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?portfolio_skills=$matches[1]&paged=$matches[2]\";s:27:\"portfolio_skills/([^/]+)/?$\";s:38:\"index.php?portfolio_skills=$matches[1]\";s:55:\"portfolio_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_tags=$matches[1]&feed=$matches[2]\";s:50:\"portfolio_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_tags=$matches[1]&feed=$matches[2]\";s:31:\"portfolio_tags/([^/]+)/embed/?$\";s:47:\"index.php?portfolio_tags=$matches[1]&embed=true\";s:43:\"portfolio_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?portfolio_tags=$matches[1]&paged=$matches[2]\";s:25:\"portfolio_tags/([^/]+)/?$\";s:36:\"index.php?portfolio_tags=$matches[1]\";s:37:\"avada_faq/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"avada_faq/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"avada_faq/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"avada_faq/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"avada_faq/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"avada_faq/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"avada_faq/([^/]+)/embed/?$\";s:42:\"index.php?avada_faq=$matches[1]&embed=true\";s:30:\"avada_faq/([^/]+)/trackback/?$\";s:36:\"index.php?avada_faq=$matches[1]&tb=1\";s:50:\"avada_faq/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?avada_faq=$matches[1]&feed=$matches[2]\";s:45:\"avada_faq/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?avada_faq=$matches[1]&feed=$matches[2]\";s:38:\"avada_faq/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?avada_faq=$matches[1]&paged=$matches[2]\";s:45:\"avada_faq/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?avada_faq=$matches[1]&cpage=$matches[2]\";s:34:\"avada_faq/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?avada_faq=$matches[1]&page=$matches[2]\";s:26:\"avada_faq/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"avada_faq/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"avada_faq/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"avada_faq/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"avada_faq/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"avada_faq/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"faq_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?faq_category=$matches[1]&feed=$matches[2]\";s:48:\"faq_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?faq_category=$matches[1]&feed=$matches[2]\";s:29:\"faq_category/([^/]+)/embed/?$\";s:45:\"index.php?faq_category=$matches[1]&embed=true\";s:41:\"faq_category/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?faq_category=$matches[1]&paged=$matches[2]\";s:23:\"faq_category/([^/]+)/?$\";s:34:\"index.php?faq_category=$matches[1]\";s:33:\"slide/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"slide/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"slide/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"slide/([^/]+)/embed/?$\";s:38:\"index.php?slide=$matches[1]&embed=true\";s:26:\"slide/([^/]+)/trackback/?$\";s:32:\"index.php?slide=$matches[1]&tb=1\";s:34:\"slide/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&paged=$matches[2]\";s:41:\"slide/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&cpage=$matches[2]\";s:30:\"slide/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?slide=$matches[1]&page=$matches[2]\";s:22:\"slide/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"slide/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"slide/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"slide-page/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?slide-page=$matches[1]&feed=$matches[2]\";s:46:\"slide-page/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?slide-page=$matches[1]&feed=$matches[2]\";s:27:\"slide-page/([^/]+)/embed/?$\";s:43:\"index.php?slide-page=$matches[1]&embed=true\";s:39:\"slide-page/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?slide-page=$matches[1]&paged=$matches[2]\";s:21:\"slide-page/([^/]+)/?$\";s:32:\"index.php?slide-page=$matches[1]\";s:43:\"fusion_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"fusion_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"fusion_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"fusion_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"fusion_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"fusion_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"fusion_template/([^/]+)/embed/?$\";s:48:\"index.php?fusion_template=$matches[1]&embed=true\";s:36:\"fusion_template/([^/]+)/trackback/?$\";s:42:\"index.php?fusion_template=$matches[1]&tb=1\";s:44:\"fusion_template/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?fusion_template=$matches[1]&paged=$matches[2]\";s:51:\"fusion_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?fusion_template=$matches[1]&cpage=$matches[2]\";s:40:\"fusion_template/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?fusion_template=$matches[1]&page=$matches[2]\";s:32:\"fusion_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"fusion_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"fusion_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"fusion_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"fusion_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"fusion_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"fusion_element/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"fusion_element/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"fusion_element/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"fusion_element/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"fusion_element/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"fusion_element/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"fusion_element/([^/]+)/embed/?$\";s:47:\"index.php?fusion_element=$matches[1]&embed=true\";s:35:\"fusion_element/([^/]+)/trackback/?$\";s:41:\"index.php?fusion_element=$matches[1]&tb=1\";s:43:\"fusion_element/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?fusion_element=$matches[1]&paged=$matches[2]\";s:50:\"fusion_element/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?fusion_element=$matches[1]&cpage=$matches[2]\";s:39:\"fusion_element/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?fusion_element=$matches[1]&page=$matches[2]\";s:31:\"fusion_element/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"fusion_element/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"fusion_element/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"fusion_element/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"fusion_element/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"fusion_element/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"element_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?element_category=$matches[1]&feed=$matches[2]\";s:52:\"element_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?element_category=$matches[1]&feed=$matches[2]\";s:33:\"element_category/([^/]+)/embed/?$\";s:49:\"index.php?element_category=$matches[1]&embed=true\";s:45:\"element_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?element_category=$matches[1]&paged=$matches[2]\";s:27:\"element_category/([^/]+)/?$\";s:38:\"index.php?element_category=$matches[1]\";s:58:\"template_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?template_category=$matches[1]&feed=$matches[2]\";s:53:\"template_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?template_category=$matches[1]&feed=$matches[2]\";s:34:\"template_category/([^/]+)/embed/?$\";s:50:\"index.php?template_category=$matches[1]&embed=true\";s:46:\"template_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?template_category=$matches[1]&paged=$matches[2]\";s:28:\"template_category/([^/]+)/?$\";s:39:\"index.php?template_category=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=7&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s: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'),
(645, 'fusion_map_addresses', 'a:5:{s:6:\"Oxford\";a:3:{s:7:\"address\";s:6:\"Oxford\";s:8:\"latitude\";s:10:\"51.7520209\";s:9:\"longitude\";s:19:\"-1.2577263000000585\";}s:21:\"Bensonhurst, New York\";a:3:{s:7:\"address\";s:21:\"Bensonhurst, New York\";s:8:\"latitude\";s:10:\"40.6112691\";s:9:\"longitude\";s:18:\"-73.99769459999999\";}s:18:\"Elm Park, New York\";a:3:{s:7:\"address\";s:18:\"Elm Park, New York\";s:8:\"latitude\";s:10:\"40.6311567\";s:9:\"longitude\";s:18:\"-74.13867670000002\";}s:24:\"Hamilton Beach, New York\";a:3:{s:7:\"address\";s:24:\"Hamilton Beach, New York\";s:8:\"latitude\";s:10:\"40.6522454\";s:9:\"longitude\";s:11:\"-73.8294085\";}s:19:\"Bayswater, New York\";a:3:{s:7:\"address\";s:19:\"Bayswater, New York\";s:8:\"latitude\";s:10:\"40.6067815\";s:9:\"longitude\";s:11:\"-73.7669075\";}}', 'yes'),
(629, 'revslider-connection', '1', 'yes'),
(630, 'revslider-latest-version', '5.4.8', 'yes'),
(631, 'revslider-stable-version', '4.2', 'yes'),
(632, 'revslider-notices', 'a:10:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.0.9\";s:4:\"text\";s:220:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow51_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1 is out\" ></a>\";s:4:\"code\";s:9:\"TPRS51-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.4\";s:4:\"text\";s:232:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=515b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_banner515.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.6\";s:4:\"text\";s:230:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=52b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_banner52.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.2.9\";s:4:\"text\";s:239:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=530b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_banner_large_5.3.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.3.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS530-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.3.9\";s:4:\"text\";s:222:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=54b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_54.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:5;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.1\";s:4:\"text\";s:239:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=542b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_banner_large_542.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.2 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:6;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.4\";s:4:\"text\";s:226:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=545b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_545.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS545-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:7;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.1\";s:4:\"text\";s:242:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=5452b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_banner_large5452.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5.2 is out\" ></a>\";s:4:\"code\";s:11:\"TPRS5452-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:8;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.2\";s:4:\"text\";s:223:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=546b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/546_update.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.6 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS546-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:9;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.7.9\";s:4:\"text\";s:231:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=548\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/revsliderbanner_548.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.8 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS548-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}', 'yes'),
(846, 'taxonomy_64', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"700px\";s:20:\"slider_content_width\";s:5:\"800px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.5\";s:11:\"typo_factor\";s:3:\"1.5\";}', 'yes'),
(588, 'sbg_sidebars', 'a:1:{s:4:\"Shop\";s:4:\"Shop\";}', 'yes'),
(761, 'WPLANG', '', 'yes'),
(590, 'taxonomy_29', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}', 'yes'),
(591, 'taxonomy_30', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_box_height\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";}', 'yes'),
(592, 'taxonomy_31', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_box_height\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";}', 'yes'),
(593, 'taxonomy_33', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_box_height\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";}', 'yes'),
(596, 'taxonomy_37', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"1\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}', 'yes'),
(597, 'taxonomy_38', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"1\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}', 'yes'),
(598, 'taxonomy_40', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_box_height\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";}', 'yes'),
(599, 'taxonomy_41', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}', 'yes'),
(600, 'taxonomy_42', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}', 'yes'),
(601, 'taxonomy_43', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}', 'yes'),
(602, 'taxonomy_44', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:4:\"63px\";}', 'yes'),
(603, 'taxonomy_47', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_box_height\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";}', 'yes'),
(604, 'taxonomy_48', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_box_height\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";}', 'yes'),
(605, 'taxonomy_49', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}', 'yes'),
(606, 'taxonomy_50', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}', 'yes'),
(607, 'taxonomy_51', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}', 'yes'),
(608, 'taxonomy_52', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}', 'yes'),
(609, 'avada_imported_demo', 'false', 'yes'),
(676, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(689, 'recently_activated', 'a:0:{}', 'yes'),
(848, 'taxonomy_69', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"700px\";s:20:\"slider_content_width\";s:5:\"800px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.5\";s:11:\"typo_factor\";s:3:\"1.5\";}', 'yes'),
(577, '_transient_product_query-transient-version', '1498748693', 'yes'),
(2240, 'avada_disable_encoding', '1', 'yes'),
(6099, 'rs_cache_overlay', '5.4.2', 'yes'),
(23457, '_transient_timeout_fusion_dynamic_css_57d3457cc8c1edc20abfec2e4e6cecd8', '1541525879', 'no'),
(146252, '_transient_timeout_avada_ri_Fusion Core7MKR86QlrS9kN793uF881AFruMTYygof', '1591197996', 'no'),
(23864, '_transient_timeout_fusion_dynamic_css_597885ad5b5b0e41b7464513ff0a4d1a', '1541592849', 'no'),
(23312, 'taxonomy_92', 'a:20:{s:12:\"slider_width\";s:0:\"\";s:13:\"slider_height\";s:0:\"\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:16:\"slider_indicator\";s:0:\"\";s:22:\"slider_indicator_color\";s:0:\"\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:0:\"\";s:15:\"animation_speed\";s:0:\"\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}', 'yes'),
(23418, 'taxonomy_93', 'a:20:{s:12:\"slider_width\";s:0:\"\";s:13:\"slider_height\";s:0:\"\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:16:\"slider_indicator\";s:0:\"\";s:22:\"slider_indicator_color\";s:0:\"\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:0:\"\";s:15:\"animation_speed\";s:0:\"\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}', 'yes'),
(23389, 'taxonomy_71', 'a:20:{s:12:\"slider_width\";s:0:\"\";s:13:\"slider_height\";s:0:\"\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:16:\"slider_indicator\";s:0:\"\";s:22:\"slider_indicator_color\";s:0:\"\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:0:\"\";s:15:\"animation_speed\";s:0:\"\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}', 'yes');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(19729, '!sbi_1555602922', '%7B%22pagination%22:%7B%22next_max_id%22:%221940912515183446697_1555602922%22,%22next_url%22:%5B%22https://api.instagram.com/v1/users/1555602922/media/recent?access_token=1555602922.3a81a9f.ef66a2652a7a489dad2cc7d107db2623&count=33&callback=jQuery112409202309401822559_1579196745887&_=1579196745888&max_id=1940912515183446697_1555602922%22%5D%7D,%22data%22:%5B%7B%22id%22:%222222520445181982376_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/80606588_148249966617404_5439045076468729182_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=sv9aqZDf9-4AX-Mp3i9&oh=31de67dc6d6a960930bb78f32a92f3b9&oe=5E235EA6%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/80606588_148249966617404_5439045076468729182_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=sv9aqZDf9-4AX-Mp3i9&oh=c5daefe37a5f2e224843f5feafa2e480&oe=5E237296%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/80606588_148249966617404_5439045076468729182_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=sv9aqZDf9-4AX-Mp3i9&oh=858f05511b155f16442469c9f6c9731e&oe=5E2363C1%22%7D%7D,%22created_time%22:%221579165129%22,%22caption%22:%7B%22id%22:%2217884178410475452%22,%22text%22:%22One%20of%20the%20sequences%20we%20did%20for%20%E2%80%98YouTube%20Rewind%E2%80%99%20in%202017%20with%20some%20of%20their%20creators%20-%20in%20the%20beautiful%20grounds%20of%20Harrow%20school%20during%20their%20half%20term%20break.%20%E2%81%A3A%20popular%20location%20for%20film%20units.%20%E2%81%A3%5Cn%E2%81%A3%E2%81%A3%5Cn#youtube%20#youtubecreators%20#drone%20#droneporn%20#harrowschool%20#pinkslime%20#slime%20#itsathing%20#throwbackthursday%20#dji%20#tbt%22,%22created_time%22:%221579165129%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:14%7D,%22tags%22:%5B%22harrowschool%22,%22slime%22,%22pinkslime%22,%22dji%22,%22drone%22,%22youtube%22,%22droneporn%22,%22youtubecreators%22,%22tbt%22,%22itsathing%22,%22throwbackthursday%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22video%22,%22link%22:%22https://www.instagram.com/p/B7X-pHJHXao/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D,%22videos%22:%7B%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t50.2886-16/82629933_2978059025560088_3590128075062483062_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=9Iuv3uK83HYAX8lt_He&oe=5E233C4C&oh=b5be70bc88c24cbfd391fa6762883532%22,%22id%22:%2218019458991260582%22%7D,%22low_resolution%22:%7B%22width%22:480,%22height%22:480,%22url%22:%22https://scontent.cdninstagram.com/v/t50.2886-16/83244828_127176238772463_6019961453601551066_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=dJomlV8VUrAAX8pnrkx&oe=5E236819&oh=c8cb4a52afd7b516dbcd2fa3bd33b962%22,%22id%22:%2218019458988260582%22%7D,%22low_bandwidth%22:%7B%22width%22:480,%22height%22:480,%22url%22:%22https://scontent.cdninstagram.com/v/t50.2886-16/83244828_127176238772463_6019961453601551066_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=dJomlV8VUrAAX8pnrkx&oe=5E236819&oh=c8cb4a52afd7b516dbcd2fa3bd33b962%22,%22id%22:%2218019458988260582%22%7D%7D,%22video_views%22:79%7D,%7B%22id%22:%222221449909223867397_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/80049771_201896660962371_3643632446189175716_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=KCo8tnY9nDUAX8FwKff&oh=85f45a01c2aac3eec2245135474fa28e&oe=5ED6CF61%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/80049771_201896660962371_3643632446189175716_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=KCo8tnY9nDUAX8FwKff&oh=0cbeeaf87b5c69413352d9195ac838c0&oe=5E9D8191%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/80049771_201896660962371_3643632446189175716_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=KCo8tnY9nDUAX8FwKff&oh=0660615ff38f68f15c12a082060c5835&oe=5EDB2CC6%22%7D%7D,%22created_time%22:%221579037487%22,%22caption%22:%7B%22id%22:%2217933797393341896%22,%22text%22:%22Video%20still%20of%20morning%20mist%20lifting%20on%20Ullswater.%20Captured%20while%20doing%20the%20aerials%20for%20BBC%20series%20%E2%80%98Home%20from%20Home%E2%80%99%20with%20@johnnyvegasreal%20a%20few%20years%20back.%20Great%20crew%20and%20cast.%20%E2%81%A3%5Cn%E2%81%A3%5Cn#Ullswater%20#lakedistrict%20#homefromhome%20#drone%20#droneporn%20#dronesofinstagram%20#bbc%20#landscapephotography%20#dji%22,%22created_time%22:%221579037487%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:21%7D,%22tags%22:%5B%22lakedistrict%22,%22bbc%22,%22dji%22,%22drone%22,%22dronesofinstagram%22,%22droneporn%22,%22landscapephotography%22,%22homefromhome%22,%22ullswater%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B7ULOw1nMQF/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222221277762807640589_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/82101727_2640332586049472_6300472421166515856_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=HZ4VLJ3e9vwAX9jUiv8&oh=d3bd9c46aa3757749b6410d1f23b30dd&oe=5EB872CA%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/82101727_2640332586049472_6300472421166515856_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=HZ4VLJ3e9vwAX9jUiv8&oh=b3c63be2bee4e4e9d2a7bea77b714404&oe=5EA9F3B2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/82101727_2640332586049472_6300472421166515856_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=HZ4VLJ3e9vwAX9jUiv8&oh=f80b2b3dffb2b7762ab968f3f07b4b7f&oe=5EBAEF4F%22%7D%7D,%22created_time%22:%221579016965%22,%22caption%22:%7B%22id%22:%2217851104331809987%22,%22text%22:%22It%E2%80%99s%20not%20always%20our%20drones%20that%20catch%20the%20nice%20images,%20this%20was%20dawn%20shot%20safely%20from%20the%20van%20on%20an%20iPhone%20on%20the%20way%20to%20filming%20yesterday.%20%E2%81%A3%5Cn%E2%81%A3%5Cn#shotoniphone%20#dawn%20#light%20#nofilter%22,%22created_time%22:%221579016965%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:14%7D,%22tags%22:%5B%22nofilter%22,%22light%22,%22shotoniphone%22,%22dawn%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B7TkFs_n7IN/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222219214058763003612_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/80363820_173902983816534_4961461205204273624_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=h131_BobaPIAX_QwYag&oh=cc756a13b042afaa837a31a6970b6b6c&oe=5E230A1E%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/80363820_173902983816534_4961461205204273624_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=h131_BobaPIAX_QwYag&oh=0cd5988e7898b51584f368dc72b3d3d8&oe=5E22F96E%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/80363820_173902983816534_4961461205204273624_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=h131_BobaPIAX_QwYag&oh=2028d4e8ab24fc00544b42b0e478b2df&oe=5E235B5C%22%7D%7D,%22created_time%22:%221578771306%22,%22caption%22:%7B%22id%22:%2218124060048037281%22,%22text%22:%22#Repost%20from%20@videoink_adam%E2%81%A3%E2%81%A3%5Cn%E2%81%A3%E2%81%A3%5Cn@martinkrampl%20%E2%80%99If%20I%20Were%E2%80%99%20-%20An%20interlinking%20story%20following%20a%20Mother%20&%20Son%20in%20a%20near%20future%20war%20feel.%20For%20one%20of%20the%20most%20exciting%20artists%20we%E2%80%99ve%20worked%20with.%E2%81%A3%E2%81%A3%5Cn%E2%81%A3%E2%81%A3%5CnPrivilege%20to%20work%20with%20you%20all%20again%20and%20shoot%20the%20aerials%20for%20you.%20Beautifully%20haunting%20final%20edit.%20All%20credit%20to%20@martinkrampl%20and%20@videoinkltd%20%E2%81%A3%E2%81%A3%5Cn%E2%81%A3%E2%81%A3%5CnWatch%20the%20full%20video:%20https://martinkramplmusic.com/martin-krampl-if-i-were-ft-arnor-dan%E2%81%A3%5Cn%E2%81%A3%5Cn#beautifulmusic%20#haunting%20#drone%20#droneporn%20#setlife%20#dronesofinstagram%22,%22created_time%22:%221578771306%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:10%7D,%22tags%22:%5B%22setlife%22,%22haunting%22,%22droneporn%22,%22beautifulmusic%22,%22repost%22,%22drone%22,%22dronesofinstagram%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22video%22,%22link%22:%22https://www.instagram.com/p/B7MO221Hybc/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%7B%22user%22:%7B%22username%22:%22videoink_oliver%22%7D,%22position%22:%7B%22x%22:0,%22y%22:0%7D%7D,%7B%22user%22:%7B%22username%22:%22thejoprice%22%7D,%22position%22:%7B%22x%22:0,%22y%22:0%7D%7D,%7B%22user%22:%7B%22username%22:%22rupepearson%22%7D,%22position%22:%7B%22x%22:0,%22y%22:0%7D%7D,%7B%22user%22:%7B%22username%22:%22martinkrampl%22%7D,%22position%22:%7B%22x%22:0,%22y%22:0%7D%7D,%7B%22user%22:%7B%22username%22:%22creativeengland%22%7D,%22position%22:%7B%22x%22:0,%22y%22:0%7D%7D,%7B%22user%22:%7B%22username%22:%22michelleyatesmuha%22%7D,%22position%22:%7B%22x%22:0,%22y%22:0%7D%7D,%7B%22user%22:%7B%22username%22:%22formafilm_dan%22%7D,%22position%22:%7B%22x%22:0,%22y%22:0%7D%7D,%7B%22user%22:%7B%22username%22:%22feralwolfproductions%22%7D,%22position%22:%7B%22x%22:0,%22y%22:0%7D%7D,%7B%22user%22:%7B%22username%22:%22louis.d.hall%22%7D,%22position%22:%7B%22x%22:0,%22y%22:0%7D%7D%5D,%22videos%22:%7B%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t50.2886-16/82506324_823770994808267_721799741706051403_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=OiwgbEem86QAX_R9ADS&oe=5E23921A&oh=a30476e5c529724cb875ec9f934e792e%22,%22id%22:%2217994194680304959%22%7D,%22low_resolution%22:%7B%22width%22:480,%22height%22:480,%22url%22:%22https://scontent.cdninstagram.com/v/t50.2886-16/82697407_516540859214535_359475826074721167_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=jSxrCkftIB8AX_kLzeq&oe=5E230070&oh=7fd78b780b8c76fd450c46c2223111f5%22,%22id%22:%2217994194674304959%22%7D,%22low_bandwidth%22:%7B%22width%22:480,%22height%22:480,%22url%22:%22https://scontent.cdninstagram.com/v/t50.2886-16/82697407_516540859214535_359475826074721167_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=jSxrCkftIB8AX_kLzeq&oe=5E230070&oh=7fd78b780b8c76fd450c46c2223111f5%22,%22id%22:%2217994194674304959%22%7D%7D,%22video_views%22:69%7D,%7B%22id%22:%222210268634920503923_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/79266494_599806234184676_6710755675264074146_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=UErDJHeEPYoAX9_XZi0&oh=068d92b1c81afcc14e783929615e915f&oe=5E23726E%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/79266494_599806234184676_6710755675264074146_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=UErDJHeEPYoAX9_XZi0&oh=5090376ed2ace354570601598a74b0b6&oe=5E231E1E%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/79266494_599806234184676_6710755675264074146_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=UErDJHeEPYoAX9_XZi0&oh=15cfddfa0829bf6b1526365c2193331a&oe=5E2313AC%22%7D%7D,%22created_time%22:%221577704612%22,%22caption%22:%7B%22id%22:%2217900699410413169%22,%22text%22:%22Always%20a%20pleasure%20flying%20for%20@videoinkltd%20-%20a%20very%20resourceful%20and%20creative%20team!%E2%81%A3%5Cn%E2%81%A3%5Cn#Repost%20@videoink_adam%20with%20@get_repost%E2%81%A3%5Cn%E3%83%BB%E3%83%BB%E3%83%BB%E2%81%A3%5Cn@delainofficial%20%E2%80%98Burning%20Bridges%E2%80%99%E2%81%A3%5CnHigh%20up%20in%20the%20mountains%20of%20Snowdonia,%20we%20shot%20our%202nd%20music%20video%20for%20the%20world%20conquering%20Dutch%20rock%20band.%E2%81%A3%5Cn%E2%81%A3%5CnEasily%20one%20of%20the%20Video%20Ink%20Top.5%20of%202019%20(as%20voted%20for%20by%20the%20crew).%E2%81%A3%5Cn%E2%81%A3%5Cn%F0%9F%A4%98%F0%9F%8F%BC%20#musician%20#band%20#drone%20#bts%20#vocalist%20#musicvideo%20#guitarist%20#film%20#dronephotography%20#snowdonia%20#naturephotography%20#delain%20#rock%20#mua%20#crew%20#setlife%20#droneporn%20#dronesofinstagram%22,%22created_time%22:%221577704612%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:43%7D,%22tags%22:%5B%22musician%22,%22vocalist%22,%22delain%22,%22film%22,%22droneporn%22,%22bts%22,%22crew%22,%22repost%22,%22dronephotography%22,%22naturephotography%22,%22rock%22,%22drone%22,%22band%22,%22mua%22,%22setlife%22,%22dronesofinstagram%22,%22snowdonia%22,%22musicvideo%22,%22guitarist%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22video%22,%22link%22:%22https://www.instagram.com/p/B6sc5zqn8pz/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D,%22videos%22:%7B%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t50.2886-16/82141937_159973151939436_7933347521854034785_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Mc2_Gr8c6NgAX9A0eOE&oe=5E22FE1F&oh=2487727b87ec5860f1f60b47b95ba713%22,%22id%22:%2217890697368448658%22%7D,%22low_resolution%22:%7B%22width%22:480,%22height%22:480,%22url%22:%22https://scontent.cdninstagram.com/v/t50.2886-16/81903378_193375988500114_3291313442301258987_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=ZfX9Mt71CkcAX-kKlaq&oe=5E238C36&oh=a311df903ee77ed9afe4dc157f7a2fa7%22,%22id%22:%2217890697371448658%22%7D,%22low_bandwidth%22:%7B%22width%22:480,%22height%22:480,%22url%22:%22https://scontent.cdninstagram.com/v/t50.2886-16/81903378_193375988500114_3291313442301258987_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=ZfX9Mt71CkcAX-kKlaq&oe=5E238C36&oh=a311df903ee77ed9afe4dc157f7a2fa7%22,%22id%22:%2217890697371448658%22%7D%7D,%22video_views%22:195%7D,%7B%22id%22:%222205463950669954094_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/73412329_167655290997259_6501566399901869146_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=_LiEl6HdR2IAX-wUOXG&oh=ede82eaa2423dcdfd8d7c089a58d226d&oe=5EB8EBE2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/73412329_167655290997259_6501566399901869146_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=_LiEl6HdR2IAX-wUOXG&oh=d1261561babf0cf142e3a048623d8325&oe=5EBC4F12%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/73412329_167655290997259_6501566399901869146_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=_LiEl6HdR2IAX-wUOXG&oh=09188f2417fc2ba4e10a3e57cbaeef35&oe=5ED9CC45%22%7D%7D,%22created_time%22:%221577131812%22,%22caption%22:%7B%22id%22:%2217881790683479852%22,%22text%22:%22Merry%20Christmas%20to%20all%20our%20friends,%20followers,%20customers%20and%20clients.%20All%20the%20best%20for%202020!%F0%9F%92%A5%E2%81%A3%5Cn%E2%81%A3%5Cn#northumberland%20#winter%20#christmas%20#drone%20#dji%20#castle%20#mist%20#NewYear%20#snow%20%E2%9D%84%EF%B8%8F%22,%22created_time%22:%221577131812%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:24%7D,%22tags%22:%5B%22snow%22,%22mist%22,%22christmas%22,%22dji%22,%22winter%22,%22drone%22,%22castle%22,%22newyear%22,%22northumberland%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B6bYccwnLwu/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222203236186760076254_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/79541577_169544790799787_1370422879022414151_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=u6l4LC738q4AX8Srl7F&oh=db138576c006ef81b7ce13ecdda69d47&oe=5EA004FF%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/79541577_169544790799787_1370422879022414151_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=u6l4LC738q4AX8Srl7F&oh=b5b11d183907b025598f29f1cd3e4f25&oe=5EB7C80F%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/79541577_169544790799787_1370422879022414151_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=u6l4LC738q4AX8Srl7F&oh=5a5d01a203dcf1a7ec9ac7ac8fe8b543&oe=5E9B3058%22%7D%7D,%22created_time%22:%221576866242%22,%22caption%22:%7B%22id%22:%2217889182872448744%22,%22text%22:%22Shooting%20some%20aerials%20for%20rock%20legend%20@chrisnormanofficial%20music%20video%20%E2%80%98waiting%E2%80%99%20a%20few%20years%20back%20with%20@videoink_adam%20%E2%81%A3and%20@videoink_oliver%20%E2%81%A3%5Cn%F0%9F%93%B8%20@danthetog%20#musicvideo%20#droneporn%20#dronestagram%20#waiting%20#dji%20#olddrone%20#drone%22,%22created_time%22:%221576866242%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:23%7D,%22tags%22:%5B%22waiting%22,%22musicvideo%22,%22dronestagram%22,%22droneporn%22,%22dji%22,%22drone%22,%22olddrone%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22carousel%22,%22link%22:%22https://www.instagram.com/p/B6Td6N8Htve/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D,%22carousel_media%22:%5B%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/79541577_169544790799787_1370422879022414151_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=u6l4LC738q4AX8Srl7F&oh=db138576c006ef81b7ce13ecdda69d47&oe=5EA004FF%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/79541577_169544790799787_1370422879022414151_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=u6l4LC738q4AX8Srl7F&oh=b5b11d183907b025598f29f1cd3e4f25&oe=5EB7C80F%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/79541577_169544790799787_1370422879022414151_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=u6l4LC738q4AX8Srl7F&oh=5a5d01a203dcf1a7ec9ac7ac8fe8b543&oe=5E9B3058%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/80467079_237345063915173_6405559217448156081_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=XSFFy9K-86QAX_Fgc_-&oh=9d73983d9f0646252b6033fa52c8c360&oe=5E9FEC3C%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/80467079_237345063915173_6405559217448156081_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=XSFFy9K-86QAX_Fgc_-&oh=f4cd633264f15ad88e69ea0ca5e7f7f8&oe=5ED4F9CC%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/80467079_237345063915173_6405559217448156081_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=XSFFy9K-86QAX_Fgc_-&oh=3fb468ef3ee37cffb9cc3ff5252468ad&oe=5EA7B39B%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D%5D%7D,%7B%22id%22:%222201799506811198528_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/c331.0.778.778a/s150x150/75571738_179638776448777_7777437639445148128_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=j64eLeeFYDMAX9w4fOP&oh=00f956d4b8948ad6b1794154da0ab2f3&oe=5EA04FBB%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:172,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/75571738_179638776448777_7777437639445148128_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=j64eLeeFYDMAX9w4fOP&oh=72a4adb66ac4bd85c5d361f4a6f08444&oe=5EB6AC7B%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:345,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/75571738_179638776448777_7777437639445148128_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=j64eLeeFYDMAX9w4fOP&oh=c125cc55941fcf3918c05fb404dddfd8&oe=5EB6D62C%22%7D%7D,%22created_time%22:%221576694976%22,%22caption%22:%7B%22id%22:%2217870188030548013%22,%22text%22:%22Mark%20flying%20the%20leaded%20skies%20and%20snow%20covered%20mountains%20around%20Troutbeck%20today.%E2%81%A3%E2%81%A3%5Cn%E2%81%A3%E2%81%A3%5Cn#troutbeckairfield%20#berrierandtroutbeck%20#gyrocopter%20#flying%20#lakedistrict%20#gyro%20%E2%81%A3%5Cn%E2%81%A3%5CnPhoto%20credit:%20Roger%20Savage%22,%22created_time%22:%221576694976%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:21%7D,%22tags%22:%5B%22berrierandtroutbeck%22,%22gyro%22,%22lakedistrict%22,%22troutbeckairfield%22,%22flying%22,%22gyrocopter%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B6OXPxeHJxA/%22,%22location%22:%7B%22latitude%22:54.419,%22longitude%22:-2.91381,%22name%22:%22Troutbeck,%20South%20Lakeland%22,%22id%22:507688338%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222193836018893764184_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/75516648_165235431347934_6068941292810057948_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=h5J0HrqXiYAAX9tGZ1l&oh=2d508f64854f215ff3dfeb4083a546d9&oe=5E230B83%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/75516648_165235431347934_6068941292810057948_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=h5J0HrqXiYAAX9tGZ1l&oh=3085db9863e65202f49df10473c9b404&oe=5E230B33%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/75516648_165235431347934_6068941292810057948_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=h5J0HrqXiYAAX9tGZ1l&oh=23e9915edd502379d389a8d0aa529267&oe=5E2395A4%22%7D%7D,%22created_time%22:%221575745681%22,%22caption%22:%7B%22id%22:%2218083632621089282%22,%22text%22:%22I%20rarely%20get%20a%20chance%20to%20fly%20for%20fun,%20some%20recent%20autumn%20colour%20%F0%9F%8D%82%20from%20the%20bottom%20of%20the%20garden.%E2%81%A3%20Spot%20the%20drone%20shadow?%5Cn%E2%81%A3%5Cn#flyforfun%20#lovewhereyoulive%20#autumn%20#colour%20#dji%20#inspire2%20#droneporn%20#drone%20#nofilter%20#dronesofinstagram%22,%22created_time%22:%221575745681%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:20%7D,%22tags%22:%5B%22inspire2%22,%22dji%22,%22drone%22,%22autumn%22,%22lovewhereyoulive%22,%22flyforfun%22,%22nofilter%22,%22dronesofinstagram%22,%22colour%22,%22droneporn%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:2%7D,%22type%22:%22video%22,%22link%22:%22https://www.instagram.com/p/B5yEjxZnrZY/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D,%22videos%22:%7B%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t50.2886-16/79417772_2386920768289121_2799096954117106793_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=ddHykaDgGQ4AX8VCETH&oe=5E239251&oh=49262cd89dd82efd3dd2756839a3ddb0%22,%22id%22:%2218077789764155122%22%7D,%22low_resolution%22:%7B%22width%22:480,%22height%22:480,%22url%22:%22https://scontent.cdninstagram.com/v/t50.2886-16/79742566_151312332856893_2771999383588158718_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=rj1srHiymY8AX8WXsNW&oe=5E235AD9&oh=3bfaaeaf741c96401dd33f5c0927c8e6%22,%22id%22:%2218077789758155122%22%7D,%22low_bandwidth%22:%7B%22width%22:480,%22height%22:480,%22url%22:%22https://scontent.cdninstagram.com/v/t50.2886-16/79742566_151312332856893_2771999383588158718_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=rj1srHiymY8AX8WXsNW&oe=5E235AD9&oh=3bfaaeaf741c96401dd33f5c0927c8e6%22,%22id%22:%2218077789758155122%22%7D%7D,%22video_views%22:78%7D,%7B%22id%22:%222182206070881897915_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/72266371_676155082911974_1142862351580669924_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=-CFRyiPjoLsAX-G03mQ&oh=6ef6ac38a2b27e5259470380e5f38cfe&oe=5E9BC26E%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/72266371_676155082911974_1142862351580669924_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=-CFRyiPjoLsAX-G03mQ&oh=ec9fa26178b23405fa7c601cc4b4bfd1&oe=5E9BA99E%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/72266371_676155082911974_1142862351580669924_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=-CFRyiPjoLsAX-G03mQ&oh=a40bd82248a448e73011d5b7d8ca820f&oe=5ED4D5C9%22%7D%7D,%22created_time%22:%221574359257%22,%22caption%22:%7B%22id%22:%2217862112102576988%22,%22text%22:%22The%20final%20day%20and%20final%20shot%20on%20a%20beautiful%20but%20haunting%20video%20and%20music%20track%20with%20@videoinkltd%20Got%20a%20bit%20dark%20for%20the%20drone%20but%20not%20before%20we%20got%20some%20good%20shots%20#film%20#setlife%20#drone%20#musicvideos%22,%22created_time%22:%221574359257%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:20%7D,%22tags%22:%5B%22setlife%22,%22film%22,%22drone%22,%22musicvideos%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B5IwNwRnc27/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%7B%22user%22:%7B%22username%22:%22videoink_oliver%22%7D,%22position%22:%7B%22x%22:0.6231883764,%22y%22:0.1095008031%7D%7D,%7B%22user%22:%7B%22username%22:%22joshualeodorfman%22%7D,%22position%22:%7B%22x%22:0.4766505636,%22y%22:0.7938808374%7D%7D,%7B%22user%22:%7B%22username%22:%22videoink_adam%22%7D,%22position%22:%7B%22x%22:0.1787439585,%22y%22:0.0676328465%7D%7D,%7B%22user%22:%7B%22username%22:%22rupepearson%22%7D,%22position%22:%7B%22x%22:0.23590981960000001,%22y%22:0.19404186310000002%7D%7D,%7B%22user%22:%7B%22username%22:%22michelleyatesmuha%22%7D,%22position%22:%7B%22x%22:0.8623188138000001,%22y%22:0.46215781570000003%7D%7D,%7B%22user%22:%7B%22username%22:%22formafilm_dan%22%7D,%22position%22:%7B%22x%22:0.2979066074,%22y%22:0.6723027229%7D%7D,%7B%22user%22:%7B%22username%22:%22louis.d.hall%22%7D,%22position%22:%7B%22x%22:0.6602254510000001,%22y%22:0.6425120831000001%7D%7D%5D%7D,%7B%22id%22:%222182192111961348250_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/73393242_165530554536595_1448947852949469869_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=ust58liyj3EAX9xVujI&oh=8d751c0d9995f2448f862493b35f54c0&oe=5EBDA2BD%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/73393242_165530554536595_1448947852949469869_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=ust58liyj3EAX9xVujI&oh=c300ab7b9124991f1ea7f072cc122042&oe=5EBDCE4D%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/73393242_165530554536595_1448947852949469869_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=ust58liyj3EAX9xVujI&oh=820dcc08aa5e9acd9ddf4b5647f288a7&oe=5E97821A%22%7D%7D,%22created_time%22:%221574357593%22,%22caption%22:%7B%22id%22:%2217846073763772942%22,%22text%22:%22Over%20one%20million%20views%20for%20our%20music%20video%20for%20@delainofficial%20%E2%80%98Burning%20Bridges%E2%80%99!%20Another%20congratulations%20to%20the%20band,%20cast%20&%20crew%20for%20making%20this%20so%20special.%20Such%20a%20pleasure%20to%20direct.%5CnBTS%20@joshualeodorfman%22,%22created_time%22:%221574357593%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:14%7D,%22tags%22:%5B%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B5ItCoBHZia/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222179892303405850719_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/72873649_468754783760227_6738903769524805959_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Umun8yt4Di4AX9UVr0p&oh=6598a72e95cfe32c118def0fc46ebf49&oe=5ED8F0DA%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/72873649_468754783760227_6738903769524805959_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Umun8yt4Di4AX9UVr0p&oh=21e9c9f7732694a8f98e0e31163f5cf0&oe=5EA43E2A%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/72873649_468754783760227_6738903769524805959_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Umun8yt4Di4AX9UVr0p&oh=225d3e3498926d9b8215c9587eba5956&oe=5E9BD47D%22%7D%7D,%22created_time%22:%221574083434%22,%22caption%22:%7B%22id%22:%2217902924705384839%22,%22text%22:%22On%20set%20with%20@videoink_adam%20and%20@videoink_oliver%20%F0%9F%8E%A5%20again%20today%20shooting%20a%20music%20video%20for%20a%20poignant%20track%20out%20soon%20%F0%9F%8E%B5%20%E2%81%A3%5Cn%E2%81%A3%5Cn#setlife%20#drone%20#djiinspire2%20#dji%20#appleprores%20#dronesofinstagram%22,%22created_time%22:%221574083434%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:69%7D,%22tags%22:%5B%22setlife%22,%22appleprores%22,%22djiinspire2%22,%22dji%22,%22drone%22,%22dronesofinstagram%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B5AiIAZHSBf/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222174376440225562601_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/76873286_2377721482558367_8783961619357182128_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=kLIymJXp7icAX8b6-pH&oh=664c0a46a11555736c72c8834f7bf636&oe=5EB98B96%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/76873286_2377721482558367_8783961619357182128_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=kLIymJXp7icAX8b6-pH&oh=52b6f48a99b1dc1a46ea7c4816026f40&oe=5EBB51EE%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/76873286_2377721482558367_8783961619357182128_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=kLIymJXp7icAX8b6-pH&oh=b49a23e9753d72dea1317d21574077d1&oe=5EBD1C13%22%7D%7D,%22created_time%22:%221573425892%22,%22caption%22:%7B%22id%22:%2217860343281583351%22,%22text%22:%22Self%20portrait%20in%20vehicle%20window,%20on%20a%20vehicle%20patrol%20near%20Arabmazari,%20Northern%20Afghanistan%202003.%20%E2%81%A3%5Cn%E2%81%A3%5Cn#lestweforget%20#remember%20#neverforget%22,%22created_time%22:%221573425892%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:25%7D,%22tags%22:%5B%22lestweforget%22,%22remember%22,%22neverforget%22%5D,%22filter%22:%22Gingham%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B4s79ofn3_p/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222163155291571293285_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/75489904_2375007259479659_8646955317371143319_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=XCthL69jXlYAX_duwWI&oh=5077624d22753888c040b46e1aaf23dc&oe=5EBA8EE0%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/75489904_2375007259479659_8646955317371143319_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=XCthL69jXlYAX_duwWI&oh=85ac1bc8c7d678384d8c516e3500717b&oe=5EBC1F98%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/75489904_2375007259479659_8646955317371143319_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=XCthL69jXlYAX_duwWI&oh=9a83a5aa86e60656ca084455233b4149&oe=5EBE9065%22%7D%7D,%22created_time%22:%221572088227%22,%22caption%22:%7B%22id%22:%2217890382647423410%22,%22text%22:%22Making%20a%20horror%20film%20in%20the%20woods,%20%E2%80%98can%20you%20just%20fly%20through%20there?%E2%80%99...%E2%80%98er,%20no%20not%20really!%E2%80%99%20Tricky%20flying%20but%20we%20managed%20a%20few%20short%20passes%20%E2%81%A3in%20the%20more%20open%20spaces%20and%20lots%20of%20handheld%20-%20happy%20director%20%F0%9F%91%8D%F0%9F%8F%BC%5Cn%E2%81%A3%5CnThanks%20to%20#dronesondemand%20for%20their%20assistance%20#dronelife%20#drone%20#dji%20#horror%20#dronesofinstagram%20#setlife%20#djiinspire2%22,%22created_time%22:%221572088227%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:15%7D,%22tags%22:%5B%22horror%22,%22djiinspire2%22,%22dji%22,%22drone%22,%22dronesofinstagram%22,%22setlife%22,%22dronesondemand%22,%22dronelife%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B4FEkbcHQxl/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222157669920117062813_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/74365761_761690107612431_7470064940656355317_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=JbmzY--h_8wAX_Hdt0i&oh=0a949cda3f61d62f94d5fe915830be94&oe=5EA3494A%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/74365761_761690107612431_7470064940656355317_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=JbmzY--h_8wAX_Hdt0i&oh=8c9d234b95386ea63dd4f1985f1fafbf&oe=5EAA48BA%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/74365761_761690107612431_7470064940656355317_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=JbmzY--h_8wAX_Hdt0i&oh=f79d5c88f4d4ed02a828bbb1b37fdccc&oe=5ED37BED%22%7D%7D,%22created_time%22:%221571434319%22,%22caption%22:%7B%22id%22:%2217929716349318890%22,%22text%22:%22Baitings%20dam%20last%20September%20after%20the%20dry%20summer,%20lowest%20water%20levels%20since%20the%201970%E2%80%99s%20and%20a%20perfect%20time%20to%20conduct%20a%20detailed%20survey%20for%20@yorkshirewater%20with%20assistance%20from%20#dronesondemand%20%E2%81%A3%5Cn%E2%81%A3%5Cn#dam%20#drone%20#survey%20#drought%20#inspection%20#dji%20#lowwater%20#reservoir%22,%22created_time%22:%221571434319%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:7%7D,%22tags%22:%5B%22lowwater%22,%22dam%22,%22reservoir%22,%22dji%22,%22drone%22,%22survey%22,%22drought%22,%22dronesondemand%22,%22inspection%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B3xlVxLH3yd/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222150298225861376744_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/70589943_536452767116237_5324986810206106542_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=b8F1foWxrMQAX8_7z02&oh=f389d685a8602f81f97a693472e2a144&oe=5E9E1071%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/70589943_536452767116237_5324986810206106542_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=b8F1foWxrMQAX8_7z02&oh=6276825d9b6d55d87bcad4f9af2fccb5&oe=5EB7A381%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/70589943_536452767116237_5324986810206106542_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=b8F1foWxrMQAX8_7z02&oh=4e5c2cb768d09bc46bc16c293da414df&oe=5ED4D6D6%22%7D%7D,%22created_time%22:%221570555545%22,%22caption%22:%7B%22id%22:%2217927941945326241%22,%22text%22:%22Flying%20%F0%9F%8E%A5%20for%20@cbbc%20back%20in%20the%20summer%20%E2%98%80%EF%B8%8F%20for%20a%20show%20airing%20in%20the%20spring,%20in%20conjunction%20with%20@yorkshirewater%20and%20awesome%20cam%20op%20@thomashague_%20%E2%81%A3%E2%81%A3%5Cn%E2%81%A3%5Cn#tv%20%F0%9F%93%BA%20#bbc%20#cbbc%20#nospoilers%20#dronelife%20#drone%20#droneporn%20#setlife%20#djiinspire2%20#dji%20#prores%20%F0%9F%9A%81%22,%22created_time%22:%221570555545%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:21%7D,%22tags%22:%5B%22tv%22,%22djiinspire2%22,%22bbc%22,%22dji%22,%22nospoilers%22,%22drone%22,%22setlife%22,%22prores%22,%22cbbc%22,%22droneporn%22,%22dronelife%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B3XZNf5nrro/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222134494644503683317_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/69458255_132232074760821_9075805852007093389_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=4piZOsb1QmkAX8P6I7n&oh=d38856e65910176d7f1ecfde0c05d7c7&oe=5ED46BE1%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/69458255_132232074760821_9075805852007093389_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=4piZOsb1QmkAX8P6I7n&oh=51a9600da6f8771c28deeda3ddfb43ab&oe=5EA6F311%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/69458255_132232074760821_9075805852007093389_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=4piZOsb1QmkAX8P6I7n&oh=064d9a5dc7667a78699c206ced97be0d&oe=5EB93046%22%7D%7D,%22created_time%22:%221568671611%22,%22caption%22:%7B%22id%22:%2217842839874661947%22,%22text%22:%22Awesome%20behind%20the%20scenes%20shot%20%F0%9F%93%B7%20of%20us%20flying%20by%20@joshualeodorfman%20for%20@videoinkltd%20-%20filming%20%F0%9F%8E%A5%20the%20incredible%20@delainofficial%20with%20@charlottewessels%20on%20lead%20vocals.%20%E2%81%A3%5Cn%E2%81%A3%5Cn#metalband%20#vox%20#leadvocals%20#droneporn%20#drone%20#drones%20#inspire2%20#dji%20#setlife%20#musicvideo%20@videoink_adam%20#snowdonia%20@videoink_oliver%20#creative%20#filmmakers%22,%22created_time%22:%221568671611%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:25%7D,%22tags%22:%5B%22vox%22,%22inspire2%22,%22metalband%22,%22drones%22,%22dji%22,%22drone%22,%22creative%22,%22setlife%22,%22droneporn%22,%22snowdonia%22,%22leadvocals%22,%22musicvideo%22,%22filmmakers%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B2fP5H0naD1/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222120605000380751652_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/67445315_807094846372655_8385142798321061014_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Cd9UDIJmf-AAX8-_wvN&oh=5cb76c775d1b5c4e6d00f8b055630bdf&oe=5E9F5CC1%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/67445315_807094846372655_8385142798321061014_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Cd9UDIJmf-AAX8-_wvN&oh=e22bb363ebfa9d89b058905c19c61f54&oe=5ED81731%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/67445315_807094846372655_8385142798321061014_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Cd9UDIJmf-AAX8-_wvN&oh=23c21a4fa12b902a804da0046f88ef23&oe=5EA20166%22%7D%7D,%22created_time%22:%221567015837%22,%22caption%22:%7B%22id%22:%2217846900818589938%22,%22text%22:%22Having%20a%20break%20from%20drones%20before%20back%20at%20it%20with%20the%20BBC%20and%20Channel%204.%20#greece%20#infinitypool%20#hot%20#summerbreak%20#sun%20#ionianislands%20#sunrise%20#notadroneinsight%22,%22created_time%22:%221567015837%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:12%7D,%22tags%22:%5B%22greece%22,%22hot%22,%22sunrise%22,%22notadroneinsight%22,%22ionianislands%22,%22infinitypool%22,%22summerbreak%22,%22sun%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:5%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B1t5wMsnJ8k/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222101544611424897428_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/66621697_135985507619123_7402465643457975764_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=d9KlO_WD5lUAX_XkIW8&oh=b4bdf936d9833dbffe3fcfc55026750a&oe=5EA263A5%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/66621697_135985507619123_7402465643457975764_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=d9KlO_WD5lUAX_XkIW8&oh=6c35053a0625c7ac3b654609eb104870&oe=5EB95E55%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/66621697_135985507619123_7402465643457975764_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=d9KlO_WD5lUAX_XkIW8&oh=827b1276a157575a7f7d9e15ca3b114e&oe=5ED7F002%22%7D%7D,%22created_time%22:%221564743661%22,%22caption%22:%7B%22id%22:%2218060035527080868%22,%22text%22:%22Traffic%20monitoring%20today,%20some%20careful%20coordination%20between%20pilots%20required%20with%20#dronesondemand%20#flysafe%20#dronesforgood%20#dji%22,%22created_time%22:%221564743661%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:18%7D,%22tags%22:%5B%22dji%22,%22dronesforgood%22,%22flysafe%22,%22dronesondemand%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:4%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B0qL7CLngmU/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222083378280016064110_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/65276610_663680204148792_4158258753442164497_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=rw9j4KULDOEAX9V9Ek7&oh=8ac4cf834021ee5e80568f554ebfb123&oe=5EBA5436%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/65276610_663680204148792_4158258753442164497_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=rw9j4KULDOEAX9V9Ek7&oh=a857bd48a157bcef0658a8ee1462c411&oe=5E9A59C6%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/65276610_663680204148792_4158258753442164497_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=rw9j4KULDOEAX9V9Ek7&oh=b87a44559d04b3f8f3219c08c51996ad&oe=5EB89091%22%7D%7D,%22created_time%22:%221562578066%22,%22caption%22:%7B%22id%22:%2218083198635024261%22,%22text%22:%22A%20trip%20to%20the%20Isle%20of%20Man%20for%20@manxutilities%20using%20drone%20technology%20to%20conduct%20building%20surveys%20saving%20money%20and%20time.%20Huge%20thanks%20again%20the%20ever%20efficient%20#iomcaa,%20in%20partnership%20with%20#jbaconsulting%20and%20#dronesondemand%20#innovate%20#survey%20#drone%20#dji%22,%22created_time%22:%221562578066%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:29%7D,%22tags%22:%5B%22survey%22,%22iomcaa%22,%22dronesondemand%22,%22innovate%22,%22dji%22,%22drone%22,%22jbaconsulting%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22carousel%22,%22link%22:%22https://www.instagram.com/p/BzppYHpHy5u/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D,%22carousel_media%22:%5B%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/65276610_663680204148792_4158258753442164497_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=rw9j4KULDOEAX9V9Ek7&oh=8ac4cf834021ee5e80568f554ebfb123&oe=5EBA5436%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/65276610_663680204148792_4158258753442164497_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=rw9j4KULDOEAX9V9Ek7&oh=a857bd48a157bcef0658a8ee1462c411&oe=5E9A59C6%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/65276610_663680204148792_4158258753442164497_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=rw9j4KULDOEAX9V9Ek7&oh=b87a44559d04b3f8f3219c08c51996ad&oe=5EB89091%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/66491214_152391039266465_261382026233424141_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=xd4VaadO5lkAX-lAAWt&oh=39378976f8ba4f0ff41021f18735bed8&oe=5ED89942%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/66491214_152391039266465_261382026233424141_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=xd4VaadO5lkAX-lAAWt&oh=2327ca270ecda058c37736b8cde5c7b0&oe=5ED45D4F%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/66491214_152391039266465_261382026233424141_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=xd4VaadO5lkAX-lAAWt&oh=d06ebaf5bc807a3eae96cf31141a6405&oe=5ED321A3%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/66415060_433298167518258_4327611257881703889_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=iHb3cE5RQ0MAX_iKwPp&oh=5968c02e51edcdfc2a520efad7145302&oe=5EA75217%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/66415060_433298167518258_4327611257881703889_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=iHb3cE5RQ0MAX_iKwPp&oh=62234fabfc322e07664499d4de28371f&oe=5ED557E7%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/66415060_433298167518258_4327611257881703889_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=iHb3cE5RQ0MAX_iKwPp&oh=23c16d72e93683b767093cf39d34b483&oe=5EB702B0%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D%5D%7D,%7B%22id%22:%222073598138572332799_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/64317015_2506237756075257_5989675149826481999_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=vSJXyTX419EAX-yanUN&oh=fc8c629b6725ca0155eebdd3cf6ece30&oe=5EDB4CD5%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/64317015_2506237756075257_5989675149826481999_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=vSJXyTX419EAX-yanUN&oh=585bde3f36606f8cdea55bb6c3c7690b&oe=5EBDD1AD%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/64317015_2506237756075257_5989675149826481999_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=vSJXyTX419EAX-yanUN&oh=4b6e1384012ae94a1c282c0e38b9d080&oe=5E9D4A50%22%7D%7D,%22created_time%22:%221561412182%22,%22caption%22:%7B%22id%22:%2218035849209172252%22,%22text%22:%22If%20you%E2%80%99re%20going%20to%20fly%20a%201940%E2%80%99s%20@dehavillandaircraft%20then%20only%20tweed%20and%20a%20stout%20pair%20of%20@loakeshoemakers%20brogues%20will%20cut%20the%20mustard!%22,%22created_time%22:%221561412182%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:30%7D,%22tags%22:%5B%22brogues%22,%22aviation%22,%22sherburnaeroclub%22,%22oldschool%22,%22fly%22,%22vintageaircraft%22,%22clearskies%22,%22tweed%22,%22qualityshoes%22,%22notadrone%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BzG5oVIg97_/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222061279663927260658_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/61141188_439285856894791_505914339265226630_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=j88XnXlvU1sAX-BBkus&oh=7e838773f81f50a17cdf912a537961a8&oe=5EA0A359%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/61141188_439285856894791_505914339265226630_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=j88XnXlvU1sAX-BBkus&oh=fc391a320392388c2e83f204778165cd&oe=5EA31E54%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/61141188_439285856894791_505914339265226630_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=j88XnXlvU1sAX-BBkus&oh=1c6687b61192d9f0c155275755144195&oe=5EA8A5B8%22%7D%7D,%22created_time%22:%221559943706%22,%22caption%22:%7B%22id%22:%2218054175051115330%22,%22text%22:%22Indoor%20flying%20for%20the%20awesome%20@videoink_adam%20and%20@videoink_oliver%20on%20their%20epic%20production%20-%20even%20if%20we%20did%20just%20dip%20in%20at%20the%20end%20-%20looked%20great%20guys%20%F0%9F%94%A5%20%F0%9F%92%A8%20%F0%9F%92%A5%20and%20thanks%20for%20having%20us%20back%20again.%20No%20spoilers%20until%20video%20is%20live%20#droneporn%20#dji%20#inspire2%20#indoorflying%20#flysafe%20#musicvideo%20#metalband%22,%22created_time%22:%221559943706%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:34%7D,%22tags%22:%5B%22musicvideo%22,%22inspire2%22,%22metalband%22,%22droneporn%22,%22indoorflying%22,%22dji%22,%22flysafe%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BybIu7nHvXy/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222060164715473849506_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/61547679_2306716192930044_5997811090772557613_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=dnr9TliGCEsAX9vvF9t&oh=55f25bb9b02db5f4fcbb00d3a16b41be&oe=5E98FAF6%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/61547679_2306716192930044_5997811090772557613_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=dnr9TliGCEsAX9vvF9t&oh=a7b314468e5f4f575641e34ae5807570&oe=5EB4C08E%22%7D,%22standard_resolution%22:%7B%22width%22:480,%22height%22:480,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/61547679_2306716192930044_5997811090772557613_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=dnr9TliGCEsAX9vvF9t&oh=b2e4a9bf33f9268fd50499c5954e9d48&oe=5ED9F9C9%22%7D%7D,%22created_time%22:%221559810793%22,%22caption%22:%7B%22id%22:%2217846421613467301%22,%22text%22:%22D-Day%2075%20years%20ago%20today,%20we%20must%20never%20forget%20#dday75%20#wewillrememberthem%20#neverforget%20#veteran%20image%20credit%20@paulreynoldsartist%22,%22created_time%22:%221559810793%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:22%7D,%22tags%22:%5B%22dday75%22,%22veteran%22,%22wewillrememberthem%22,%22neverforget%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/ByXLOS8nMyi/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222047519136008782841_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/59845944_136758724138490_8630855811246098481_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=-43JBiRwxPsAX-2A9HT&oh=de0ffde37f623b90931241e4aa0da608&oe=5EBD429B%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/59845944_136758724138490_8630855811246098481_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=-43JBiRwxPsAX-2A9HT&oh=550a098d0a17eaaff2cc76e2e717ae27&oe=5E9FA16B%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/59845944_136758724138490_8630855811246098481_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=-43JBiRwxPsAX-2A9HT&oh=8cf5ee62ef1db63fa010ef8e34df7192&oe=5E9F303C%22%7D%7D,%22created_time%22:%221558303323%22,%22caption%22:%7B%22id%22:%2218062488774069378%22,%22text%22:%22Another%20great%20day%20filming%20for%20@supportthewalk%20with%20@lulaproductions%20and%20@objectivpictures%20#veteran%20#supportthewalk%20#armedforcescovenant%20#walkingwiththewounded%20#drone%22,%22created_time%22:%221558303323%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:24%7D,%22tags%22:%5B%22armedforcescovenant%22,%22veteran%22,%22supportthewalk%22,%22walkingwiththewounded%22,%22drone%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:2%7D,%22type%22:%22carousel%22,%22link%22:%22https://www.instagram.com/p/BxqP85UnkP5/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D,%22carousel_media%22:%5B%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/59845944_136758724138490_8630855811246098481_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=-43JBiRwxPsAX-2A9HT&oh=de0ffde37f623b90931241e4aa0da608&oe=5EBD429B%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/59845944_136758724138490_8630855811246098481_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=-43JBiRwxPsAX-2A9HT&oh=550a098d0a17eaaff2cc76e2e717ae27&oe=5E9FA16B%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/59845944_136758724138490_8630855811246098481_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=-43JBiRwxPsAX-2A9HT&oh=8cf5ee62ef1db63fa010ef8e34df7192&oe=5E9F303C%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/59960657_371681117022805_6452801224888406237_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=BfCAlW1v2zQAX9F-GTI&oh=14a4b087c6c008ebedbee25d6a9be21b&oe=5EB4CF0C%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/59960657_371681117022805_6452801224888406237_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=BfCAlW1v2zQAX9F-GTI&oh=a553169a6e65117cd8d9211337f1ab8f&oe=5EA974FC%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/59960657_371681117022805_6452801224888406237_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=BfCAlW1v2zQAX9F-GTI&oh=f22a0b0a88e19e16839670094f514cc6&oe=5ED70AAB%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/59847008_170464367300307_2101035914244384131_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=eHr7jlGux4oAX9IKaFa&oh=33bcffd8b177c861de07295fe22db4bf&oe=5EBC74A0%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/59847008_170464367300307_2101035914244384131_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=eHr7jlGux4oAX9IKaFa&oh=bcb9d69debfbb3edd410480ed9de790d&oe=5EB7A650%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/59847008_170464367300307_2101035914244384131_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=eHr7jlGux4oAX9IKaFa&oh=a89ae2906cfa485d46990713a769e5e5&oe=5EA44B07%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/60827671_828864534145166_3151915002433009113_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=w8ntAb9Ew3sAX82AvCP&oh=1f87b0389bd0599b197a488999b7dffc&oe=5EB7218D%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/60827671_828864534145166_3151915002433009113_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=w8ntAb9Ew3sAX82AvCP&oh=68e107cbbfe8007acb50292ed860d75c&oe=5E9D357D%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/60827671_828864534145166_3151915002433009113_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=w8ntAb9Ew3sAX82AvCP&oh=558723ef9496d67b759e3c1283d0ddf0&oe=5ED30B2A%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/60196169_356387611897467_9031703924694130489_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=ecACGmGw7AYAX9Mlw2M&oh=08599967bcc407a8aa42f9ff26ce997f&oe=5E9DCA40%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/60196169_356387611897467_9031703924694130489_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=ecACGmGw7AYAX9Mlw2M&oh=c2a5b78cac1191e27aa6d0574f066d5e&oe=5EB9ADB0%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/60196169_356387611897467_9031703924694130489_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=ecACGmGw7AYAX9Mlw2M&oh=056ff09807cd691d7f2de70fbc628ccf&oe=5E9B1BE7%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D%5D%7D,%7B%22id%22:%222045350835266745334_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/59079347_648589175555365_3519596422943318192_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=qzudHpvcrHYAX9DqypE&oh=cf67cde3bea83c78c13cd0008e08794c&oe=5ED58FE5%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/59079347_648589175555365_3519596422943318192_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=qzudHpvcrHYAX9DqypE&oh=00344965bf870111868297d969427c9e&oe=5ED6BB15%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/59079347_648589175555365_3519596422943318192_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=qzudHpvcrHYAX9DqypE&oh=35b4aaf04bfd75e6a87c2119bc83aa7a&oe=5ED25142%22%7D%7D,%22created_time%22:%221558044841%22,%22caption%22:%7B%22id%22:%2218067621231042435%22,%22text%22:%22The%20beautiful%20@chewtonglen%20country%20house%20hotel%20and%20spa,%20we%20shot%20a%20while%20back%20for%20a%20trailer%20for%20a%20TV%20show%20#luxuryhotel%20#relaischateaux%20#relax%20#newforest%20#cusine%22,%22created_time%22:%221558044841%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:26%7D,%22tags%22:%5B%22relaischateaux%22,%22relax%22,%22newforest%22,%22luxuryhotel%22,%22cusine%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Bxii795H3P2/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222043857788779406078_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/59788884_351311802240283_8895934810449707214_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=2rFmqwnQicMAX9kTYOo&oh=be8d276600a79d9e8fdcf070e888822e&oe=5ED31211%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/59788884_351311802240283_8895934810449707214_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=2rFmqwnQicMAX9kTYOo&oh=43e71c997109db6589260a6ab8f57d17&oe=5EA23AE1%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/59788884_351311802240283_8895934810449707214_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=2rFmqwnQicMAX9kTYOo&oh=c151454b95d485949e821f97f69818f1&oe=5EA762B6%22%7D%7D,%22created_time%22:%221557866856%22,%22caption%22:%7B%22id%22:%2217942861254286490%22,%22text%22:%22All%20aboard!%20Shot%20the%20aerials%20at%20the%20weekend%20for%20the%20trailer%20of%20@claimantsproduction%20-%20a%20brilliant%20new%20production%20directed%20by%20@murphy6432%20-%20get%20on%20board%20at%20www.theclaimantsproduction.com%20#dji%20#drone%20#film%20#setlife%20#insprie2%20#theclaimants%22,%22created_time%22:%221557866856%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:21%7D,%22tags%22:%5B%22setlife%22,%22theclaimants%22,%22film%22,%22insprie2%22,%22dji%22,%22drone%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BxdPdR_nKL-/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222042837912270963072_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/59450200_436975237129311_8376704414402272720_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Fq0UoRC5XdAAX_0lNgy&oh=5068a8240b36c394233484666078284a&oe=5EB6D706%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/59450200_436975237129311_8376704414402272720_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Fq0UoRC5XdAAX_0lNgy&oh=d86888b48c788645643a44ddb81a9c5b&oe=5EBE57F6%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/59450200_436975237129311_8376704414402272720_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Fq0UoRC5XdAAX_0lNgy&oh=48fa506151c63f938a217a647256c17c&oe=5EA7E8A1%22%7D%7D,%22created_time%22:%221557745277%22,%22caption%22:%7B%22id%22:%2217888590765333004%22,%22text%22:%22Things%20that%20catch%20your%20eye%20while%20flying%20often%20end%20up%20better%20shots%20than%20what%20you%20were%20actually%20flying%20for%20#goodlight%20#drone%20#vantagepoint%20#tree%20#green%20#impromptu%20#dji%22,%22created_time%22:%221557745277%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:21%7D,%22tags%22:%5B%22impromptu%22,%22green%22,%22vantagepoint%22,%22tree%22,%22dji%22,%22drone%22,%22goodlight%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BxZnkH-nIGA/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222021397064199250838_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/57239222_852787305053877_8256418067594691983_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=dIs0V3DI51IAX82-EMS&oh=b614201bb9141d0b3594d882d79537fd&oe=5EDAE935%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/57239222_852787305053877_8256418067594691983_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=dIs0V3DI51IAX82-EMS&oh=751da9f80f14939ba954db94187515dd&oe=5EA307C5%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/57239222_852787305053877_8256418067594691983_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=dIs0V3DI51IAX82-EMS&oh=183c104ef1d979f4e2bff9a0b8c9f72f&oe=5ED85D92%22%7D%7D,%22created_time%22:%221555189329%22,%22caption%22:%7B%22id%22:%2218019295836160268%22,%22text%22:%22Looking%20up%20instead%20of%20down%20tonight%20#moon%20#iphone%20#iphonephotography%20#notadrone%20#observatory%20#caldervalley%22,%22created_time%22:%221555189329%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:25%7D,%22tags%22:%5B%22iphonephotography%22,%22caldervalley%22,%22observatory%22,%22iphone%22,%22moon%22,%22notadrone%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BwNceuJnSOW/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222019585252411791039_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/56691602_2250377601947362_8220053924758860511_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=4HF3cYQgTckAX9D8Hsc&oh=c789f046892ce5b59efeb80dfcde92d9&oe=5EBBFA17%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/56691602_2250377601947362_8220053924758860511_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=4HF3cYQgTckAX9D8Hsc&oh=354d7d179129149c4d36a0bad46d9fc6&oe=5EBED26F%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/56691602_2250377601947362_8220053924758860511_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=4HF3cYQgTckAX9D8Hsc&oh=b3eaebd4dd3b773ebd3b17eb08dc4482&oe=5E9E2992%22%7D%7D,%22created_time%22:%221554973344%22,%22caption%22:%7B%22id%22:%2218049216729068121%22,%22text%22:%22Operating%20safely%20within%20100m%20of%20live%20runway%20only%20possible%20due%20to%20the%20fantastic%20ATC%20staff%20at%20#iomairport,%20the%20very%20helpful%20#CAA%20and%20@isleofmanpolice%20-%20many%20thanks%20#djiunlock%20#flysafe%20#djiinspire2%20#happyclients%20#drone%20#dronelife%22,%22created_time%22:%221554973344%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:56%7D,%22tags%22:%5B%22iomairport%22,%22djiunlock%22,%22djiinspire2%22,%22flysafe%22,%22caa%22,%22drone%22,%22dronelife%22,%22happyclients%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BwHAhY7n1a_/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222018964337000828630_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/56219790_169083897328226_4088026679782397825_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=RP4OmKDg2jAAX8k_YVR&oh=2f5b6fe1696dd479c7c5a508685a2904&oe=5E9D0D26%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/56219790_169083897328226_4088026679782397825_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=RP4OmKDg2jAAX8k_YVR&oh=6b7edbd6ba659fbba07648ad500bfb63&oe=5EB9DDD6%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/56219790_169083897328226_4088026679782397825_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=RP4OmKDg2jAAX8k_YVR&oh=8e64196f6c9be1636063e1e22c128d49&oe=5EA69081%22%7D%7D,%22created_time%22:%221554899325%22,%22caption%22:%7B%22id%22:%2217847180961406311%22,%22text%22:%22Ocean%20wind%20farm%20on%20our%20commute%20yesterday%20over%20the%20Irish%20Sea%20#windfarm%20#ocean%20#naturalenergy%20#notadrone%20#windmill%20#windmillsofinstagram%22,%22created_time%22:%221554899325%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:33%7D,%22tags%22:%5B%22windmillsofinstagram%22,%22windfarm%22,%22ocean%22,%22windmill%22,%22naturalenergy%22,%22notadrone%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:3%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BwEzV4ZHc7W/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221972590974473106753_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/50506554_393383641219451_7658326894796699959_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=xOb7IH6_f7oAX84dlIw&oh=552b7147cc573724f7c4f58426824233&oe=5EA9FBD1%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/50506554_393383641219451_7658326894796699959_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=xOb7IH6_f7oAX84dlIw&oh=c290b4ff2305639767762912812ed0cc&oe=5ED3A021%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/50506554_393383641219451_7658326894796699959_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=xOb7IH6_f7oAX84dlIw&oh=fa0c899b6b62293cc2e7ab8729917dd4&oe=5ED9C676%22%7D%7D,%22created_time%22:%221549371190%22,%22caption%22:%7B%22id%22:%2218014703877102640%22,%22text%22:%22Morning%20mist%20and%20sunlight%20in%20#craggvale%20#djiinspire2%20#mist%20#morningsun%20#flysafe%20#springiscoming%22,%22created_time%22:%221549371190%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:31%7D,%22tags%22:%5B%22morningsun%22,%22djiinspire2%22,%22mist%22,%22springiscoming%22,%22flysafe%22,%22craggvale%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:3%7D,%22type%22:%22carousel%22,%22link%22:%22https://www.instagram.com/p/BtgDQpAnHVB/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D,%22carousel_media%22:%5B%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/50506554_393383641219451_7658326894796699959_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=xOb7IH6_f7oAX84dlIw&oh=552b7147cc573724f7c4f58426824233&oe=5EA9FBD1%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/50506554_393383641219451_7658326894796699959_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=xOb7IH6_f7oAX84dlIw&oh=c290b4ff2305639767762912812ed0cc&oe=5ED3A021%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/50506554_393383641219451_7658326894796699959_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=xOb7IH6_f7oAX84dlIw&oh=fa0c899b6b62293cc2e7ab8729917dd4&oe=5ED9C676%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/50624105_2309158206032442_2462446223217384348_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=PpM_xnqMyk8AX-av4Bf&oh=466c048dd02d53d93ca36a60ba5d26f8&oe=5ED73DF4%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/50624105_2309158206032442_2462446223217384348_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=PpM_xnqMyk8AX-av4Bf&oh=8b0ea26203d23160dc438898047c0e76&oe=5EB8BA8C%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/50624105_2309158206032442_2462446223217384348_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=PpM_xnqMyk8AX-av4Bf&oh=b44e3ade6eee4e1c603eefeae5582617&oe=5ED35B71%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/51188206_1172271782936776_1715502880651058337_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=lYZF7WpKSK8AX_wePGx&oh=2aef8f40ef03529ad1e377a5d796e03b&oe=5EAA4740%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/51188206_1172271782936776_1715502880651058337_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=lYZF7WpKSK8AX_wePGx&oh=9f7520b2a24224bacc196cfb179f0006&oe=5ED43338%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/51188206_1172271782936776_1715502880651058337_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=lYZF7WpKSK8AX_wePGx&oh=96de8d5f9cc5e59372c846cb759f6fa5&oe=5EA59EC5%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D%5D%7D,%7B%22id%22:%221957658462278035034_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/50566602_1112076258965775_6338437733221873811_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=GbljKWJmcnIAX9qW1rd&oh=511251a702155ab3ee276b459446fed4&oe=5ED2CFDE%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/50566602_1112076258965775_6338437733221873811_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=GbljKWJmcnIAX9qW1rd&oh=73e85b428ed31587e4887b51b93792a1&oe=5EA20DA6%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/50566602_1112076258965775_6338437733221873811_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=GbljKWJmcnIAX9qW1rd&oh=49e494093b56807806963d35ff267230&oe=5ED4605B%22%7D%7D,%22created_time%22:%221547591096%22,%22caption%22:%7B%22id%22:%2218018271690070684%22,%22text%22:%22Some%20of%20our%20footage%20from%20the%20mammoth%20@crossrailproject%20from%20over%20three%20years%20ago,%20as%20the%20latest%20series%20brings%20you%20up%20to%20date%20with%20the%20remarkable%20progress%20the%20project%20has%20made.%20@bbciplayer%20#thefifteenbillionpoundrailway%20#drone%20#dji%20#flyunderground%20#5mclearance%20#flysafe%20#crossrail%20#tunnel%22,%22created_time%22:%221547591096%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:24%7D,%22tags%22:%5B%22tunnel%22,%225mclearance%22,%22thefifteenbillionpoundrailway%22,%22crossrail%22,%22dji%22,%22drone%22,%22flysafe%22,%22flyunderground%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Bsq___TnqZa/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221940912515183446697_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s150x150/47147413_370983403710814_616096428244173635_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fwyBhq3MDm0AX-hHISH&oh=ab575d01314e693f6bbb8bfc4d9204cd&oe=5ED6FBE0%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/e35/s320x320/47147413_370983403710814_616096428244173635_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fwyBhq3MDm0AX-hHISH&oh=52143560c4e5545cc122678892e02b6f&oe=5EA153ED%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/47147413_370983403710814_616096428244173635_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fwyBhq3MDm0AX-hHISH&oh=897d47be1e083c2eb94a7c2d6a20f386&oe=5ED86901%22%7D%7D,%22created_time%22:%221545594823%22,%22caption%22:%7B%22id%22:%2218010250524064093%22,%22text%22:%22A%20few%20shots%20from%20several%20days%20of%20fun%20this%20summer%20shooting%20the%20aerials%20for%20tonight%E2%80%99s%20#trollied%20%E2%80%98The%20Wedding%E2%80%99%20Christmas%20Special%20on%20@skyone%20at%209pm%20-%20directed%20by%20the%20talented%20@murphy6432%20and%20a%20great%20cast%20and%20crew%20too%20large%20to%20mention!%20#trollied%20#skyone%20#drone%20#droneporn%20#flysafe%20#valco%20#djiinspire2%20#prores%20#setlife%22,%22created_time%22:%221545594823%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:38%7D,%22tags%22:%5B%22djiinspire2%22,%22trollied%22,%22flysafe%22,%22drone%22,%22skyone%22,%22setlife%22,%22prores%22,%22droneporn%22,%22valco%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:2%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BrvgaYvnoqp/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D%5D,%22meta%22:%7B%22code%22:200%7D%7D', 'no');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(23582, '_transient_timeout_avada_ri_Revolution Slider7MKR86QlrS9kN793uF881AFruMTYygof', '1541522983', 'no'),
(23584, '_transient_timeout_avada_remote_installer_package_Revolution Slider', '1541522683', 'no'),
(6097, 'ls-store-last-updated', '1521638323', 'yes'),
(6098, 'ls-store-data', 'a:2:{s:12:\"last_updated\";s:10:\"2017-12-22\";s:7:\"sliders\";a:74:{s:20:\"catering-xmas-slider\";a:7:{s:8:\"released\";s:10:\"2017-12-22\";s:4:\"name\";s:25:\"Catering Christmas Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:29:\"premium,new,static,text,blend\";s:3:\"url\";s:72:\"https://layerslider.kreaturamedia.com/sliders/catering-christmas-slider/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/catering-xmas-slider.jpg\";}s:20:\"discover-the-details\";a:7:{s:8:\"released\";s:10:\"2017-12-19\";s:4:\"name\";s:20:\"Discover the Details\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:50:\"premium,new,loop,parallax,blendmode,specialeffects\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/discover-the-details/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/discover-the-details.jpg\";}s:10:\"rainforest\";a:7:{s:8:\"released\";s:10:\"2017-12-17\";s:4:\"name\";s:10:\"Rainforest\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:48:\"premium,new,loop,filter,blendmode,specialeffects\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/rainforest/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/rainforest.jpg\";}s:30:\"ecommerce-global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-12-15\";s:4:\"name\";s:30:\"eCommerce Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:23:\"premium,new,experiments\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/sliders/ecommerce-global-hover-example/\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce-global-hover-example.jpg\";}s:20:\"3d-canyon-experience\";a:7:{s:8:\"released\";s:10:\"2017-12-13\";s:4:\"name\";s:20:\"3D Canyon Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:37:\"premium,new,parallax,experiments,text\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/3d-canyon-experience/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/3d-canyon-experience.jpg\";}s:14:\"discount-popup\";a:7:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:21:\"premium,premium,popup\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/discount-popup/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg\";}s:14:\"vintage-photos\";a:7:{s:8:\"released\";s:10:\"2017-12-08\";s:4:\"name\";s:14:\"Vintage Photos\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:47:\"premium,new,fullsize,loop,filter,specialeffects\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/vintage-photos/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/vintage-photos.jpg\";}s:18:\"social-share-popup\";a:7:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:21:\"premium,new,popup,api\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/social-share-popup/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg\";}s:8:\"aquarium\";a:7:{s:8:\"released\";s:10:\"2017-12-04\";s:4:\"name\";s:8:\"Aquarium\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:59:\"premium,new,parallax,loop,filter,experiments,specialeffects\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/aquarium/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/aquarium.jpg\";}s:16:\"what-is-the-time\";a:7:{s:8:\"released\";s:10:\"2017-08-25\";s:4:\"name\";s:17:\"What is the time?\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:51:\"premium,new,parallax,text,blendmode,experiments,api\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/what-is-the-time/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/what-is-the-time.jpg\";}s:18:\"personal-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-23\";s:4:\"name\";s:18:\"Personal Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:58:\"premium,new,fullsize,fullwidth,landing,text,parallax,packs\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/personal-page-pack/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/personal-page-pack.jpg\";}s:19:\"marketing-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-21\";s:4:\"name\";s:19:\"Marketing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:65:\"premium,new,fullsize,fullwidth,landing,parallax,static,loop,packs\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/marketing-page-pack/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/marketing-page-pack.jpg\";}s:14:\"dynamic-slider\";a:7:{s:8:\"released\";s:10:\"2017-08-18\";s:4:\"name\";s:14:\"Dynamic Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:36:\"premium,new,fullwidth,landing,static\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/dynamic-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-slider.jpg\";}s:14:\"colorful-cases\";a:7:{s:8:\"released\";s:10:\"2017-08-16\";s:4:\"name\";s:14:\"Colorful Cases\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:47:\"premium,new,text,loop,parallax,static,blendmode\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/colorful-cases/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/colorful-cases.jpg\";}s:16:\"beauty-shop-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-14\";s:4:\"name\";s:16:\"Beauty Shop PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:40:\"premium,new,fullwidth,text,landing,packs\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beauty-shop-pack/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beauty-shop-pack.jpg\";}s:16:\"popup-guide-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:31:\"premium,new,popup,parallax,text\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/popup-guide-demo/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:31:\"premium,new,popup,parallax,text\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/popup-welcome-demo/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:31:\"premium,new,popup,parallax,loop\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/popup-transparent-demo/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/popup-sidebar-demo/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:26:\"premium,new,popup,kenburns\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/popup-photo-gallery/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:24:\"premium,new,popup,static\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/popup-modal-demo/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:34:\"premium,new,popup,experiments,text\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/popup-infobar-demo/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:47:\"premium,new,popup,experiments,fullsize,parallax\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/sliders/popup-fullsize-desk-demo/\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:29:\"premium,new,popup,experiments\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/conversation-popup/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg\";}s:20:\"global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-05-02\";s:4:\"name\";s:20:\"Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.4.0\";s:6:\"groups\";s:52:\"premium,new,experiments,specialeffects,parallax,text\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/global-hover-example/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/global-hover-example.jpg\";}s:10:\"gastronomy\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:10:\"Gastronomy\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:28:\"premium,kenburns,filter,text\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/gastronomy/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/gastronomy.jpg\";}s:13:\"police-lights\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:13:\"Police Lights\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:46:\"premium,specialeffects,loop,blendmode,parallax\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/police-lights/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/police-lights.jpg\";}s:16:\"beautiful-sunset\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Beautiful Sunset\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:37:\"premium,specialeffects,loop,blendmode\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beautiful-sunset/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beautiful-sunset.jpg\";}s:23:\"blend-mode-experiment-1\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:23:\"Blend Mode Experiment 1\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:63:\"premium,specialeffects,text,blendmode,experiments,loop,parallax\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/sliders/blend-mode-experiment-1/\";s:7:\"preview\";s:84:\"https://repository.kreaturamedia.com/v4/sliders/packages/blend-mode-experiment-1.jpg\";}s:16:\"flying-banners-2\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Flying Banners 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:40:\"premium,parallax,specialeffects,fullsize\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-2/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-2.jpg\";}s:14:\"layerslider-v6\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:14:\"LayerSlider v6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.6\";s:6:\"groups\";s:68:\"premium,specialeffects,parallax,fullsize,landing,loop,text,media,api\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v6/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/layerslider-v6.jpg\";}s:16:\"flying-banners-1\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:16:\"Flying Banners 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:38:\"free,parallax,loop,text,specialeffects\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-1/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-1.jpg\";}s:18:\"anniversary-slider\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:18:\"Anniversary Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:40:\"free,parallax,experiments,specialeffects\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/anniversary-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/anniversary-slider.jpg\";}s:7:\"origami\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:7:\"Origami\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"premium,experiments,specialeffects,3dtransition\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/origami/\";s:7:\"preview\";s:68:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami.jpg\";}s:17:\"origami-buildings\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:17:\"Origami Buildings\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:56:\"premium,experiments,specialeffects,kenburns,3dtransition\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/origami-buildings/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami-buildings.jpg\";}s:17:\"autumn-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:17:\"Autumn Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:45:\"experiments,free,loop,parallax,specialeffects\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/autumn-experiment/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/autumn-experiment.jpg\";}s:28:\"features-parallax-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:32:\"Features | A Parallax Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:40:\"experiments,free,parallax,specialeffects\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/sliders/features-parallax-experiment/\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/features-parallax-experiment.jpg\";}s:16:\"furniture-slider\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:16:\"Furniture Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:33:\"fullwidth,parallax,premium,static\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/furniture-slider/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/furniture-slider.jpg\";}s:15:\"room-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:15:\"Room Experiment\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.6\";s:6:\"groups\";s:65:\"api,experiments,media,parallax,premium,specialeffects,static,text\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/room-experiment/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/room-experiment.jpg\";}s:11:\"drag-n-drop\";a:6:{s:4:\"name\";s:11:\"Drag & Drop\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:37:\"premium,fullwidth,specialeffects,text\";s:3:\"url\";s:58:\"https://layerslider.kreaturamedia.com/sliders/drag-n-drop/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/drag-n-drop.jpg\";}s:10:\"headphones\";a:6:{s:4:\"name\";s:10:\"Headphones\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:14:\"premium,static\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/headphones/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/headphones.jpg\";}s:14:\"play-by-scroll\";a:6:{s:4:\"name\";s:19:\"Play By Scroll demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:66:\"premium,fullsize,text,experiments,specialeffects,playbyscroll,loop\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/play-by-scroll/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/play-by-scroll.jpg\";}s:3:\"sky\";a:6:{s:4:\"name\";s:14:\"Sky Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:63:\"premium,fullwidth,text,experiments,parallax,specialeffects,loop\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/sky-experience/\";s:7:\"preview\";s:64:\"https://repository.kreaturamedia.com/v4/sliders/packages/sky.jpg\";}s:9:\"halloween\";a:6:{s:4:\"name\";s:16:\"Happy Halloween!\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:35:\"free,fullsize,text,experiments,loop\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/happy-halloween/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/halloween.jpg\";}s:15:\"creative-agency\";a:6:{s:4:\"name\";s:6:\"Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:49:\"premium,fullsize,kenburns,parallax,landing,filter\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/creative-agency/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/creative-agency.jpg\";}s:18:\"interactive-slider\";a:6:{s:4:\"name\";s:18:\"Interactive Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,kenburns,text,landing\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/interactive-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/interactive-slider.jpg\";}s:9:\"ecommerce\";a:6:{s:4:\"name\";s:9:\"eCommerce\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:56:\"https://layerslider.kreaturamedia.com/sliders/ecommerce/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce.jpg\";}s:18:\"landing-page-intro\";a:6:{s:4:\"name\";s:18:\"Landing Page Intro\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:38:\"premium,fullsize,landing,parallax,text\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/landing-page/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-page-intro.jpg\";}s:6:\"hiking\";a:6:{s:4:\"name\";s:6:\"Hiking\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:53:\"https://layerslider.kreaturamedia.com/sliders/hiking/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/hiking.jpg\";}s:12:\"movie-slider\";a:6:{s:4:\"name\";s:12:\"Movie Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/movie-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/movie-slider.jpg\";}s:12:\"photo-studio\";a:6:{s:4:\"name\";s:12:\"Photo Studio\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:62:\"premium,fullsize,filter,text,parallax,specialeffects,blendmode\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/photo-studio/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/photo-studio.jpg\";}s:5:\"shoes\";a:6:{s:4:\"name\";s:5:\"Shoes\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:35:\"premium,fullwidth,parallax,carousel\";s:3:\"url\";s:52:\"https://layerslider.kreaturamedia.com/sliders/shoes/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/shoes.jpg\";}s:11:\"mini-cooper\";a:6:{s:4:\"name\";s:18:\"Mini Cooper Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:40:\"premium,fullsize,parallax,specialeffects\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/mini-cooper-slider/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/mini-cooper.jpg\";}s:4:\"xmas\";a:6:{s:4:\"name\";s:16:\"Merry Christmas!\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:60:\"premium,parallax,filter,experiments,specialeffects,text,loop\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/merry-christmas/\";s:7:\"preview\";s:65:\"https://repository.kreaturamedia.com/v4/sliders/packages/xmas.jpg\";}s:5:\"clock\";a:6:{s:4:\"name\";s:32:\"Vintage Clock | shows valid time\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:37:\"premium,fullsize,api,experiments,loop\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/vintage-clock/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/clock.jpg\";}s:8:\"car-show\";a:6:{s:4:\"name\";s:8:\"Car Show\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:38:\"premium,fullwidth,experiments,api,loop\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/car-show/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/car-show.jpg\";}s:16:\"landing-screen-1\";a:6:{s:4:\"name\";s:16:\"Landing Screen 1\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:34:\"premium,fullwidth,landing,parallax\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-1/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-1.jpg\";}s:16:\"landing-screen-2\";a:6:{s:4:\"name\";s:16:\"Landing Screen 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-2/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-2.jpg\";}s:16:\"landing-screen-3\";a:6:{s:4:\"name\";s:16:\"Landing Screen 3\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:34:\"premium,fullwidth,landing,parallax\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-3/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-3.jpg\";}s:16:\"landing-screen-4\";a:6:{s:4:\"name\";s:16:\"Landing Screen 4\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:34:\"premium,fullwidth,landing,parallax\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-4/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-4.jpg\";}s:16:\"landing-screen-5\";a:6:{s:4:\"name\";s:16:\"Landing Screen 5\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-5/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-5.jpg\";}s:16:\"landing-screen-6\";a:6:{s:4:\"name\";s:16:\"Landing Screen 6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-6/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-6.jpg\";}s:16:\"landing-screen-7\";a:6:{s:4:\"name\";s:16:\"Landing Screen 7\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-7/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-7.jpg\";}s:8:\"carousel\";a:6:{s:4:\"name\";s:8:\"Carousel\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:13:\"free,carousel\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/carousel/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/carousel.jpg\";}s:14:\"fancy-parallax\";a:6:{s:4:\"name\";s:21:\"Fancy Parallax Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:26:\"premium,fullwidth,parallax\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/parallax-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/fancy-parallax.jpg\";}s:13:\"simple-slider\";a:6:{s:4:\"name\";s:13:\"Simple Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:4:\"free\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/simple-slider/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/simple-slider.jpg\";}s:12:\"image-slider\";a:6:{s:4:\"name\";s:12:\"Image Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:4:\"free\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/image-slideshow/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/image-slider.jpg\";}s:19:\"client-testimonials\";a:6:{s:4:\"name\";s:19:\"Client Testimonials\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/client-testimonials/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/client-testimonials.jpg\";}s:8:\"fixed-bg\";a:6:{s:4:\"name\";s:16:\"Fixed Background\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:23:\"premium,fullwidth,media\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/fixed-background/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/fixed-bg.jpg\";}s:22:\"dynamic-content-slider\";a:6:{s:4:\"name\";s:22:\"Dynamic Content Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:4:\"free\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/dynamic-content-slider/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-content-slider.jpg\";}s:6:\"old-3d\";a:6:{s:4:\"name\";s:14:\"LayerSlider v4\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:23:\"free,3dtransition,media\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/3d-demo-slider/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/old-3d.jpg\";}s:2:\"v5\";a:6:{s:4:\"name\";s:14:\"LayerSlider v5\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:19:\"free,parallax,media\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v5/\";s:7:\"preview\";s:63:\"https://repository.kreaturamedia.com/v4/sliders/packages/v5.jpg\";}s:12:\"video-slider\";a:6:{s:4:\"name\";s:12:\"Video Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:10:\"free,media\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/video-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/video-slider.jpg\";}s:6:\"resort\";a:6:{s:4:\"name\";s:6:\"Resort\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/restort/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/resort.jpg\";}}}', 'no'),
(7950, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(17979, '_transient_timeout_fusion_dynamic_css_7', '1535041464', 'no');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(26975, '!', '%7B%22pagination%22:%7B%22next_max_id%22:%221376775200108898921_1555602922%22,%22next_url%22:%5B%22https://api.instagram.com/v1/users/1555602922/media/recent?access_token=1555602922.3a81a9f.ef66a2652a7a489dad2cc7d107db2623&count=33&callback=jQuery112404497594508419829_1542275362356&_=1542275362357&max_id=1376775200108898921_1555602922%22%5D%7D,%22data%22:%5B%7B%22id%22:%221911244213473580691_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/c75bf83489bc242be017f655257c5cd7/5C7D2CA0/t51.2885-15/e35/c0.0.1079.1079/s150x150/43662610_2179710858714211_269570619634893669_n.jpg?ig_cache_key=MTkxMTI0NDIxMzQ3MzU4MDY5MQ%253D%253D.2.c%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:319,%22url%22:%22https://scontent.cdninstagram.com/vp/752459e14c92009832e5118dc7dbbea9/5C829E95/t51.2885-15/e35/s320x320/43662610_2179710858714211_269570619634893669_n.jpg?ig_cache_key=MTkxMTI0NDIxMzQ3MzU4MDY5MQ%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:639,%22url%22:%22https://scontent.cdninstagram.com/vp/eb019c626be42c0cd6879cc4b4de2b79/5C811BC2/t51.2885-15/sh0.08/e35/s640x640/43662610_2179710858714211_269570619634893669_n.jpg?ig_cache_key=MTkxMTI0NDIxMzQ3MzU4MDY5MQ%253D%253D.2%22%7D%7D,%22created_time%22:%221542058086%22,%22caption%22:%7B%22id%22:%2217990292544077671%22,%22text%22:%22Our%20new%20website%20is%20live,%20lots%20to%20add%20to%20the%20portfolio%20and%20no%20doubt%20a%20few%20small%20tweaks%20needed%20but%20it%E2%80%99s%20otherwise%20finished!%20Many%20thanks%20to%20@gillgraphics%20again%20for%20all%20their%20skills%20#drone%20#air-frames%20#djiinspire2%20#websitedesign%20#newlook%20#smallbusiness%22,%22created_time%22:%221542058087%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:28%7D,%22tags%22:%5B%22djiinspire2%22,%22newlook%22,%22smallbusiness%22,%22air%22,%22websitedesign%22,%22drone%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BqGGnxnHRaT/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221910358287054748388_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/e6f030d6f63eafb4f5ac8304cb69d7d5/5C75B7EB/t51.2885-15/e35/s150x150/42554227_408801876611638_9174641577908357377_n.jpg?ig_cache_key=MTkxMDM1ODI4NzA1NDc0ODM4OA%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/da5c0641d50b3c35e85bad560b665c51/5C67061B/t51.2885-15/e35/s320x320/42554227_408801876611638_9174641577908357377_n.jpg?ig_cache_key=MTkxMDM1ODI4NzA1NDc0ODM4OA%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/add9b8adfb687c6a64851713dc09c55d/5C7A5A4C/t51.2885-15/sh0.08/e35/s640x640/42554227_408801876611638_9174641577908357377_n.jpg?ig_cache_key=MTkxMDM1ODI4NzA1NDc0ODM4OA%253D%253D.2%22%7D%7D,%22created_time%22:%221541952475%22,%22caption%22:%7B%22id%22:%2217989972549076141%22,%22text%22:%22Lest%20we%20forget%20#remember%20#rememberanceday%20#lestweforget%20#therebutnotthere%20#veteran%22,%22created_time%22:%221541952476%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:30%7D,%22tags%22:%5B%22lestweforget%22,%22rememberanceday%22,%22therebutnotthere%22,%22veteran%22,%22remember%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BqC9L2Vnzrk/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221895973074295529450_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/ee8b4a8291792e5f182f5d499a727fae/5BEF6131/t51.2885-15/e15/s150x150/43448922_2229028677366090_3554253756335342855_n.jpg%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/ed8a5753a04aef29b1d5597d6a1b1350/5BEFCCC9/t51.2885-15/e15/s320x320/43448922_2229028677366090_3554253756335342855_n.jpg%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/6af7090a2d14f8181404ca8185a0ca25/5BEFEC72/t51.2885-15/e15/s640x640/43448922_2229028677366090_3554253756335342855_n.jpg%22%7D%7D,%22created_time%22:%221540237784%22,%22caption%22:%7B%22id%22:%2217884480366278090%22,%22text%22:%22Spotted%20a%20frosty%20fence%20and%20cobwebs%20steaming%20in%20the%20autumn%20sunrise%20this%20morning%20at%20@ribblesdalepark%20#cobweb%20#frost%20#sunrise%20#naturephotography%20#autumn%22,%22created_time%22:%221540237785%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:30%7D,%22tags%22:%5B%22autumn%22,%22cobweb%22,%22naturephotography%22,%22frost%22,%22sunrise%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:2%7D,%22type%22:%22video%22,%22link%22:%22https://www.instagram.com/p/BpP2Xc9Fx_q/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D,%22videos%22:%7B%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/b7e611400063988a8089470a20f75ad3/5BEF6A35/t50.2886-16/44130898_242158793320073_4952630070096166912_n.mp4%22,%22id%22:%2217873839939283559%22%7D,%22low_bandwidth%22:%7B%22width%22:480,%22height%22:480,%22url%22:%22https://scontent.cdninstagram.com/vp/db0bffef969c06c1d81a1962bcd49f76/5BEFB1BD/t50.2886-16/43935098_534890713600991_3182214107956772864_n.mp4%22,%22id%22:%2217955663376168129%22%7D,%22low_resolution%22:%7B%22width%22:480,%22height%22:480,%22url%22:%22https://scontent.cdninstagram.com/vp/db0bffef969c06c1d81a1962bcd49f76/5BEFB1BD/t50.2886-16/43935098_534890713600991_3182214107956772864_n.mp4%22,%22id%22:%2217955663376168129%22%7D%7D%7D,%7B%22id%22:%221882197467887788395_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/e5f9a432159b040d2072484126a2027c/5C83CAB3/t51.2885-15/e35/s150x150/42669445_486718078472337_578989887270510930_n.jpg?ig_cache_key=MTg4MjE5NzQ2Nzg4Nzc4ODM5NQ%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/412b742d8983f5c09c4ae01c4f170a9b/5C7B20BE/t51.2885-15/e35/s320x320/42669445_486718078472337_578989887270510930_n.jpg?ig_cache_key=MTg4MjE5NzQ2Nzg4Nzc4ODM5NQ%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/faf2c0b56674f8ba3caf7ffec1163112/5C83D652/t51.2885-15/sh0.08/e35/s640x640/42669445_486718078472337_578989887270510930_n.jpg?ig_cache_key=MTg4MjE5NzQ2Nzg4Nzc4ODM5NQ%253D%253D.2%22%7D%7D,%22created_time%22:%221538595444%22,%22caption%22:%7B%22id%22:%2217958866368190482%22,%22text%22:%22Shooting%20aerials%20for%20BAFTA%20winning%20series%20#PJDN%20#peoplejustdonothing%20with%20the%20a%20great%20crew%20and%20the%20talented%20@matt_wicks_dop%20back%20in%20July%20-%20no%20spoilers%20-%20series%205%20coming%20soon%20#setlife%20#dji%20#djiinspire2%20#appleprores4444%20#kuruptfm%20#drone%22,%22created_time%22:%221538595445%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:57%7D,%22tags%22:%5B%22appleprores4444%22,%22drone%22,%22peoplejustdonothing%22,%22djiinspire2%22,%22dji%22,%22pjdn%22,%22setlife%22,%22kuruptfm%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Boe6J_ul2Fr/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221866644391395081778_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/7aa6c0f3385898e1e0a1cd4353bf9d84/5C70FBF1/t51.2885-15/e35/s150x150/40234683_2154565354802762_8307953181937299401_n.jpg?ig_cache_key=MTg2NjY0NDM5MTM5NTA4MTc3OA%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/ec0fd9268e295a76bec18b4ba84476ff/5C89A489/t51.2885-15/e35/s320x320/40234683_2154565354802762_8307953181937299401_n.jpg?ig_cache_key=MTg2NjY0NDM5MTM5NTA4MTc3OA%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/4ed04f996ab6e86bd56fe9bbc588686c/5C6E7D74/t51.2885-15/sh0.08/e35/s640x640/40234683_2154565354802762_8307953181937299401_n.jpg?ig_cache_key=MTg2NjY0NDM5MTM5NTA4MTc3OA%253D%253D.2%22%7D%7D,%22created_time%22:%221536741373%22,%22caption%22:%7B%22id%22:%2217949354163150594%22,%22text%22:%22A%20still%20from%20a%20shoot%20we%20did%20for%20the%20opening%20of%20Australia%E2%80%99s%20@abctv%20#foreigncorrespondent%20show%20last%20year%20reporting%20on%20the%20Manchester%20terror%20attacks.%20#dji%20#abctv%20#manchester%20#nightflying%20#manchesterskyline%20#setlife%20#twilight%20#flysafe%22,%22created_time%22:%221536741374%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:42%7D,%22tags%22:%5B%22abctv%22,%22flysafe%22,%22manchesterskyline%22,%22nightflying%22,%22twilight%22,%22dji%22,%22setlife%22,%22foreigncorrespondent%22,%22manchester%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:2%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Bnnpy8fFD4y/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221855400974870848506_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/b68e704d4a4b653d3d15dea73854d5a1/5C725C05/t51.2885-15/e35/s150x150/40125546_532738120513763_7366234152363884544_n.jpg?ig_cache_key=MTg1NTQwMDk3NDg3MDg0ODUwNg%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/b4aeb4424583f6008c96518da7139273/5C6E90F5/t51.2885-15/e35/s320x320/40125546_532738120513763_7366234152363884544_n.jpg?ig_cache_key=MTg1NTQwMDk3NDg3MDg0ODUwNg%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/2cd09d39068ba16b51f373b62b90841b/5C6791A2/t51.2885-15/sh0.08/e35/s640x640/40125546_532738120513763_7366234152363884544_n.jpg?ig_cache_key=MTg1NTQwMDk3NDg3MDg0ODUwNg%253D%253D.2%22%7D%7D,%22created_time%22:%221535401053%22,%22caption%22:%7B%22id%22:%2217970911857064253%22,%22text%22:%22Very%20pleasant%20evening%20for%20a%20wedding%20and%20sometimes%20flying%20lower%20is%20better.%20Fabulous%20venue%20at%20@gisburneparkweddings%20#drone%20#djiinspire2%20#nightflying%20#summernights%20#weddingvenue%20#dji%22,%22created_time%22:%221535401054%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:44%7D,%22tags%22:%5B%22nightflying%22,%22djiinspire2%22,%22dji%22,%22summernights%22,%22weddingvenue%22,%22drone%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Bm_tVs3FyP6/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221852993019777080973_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/2219fa80df2244426b3b75b3e89bf349/5C7E2894/t51.2885-15/e35/s150x150/39331401_1308894652579340_6654260773780455424_n.jpg?ig_cache_key=MTg1Mjk5MzAxOTc3NzA4MDk3Mw%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/4e7223642ba0d1f7b5ca51e955d10f36/5C6B55EC/t51.2885-15/e35/s320x320/39331401_1308894652579340_6654260773780455424_n.jpg?ig_cache_key=MTg1Mjk5MzAxOTc3NzA4MDk3Mw%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/3c891ba63b25db6d57e43681db7e428b/5C667D11/t51.2885-15/sh0.08/e35/s640x640/39331401_1308894652579340_6654260773780455424_n.jpg?ig_cache_key=MTg1Mjk5MzAxOTc3NzA4MDk3Mw%253D%253D.2%22%7D%7D,%22created_time%22:%221535114003%22,%22caption%22:%7B%22id%22:%2217973197779051748%22,%22text%22:%22Time%20to%20drain%20the%20national%20grid,%20battery%20charging%20and%20maintenance%20time%20#djiinspire1%20#djiinspire2%20#dji%20#drone%20#power%20#djicrystalsky%20#dronelife%20#setlife%20#prores%20#4k%22,%22created_time%22:%221535114003%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:57%7D,%22tags%22:%5B%22dronelife%22,%22djicrystalsky%22,%22prores%22,%22drone%22,%224k%22,%22djiinspire1%22,%22djiinspire2%22,%22power%22,%22dji%22,%22setlife%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:2%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Bm3J1V7F16N/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221794572116345284473_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/cf2a76ec47d8cb36405ca9826fd5a88f/5C68165E/t51.2885-15/e35/c1.0.1077.1077/s150x150/32790427_647446035595483_2404099882282385408_n.jpg?ig_cache_key=MTc5NDU3MjExNjM0NTI4NDQ3Mw%253D%253D.2.c%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:319,%22url%22:%22https://scontent.cdninstagram.com/vp/97b97bc404c8cebe531a8c8faf1aa4eb/5C822FE4/t51.2885-15/e35/s320x320/32790427_647446035595483_2404099882282385408_n.jpg?ig_cache_key=MTc5NDU3MjExNjM0NTI4NDQ3Mw%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:638,%22url%22:%22https://scontent.cdninstagram.com/vp/c9179465bda7168f7be789a9ba81cbfb/5C79E2B3/t51.2885-15/sh0.08/e35/s640x640/32790427_647446035595483_2404099882282385408_n.jpg?ig_cache_key=MTc5NDU3MjExNjM0NTI4NDQ3Mw%253D%253D.2%22%7D%7D,%22created_time%22:%221528149688%22,%22caption%22:%7B%22id%22:%2217916802153171582%22,%22text%22:%22Last%20nights%20sunset%20at%20@ribblesdalepark%20in%20the%20beautiful%20Ribble%20Valley.%20Tranquil%20place%20for%20a%20weekend%20break%20too%20#hottubs%20@hoseasons%20#luxurylodges%20lodgeswithhottubs%20#dronelife%20#dronesunset%20#drones%20#djiinspire2%22,%22created_time%22:%221528149689%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:45%7D,%22tags%22:%5B%22dronelife%22,%22djiinspire2%22,%22hottubs%22,%22luxurylodges%22,%22drones%22,%22dronesunset%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:3%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BjnmdTulOd5/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221783989333176788482_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/e6366da6b7050645e0360113714706c1/5C7D90B9/t51.2885-15/e35/s150x150/31920789_240590853165675_6467610110800691200_n.jpg?ig_cache_key=MTc4Mzk4OTMzMzE3Njc4ODQ4Mg%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/2465893ae1f146a1264c7728fb4ae36c/5C7ED049/t51.2885-15/e35/s320x320/31920789_240590853165675_6467610110800691200_n.jpg?ig_cache_key=MTc4Mzk4OTMzMzE3Njc4ODQ4Mg%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/f533f4ab74b0c10b7e41f2011c6ca94d/5C76431E/t51.2885-15/sh0.08/e35/s640x640/31920789_240590853165675_6467610110800691200_n.jpg?ig_cache_key=MTc4Mzk4OTMzMzE3Njc4ODQ4Mg%253D%253D.2%22%7D%7D,%22created_time%22:%221526888122%22,%22caption%22:%7B%22id%22:%2217932559299100900%22,%22text%22:%22#Calderdale%20this%20morning.%20Beautiful%20start%20to%20the%20day%20#morninglight%20#mist%20#dronelife%20#dji%20#hebdenbridge%20#craggvale%20#flysafe%20#greenhills%20#dronesofinstagram%20#notraffic%20@hellohebdenbridge%22,%22created_time%22:%221526888123%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:29%7D,%22tags%22:%5B%22dronelife%22,%22calderdale%22,%22hebdenbridge%22,%22craggvale%22,%22flysafe%22,%22mist%22,%22notraffic%22,%22dji%22,%22morninglight%22,%22greenhills%22,%22dronesofinstagram%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BjCANi3FqYC/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221783367007498185108_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/b34e85e1c3f39cfdef263180d555e962/5C7AF855/t51.2885-15/e35/s150x150/32063935_166702654005029_5459862198765486080_n.jpg?ig_cache_key=MTc4MzM2MjIyNjk2MzM5MTkzMg%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/68d170fd6a348938284fdf4a7c0f4463/5C664FA5/t51.2885-15/e35/s320x320/32063935_166702654005029_5459862198765486080_n.jpg?ig_cache_key=MTc4MzM2MjIyNjk2MzM5MTkzMg%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/531bfffc6ba032da8484303c7da109f0/5C8482F2/t51.2885-15/sh0.08/e35/s640x640/32063935_166702654005029_5459862198765486080_n.jpg?ig_cache_key=MTc4MzM2MjIyNjk2MzM5MTkzMg%253D%253D.2%22%7D%7D,%22created_time%22:%221526813935%22,%22caption%22:%7B%22id%22:%2217922653767139062%22,%22text%22:%22Filming%20with%20the%20fab%20@euanpreston%20and%20@imlucyloo%20for%20@supportthewalk%20a%20great%20day%20and%20great%20cause.%20@loweprobags%20#djiinspire%20backpack%20was%20a%20brilliant%20addition%20to%20the%20trip%20#dronelife%20#dronesofinstagram%20#dronebackpack%20#therebutnotthere%20#lestweforget%20#setlife%20#cumbrianhills%20#blakerigg%22,%22created_time%22:%221526813935%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:47%7D,%22tags%22:%5B%22lestweforget%22,%22dronelife%22,%22cumbrianhills%22,%22dronebackpack%22,%22blakerigg%22,%22djiinspire%22,%22therebutnotthere%22,%22setlife%22,%22dronesofinstagram%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22carousel%22,%22link%22:%22https://www.instagram.com/p/Bi_ytg6FKmU/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D,%22carousel_media%22:%5B%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/b34e85e1c3f39cfdef263180d555e962/5C7AF855/t51.2885-15/e35/s150x150/32063935_166702654005029_5459862198765486080_n.jpg?ig_cache_key=MTc4MzM2MjIyNjk2MzM5MTkzMg%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/68d170fd6a348938284fdf4a7c0f4463/5C664FA5/t51.2885-15/e35/s320x320/32063935_166702654005029_5459862198765486080_n.jpg?ig_cache_key=MTc4MzM2MjIyNjk2MzM5MTkzMg%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/531bfffc6ba032da8484303c7da109f0/5C8482F2/t51.2885-15/sh0.08/e35/s640x640/32063935_166702654005029_5459862198765486080_n.jpg?ig_cache_key=MTc4MzM2MjIyNjk2MzM5MTkzMg%253D%253D.2%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/97e32506b384b6768493d5b8b4efb9e3/5C6FD4AA/t51.2885-15/e35/s150x150/32466503_413368032460453_3143386847686688768_n.jpg?ig_cache_key=MTc4MzM2MjIzMTQwOTM3MjkwMw%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/acc7446d11e55dd63f689ffdf224f9d2/5C733B5A/t51.2885-15/e35/s320x320/32466503_413368032460453_3143386847686688768_n.jpg?ig_cache_key=MTc4MzM2MjIzMTQwOTM3MjkwMw%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/dc7ea3482d2d1d08ed1835835c0693a4/5C75A50D/t51.2885-15/sh0.08/e35/s640x640/32466503_413368032460453_3143386847686688768_n.jpg?ig_cache_key=MTc4MzM2MjIzMTQwOTM3MjkwMw%253D%253D.2%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/d2457f6e8a3956e3affbfe940874d691/5C756C8B/t51.2885-15/e35/s150x150/31905559_173945386626376_85014921959440384_n.jpg?ig_cache_key=MTc4MzM2MjIzMjY1OTMwMTM1Mw%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/a057648684ddd4b6d0ba6c3550091b15/5C764475/t51.2885-15/e35/s320x320/31905559_173945386626376_85014921959440384_n.jpg?ig_cache_key=MTc4MzM2MjIzMjY1OTMwMTM1Mw%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/920cd97ef927a83c49d924b2f1d0735d/5C7D4FC0/t51.2885-15/sh0.08/e35/s640x640/31905559_173945386626376_85014921959440384_n.jpg?ig_cache_key=MTc4MzM2MjIzMjY1OTMwMTM1Mw%253D%253D.2%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/172a17cca2e5db5b83ec65d5a59fcc43/5C7E87FB/t51.2885-15/e35/s150x150/31753460_935986916571469_984053453636501504_n.jpg?ig_cache_key=MTc4MzM2MjI0MDUwMjY0MTk0OA%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/cbe3ddb99ec91de6b19bf0449f24214b/5C84D6F6/t51.2885-15/e35/s320x320/31753460_935986916571469_984053453636501504_n.jpg?ig_cache_key=MTc4MzM2MjI0MDUwMjY0MTk0OA%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/955f035d5249c053ec96db92c53f5c59/5C667E1A/t51.2885-15/sh0.08/e35/s640x640/31753460_935986916571469_984053453636501504_n.jpg?ig_cache_key=MTc4MzM2MjI0MDUwMjY0MTk0OA%253D%253D.2%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/1625efe3a4b987550d94bc25b6d52d7d/5C8711B6/t51.2885-15/e35/c0.0.1079.1079/s150x150/31913299_383065035540503_5603123830810738688_n.jpg?ig_cache_key=MTc4MzM2MjI0Mzk0MjEyMDM4Mw%253D%253D.2.c%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:319,%22url%22:%22https://scontent.cdninstagram.com/vp/62e8ac6ddb08a81754bedf102bd53619/5C7C8583/t51.2885-15/e35/s320x320/31913299_383065035540503_5603123830810738688_n.jpg?ig_cache_key=MTc4MzM2MjI0Mzk0MjEyMDM4Mw%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:639,%22url%22:%22https://scontent.cdninstagram.com/vp/b793250e3cbff0b9f30bce519493eac0/5C6541D4/t51.2885-15/sh0.08/e35/s640x640/31913299_383065035540503_5603123830810738688_n.jpg?ig_cache_key=MTc4MzM2MjI0Mzk0MjEyMDM4Mw%253D%253D.2%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D,%7B%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/c62a1a8a1e15e2333320fb931eb7bead/5C86A182/t51.2885-15/e35/s150x150/31984196_213516982569604_6354145084954378240_n.jpg?ig_cache_key=MTc4MzM2MjI0NTk5NzE0ODk4OQ%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/cfc91afd03101dc4b087c6a1876ca480/5C7A4972/t51.2885-15/e35/s320x320/31984196_213516982569604_6354145084954378240_n.jpg?ig_cache_key=MTc4MzM2MjI0NTk5NzE0ODk4OQ%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/803ada3ccbbc3a0176973edf704ea162/5C7C9825/t51.2885-15/sh0.08/e35/s640x640/31984196_213516982569604_6354145084954378240_n.jpg?ig_cache_key=MTc4MzM2MjI0NTk5NzE0ODk4OQ%253D%253D.2%22%7D%7D,%22users_in_photo%22:%5B%5D,%22type%22:%22image%22%7D%5D%7D,%7B%22id%22:%221782730671703475205_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/c44c23b94ad3ad2715cd009ff8f00d7f/5C898916/t51.2885-15/e35/s150x150/31738514_437390613389383_8525288938988896256_n.jpg?ig_cache_key=MTc4MjczMDY3MTcwMzQ3NTIwNQ%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/c704f2129e97509bd825fe3e5d5ce326/5C7741E6/t51.2885-15/e35/s320x320/31738514_437390613389383_8525288938988896256_n.jpg?ig_cache_key=MTc4MjczMDY3MTcwMzQ3NTIwNQ%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/b6780a2867ddac95c261e345a65d32f8/5C6848B1/t51.2885-15/sh0.08/e35/s640x640/31738514_437390613389383_8525288938988896256_n.jpg?ig_cache_key=MTc4MjczMDY3MTcwMzQ3NTIwNQ%253D%253D.2%22%7D%7D,%22created_time%22:%221526738078%22,%22caption%22:%7B%22id%22:%2217873781283239556%22,%22text%22:%22Great%20views%20from%20the%20top%20of%20Blake%20Rigg%20for%20@supportthewalk%20#walkingwiththewounded%20#lestweforget%20@remembered2018%20#therebutnotthere%22,%22created_time%22:%221526738079%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:36%7D,%22tags%22:%5B%22lestweforget%22,%22walkingwiththewounded%22,%22therebutnotthere%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Bi9iBnBFEQF/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221779718388572273596_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/f56c5905e4d1ff6ab97ba2e14c0f4242/5C729862/t51.2885-15/e35/s150x150/31502675_740931429449077_8270894727511932928_n.jpg?ig_cache_key=MTc3OTcxODM4ODU3MjI3MzU5Ng%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/24cb62f23a12f64c550beb7ef83263c9/5C876292/t51.2885-15/e35/s320x320/31502675_740931429449077_8270894727511932928_n.jpg?ig_cache_key=MTc3OTcxODM4ODU3MjI3MzU5Ng%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/f35779df653fd166286f38d7ca4c625f/5C6714C5/t51.2885-15/sh0.08/e35/s640x640/31502675_740931429449077_8270894727511932928_n.jpg?ig_cache_key=MTc3OTcxODM4ODU3MjI3MzU5Ng%253D%253D.2%22%7D%7D,%22created_time%22:%221526378986%22,%22caption%22:%7B%22id%22:%2217945489929055262%22,%22text%22:%22Lots%20of%20cleaning,%20servicing%20and%20battery%20cycling%20going%20on%20before%20season%20gets%20too%20busy%20#DJI%20#skyjib%20@aeronavicsltd%20#djiinspire1%20#djiinspire2%20@hprc_cases%20#drone%20#dronelife%20#dronesofinstagram%20@djiglobal%20#droneflying%20#flysafe%22,%22created_time%22:%221526378987%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:65%7D,%22tags%22:%5B%22dronelife%22,%22dronesofinstagram%22,%22flysafe%22,%22drone%22,%22djiinspire1%22,%22droneflying%22,%22djiinspire2%22,%22dji%22,%22skyjib%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Biy1HHvFLu8/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221766726207947616447_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/a0cf42b87e1ff467abe29f4d3b938106/5C6E723B/t51.2885-15/e35/s150x150/30829421_408832762919591_6659628318964318208_n.jpg?ig_cache_key=MTc2NjcyNjIwNzk0NzYxNjQ0Nw%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/bb1b0fb730fbaeadc598267384e4d2a1/5C8B66CB/t51.2885-15/e35/s320x320/30829421_408832762919591_6659628318964318208_n.jpg?ig_cache_key=MTc2NjcyNjIwNzk0NzYxNjQ0Nw%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/2f913b7a085dfe2feafaab6757a0de24/5C8B5B9C/t51.2885-15/sh0.08/e35/s640x640/30829421_408832762919591_6659628318964318208_n.jpg?ig_cache_key=MTc2NjcyNjIwNzk0NzYxNjQ0Nw%253D%253D.2%22%7D%7D,%22created_time%22:%221524830197%22,%22caption%22:%7B%22id%22:%2217916450871141093%22,%22text%22:%22Great%20weather%20for%20plastic%20ducks,%20just%20not%20drones%20@letouryorkshire%20shoot%20with%20@dronesondemand%20on%20hold%20until%20it%20clears.%20#letourdeyorkshire%20#bradford%20@bradfordmdc%20#ducksofinstagram%22,%22created_time%22:%221524830198%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:13%7D,%22tags%22:%5B%22ducksofinstagram%22,%22letourdeyorkshire%22,%22bradford%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BiErCAoFzC_/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221763400037491462967_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/1ff1cf31c4b302c22a007fc0ba7a39d7/5BEF6FAC/t51.2885-15/e15/s150x150/30593422_1647326568649964_7930588289508048896_n.jpg%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/12b47bf5ee099a3355bf47ca2809e5ba/5BEFDC94/t51.2885-15/e15/s320x320/30593422_1647326568649964_7930588289508048896_n.jpg%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/25075a34f2a4e3b9b439152a7c55a1ad/5BEFDA6F/t51.2885-15/e15/s640x640/30593422_1647326568649964_7930588289508048896_n.jpg%22%7D%7D,%22created_time%22:%221524433874%22,%22caption%22:%7B%22id%22:%2217940626074037387%22,%22text%22:%22Some%20of%20the%20beautiful%20scenery%20from%20The%20Lake%20District%20we%20shot%20for%20BBC1%E2%80%99s%20#homefromhome%20currently%20on%20at%2021:30%20on%20Fridays.%20Watch%20to%20see%20@johnnyvegasreal%20genuine%20fear%20of%20a%20hot%20air%20ballon%20with%20@emiliarosefox%20#nikywardley%20and%20#adamjames%20in%20the%20basket%20too.%20#dronestagram%20#drone%20#bbccomedy%20#lakedistrict%20#airtoair%22,%22created_time%22:%221524433875%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:33%7D,%22tags%22:%5B%22homefromhome%22,%22bbccomedy%22,%22drone%22,%22dronestagram%22,%22nikywardley%22,%22airtoair%22,%22adamjames%22,%22lakedistrict%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22video%22,%22link%22:%22https://www.instagram.com/p/Bh42v2_ltM3/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D,%22videos%22:%7B%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/51df7f6a614cd4b95f8609382f8f2dc3/5BEF80B6/t50.2886-16/30538703_307120269819403_7069399294565941248_n.mp4%22,%22id%22:%2217940709375048643%22%7D,%22low_bandwidth%22:%7B%22width%22:480,%22height%22:480,%22url%22:%22https://scontent.cdninstagram.com/vp/28f435760479e2387a1227b80e3872cf/5BEFC48A/t50.2886-16/30923632_2154804921213325_7982107324166701056_n.mp4%22,%22id%22:%2217913360088176307%22%7D,%22low_resolution%22:%7B%22width%22:480,%22height%22:480,%22url%22:%22https://scontent.cdninstagram.com/vp/28f435760479e2387a1227b80e3872cf/5BEFC48A/t50.2886-16/30923632_2154804921213325_7982107324166701056_n.mp4%22,%22id%22:%2217913360088176307%22%7D%7D%7D,%7B%22id%22:%221760498778140733213_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/4a6621f8348ff97962a55fd8d0ebaa6c/5C87B596/t51.2885-15/e35/s150x150/30085328_1749814041751920_4830301030614827008_n.jpg?ig_cache_key=MTc2MDQ5ODc3ODE0MDczMzIxMw%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/0c01fd1af7810e8e4dfcd1fb163d2add/5C7DBFEE/t51.2885-15/e35/s320x320/30085328_1749814041751920_4830301030614827008_n.jpg?ig_cache_key=MTc2MDQ5ODc3ODE0MDczMzIxMw%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/4e6b8d239273a97e55f603c4c1177f9c/5C6C6513/t51.2885-15/sh0.08/e35/s640x640/30085328_1749814041751920_4830301030614827008_n.jpg?ig_cache_key=MTc2MDQ5ODc3ODE0MDczMzIxMw%253D%253D.2%22%7D%7D,%22created_time%22:%221524087830%22,%22caption%22:%7B%22id%22:%2217848912645255488%22,%22text%22:%22We%20shot%20all%20the%20aerials%20for%20the%20new%20Johnny%20Vegas%20comedy%20series%20%E2%80%98Home%20from%20Home%E2%80%99%20-%20airing%20this%20Friday,%2021:30%20on%20BBC1.%20Great%20crew%20and%20cast%20and%20looking%20forward%20to%20series%20two!%20#drone%20#bbccomedy%20@bbc%20#lakedistrict%20#homefromhome%22,%22created_time%22:%221524087831%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:32%7D,%22tags%22:%5B%22homefromhome%22,%22drone%22,%22bbccomedy%22,%22lakedistrict%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BhujE-qlm8d/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221759049815533440364_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/fced79ee49b7f67de48456843472f8dd/5C7889A0/t51.2885-15/e35/s150x150/30077811_1534181633375527_7162587951606530048_n.jpg?ig_cache_key=MTc1OTA0OTgxNTUzMzQ0MDM2NA%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/83f23ab3bf8f6870fbcef8987c3db67e/5C6F0AD8/t51.2885-15/e35/s320x320/30077811_1534181633375527_7162587951606530048_n.jpg?ig_cache_key=MTc1OTA0OTgxNTUzMzQ0MDM2NA%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/fc1f0da87fb3f04c1e80927647fa2719/5C88C525/t51.2885-15/sh0.08/e35/s640x640/30077811_1534181633375527_7162587951606530048_n.jpg?ig_cache_key=MTc1OTA0OTgxNTUzMzQ0MDM2NA%253D%253D.2%22%7D%7D,%22created_time%22:%221523915100%22,%22caption%22:%7B%22id%22:%2217938743595019671%22,%22text%22:%22The%20talented%20Hebden%20Bridge%20crew%20involved%20in%20%E2%80%98Home%20From%20Home%E2%80%99%20starring%20Johnny%20Vegas%20(this%20Friday,%20BBC%201%20at%209.30pm).%20From%20left%20to%20right:%20Director,%20Paul%20Murphy;%20Producer,%20Rebecca%20Papworth;%20Drone%20Camera,%20James%20Wilthew%20@air_frames%20and%20theme%20music%20composed%20by%20Ant%20Davey.%20Photo%20%C2%A9%20%20Michael%20Ryan%20@hellohebdenbridge%20@bbc%20#calderdale%20@calderdale%22,%22created_time%22:%221523915101%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:23%7D,%22tags%22:%5B%22calderdale%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:2%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BhpZnzFFk1s/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221709695555581976355_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/20f1d937e57b8a2859bd84ef4feb76e1/5C7FD941/t51.2885-15/e35/c1.0.1078.1078/s150x150/27579788_1992267864368061_5322789352600764416_n.jpg?ig_cache_key=MTcwOTY5NTU1NTU4MTk3NjM1NQ%253D%253D.2.c%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:319,%22url%22:%22https://scontent.cdninstagram.com/vp/6a9b6f5d4578fe53cb2f6d59b7272527/5C80B502/t51.2885-15/e35/s320x320/27579788_1992267864368061_5322789352600764416_n.jpg?ig_cache_key=MTcwOTY5NTU1NTU4MTk3NjM1NQ%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:638,%22url%22:%22https://scontent.cdninstagram.com/vp/cb7f65f8ec2e2eb64d82ea1503cfa755/5C751AFF/t51.2885-15/sh0.08/e35/s640x640/27579788_1992267864368061_5322789352600764416_n.jpg?ig_cache_key=MTcwOTY5NTU1NTU4MTk3NjM1NQ%253D%253D.2%22%7D%7D,%22created_time%22:%221518031614%22,%22caption%22:%7B%22id%22:%2217910695839110083%22,%22text%22:%22@gisburneparkweddings%20shooting%20the%20new%20wedding%20venue/Valley.%20You%20get%2010%20acres%20to%20yourself,%20a%20wedding%20house%20(visible),%20marquee%20and%20accommodation%20for%20200%20guests%20for%20a%20whole%20week,%20hot%20tubs%20with%20all%20the%20cosy%20lodges%20for%20your%20guests!%20#weddingvenue%20#luxuryvenue%20#hottubs%20#lancashirelife%20#bridal%20#ribblevalley%20#ribblevalleybride%22,%22created_time%22:%221518031615%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:34%7D,%22tags%22:%5B%22lancashirelife%22,%22hottubs%22,%22ribblevalley%22,%22ribblevalleybride%22,%22luxuryvenue%22,%22weddingvenue%22,%22bridal%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Be6Dwyohx8j/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221684762921228590476_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/684dcc84e3eec1cf9b9ec7b67221763c/5C7ACFC6/t51.2885-15/e35/s150x150/26156619_182959049113559_2773015483991982080_n.jpg?ig_cache_key=MTY4NDc2MjkyMTIyODU5MDQ3Ng%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/e1cbb9018e47ad89f4417b28089e1acc/5C88C136/t51.2885-15/e35/s320x320/26156619_182959049113559_2773015483991982080_n.jpg?ig_cache_key=MTY4NDc2MjkyMTIyODU5MDQ3Ng%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/168af11f723b9e703551a52eda7cecda/5C728461/t51.2885-15/sh0.08/e35/s640x640/26156619_182959049113559_2773015483991982080_n.jpg?ig_cache_key=MTY4NDc2MjkyMTIyODU5MDQ3Ng%253D%253D.2%22%7D%7D,%22created_time%22:%221515059412%22,%22caption%22:%7B%22id%22:%2217916076909056277%22,%22text%22:%22Hebden%20Bridge%20in%20the%20spring.%20#westyorkshire%20#weekendbreak%20#hebdenbridge%20#cycling%20#tourism%20#dronestagram%20and%20thanks%20to%20@calderdale%20council%20for%20the%20permission%20to%20fly%20#flysafe%22,%22created_time%22:%221515059413%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:34%7D,%22tags%22:%5B%22tourism%22,%22weekendbreak%22,%22hebdenbridge%22,%22westyorkshire%22,%22flysafe%22,%22dronestagram%22,%22cycling%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BdhevNalF2M/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221678531869682250895_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/bb43b19d911acfb8c261bcfb0e2f02f7/5C8541B9/t51.2885-15/e35/s150x150/25015611_1407036469418461_4128896179272417280_n.jpg?ig_cache_key=MTY3ODUzMTg2OTY4MjI1MDg5NQ%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/77c0a44b72802bd36f53e8ea4cc4b168/5C891AC1/t51.2885-15/e35/s320x320/25015611_1407036469418461_4128896179272417280_n.jpg?ig_cache_key=MTY3ODUzMTg2OTY4MjI1MDg5NQ%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/dbe165baf0d0e248cf2cf649111591ed/5C68E03C/t51.2885-15/sh0.08/e35/s640x640/25015611_1407036469418461_4128896179272417280_n.jpg?ig_cache_key=MTY3ODUzMTg2OTY4MjI1MDg5NQ%253D%253D.2%22%7D%7D,%22created_time%22:%221514316613%22,%22caption%22:%7B%22id%22:%2217914837330002082%22,%22text%22:%22Assisting%20survey%20company%20with%20data%20collection.%20Traditional%20methods%20take%20several%20weeks%20whereas%20the%20drone%20can%20collect%20and%20produce%20point%20cloud%20for%20@autocad%20in%20under%20two%20days%20at%2020-50mm%20accuracy%20#datacollection%20#drone%20#manxutilities%20#jbaconsulting%20Great%20to%20see%20big%20companies%20embracing%20new%20technology%20to%20increase%20efficiency.%22,%22created_time%22:%221514316614%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:28%7D,%22tags%22:%5B%22datacollection%22,%22manxutilities%22,%22drone%22,%22jbaconsulting%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BdLV9eclTSP/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221670414386534302954_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/7dbbe048710f49eac4c276e3b6a0fada/5C818DD3/t51.2885-15/e35/c1.0.1078.1078a/s150x150/25010305_1016806588460297_3975748773757321216_n.jpg?ig_cache_key=MTY3MDQxNDM4NjUzNDMwMjk1NA%253D%253D.2.c%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:319,%22url%22:%22https://scontent.cdninstagram.com/vp/1628fa716fd104a3ad403bd34c5f6a10/5C746858/t51.2885-15/e35/s320x320/25010305_1016806588460297_3975748773757321216_n.jpg?ig_cache_key=MTY3MDQxNDM4NjUzNDMwMjk1NA%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:638,%22url%22:%22https://scontent.cdninstagram.com/vp/2e36f7d12b63aba1d0e3410156570f63/5C6F15A5/t51.2885-15/sh0.08/e35/s640x640/25010305_1016806588460297_3975748773757321216_n.jpg?ig_cache_key=MTY3MDQxNDM4NjUzNDMwMjk1NA%253D%253D.2%22%7D%7D,%22created_time%22:%221513348933%22,%22caption%22:%7B%22id%22:%2217842002385232704%22,%22text%22:%22This%20mornings%20commute%20to%20the%20Isle%20of%20Man%20%F0%9F%87%AE%F0%9F%87%B2%20to%20collect%20some%20data%20for%20JBA%20Consulting%20and%20Manx%20Utilities%20#drone%20#datacollection%20#iphonephoto%22,%22created_time%22:%221513348934%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:17%7D,%22tags%22:%5B%22datacollection%22,%22drone%22,%22iphonephoto%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BcugQjJFETq/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221664097926979637861_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/386fc3041371b613dd2cd1492822992e/5C6661C6/t51.2885-15/e35/s150x150/25014600_151741615457751_5605118984853651456_n.jpg?ig_cache_key=MTY2NDA5NzkyNjk3OTYzNzg2MQ%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/e3ab22e2c5169678867d85598239206a/5C7CFF36/t51.2885-15/e35/s320x320/25014600_151741615457751_5605118984853651456_n.jpg?ig_cache_key=MTY2NDA5NzkyNjk3OTYzNzg2MQ%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/11dac8f87cdecfacd93e47772aa5f7b3/5C6DB261/t51.2885-15/sh0.08/e35/s640x640/25014600_151741615457751_5605118984853651456_n.jpg?ig_cache_key=MTY2NDA5NzkyNjk3OTYzNzg2MQ%253D%253D.2%22%7D%7D,%22created_time%22:%221512595953%22,%22caption%22:%7B%22id%22:%2217882020990170968%22,%22text%22:%22%E2%80%AAGood%20to%20see%20this%20years%20YouTube%20Rewind%202017%20including%20a%20couple%20of%20shots%20we%20did%20for%20them%20in%20London%20a%20few%20months%20back%20#YouTubeRewind%20great%20fun%20shoot%20too,%20thanks%20@LeapintoVoid%20@YouTube%20@YTCreators%20#drone%20#slime%20https://youtu.be/FlsCjmMhFmw%22,%22created_time%22:%221512595953%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:26%7D,%22tags%22:%5B%22youtuberewind%22,%22drone%22,%22slime%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:6%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BcYED9xFdJl/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221651696540254076480_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/e552953279a2cceb1ba4f0504076e092/5C6F4F1B/t51.2885-15/e35/s150x150/23667596_1539546879462500_4737226804387905536_n.jpg?ig_cache_key=MTY1MTY5NjU0MDI1NDA3NjQ4MA%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/359be56b6538212a9bd6cc0da753742b/5C680B63/t51.2885-15/e35/s320x320/23667596_1539546879462500_4737226804387905536_n.jpg?ig_cache_key=MTY1MTY5NjU0MDI1NDA3NjQ4MA%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/09e07aa1da026fe3034d85fc2d8b151c/5C85C59E/t51.2885-15/sh0.08/e35/s640x640/23667596_1539546879462500_4737226804387905536_n.jpg?ig_cache_key=MTY1MTY5NjU0MDI1NDA3NjQ4MA%253D%253D.2%22%7D%7D,%22created_time%22:%221511117592%22,%22caption%22:%7B%22id%22:%2217891928271094535%22,%22text%22:%22Slightly%20larger%20than%20any%20of%20our%20drones%20but%20a%20great%20view,%20thanks%20to%20@mpquinny%20and%20Berrier%20Airfield%20for%20the%20trip%20#gyrocopter%20#lakedistrict%20#airtoair%22,%22created_time%22:%221511117593%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:17%7D,%22tags%22:%5B%22gyrocopter%22,%22airtoair%22,%22lakedistrict%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BbsAUCWlf5A/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221614666709134146394_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/6c734ccae5bd987fa3acacd648d31867/5C676F02/t51.2885-15/e35/c1.0.1078.1078/s150x150/21984613_363774604043663_5366076640055001088_n.jpg?ig_cache_key=MTYxNDY2NjcwOTEzNDE0NjM5NA%253D%253D.2.c%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:319,%22url%22:%22https://scontent.cdninstagram.com/vp/e1b7d38dfe8f3709c89d0d436666225e/5C7C4519/t51.2885-15/e35/s320x320/21984613_363774604043663_5366076640055001088_n.jpg?ig_cache_key=MTYxNDY2NjcwOTEzNDE0NjM5NA%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:638,%22url%22:%22https://scontent.cdninstagram.com/vp/240a18b3049b720c68677360d5929e90/5C79C24E/t51.2885-15/sh0.08/e35/s640x640/21984613_363774604043663_5366076640055001088_n.jpg?ig_cache_key=MTYxNDY2NjcwOTEzNDE0NjM5NA%253D%253D.2%22%7D%7D,%22created_time%22:%221506703292%22,%22caption%22:%7B%22id%22:%2217884818187088344%22,%22text%22:%22@gisburneparkweddings%20is%20the%20only%20week%20long%20wedding%20venue%20in%20the%20Ribble%20Valley,%20with%20accommodation%20for%20over%20200%20guests%20in%20luxury%20lodges%20and%20historic%20cottages%20all%20hidden%20within%20a%20private%201,000%20acre%20estate.%20#weddingvenue%20#dji%20#fireworks%20#nightflying%20#lancashire%20#drone%22,%22created_time%22:%221506703293%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:26%7D,%22tags%22:%5B%22nightflying%22,%22lancashire%22,%22weddingvenue%22,%22dji%22,%22fireworks%22,%22drone%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BZoctEslvta/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221609606824285671211_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/c0989ca29afba41feb51772d6eba555d/5C6DF726/t51.2885-15/e35/s150x150/21827790_504124679940552_5174871907287171072_n.jpg?ig_cache_key=MTYwOTYwNjgyNDI4NTY3MTIxMQ%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/bd0ca26061b44f747c7c3578fa866dd8/5C6CCFD6/t51.2885-15/e35/s320x320/21827790_504124679940552_5174871907287171072_n.jpg?ig_cache_key=MTYwOTYwNjgyNDI4NTY3MTIxMQ%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/6a040b6da680ef4d1ee789392a27d779/5C64A981/t51.2885-15/sh0.08/e35/s640x640/21827790_504124679940552_5174871907287171072_n.jpg?ig_cache_key=MTYwOTYwNjgyNDI4NTY3MTIxMQ%253D%253D.2%22%7D%7D,%22created_time%22:%221506100107%22,%22caption%22:%7B%22id%22:%2217899543726026966%22,%22text%22:%22Flight%20testing%20a%20new%20thermal%20imaging%20system%20today%20#thermalimage%20#ircamera%20#djixt%20#radiometric%20#dji%20#djiinspire1%22,%22created_time%22:%221506100108%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:29%7D,%22tags%22:%5B%22thermalimage%22,%22djixt%22,%22djiinspire1%22,%22ircamera%22,%22dji%22,%22radiometric%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:2%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BZWeODtl48r/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221593644540606431389_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/27f8c1a12e0ba9b25d8e39695cb8f5a8/5C78B52F/t51.2885-15/e35/s150x150/21227892_1968459883366826_4746805328782295040_n.jpg?ig_cache_key=MTU5MzY0NDU0MDYwNjQzMTM4OQ%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/3a2f463e0bc835e5d451fc48e820f6c1/5C79AE57/t51.2885-15/e35/s320x320/21227892_1968459883366826_4746805328782295040_n.jpg?ig_cache_key=MTU5MzY0NDU0MDYwNjQzMTM4OQ%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/96cc68af1ae758c77a00803e86d8625c/5C726EAA/t51.2885-15/sh0.08/e35/s640x640/21227892_1968459883366826_4746805328782295040_n.jpg?ig_cache_key=MTU5MzY0NDU0MDYwNjQzMTM4OQ%253D%253D.2%22%7D%7D,%22created_time%22:%221504197255%22,%22caption%22:%7B%22id%22:%2217896190725009473%22,%22text%22:%22%E2%80%AAEarly%20start%20for%20meeting%20in%20London%20this%20morning,%20no%20drone%20shots%20but%20not%20a%20bad%20view%20from%20the%20passenger%20seat%20#iPhone7Plus%20#phonecamera%20%E2%80%AC%22,%22created_time%22:%221504197255%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:11%7D,%22tags%22:%5B%22phonecamera%22,%22iphone7plus%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BYdw0QlFkCd/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221592800189646942143_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/5cbd642f3a5050344f7b44593b6e7546/5C718BA1/t51.2885-15/e35/s150x150/21108044_1444477385634928_1506409712638230528_n.jpg?ig_cache_key=MTU5MjgwMDE4OTY0Njk0MjE0Mw%253D%253D.2%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/4111dec9fbad4e02a870ba7647f60fc5/5C68C2D9/t51.2885-15/e35/s320x320/21108044_1444477385634928_1506409712638230528_n.jpg?ig_cache_key=MTU5MjgwMDE4OTY0Njk0MjE0Mw%253D%253D.2%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/6977668e2ee850d14701d44cf21229ef/5C7CA324/t51.2885-15/sh0.08/e35/s640x640/21108044_1444477385634928_1506409712638230528_n.jpg?ig_cache_key=MTU5MjgwMDE4OTY0Njk0MjE0Mw%253D%253D.2%22%7D%7D,%22created_time%22:%221504096600%22,%22caption%22:%7B%22id%22:%2217891238307066776%22,%22text%22:%22\\\'Can%20u%20just%20pop%20up%20#hellvellyn%20and%20get%20some%20shots%20we\\\'re%20missing%20for%20the%20edit?\\\'%20The%20things%20I%20do%20for%20@murphy6432%20#director%20#bbccomedy%20#homefromhome%20#dji%20#newseries%20#drone%20#lakesdistrict%20and%20thanks%20to%20the%20@lakedistrictnpa%20for%20permission.%22,%22created_time%22:%221504096601%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:30%7D,%22tags%22:%5B%22director%22,%22hellvellyn%22,%22bbccomedy%22,%22homefromhome%22,%22newseries%22,%22drone%22,%22dji%22,%22lakesdistrict%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BYaw1VeFK-_/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221581316288751729447_1555602922%22,%22user%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/91c78d0d0bc4fd5669318b9b04d30730/5BEF814A/t51.2885-15/e15/s150x150/20902225_2347527855472918_7624861917399482368_n.jpg%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/42cf362b08ce8c62884b0fda863d03da/5BEF71B2/t51.2885-15/e15/s320x320/20902225_2347527855472918_7624861917399482368_n.jpg%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/c864064f561d5120dd3c4cc3aa967083/5BEFAB49/t51.2885-15/e15/s640x640/20902225_2347527855472918_7624861917399482368_n.jpg%22%7D%7D,%22created_time%22:%221502727613%22,%22caption%22:%7B%22id%22:%2217893503451050896%22,%22text%22:%22Not%20as%20steady%20as%20the%20Inspire%20but%20that\\\'s%20what%20a%20100mph%20wind%20does%20to%20an%20handheld%20gimbal%20#DJIosmo%20didn\\\'t%20quite%20cope.%20#flyingscotsman%20#gyrocopter%20#windy%20#nodronelaws%20#opencockpit%22,%22created_time%22:%221502727625%22,%22from%22:%7B%22id%22:%221555602922%22,%22full_name%22:%22Drone%20Aerial%20Media%20Est%202013%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/2212837c6f9d02a2315578429e2e0893/5C67313C/t51.2885-19/10838856_321038541433833_1985380003_a.jpg%22,%22username%22:%22air_frames%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:14%7D,%22tags%22:%5B%22gyrocopter%22,%22flyingscotsman%22,%22nodronelaws%22,%22windy%22,%22opencockpit%22,%22djiosmo%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:0%7D,%22type%22:%22video%22,%22link%22:%22https://www.instagram.com/p/BXx9slUlfsn/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D,%22videos%22:%7B%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/f5151c43f0c343a5c1f8c20b95e2fe77/5BEF6EC8/t50.2886-16/20903781_753706918152865_1302602124189761536_n.mp4%22,%22id%22:%220%22%7D,%22low_bandwidth%22:%7B%22width%22:480,%22height%22:480,%22url%22:%22http', 'no');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(7954, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:24:\"admin@gillgraphics.co.uk\";s:7:\"version\";s:6:\"4.9.25\";s:9:\"timestamp\";i:1708961243;}', 'no'),
(7180, '_transient_timeout_fusion_dynamic_css_1904', '1501076607', 'no'),
(19692, 'widget_fusion_author-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(17270, 'litespeed-cache_uri_priv', '', 'yes'),
(17271, 'litespeed-optm_excludes', '', 'yes'),
(17272, 'litespeed-excludes_uri', '', 'yes'),
(13070, 'litespeed-banner-promo', '1520947090', 'yes'),
(12242, '_transient_timeout_fusion_dynamic_css_1280', '1519057926', 'no'),
(19299, 'rs-templates-new', '', 'no'),
(13086, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(11884, 'sbi_rating_notice', 'dismissed', 'yes'),
(11885, 'sb_instagram_settings', 'a:65:{s:15:\"sb_instagram_at\";s:0:\"\";s:20:\"sb_instagram_user_id\";a:1:{i:0;s:17:\"17841400567684306\";}s:30:\"sb_instagram_preserve_settings\";s:0:\"\";s:23:\"sb_instagram_ajax_theme\";b:0;s:27:\"sb_instagram_disable_resize\";b:0;s:23:\"sb_instagram_cache_time\";i:1;s:28:\"sb_instagram_cache_time_unit\";s:5:\"hours\";s:16:\"sbi_caching_type\";s:4:\"page\";s:23:\"sbi_cache_cron_interval\";s:7:\"12hours\";s:19:\"sbi_cache_cron_time\";s:1:\"1\";s:20:\"sbi_cache_cron_am_pm\";s:2:\"am\";s:18:\"sb_instagram_width\";i:100;s:23:\"sb_instagram_width_unit\";s:1:\"%\";s:28:\"sb_instagram_feed_width_resp\";s:0:\"\";s:19:\"sb_instagram_height\";s:0:\"\";s:16:\"sb_instagram_num\";i:4;s:24:\"sb_instagram_height_unit\";s:2:\"px\";s:17:\"sb_instagram_cols\";s:1:\"4\";s:27:\"sb_instagram_disable_mobile\";s:0:\"\";s:26:\"sb_instagram_image_padding\";i:5;s:31:\"sb_instagram_image_padding_unit\";s:2:\"px\";s:17:\"sb_instagram_sort\";s:4:\"none\";s:23:\"sb_instagram_background\";s:0:\"\";s:21:\"sb_instagram_show_btn\";s:0:\"\";s:27:\"sb_instagram_btn_background\";s:0:\"\";s:27:\"sb_instagram_btn_text_color\";s:0:\"\";s:21:\"sb_instagram_btn_text\";s:12:\"Load More...\";s:22:\"sb_instagram_image_res\";s:4:\"auto\";s:30:\"sb_instagram_lightbox_comments\";b:1;s:25:\"sb_instagram_num_comments\";i:20;s:21:\"sb_instagram_show_bio\";s:0:\"\";s:27:\"sb_instagram_show_followers\";b:1;s:24:\"sb_instagram_show_header\";s:0:\"\";s:24:\"sb_instagram_header_size\";s:5:\"small\";s:25:\"sb_instagram_header_color\";s:0:\"\";s:20:\"sb_instagram_stories\";b:1;s:25:\"sb_instagram_stories_time\";i:5000;s:28:\"sb_instagram_show_follow_btn\";s:2:\"on\";s:33:\"sb_instagram_folow_btn_background\";s:0:\"\";s:34:\"sb_instagram_follow_btn_text_color\";s:0:\"\";s:28:\"sb_instagram_follow_btn_text\";s:19:\"Follow on Instagram\";s:23:\"sb_instagram_custom_css\";s:0:\"\";s:22:\"sb_instagram_custom_js\";s:0:\"\";s:17:\"sb_instagram_cron\";s:2:\"no\";s:19:\"sb_instagram_backup\";b:1;s:15:\"sb_ajax_initial\";b:0;s:24:\"enqueue_css_in_shortcode\";b:0;s:18:\"enqueue_js_in_head\";b:0;s:24:\"disable_js_image_loading\";b:0;s:20:\"disable_admin_notice\";b:0;s:19:\"enable_email_report\";s:2:\"on\";s:18:\"email_notification\";s:6:\"monday\";s:28:\"email_notification_addresses\";s:24:\"admin@gillgraphics.co.uk\";s:30:\"sb_instagram_disable_mob_swipe\";b:0;s:28:\"sb_instagram_disable_awesome\";s:0:\"\";s:25:\"sb_instagram_disable_font\";b:0;s:4:\"gdpr\";s:4:\"auto\";s:23:\"sb_instagram_custom_bio\";s:0:\"\";s:26:\"sb_instagram_custom_avatar\";s:0:\"\";s:24:\"sb_instagram_favor_local\";b:0;s:19:\"sb_instagram_minnum\";i:0;s:15:\"sbi_font_method\";s:3:\"svg\";s:15:\"custom_template\";b:0;s:9:\"check_api\";b:1;s:18:\"connected_accounts\";a:1:{i:17841400567684306;a:14:{s:12:\"access_token\";s:412:\"nBDxu5NkZWzI7vCv10cZsnFyYWFOWFlLVW9naVFXTWNsN1dsNDNWc3BKTnFsQzB6bklpK24vZFVUcVdiYllOb1M2QjJRbzQ2MTFLOWJBb0gycm9sTFAwK0RXclgzWEFlNVlTR2JWaitiV2lURDZaZEFGdHlWTnIxV2wvNVI3eUd5eDRWVXZmSU42UmpvVFhGREZvVGlQaEpPRkRZOFBNZnBmR0N4bmJyMFFEd1J2RXRvRnFJQWJSVVFEZDBYSE1ZTml5aDU5K01xZFE5cTU1eVJzYWVRNlJ2WDRQMTU3S3NkV0RRQkRqQlB4M1V3bkE5SlVndloxenE5VTdoejBxL0Y2bHFla21oUlA5STV5M1FGelV1b2JucTZNbXVFYTIyM0FvMThRdHVRd0RxbE5scE53PT0=\";s:7:\"user_id\";s:17:\"17841400567684306\";s:8:\"username\";s:10:\"air_frames\";s:8:\"is_valid\";b:0;s:12:\"last_checked\";i:1698826495;s:17:\"expires_timestamp\";i:1708932945;s:15:\"profile_picture\";s:198:\"https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=H6Hz2ZG6jIMAX-I1hFm&oh=2db79ad62ad114403399348942ae524a&oe=5EFFE7C4\";s:12:\"account_type\";s:8:\"personal\";s:4:\"type\";s:5:\"basic\";s:11:\"old_user_id\";s:10:\"1555602922\";s:3:\"bio\";s:18:\"{\"jsonencoded\":\"\"}\";s:12:\"local_avatar\";b:1;s:20:\"last_refresh_attempt\";i:1703748944;s:7:\"wp_user\";i:1;}}}', 'yes'),
(11246, 'widget_akismet_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(23151, 'new_admin_email', 'admin@gillgraphics.co.uk', 'yes'),
(13269, 'avada_previous_version', 'a:6:{i:0;s:5:\"5.1.6\";i:1;s:5:\"5.4.2\";i:2;s:5:\"5.6.2\";i:3;s:5:\"5.7.1\";i:4;s:5:\"6.2.1\";i:5;s:5:\"6.2.3\";}', 'yes'),
(19684, 'litespeed-timestamp-purge-css', '1589660048', 'yes'),
(19685, 'litespeed-ccss-summary', 'a:2:{s:5:\"queue\";a:0:{}s:12:\"curr_request\";i:0;}', 'yes'),
(13117, 'Airfr_litespeed_img_optm', '2.5', 'yes'),
(13118, 'Airfr_litespeed_optimizer', '2.1.1', 'yes'),
(13119, 'litespeed-banner-promo-slack', '1521033556', 'yes'),
(23155, '_transient_timeout_fusion_dynamic_css_8251f2402ae858a1330db0ffd347b0d0', '1541519801', 'no'),
(19691, 'fusion_dynamic_css_ids', 'a:248:{s:6:\"global\";s:32:\"9f45fa09362103d1a06d3307ce40aa0d\";i:2443;b:0;i:2825;b:0;i:16;s:32:\"bc82b0df46687ca4199a312dc833af76\";i:2826;b:0;i:2827;b:0;i:7;s:32:\"bc82b0df46687ca4199a312dc833af76\";i:2828;b:0;i:1493;b:0;i:1278;s:32:\"51bff3d901d40a689677c60fcf0aabdf\";i:1282;s:32:\"51bff3d901d40a689677c60fcf0aabdf\";i:1286;s:32:\"51bff3d901d40a689677c60fcf0aabdf\";i:1641;s:32:\"bc82b0df46687ca4199a312dc833af76\";i:1276;s:32:\"51bff3d901d40a689677c60fcf0aabdf\";i:1630;s:32:\"bc82b0df46687ca4199a312dc833af76\";i:737;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:12;s:32:\"596c3699f49e5eca08258e81495b0418\";i:2495;s:32:\"1a534e4e52f7f80d6bb77af339a6d45f\";i:2829;b:0;i:1248;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:733;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1247;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2643;s:32:\"efb7aac96a359e663d8d4a853224c855\";i:2398;s:32:\"1a534e4e52f7f80d6bb77af339a6d45f\";i:735;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1665;s:32:\"f123e6808e92f05a0400a19e915e2225\";s:9:\"1-archive\";s:32:\"fce28d195460666a1950a11b3d833d82\";i:2346;s:32:\"1a534e4e52f7f80d6bb77af339a6d45f\";i:1402;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1416;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1408;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1424;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1420;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1406;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1422;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1404;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1410;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1414;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2434;s:32:\"1a534e4e52f7f80d6bb77af339a6d45f\";i:1699;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2341;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2177;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2091;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2600;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1491;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1687;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2527;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2313;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2140;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2223;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2067;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2374;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2513;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1681;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2066;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1858;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2361;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1691;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1482;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2524;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2775;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2425;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1682;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1689;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1685;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2428;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2530;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1678;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2331;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2343;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2332;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2294;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1483;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2529;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2102;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1677;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2089;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1492;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2415;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2359;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1676;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2044;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1480;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2056;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2421;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2110;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1690;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2419;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2407;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1481;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2288;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1477;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2291;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1698;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2078;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2678;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2764;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2349;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1673;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2322;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2417;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1654;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1684;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2804;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2740;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2168;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2357;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2790;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1692;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1715;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2591;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2401;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2420;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2138;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1686;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2615;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1683;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2234;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1714;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1674;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2553;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2383;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1489;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2738;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2797;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2353;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1657;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2386;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1696;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2290;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2379;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1466;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2065;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1476;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2515;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2055;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1798;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2681;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1464;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1490;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1653;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1467;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1670;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1485;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1455;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2427;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2104;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1688;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2363;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1488;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2414;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2534;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1810;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2342;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2238;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2609;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2393;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2178;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2596;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1843;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1465;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2310;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2375;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1679;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:359;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";s:9:\"0-archive\";s:32:\"fce28d195460666a1950a11b3d833d82\";i:1;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1249;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1239;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:731;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1274;s:32:\"596c3699f49e5eca08258e81495b0418\";s:10:\"16-archive\";s:32:\"fce28d195460666a1950a11b3d833d82\";i:2796;s:32:\"1a534e4e52f7f80d6bb77af339a6d45f\";i:1754;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2613;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1675;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2084;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1484;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2187;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2507;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2171;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2399;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2395;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2619;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2137;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1731;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1669;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";s:10:\"62-archive\";s:32:\"fce28d195460666a1950a11b3d833d82\";i:2498;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2768;s:32:\"1a534e4e52f7f80d6bb77af339a6d45f\";i:1486;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2416;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2747;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2400;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1822;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2323;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1932;s:32:\"1a534e4e52f7f80d6bb77af339a6d45f\";i:1984;s:32:\"1a534e4e52f7f80d6bb77af339a6d45f\";i:2391;s:32:\"1a534e4e52f7f80d6bb77af339a6d45f\";i:2340;s:32:\"1a534e4e52f7f80d6bb77af339a6d45f\";i:2185;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1672;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1680;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2556;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2426;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2418;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";s:10:\"63-archive\";s:32:\"fce28d195460666a1950a11b3d833d82\";i:2224;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2170;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2617;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2225;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1652;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1470;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1478;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1853;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2656;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2516;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2680;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1671;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2232;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2771;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1752;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2186;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:1697;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2377;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2080;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2257;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2394;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:556;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2505;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2392;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:551;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2487;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2413;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:554;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";s:10:\"15-archive\";s:32:\"fce28d195460666a1950a11b3d833d82\";i:555;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:582;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";s:10:\"18-archive\";s:32:\"fce28d195460666a1950a11b3d833d82\";i:528;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:2776;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:558;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";i:557;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";s:10:\"19-archive\";s:32:\"fce28d195460666a1950a11b3d833d82\";i:549;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";s:10:\"17-archive\";s:32:\"fce28d195460666a1950a11b3d833d82\";s:10:\"20-archive\";s:32:\"fce28d195460666a1950a11b3d833d82\";i:553;s:32:\"19a129d4beb6b08ba3be36e3d0245f0e\";}', 'yes'),
(23739, '_site_transient_avada_autoloader_paths_5a95abe3941a945ef9166c71fab5375b', 'a:42:{s:28:\"Fusion_Builder_Redux_Options\";s:116:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-fusion-builder-redux-options.php\";s:11:\"Avada_Admin\";s:99:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-admin.php\";s:14:\"Avada_Settings\";s:102:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-settings.php\";s:10:\"Avada_Init\";s:98:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-init.php\";s:17:\"Avada_Social_Icon\";s:105:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-social-icon.php\";s:20:\"Avada_Social_Sharing\";s:108:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-social-sharing.php\";s:14:\"Avada_Template\";s:102:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-template.php\";s:10:\"Avada_Blog\";s:98:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-blog.php\";s:12:\"Avada_Images\";s:100:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-images.php\";s:10:\"Avada_Head\";s:98:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-head.php\";s:12:\"Avada_Layout\";s:100:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-layout.php\";s:15:\"Avada_GoogleMap\";s:103:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-googlemap.php\";s:22:\"Avada_Remote_Installer\";s:110:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-remote-installer.php\";s:20:\"Avada_Sermon_Manager\";s:108:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-sermon-manager.php\";s:20:\"Avada_Privacy_Embeds\";s:108:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-privacy-embeds.php\";s:19:\"Avada_Importer_Data\";s:116:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/importer/class-avada-importer-data.php\";s:30:\"Avada_Multiple_Featured_Images\";s:118:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-multiple-featured-images.php\";s:14:\"Avada_Sidebars\";s:102:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-sidebars.php\";s:19:\"Avada_Admin_Notices\";s:107:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-admin-notices.php\";s:18:\"Avada_Widget_Style\";s:106:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-widget-style.php\";s:18:\"Avada_Page_Options\";s:106:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-page-options.php\";s:11:\"Avada_Fonts\";s:99:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-fonts.php\";s:13:\"Avada_Scripts\";s:101:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-scripts.php\";s:27:\"Avada_TGM_Plugin_Activation\";s:115:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-tgm-plugin-activation.php\";s:24:\"Avada_Megamenu_Framework\";s:112:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-megamenu-framework.php\";s:14:\"Avada_Megamenu\";s:102:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-megamenu.php\";s:16:\"Avada_Nav_Walker\";s:104:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-nav-walker.php\";s:25:\"Avada_Nav_Walker_Megamenu\";s:113:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-nav-walker-megamenu.php\";s:17:\"Avada_Dynamic_CSS\";s:105:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-dynamic-css.php\";s:12:\"Avada_Helper\";s:100:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-helper.php\";s:24:\"Fusion_Widget_Ad_125_125\";s:119:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/widget/class-fusion-widget-ad-125-125.php\";s:20:\"Fusion_Widget_Author\";s:115:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/widget/class-fusion-widget-author.php\";s:26:\"Fusion_Widget_Contact_Info\";s:121:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/widget/class-fusion-widget-contact-info.php\";s:18:\"Fusion_Widget_Tabs\";s:113:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/widget/class-fusion-widget-tabs.php\";s:26:\"Fusion_Widget_Recent_Works\";s:121:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/widget/class-fusion-widget-recent-works.php\";s:20:\"Fusion_Widget_Tweets\";s:115:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/widget/class-fusion-widget-tweets.php\";s:20:\"Fusion_Widget_Flickr\";s:115:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/widget/class-fusion-widget-flickr.php\";s:26:\"Fusion_Widget_Social_Links\";s:121:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/widget/class-fusion-widget-social-links.php\";s:27:\"Fusion_Widget_Facebook_Page\";s:122:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/widget/class-fusion-widget-facebook-page.php\";s:18:\"Fusion_Widget_Menu\";s:113:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/widget/class-fusion-widget-menu.php\";s:27:\"Fusion_Widget_Vertical_Menu\";s:122:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/widget/class-fusion-widget-vertical-menu.php\";s:13:\"Avada_Options\";s:101:\"/home/halifaxwebdesign/public_html/airframes/wp-content/themes/Avada/includes/class-avada-options.php\";}', 'no'),
(19726, '!sbi_header_1555602922', '%7B%22data%22:%7B%22id%22:%221555602922%22,%22username%22:%22air_frames%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/v/t51.2885-19/10838856_321038541433833_1985380003_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=fMbuNMOJboUAX8TjAU_&oh=6dd58ec11dac4b43b2f44ac1b3233d5f&oe=5EB8743C%22,%22full_name%22:%22Air-Frames%20(UK)%20Limited%22,%22bio%22:%22Veteran%20Owned%20and%20Operated%20Drone%20Services%20since%202013%20%20%F0%9F%8E%A5%20ProRes%20Film,%20%F0%9F%93%BA%20TV,%20Inspection,%20Thermal,%20Survey%20Data%20CAA%20No.501%20and%20%C2%A310m%20PL%20insurance%22,%22website%22:%22http://www.air-frames.co.uk/%22,%22is_business%22:true,%22counts%22:%7B%22media%22:71,%22follows%22:569,%22followed_by%22:257%7D%7D,%22meta%22:%7B%22code%22:200%7D%7D', 'no');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(13312, '_site_transient_fusion_wordpress_org_plugins', 'a:4:{s:11:\"woocommerce\";a:25:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:7:\"version\";s:5:\"3.3.4\";s:6:\"author\";s:48:\"<a href=\"https://woocommerce.com\">Automattic</a>\";s:14:\"author_profile\";s:40:\"https://profiles.wordpress.org/woothemes\";s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"4.9.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:92;s:7:\"ratings\";a:5:{i:5;i:2356;i:4;i:120;i:3;i:69;i:2;i:60;i:1;i:195;}s:11:\"num_ratings\";i:2800;s:15:\"support_threads\";i:1525;s:24:\"support_threads_resolved\";i:1345;s:10:\"downloaded\";i:41395930;s:12:\"last_updated\";s:21:\"2018-03-20 5:00pm GMT\";s:5:\"added\";s:10:\"2011-09-27\";s:8:\"homepage\";s:24:\"https://woocommerce.com/\";s:8:\"sections\";a:5:{s:11:\"description\";s:7245:\"<p>WooCommerce is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, WooCommerce is the world’s favorite eCommerce solution that gives both store owners and developers complete control.</p>\n<p>With endless flexibility and access to hundreds of free and premium WordPress extensions, WooCommerce now powers 30% of all online stores &#8212; more than any other platform.</p>\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'http://www.youtube.com/embed/1KahlicghaE?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></span>\n<h4>Sell anything, anywhere</h4>\n<p>With WooCommerce, you can sell both physical and digital goods in all shapes and sizes, offer product variations, multiple configurations, and instant downloads to shoppers, and even sell affiliate goods from online marketplaces.</p>\n<p>With premium extensions, you can offer bookings, memberships, and recurring subscriptions. Perhaps you’d like to sell monthly subscriptions for physical goods, or offer your members a discount on digital downloads? It’s all possible.</p>\n<h4>Ship wherever you like</h4>\n<p>Offer free shipping, flat rate shipping, or make real-time calculations. Limit your shipments to specific countries, or open your store up to the world. Shipping is highly configurable, and WooCommerce even supports drop shipping.</p>\n<h4>Extensive payment options</h4>\n<p>WooCommerce comes bundled with the ability to accept major credit cards, PayPal, BACS (bank transfers), and cash on delivery. Need additional options? More than 140 region-specific gateways integrate with WooCommerce, including popular choices like Stripe, Authorize.Net, and Amazon Payments.</p>\n<h4>You control it all &#8212; forever</h4>\n<p>WooCommerce gives you complete control of your store, from taxes to stock levels to customer accounts. Add and remove extensions, change your design, and switch settings as you please. It’s all under your control.</p>\n<p>One of the biggest risks of using a hosted eCommerce platform is what happens to your store if the provider closes up shop. With WooCommerce, you have complete control, so there’s never any reason to worry. Your data belongs to you &#8212; and it’s kept secure, thanks to regular audits by industry leaders.</p>\n<h4>Define your style with Storefront</h4>\n<p><a href=\"https://wordpress.org/themes/storefront/\" rel=\"nofollow\">Storefront</a> is a free WordPress theme available to any WooCommerce store. Along with deep WooCommerce integration, Storefront prioritizes speed and uptime while eliminating theme and plugin conflicts during major updates.</p>\n<p>Define your style even further by customizing Storefront to your liking or choosing from one of our several <a href=\"https://woocommerce.com/product-category/themes/storefront-child-theme-themes/\" rel=\"nofollow\">Storefront child themes</a>. It’s all up to you, and all open source.</p>\n<h4>Built with developers in mind</h4>\n<p>Extendable, adaptable, and open source &#8212; WooCommerce was created with developers in mind. With its strong, robust framework, you can scale your client’s store all the way from basic to high-end (infinity and beyond).</p>\n<p>Built with a REST API, WooCommerce can integrate with virtually any service. Your store’s data can be accessed anywhere, anytime, 100% securely. WooCommerce allows developers to easily create, modify, and grow a store that meets their specifications.</p>\n<p>No matter the size of the store you want to build, WooCommerce will scale to meet your requirements. With a growing collection of more than 300 extensions, you can enhance each store’s features to meet your client’s unique needs &#8212; or even create your own solution.</p>\n<p>If security is a concern, rest easy. WooCommerce is audited by a dedicated team of developers working around the clock to identify and patch any and all discovered bugs.</p>\n<p>We also support WooCommerce and all its extensions with comprehensive, easily-accessible documentation. With our docs, you’ll learn how to create the exact site your client needs.</p>\n<h4>Extensions galore</h4>\n<p>WordPress.org is home to some amazing extensions for WooCommerce, including:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-google-analytics-integration/\">Google Analytics</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-delivery-notes/\">Delivery Notes</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/\">PDF Invoices and Packing Slips</a></li>\n<li><a href=\"https://wordpress.org/plugins/affiliates-woocommerce-light/\">Affiliates Integration Light</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-new-product-badge/\">New Product Badges</a></li>\n</ul>\n<p>Keen to see them all? Search WordPress.org for ‘WooCommerce’ to dive in.</p>\n<p>If you’re looking for something endorsed and maintained by the developers who built WooCommerce, there are a plethora of premium eCommerce extensions, the most popular of which include:</p>\n<ul>\n<li><a href=\"https://woocommerce.com/products/woocommerce-subscriptions/\" rel=\"nofollow\">WooCommerce Subscriptions</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-memberships/\" rel=\"nofollow\">WooCommerce Memberships</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-bookings/\" rel=\"nofollow\">WooCommerce Bookings</a></li>\n<li><a href=\"https://woocommerce.com/products/dynamic-pricing/\" rel=\"nofollow\">Dynamic Pricing</a></li>\n<li><a href=\"https://woocommerce.com/products/table-rate-shipping/\" rel=\"nofollow\">Table Rate Shipping</a></li>\n<li><a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">Product CSV Import Suite</a></li>\n</ul>\n<p>And there’s plenty more where they came from. Visit our <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/\" rel=\"nofollow\">extensions page</a> to find out everything you’re capable of and all that&#8217;s possible with premium WooCommerce extensions.</p>\n<h4>Join our growing community</h4>\n<p>When you download WooCommerce, you join a community of more than a million store owners, developers, and WordPress enthusiasts. We’re one of the fastest-growing open source communities online, and whether you’re a n00b or a Ninja, we’d love to have you!</p>\n<p>If you’re interested in contributing to WooCommerce we’ve got more than 350 contributors, and there’s always room for more. Head over to the <a href=\"https://github.com/woocommerce/woocommerce\" rel=\"nofollow\">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>Want to add a new language to WooCommerce? Swell! You can contribute via <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce\" rel=\"nofollow\">translate.wordpress.org</a>.</p>\n<p>And, finally, consider joining or spearheading a WooCommerce Meetup locally, more about those <a href=\"https://woocommerce.com/woocommerce/meetups/\" rel=\"nofollow\">here</a>.</p>\n\";s:12:\"installation\";s:2295:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress &gt; Settings &gt; Permalinks and hitting &#8216;save&#8217;. That should return things to normal.</p>\n<h4>Sample data</h4>\n<p>WooCommerce comes with some sample data you can use to see how products look; import sample_products.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a>. You can also use the core CSV importer or our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import sample_products.csv.</p>\n\";s:3:\"faq\";s:4566:\"\n<h4>Installation Instructions</h4>\n<p>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress &gt; Settings &gt; Permalinks and hitting &#8216;save&#8217;. That should return things to normal.</p>\n<h4>Sample data</h4>\n<p>WooCommerce comes with some sample data you can use to see how products look; import sample_products.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a>. You can also use the core CSV importer or our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import sample_products.csv.</p>\n</p>\n<h4>Where can I find WooCommerce documentation and user guides?</h4>\n<p>\n<p>For help setting up and configuring WooCommerce please refer to our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/\" rel=\"nofollow\">user guide</a></p>\n<p>For extending or theming WooCommerce, see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a>.</p>\n</p>\n<h4>Where can I get support or talk to other users?</h4>\n<p>\n<p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/woocommerce\" rel=\"nofollow\">WooCommerce Plugin Forum</a>.</p>\n<p>For help with premium extensions from WooCommerce.com, use <a href=\"https://woocommerce.com/my-account/tickets/\" rel=\"nofollow\">our helpdesk</a>.</p>\n</p>\n<h4>Will WooCommerce work with my theme?</h4>\n<p>\n<p>Yes; WooCommerce will work with any theme, but may require some styling to make it match nicely. Please see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a> for help. If you&#8217;re looking for a theme with built in WooCommerce integration we recommend <a href=\"https://woocommerce.com/storefront/\" rel=\"nofollow\">Storefront</a>.</p>\n</p>\n<h4>Where can I request new features, eCommerce themes and extensions?</h4>\n<p>\n<p>You can vote on and request new features and extensions in our <a href=\"http://ideas.woocommerce.com/forums/133476-woocommerce\" rel=\"nofollow\">WooIdeas board</a></p>\n</p>\n<h4>Where can I report bugs or contribute to the project?</h4>\n<p>\n<p>Bugs can be reported either in our support forum or preferably on the <a href=\"https://github.com/woocommerce/woocommerce/issues\" rel=\"nofollow\">WooCommerce GitHub repository</a>.</p>\n</p>\n<h4>Where can I find the REST API documentation?</h4>\n<p>\n<p>You can find the documentation of our REST API on the <a href=\"https://woocommerce.github.io/woocommerce-rest-api-docs/\" rel=\"nofollow\">WooCommerce REST API Docs</a>.</p>\n</p>\n<h4>WooCommerce is awesome! Can I contribute?</h4>\n<p>\n<p>Yes you can! Join in on our <a href=\"http://github.com/woocommerce/woocommerce/\" rel=\"nofollow\">GitHub repository</a> 🙂</p>\n</p>\n\n\";s:9:\"changelog\";s:15036:\"<h4>3.3.4 &#8211; 2018-03-20</h4>\n<ul>\n<li>Fix &#8211; Fixed undefined index after running setup wizard two times on fresh install.</li>\n<li>Fix &#8211; wc_get_loop_class; force columns to be a minimum of 1.</li>\n<li>Fix &#8211; Added loading spinner to WC panels in menu admin. </li>\n<li>Fix &#8211; Use relative scheme for AJAX endpoint to avoid errors when using a mix of HTTP and HTTPS.</li>\n<li>Fix &#8211; Fix SelectWoo templateSelection property.</li>\n<li>Fix &#8211; Layered nav support on unsupported theme archives.</li>\n<li>Fix &#8211; Prevent full refresh when editing store notice in the customizer.</li>\n<li>Fix &#8211; Only append tax label in email content if taxes are enabled.</li>\n<li>Fix &#8211; More reliable Jetpack detection.</li>\n<li>Fix &#8211; Check if product has weight before calculate weight total in cart.</li>\n<li>Fix &#8211; Correctly handle default ordering on the search page.</li>\n<li>Fix &#8211; Fix default product category handling in installer.</li>\n<li>Fix &#8211; Properly check slugs when updating attributes.</li>\n<li>Fix &#8211; Use gallery thumbnail size for variation image switcher.</li>\n<li>Fix &#8211; Clear subcategory cache when updating product categories.</li>\n<li>Fix &#8211; Round fractional cents when out of base.</li>\n<li>Fix &#8211; Inherit &#8216;is variation&#8217; from existing attribute during csv import.</li>\n<li>Fix &#8211; Set is_shortcode loop prop when outputting subcategories.</li>\n<li>Fix &#8211; Reload gateways after updating the order.</li>\n<li>Tweak &#8211; Use wc_get_default_products_per_row as the default for product shortcodes.</li>\n<li>Tweak &#8211; Add post_excerpt to product search.</li>\n<li>Tweak &#8211; Update the description of the user tracking notice in the onboarding wizard.</li>\n<li>Tweak &#8211; Add extra data in order mobile view (status and date).</li>\n<li>Tweak &#8211; Add profile link to order screen.</li>\n</ul>\n<h4>3.3.3 &#8211; 2018-02-21</h4>\n<ul>\n<li>Fix &#8211; Fixed is_numeric check which was affecting order subtotals/totals when using comma decimal separator.</li>\n<li>Fix &#8211; Add missing direct script access checks to loop templates.</li>\n<li>Fix &#8211; Added wp-post-image class to main image so variation images are swapped correctly.</li>\n<li>Fix &#8211; API &#8211; Adjusted schema for products shipping_class_id to integer.</li>\n<li>Fix &#8211; Made init tooltips event more specific to avoid conflict with Product Invoices extension.</li>\n</ul>\n<h4>3.3.2 &#8211; 2018-02-20</h4>\n<ul>\n<li>Fix &#8211; Fixed admin product SKU searching and searching non-published products.</li>\n<li>Fix &#8211; PHP7.1 notice when image height is empty.</li>\n<li>Fix &#8211; Prevent repeated update_option calls on page load due to php type juggling.</li>\n<li>Fix &#8211; Only do unsupported template rendering in the loop to prevent conflicts with other shortcodes on the shop page.</li>\n<li>Fix &#8211; Don&#8217;t prepend regular shortcodes with categories.</li>\n<li>Fix &#8211; If using get_catalog_ordering_args. remove the args when finished.</li>\n<li>Fix &#8211; Remove &#8220;Type&#8221; column on attributes table by default unless custom types are defined.</li>\n<li>Fix &#8211; Use verbose page rules when shop is in the URL, including shop base with category, to prevent 404s.</li>\n<li>Fix &#8211; Set woocommerce_hide_invisible_variations to true so disabled variation attributes are hidden on product pages.</li>\n<li>Fix &#8211; Help tip for webhook status.</li>\n<li>Fix &#8211; Shipping zone documentation help link was printing wrong.</li>\n<li>Fix &#8211; Stop background processing images when disabled via the filter.</li>\n<li>Fix &#8211; Only search when a search term is provided. Ignore empty strings.</li>\n<li>Fix &#8211; Fix check for external resources.</li>\n<li>Fix &#8211; Show full date for future orders.</li>\n<li>Fix &#8211; Prevent JS error is &#8216;orders&#8217; row is disabled on order screen.</li>\n<li>Fix &#8211; Fix save of tax settings when no changes have been made.</li>\n<li>Fix &#8211; Add nonce to logout link on my account page so you do not need to confirm the action.</li>\n<li>Fix &#8211; Fix plain text entity replacement so currency symbols are included.</li>\n<li>Fix &#8211; API &#8211; Set status after order is created/updated so triggered emails are current.</li>\n<li>Fix &#8211; API &#8211; Fix single webhook endpoint.</li>\n<li>Tweak &#8211; Added help text for background image processing.</li>\n<li>Tweak &#8211; Added notice when background image processing is running, with cancel button.</li>\n<li>Tweak &#8211; Run background image processing less often by tracking changes.</li>\n<li>Tweak &#8211; Added system status tool to run background image processing manually.</li>\n<li>Tweak &#8211; If using Jetpack Photon, use that instead of background image processing.</li>\n<li>Tweak &#8211; Gallery thumbnail image size to handle small, square cropped images.</li>\n<li>Tweak &#8211; Helper function (and template version bump for image templates) to render gallery images.</li>\n<li>Tweak &#8211; Add help text for the default category to explain usage.</li>\n<li>Tweak &#8211; Allow changing the default product category.</li>\n<li>Tweak &#8211; Tweak mobile view of order preview to improve layout in non-english.</li>\n<li>Tweak &#8211; If selecting text, don&#8217;t link to order on row click.</li>\n<li>Localization &#8211; Remove isle of man state.</li>\n</ul>\n<h4>3.3.1 &#8211; 2018-02-06</h4>\n<ul>\n<li>Fix &#8211; Added <code>woocommerce_output_product_categories</code> to replace <code>woocommerce_product_subcategories</code> function to prevent outdated theme template files from outputting categories on the shop and category pages in err.</li>\n<li>Fix &#8211; Prevented columns from being set to anything lower than 1.</li>\n<li>Fix &#8211; Added extra error checking in Webhooks API to prevent notices when deleting Webhooks.</li>\n<li>Fix &#8211; Prevented list table classes being loaded multiple times. This also fixes compatibility with Smart Coupons extension.</li>\n<li>Fix &#8211; Removed stray debug string from order email template and fixed some typos.</li>\n<li>Fix &#8211; Set up the loop when calling wc_get_loop_prop. Fixes compatibility with some themes.</li>\n<li>Fix &#8211; Remove multiple application of filter &#8216;woocommerce_order_item_product&#8217;.</li>\n<li>Fix &#8211; Protect against theme support being defined too late. Fixes some issues with custom themes defining WooCommerce support incorrectly.</li>\n<li>Fix &#8211; Add fallback for themes that just get the pagination template.</li>\n<li>Fix &#8211; Made the on-the-fly image regen also regenerate missing sizes.</li>\n<li>Fix &#8211; Fixed missing user_id in webhook migration script.</li>\n<li>Fix &#8211; Allow uncategorized category to be sorted like the others.</li>\n<li>Fix &#8211; If theme support changes, we may need to flush permalinks since some are changed based on this flag.</li>\n<li>Fix &#8211; Fire hooks for pagination etc only when pagination is enabled.</li>\n<li>Fix &#8211; Default HTML in end wrapper template.</li>\n<li>Fix &#8211; Prevent regular pagination showing on archives for unsupported themes.</li>\n<li>Fix &#8211; Fix shop when shown as homepage in unsupported themes.</li>\n<li>Fix &#8211; Fix SKU mapping for placeholders during CSV import.</li>\n<li>Fix &#8211; Use CRUD search helper in admin products table so partial SKU search works.</li>\n<li>Fix &#8211; Fix bulk sale/regular price percentage handling.</li>\n<li>Fix &#8211; More specificity on smallscreen style override for columns.</li>\n<li>Tweak &#8211; Add notice for moved store notice setting.</li>\n<li>Tweak &#8211; Allow removing coupons on editable orders only.</li>\n<li>Tweak &#8211; Extended the background processing library to avoid changing methods in the library.</li>\n<li>Tweak &#8211; Do not show row settings if something is managing the number of products per page.</li>\n<li>Tweak &#8211; Allow devs to add &#8216;no-link&#8217; class to elements to prevent order view link being triggered on row click.</li>\n<li>Tweak &#8211; Made woocommerce_resize_images filter more useful by calling it later.</li>\n<li>Tweak &#8211; Revert default columns back to 4 so it&#8217;s consistent with 3.2.</li>\n</ul>\n<h4>3.3.0 &#8211; 2018-01-30</h4>\n<ul>\n<li>Feature &#8211; Improved default appearance in themes which do not support WooCommerce, making the shop page shortcode based.</li>\n<li>Feature &#8211; Products shortcodes; improved random sorting, with some caching.</li>\n<li>Feature &#8211; Products shortcodes; support for pagination.</li>\n<li>Feature &#8211; Added new options to the WordPress Appearance Customizer; control the product grid (rows and columns), and image sizes.</li>\n<li>Feature &#8211; Improved how image sizes are defined and calculated. Set an aspect ratio (custom, 1:1, uncropped) and image sizes will be automagically calculated based on widths.</li>\n<li>Feature &#8211; Changing image sizes will trigger automatic thumbnail regeneration in the background.</li>\n<li>Feature &#8211; Improved how downloads are stored within products, and added new reporting/logging features to track who downloaded what, when.</li>\n<li>Feature &#8211; Improved the overall appearance of the backend orders list, and added a new &#8216;preview&#8217; button to quickly see order details.</li>\n<li>Feature &#8211; New default sample data and placeholders.</li>\n<li>Feature &#8211; Added sandbox and live API details to the PayPal standard data, as well as an indication on the checkout to what mode is currently active. PayPal IPN email notifications are also now optional.</li>\n<li>Feature &#8211; Introduced product category threshold filter (<code>woocommerce_product_category_filter_threshold</code>). AJAX powered select will kick in when you have over 100 categories.</li>\n<li>Feature &#8211; Added <code>add_to_cart_description</code> method and aria-labels to cart buttons in the loop for accessibility.</li>\n<li>Feature &#8211; Ability to search in logs when the database logger is used.</li>\n<li>Performance &#8211; Adjusted how permalinks are retrieved and saved to avoid switching locales on each page load.</li>\n<li>Performance &#8211; Added cache when loading product variation attributes.</li>\n<li>Fix &#8211; Fix wc_notice_count logic.</li>\n<li>Fix &#8211; Correct bulk edit price formatting.</li>\n<li>Fix &#8211; Ajax add-to-cart button shortcode fix for variations.</li>\n<li>Tweak &#8211; Update billing if account form changes.</li>\n<li>Tweak &#8211; Remove videos from help sections.</li>\n<li>Tweak &#8211; Preserve seconds when saving order date.</li>\n<li>Tweak &#8211; Allow quantities less than 1, but not 0, in admin.</li>\n<li>Tweak &#8211; Post types with no archives should not show in breadcrumb.</li>\n<li>Tweak &#8211; Only load session handler class on frontend not during cron.</li>\n<li>Tweak &#8211; Moved the &#8216;Store Notice&#8221; option into the customizer.</li>\n<li>Tweak &#8211; Checkout Postcode / Zip validation error message was missing Billing / Shipping Identification.</li>\n<li>Tweak &#8211; Added Iris color picker validation.</li>\n<li>Tweak &#8211; Use scrollIntoView on checkout.</li>\n<li>Tweak &#8211; Converted input submit elements to button submit elements across the entire codebase for consistency.</li>\n<li>Tweak &#8211; Added <code>{site_title}</code> replacement for email footers.</li>\n<li>Tweak &#8211; Added delete product confirmation if a product has had sales.</li>\n<li>Tweak &#8211; Improved when &#8220;incl. VAT&#8221; is displayed in cart totals.</li>\n<li>Tweak &#8211; Use base text color for links in email templates.</li>\n<li>Tweak &#8211; Show theme overrides that are done through the wc_get_template filter in the system status report.</li>\n<li>Tweak &#8211; Added nofollow tags in layered nav to prevent duplicate indexed content.</li>\n<li>Tweak &#8211; Hide &#8220;incl. VAT&#8221; when no rates are defined in &#8220;single total&#8221; display mode.</li>\n<li>Tweak &#8211; Added replay protection for refunds.</li>\n<li>Tweak &#8211; GeoDB empty file handling.</li>\n<li>Tweak &#8211; Let wp_signon handle email to username conversion.</li>\n<li>Tweak &#8211; Made email field wider on checkout.</li>\n<li>Tweak &#8211; Post entire shipping selection when showing multiple packages.</li>\n<li>Dev &#8211; REST API &#8211; Orders should be created for users who exist on the site only.</li>\n<li>Dev &#8211; REST API &#8211; Fixed default value of &#8220;dp&#8221; on orders and refunds endpoints.</li>\n<li>Dev &#8211; Theming &#8211; Added theme support variables to declare image sizes used for products.</li>\n<li>Dev &#8211; Theming &#8211; Added support for single-product-postname.php template files.</li>\n<li>Dev &#8211; Added actions before calculations order totals and taxes and is_vat_excempt support.</li>\n<li>Dev &#8211; Add filter &#8216;woocommerce_coupon_get_apply_quantity&#8217;.</li>\n<li>Dev &#8211; Grouped products; added filters to allow custom columns and changes to values.</li>\n<li>Dev &#8211; Allow for cloning the WC_Cart object</li>\n<li>Dev &#8211; Apply filters to registration-error-email-exists error.</li>\n<li>Dev &#8211; Added <code>woocommerce_cross_sells_order</code> filter.</li>\n<li>Dev &#8211; Add order-details <code>before</code> hooks to complement existing hooks.</li>\n<li>Dev &#8211; WC_CHUNK_SIZE constant for controlling readfile.</li>\n<li>Dev &#8211; Add short circuit to customer bought product function.</li>\n<li>Dev &#8211; Added a <code>wc_caught_exception</code> method to aid with logging.</li>\n<li>Dev &#8211; Added Data stores and CRUD for working with Webhooks.</li>\n<li>Dev &#8211; Bumped minimum WP version requirement to 4.5 and removed legacy API files.</li>\n<li>Dev &#8211; New actions &#8211; <code>woocommerce_order_details_before_order_table_items</code>,  <code>woocommerce_order_details_after_order_table_items</code> and <code>woocommerce_order_details_before_order_table</code></li>\n<li>Dev &#8211; Passed <code>widget_id</code> to <code>content-widget-product.php</code> so actions can be ran conditionally, and added sanitisation to <code>woocommerce_before_widget_product_list</code> and <code>woocommerce_after_widget_product_list</code>.</li>\n<li>Dev &#8211; Improved the <code>is_internal_meta_key</code> checks to consider getters and setters.</li>\n<li>Dev &#8211; Cleaned up the Order Customer Details template.</li>\n<li>Dev &#8211; JavaScript payment_method_selected events on checkout.</li>\n<li>Dev &#8211; Add new <code>$order-&gt;get_edit_order_url()</code> method.</li>\n<li>Dev &#8211; Pass through options to zoom, flexslider, and photoswipe.</li>\n<li>Dev &#8211; Added actions before and after scheduled sales initiation and completion.</li>\n<li>Localization &#8211; Add direction character to currency output.</li>\n<li>Localization &#8211; States for Tanzania and Moldova.</li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/master/CHANGELOG.txt\" rel=\"nofollow\">See changelog for all versions</a>.</p>\n\";s:11:\"screenshots\";s:1389:\"<ol><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=1063946\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=1063946\" alt=\"The slick WooCommerce settings panel.\"></a><p>The slick WooCommerce settings panel.</p></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=1063946\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=1063946\" alt=\"WooCommerce products admin.\"></a><p>WooCommerce products admin.</p></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=1063946\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=1063946\" alt=\"Product data panel.\"></a><p>Product data panel.</p></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=1063946\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=1063946\" alt=\"WooCommerce sales reports.\"></a><p>WooCommerce sales reports.</p></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=1087192\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=1087192\" alt=\"A single product page.\"></a><p>A single product page.</p></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=1087192\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=1087192\" alt=\"A product archive (grid).\"></a><p>A product archive (grid).</p></li></ol>\";}s:13:\"download_link\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.4.zip\";s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=1063946\";s:7:\"caption\";s:37:\"The slick WooCommerce settings panel.\";}i:2;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=1063946\";s:7:\"caption\";s:27:\"WooCommerce products admin.\";}i:3;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=1063946\";s:7:\"caption\";s:19:\"Product data panel.\";}i:4;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=1063946\";s:7:\"caption\";s:26:\"WooCommerce sales reports.\";}i:5;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=1087192\";s:7:\"caption\";s:22:\"A single product page.\";}i:6;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=1087192\";s:7:\"caption\";s:25:\"A product archive (grid).\";}}s:4:\"tags\";a:5:{s:10:\"e-commerce\";s:10:\"e-commerce\";s:9:\"ecommerce\";s:9:\"ecommerce\";s:5:\"sales\";s:5:\"sales\";s:4:\"sell\";s:4:\"sell\";s:5:\"store\";s:5:\"store\";}s:8:\"versions\";a:103:{s:5:\"1.6.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.1.6.6.zip\";s:6:\"2.0.20\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.0.20.zip\";s:5:\"2.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.0.zip\";s:5:\"2.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.1.zip\";s:6:\"2.1.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.10.zip\";s:6:\"2.1.11\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.11.zip\";s:6:\"2.1.12\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.12.zip\";s:5:\"2.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.2.zip\";s:5:\"2.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.3.zip\";s:5:\"2.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.4.zip\";s:5:\"2.1.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.5.zip\";s:5:\"2.1.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.6.zip\";s:5:\"2.1.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.7.zip\";s:5:\"2.1.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.8.zip\";s:5:\"2.1.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.9.zip\";s:5:\"2.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.0.zip\";s:5:\"2.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.1.zip\";s:6:\"2.2.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.10.zip\";s:6:\"2.2.11\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.11.zip\";s:5:\"2.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.2.zip\";s:5:\"2.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.3.zip\";s:5:\"2.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.4.zip\";s:5:\"2.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.5.zip\";s:5:\"2.2.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.6.zip\";s:5:\"2.2.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.7.zip\";s:5:\"2.2.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.8.zip\";s:5:\"2.2.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.2.9.zip\";s:5:\"2.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.0.zip\";s:5:\"2.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.1.zip\";s:6:\"2.3.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.10.zip\";s:6:\"2.3.11\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.11.zip\";s:6:\"2.3.12\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.12.zip\";s:6:\"2.3.13\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.13.zip\";s:5:\"2.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.2.zip\";s:5:\"2.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.3.zip\";s:5:\"2.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.4.zip\";s:5:\"2.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.5.zip\";s:5:\"2.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.6.zip\";s:5:\"2.3.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.7.zip\";s:5:\"2.3.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.8.zip\";s:5:\"2.3.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.3.9.zip\";s:5:\"2.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.0.zip\";s:5:\"2.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.1.zip\";s:6:\"2.4.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.10.zip\";s:6:\"2.4.11\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.11.zip\";s:6:\"2.4.12\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.12.zip\";s:6:\"2.4.13\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.13.zip\";s:5:\"2.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.2.zip\";s:5:\"2.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.3.zip\";s:5:\"2.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.4.zip\";s:5:\"2.4.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.5.zip\";s:5:\"2.4.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.6.zip\";s:5:\"2.4.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.7.zip\";s:5:\"2.4.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.8.zip\";s:5:\"2.4.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.9.zip\";s:5:\"2.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.5.0.zip\";s:5:\"2.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.5.1.zip\";s:5:\"2.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.5.2.zip\";s:5:\"2.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.5.3.zip\";s:5:\"2.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.5.4.zip\";s:5:\"2.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.5.5.zip\";s:5:\"2.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.0.zip\";s:5:\"2.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.1.zip\";s:6:\"2.6.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.10.zip\";s:6:\"2.6.11\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.11.zip\";s:6:\"2.6.12\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.12.zip\";s:6:\"2.6.13\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.13.zip\";s:6:\"2.6.14\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.14.zip\";s:5:\"2.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.2.zip\";s:5:\"2.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.3.zip\";s:5:\"2.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.4.zip\";s:5:\"2.6.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.5.zip\";s:5:\"2.6.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.6.zip\";s:5:\"2.6.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.7.zip\";s:5:\"2.6.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.8.zip\";s:5:\"2.6.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.9.zip\";s:5:\"3.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.0.zip\";s:5:\"3.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.1.zip\";s:5:\"3.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.2.zip\";s:5:\"3.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.3.zip\";s:5:\"3.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.4.zip\";s:5:\"3.0.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.5.zip\";s:5:\"3.0.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.6.zip\";s:5:\"3.0.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.7.zip\";s:5:\"3.0.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.8.zip\";s:5:\"3.0.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.9.zip\";s:5:\"3.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.0.zip\";s:5:\"3.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.1.zip\";s:5:\"3.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.2.zip\";s:5:\"3.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.0.zip\";s:5:\"3.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.1.zip\";s:5:\"3.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.2.zip\";s:5:\"3.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.3.zip\";s:5:\"3.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.4.zip\";s:5:\"3.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.5.zip\";s:5:\"3.2.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.6.zip\";s:5:\"3.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.0.zip\";s:5:\"3.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.1.zip\";s:5:\"3.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2.zip\";s:10:\"3.3.2-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2-rc.1.zip\";s:5:\"3.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.3.zip\";s:5:\"3.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.4.zip\";s:5:\"trunk\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";}s:11:\"donate_link\";s:0:\"\";s:12:\"contributors\";a:0:{}}s:7:\"bbpress\";a:25:{s:4:\"name\";s:7:\"bbPress\";s:4:\"slug\";s:7:\"bbpress\";s:7:\"version\";s:6:\"2.5.14\";s:6:\"author\";s:55:\"<a href=\"https://bbpress.org\">The bbPress Community</a>\";s:14:\"author_profile\";s:46:\"https://profiles.wordpress.org/johnjamesjacoby\";s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"4.7.9\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:84;s:7:\"ratings\";a:5:{i:5;i:220;i:4;i:39;i:3;i:27;i:2;i:17;i:1;i:35;}s:11:\"num_ratings\";i:338;s:15:\"support_threads\";i:2;s:24:\"support_threads_resolved\";i:0;s:10:\"downloaded\";i:4743572;s:12:\"last_updated\";s:21:\"2017-10-13 6:29pm GMT\";s:5:\"added\";s:10:\"2010-01-13\";s:8:\"homepage\";s:19:\"https://bbpress.org\";s:8:\"sections\";a:5:{s:11:\"description\";s:472:\"<p>Have you ever been frustrated with forum or bulletin board software that was slow, bloated and always got your server hacked? bbPress is focused on ease of integration, ease of use, web standards, and speed.</p>\n<p>We&#8217;re keeping things as small and light as possible while still allowing for great add-on features through WordPress&#8217;s extensive plugin system. What does all that mean? bbPress is lean, mean, and ready to take on any job you throw at it.</p>\n\";s:12:\"installation\";s:1293:\"<h4>From your WordPress dashboard</h4>\n<ol>\n<li>Visit &#8216;Plugins &gt; Add New&#8217;</li>\n<li>Search for &#8216;bbPress&#8217;</li>\n<li>Activate bbPress from your Plugins page. (You&#8217;ll be greeted with a Welcome page.)</li>\n<li>Visit &#8216;Forums &gt; Add New&#8217; and create some forums. (You can always delete these later.)</li>\n<li>If you have pretty permalinks enabled, visit yourdomain.com/forums, or if you do not have pretty permalinks enabled, visit yourdomain.com?post_type=forum</li>\n</ol>\n<h4>From WordPress.org</h4>\n<ol>\n<li>Download bbPress.</li>\n<li>Upload the &#8216;bbpress&#8217; directory to your &#8216;/wp-content/plugins/&#8217; directory, using your favorite method (ftp, sftp, scp, etc&#8230;)</li>\n<li>Activate bbPress from your Plugins page. (You&#8217;ll be greeted with a Welcome page.)</li>\n<li>Visit &#8216;Forums &gt; Add New&#8217; and create some forums. (You can always delete these later.)</li>\n<li>If you have pretty permalinks enabled, visit yourdomain.com/forums, or if you do not have pretty permalinks enabled, visit yourdomain.com?post_type=forum</li>\n</ol>\n<h4>Extra</h4>\n<ol>\n<li>Visit &#8216;Settings &gt; Forums&#8217; and adjust your configuration.</li>\n<li>Adjust the CSS of your theme as needed, to make everything pretty.</li>\n</ol>\n\";s:9:\"changelog\";s:9239:\"<h4>2.5.14</h4>\n<ul>\n<li>Improved support for PHP 7.1 and higher</li>\n<li>Improved pagination for non-public post statuses</li>\n<li>Fix converter row-limit boundaries</li>\n</ul>\n<h4>2.5.13</h4>\n<ul>\n<li>Improved support for <code>post_parent__in</code> type queries</li>\n</ul>\n<h4>2.5.12</h4>\n<ul>\n<li>Fix role initialization bug</li>\n</ul>\n<h4>2.5.11</h4>\n<ul>\n<li>Improved support for WordPress 4.7</li>\n<li>Improved localization of role names</li>\n<li>Increase minimum WordPress version to 4.2</li>\n</ul>\n<h4>2.5.10</h4>\n<ul>\n<li>Improved user display-name rendering</li>\n</ul>\n<h4>2.5.9</h4>\n<ul>\n<li>Improved user mentions</li>\n</ul>\n<h4>2.5.8</h4>\n<ul>\n<li>Improved ajax actions</li>\n<li>Improved user query parsing</li>\n<li>Fix BuddyPress Groups notice</li>\n</ul>\n<h4>2.5.7</h4>\n<ul>\n<li>Improved output of certain URLs</li>\n</ul>\n<h4>2.5.6</h4>\n<ul>\n<li>Improved notification &amp; subscription email sending</li>\n</ul>\n<h4>2.5.5</h4>\n<ul>\n<li>Improved bulk editing of users</li>\n<li>Improved suggesting of topics &amp; authors for moderators</li>\n<li>Improved converter tool access</li>\n</ul>\n<h4>2.5.4</h4>\n<ul>\n<li>Fix reply editing causing polluted hierarchy</li>\n<li>Add tool for repairing reply positions within topics</li>\n<li>Improved custom slug and displayed user field sanitization</li>\n<li>Improved SSL support when relying on theme compatibility</li>\n</ul>\n<h4>2.5.3</h4>\n<ul>\n<li>WordPress 3.8 support (dashicons, new color schemes)</li>\n<li>Fix dropdown selects in settings pages</li>\n<li>Fix accidental topic subscription removal on reply form</li>\n<li>Fix poor grammar in profile title element</li>\n<li>Fix admin area SSL support</li>\n</ul>\n<h4>2.5.2</h4>\n<ul>\n<li>Fix BuddyPress (1.9.1) Notification integration</li>\n</ul>\n<h4>2.5.1</h4>\n<ul>\n<li>Updated subscriptions setting description</li>\n<li>Fix forum subscriptions not appearing on profiles for some users</li>\n<li>Allow links to have targets</li>\n<li>Improve Windows compatibility</li>\n</ul>\n<h4>2.5</h4>\n<ul>\n<li>Added forum subscriptions</li>\n<li>Added importers for AEF, Drupal, FluxBB, Kunena Forums (Joomla), MyBB, Phorum, PHPFox, PHPWind, PunBB, SMF, Xenforo and XMB</li>\n<li>Added BuddyPress Notifications integration</li>\n<li>Added ability to enqueue scripts and styles in the template stack</li>\n<li>Fix various existing importer scripts</li>\n<li>Fix forum visibility meta saving</li>\n<li>Fix Akismet anonymous user meta checking</li>\n<li>Fix inconsistent bbp_dropdown() results</li>\n<li>Fix topic and reply ping-status inconsistencies</li>\n</ul>\n<h4>2.4.1</h4>\n<ul>\n<li>Fix forum status saving</li>\n<li>Fix widget settings saving</li>\n<li>Fix custom wp_title compatibility</li>\n<li>Fix search results custom permalink compatibility</li>\n<li>Fix custom user topics &amp; replies pages</li>\n<li>Fix hierarchical reply handling in converter</li>\n</ul>\n<h4>2.4</h4>\n<ul>\n<li>Added hierarchical reply support</li>\n<li>Added ability to disable forum search</li>\n<li>Reorganized settings page</li>\n<li>Improved rewrite rules</li>\n<li>Improved responsive CSS</li>\n<li>Improved code posting</li>\n<li>Improved user capability integration</li>\n<li>Improved cache getting and setting</li>\n<li>Audit strict type comparisons</li>\n<li>Audit GlotPress string escaping</li>\n<li>Audit title attribute usage</li>\n<li>Audit WordPress core function usage</li>\n<li>General code clean-up</li>\n</ul>\n<h4>2.3.2</h4>\n<ul>\n<li>Improved posting of preformatted code</li>\n<li>Improved theme compatibility CSS</li>\n<li>Improved BuddyPress Activity Streams integration</li>\n</ul>\n<h4>2.3.1</h4>\n<ul>\n<li>Improved posting of preformatted code</li>\n<li>Fix deleting of post cache group</li>\n<li>Fix moderators not having view_trash capability</li>\n</ul>\n<h4>2.3</h4>\n<ul>\n<li>Added forum search functionality</li>\n<li>Improved BuddyPress Group Forums integration</li>\n<li>Improved allowed tags in topics and replies</li>\n<li>Added template stack support to theme compatability</li>\n<li>Added more forum migration options</li>\n</ul>\n<h4>2.2.4</h4>\n<ul>\n<li>Prepare converter queries</li>\n<li>Improve validation and sanitization of form values</li>\n</ul>\n<h4>2.2.3</h4>\n<ul>\n<li>Improve compatibility with some themes</li>\n<li>Fix integration with BuddyPress Group Forums</li>\n<li>Fix BuddyPress Activity Stream integration</li>\n</ul>\n<h4>2.2.2</h4>\n<ul>\n<li>RTL and i18n fixes</li>\n<li>Improved user profile theme compatibility</li>\n<li>Fixed incorrect link in credits page</li>\n<li>Fixed admin area JS issues related to topic suggest</li>\n<li>Fixed template part reference in extras user edit template</li>\n</ul>\n<h4>2.2.1</h4>\n<ul>\n<li>Fix role mapping for non-WordPress roles</li>\n<li>Fix issue with private forums being blocked</li>\n<li>Allow moderators to see hidden forums</li>\n</ul>\n<h4>2.2</h4>\n<ul>\n<li>Improved user roles and capabilities</li>\n<li>Improved theme compatibility</li>\n<li>Improved BuddyPress Group Forums integration</li>\n<li>Improved forums conversion tool</li>\n<li>Improved forums tools and settings</li>\n<li>Improved multisite support</li>\n<li>Added What&#8217;s New and Credits pages</li>\n<li>WordPress 3.5 and BuddyPress 1.7 ready</li>\n</ul>\n<h4>2.1.2</h4>\n<ul>\n<li>Fixed admin-side help verbiage</li>\n<li>Fixed reply height CSS</li>\n<li>Fixed password converter</li>\n<li>Fixed child post trash and delete functions</li>\n</ul>\n<h4>2.1.1</h4>\n<ul>\n<li>Fixed Invision, phpBB, and vBulletin importers</li>\n<li>Fixed private/hidden forum bugs</li>\n<li>Fixed topic split meta values</li>\n<li>Fixed theme compatibility logic error</li>\n<li>Fixed role mask issues for shared user installs</li>\n<li>Fixed missing function cruft</li>\n<li>Fixed missing filter on displayed user fields</li>\n</ul>\n<h4>2.1</h4>\n<ul>\n<li>WordPress 3.4 compatibility</li>\n<li>Deprecate $bbp global, use bbpress() singleton</li>\n<li>Private forums now visible to registered users</li>\n<li>Updated forum converter</li>\n<li>Topic and reply edits now ran through Akismet</li>\n<li>Fixed Akismet edit bug</li>\n<li>Fixed Widgets nooping globals</li>\n<li>Fixed translation load order</li>\n<li>Fixed user-edit bugs</li>\n<li>Fixed settings screen regressions</li>\n<li>Improved post cache invalidation</li>\n<li>Improved admin-side nonce checks</li>\n<li>Improved admin settings API</li>\n<li>Improved bbPress 1.1 converter</li>\n<li>Improved BuddyPress integration</li>\n<li>Improved Theme-Compatibility</li>\n<li>Improved template coverage</li>\n<li>Improved query performance</li>\n<li>Improved breadcrumb behavior</li>\n<li>Improved multisite integration</li>\n<li>Improved code clarity</li>\n<li>Improved RTL styling</li>\n<li>Added 2x menu icons for HiDPI displays</li>\n<li>Added fancy editor support</li>\n<li>Added fallback theme picker</li>\n<li>Added tools for importing, resetting, and removing</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>Released on September 21, 2011</li>\n</ul>\n<h4>2.0-rc-5</h4>\n<ul>\n<li>Fixed Genesis incompatibilities</li>\n<li>Fixed BuddyPress activity stream issues</li>\n<li>Fixed Subscription email sending issues</li>\n<li>Fixed Theme Compat display issues for some themes</li>\n<li>Improved Theme Compat class</li>\n<li>More future proofing internal API&#8217;s</li>\n</ul>\n<h4>2.0-rc-4</h4>\n<ul>\n<li>BuddyPress @mention integration</li>\n<li>Improved Akismet user agent handling</li>\n<li>Added blacklist_keys support</li>\n<li>Fixed spam/deleted user handling</li>\n<li>Updated green admin color scheme for WordPress 3.2</li>\n<li>Added actions to topic/reply forms</li>\n<li>Improved support for future ajaxification</li>\n</ul>\n<h4>2.0-rc-3</h4>\n<ul>\n<li>Fixed activation/deactivation</li>\n<li>Added Forum Participant role for multisite use</li>\n</ul>\n<h4>2.0-rc-2</h4>\n<ul>\n<li>BuddyPress activity action integration</li>\n<li>Multisite integration</li>\n<li>Fixed a bushel of bugs</li>\n<li>Fixed tag pagination again</li>\n<li>Fixed ajax priority loading</li>\n</ul>\n<h4>2.0-rc-1</h4>\n<ul>\n<li>Fixed tag pagination</li>\n<li>Broke tag pagination</li>\n<li>Squashed a bunch of bugs</li>\n</ul>\n<h4>2.0-beta-3b</h4>\n<ul>\n<li>Fix regression in forum index theme compatibility template</li>\n<li>Audit usage of get strings for moderator level and above users</li>\n</ul>\n<h4>2.0-beta-3</h4>\n<ul>\n<li>Akismet integration</li>\n<li>Fixes replies within wp-admin</li>\n<li>Fixes reply notification links</li>\n<li>Fixes inconsistent breadcrumb behavior</li>\n<li>Fixes theme compatibility issues</li>\n<li>Fixes archive and page conflicts</li>\n<li>Improvements to unpretty permalink support</li>\n<li>Improvements to importer</li>\n<li>Improvements to multisite support</li>\n<li>Normalize theme, shortcodes, and template parts</li>\n<li>Add humans.txt</li>\n<li>Add empty index.php files to prevent snooping</li>\n<li>Add max length to topic titles (default 80 chars)</li>\n</ul>\n<h4>2.0-beta-2</h4>\n<ul>\n<li>GlotPress integration</li>\n<li>Fixes Forum archive bug</li>\n<li>Fixes and improvements to importer</li>\n<li>Adds home link support to breadcrumb</li>\n<li>Improvements to Theme Compatibility</li>\n<li>Numerous template and CSS improvements</li>\n<li>RTL support</li>\n<li>Improved multisite support</li>\n<li>Add filters for future anti-spam support</li>\n<li>Add missing breadcrumbs to various template files</li>\n<li>Topic/reply trash fixes</li>\n</ul>\n<h4>2.0-beta-1</h4>\n<ul>\n<li>In development</li>\n</ul>\n\";s:3:\"faq\";s:1339:\"\n<h4>Installation Instructions</h4>\n<p>\n<h4>From your WordPress dashboard</h4>\n<ol>\n<li>Visit &#8216;Plugins &gt; Add New&#8217;</li>\n<li>Search for &#8216;bbPress&#8217;</li>\n<li>Activate bbPress from your Plugins page. (You&#8217;ll be greeted with a Welcome page.)</li>\n<li>Visit &#8216;Forums &gt; Add New&#8217; and create some forums. (You can always delete these later.)</li>\n<li>If you have pretty permalinks enabled, visit yourdomain.com/forums, or if you do not have pretty permalinks enabled, visit yourdomain.com?post_type=forum</li>\n</ol>\n<h4>From WordPress.org</h4>\n<ol>\n<li>Download bbPress.</li>\n<li>Upload the &#8216;bbpress&#8217; directory to your &#8216;/wp-content/plugins/&#8217; directory, using your favorite method (ftp, sftp, scp, etc&#8230;)</li>\n<li>Activate bbPress from your Plugins page. (You&#8217;ll be greeted with a Welcome page.)</li>\n<li>Visit &#8216;Forums &gt; Add New&#8217; and create some forums. (You can always delete these later.)</li>\n<li>If you have pretty permalinks enabled, visit yourdomain.com/forums, or if you do not have pretty permalinks enabled, visit yourdomain.com?post_type=forum</li>\n</ol>\n<h4>Extra</h4>\n<ol>\n<li>Visit &#8216;Settings &gt; Forums&#8217; and adjust your configuration.</li>\n<li>Adjust the CSS of your theme as needed, to make everything pretty.</li>\n</ol>\n</p>\n\n\";s:11:\"screenshots\";s:1136:\"<ol><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-1.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-1.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-2.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-2.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-3.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-3.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-4.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-4.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-5.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-5.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-6.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-6.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-7.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-7.png?rev=872931\" alt=\"\"></a></li></ol>\";}s:13:\"download_link\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:11:\"screenshots\";a:7:{i:1;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-1.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:2;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-2.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:3;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-3.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:4;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-4.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:5;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-5.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:6;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-6.png?rev=872931\";s:7:\"caption\";s:0:\"\";}i:7;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-7.png?rev=872931\";s:7:\"caption\";s:0:\"\";}}s:4:\"tags\";a:5:{s:7:\"akismet\";s:7:\"akismet\";s:10:\"discussion\";s:10:\"discussion\";s:6:\"forums\";s:6:\"forums\";s:7:\"support\";s:7:\"support\";s:5:\"theme\";s:5:\"theme\";}s:8:\"versions\";a:53:{s:3:\"2.0\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.0.zip\";s:10:\"2.0-beta-1\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-1.zip\";s:11:\"2.0-beta-2b\";s:62:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-2b.zip\";s:10:\"2.0-beta-3\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-3.zip\";s:11:\"2.0-beta-3b\";s:62:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-3b.zip\";s:8:\"2.0-rc-2\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-2.zip\";s:8:\"2.0-rc-3\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-3.zip\";s:8:\"2.0-rc-4\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-4.zip\";s:8:\"2.0-rc-5\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-5.zip\";s:5:\"2.0.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.0.1.zip\";s:5:\"2.0.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.0.2.zip\";s:5:\"2.0.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.0.3.zip\";s:3:\"2.1\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.1.zip\";s:10:\"2.1-beta-1\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.1-beta-1.zip\";s:7:\"2.1-rc1\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc1.zip\";s:7:\"2.1-rc2\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc2.zip\";s:7:\"2.1-rc3\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc3.zip\";s:7:\"2.1-rc4\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc4.zip\";s:5:\"2.1.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.1.1.zip\";s:5:\"2.1.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.1.2.zip\";s:5:\"2.1.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.1.3.zip\";s:3:\"2.2\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.2.zip\";s:5:\"2.2.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.1.zip\";s:5:\"2.2.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.2.zip\";s:5:\"2.2.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.3.zip\";s:5:\"2.2.4\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.4.zip\";s:3:\"2.3\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.3.zip\";s:9:\"2.3-beta1\";s:60:\"https://downloads.wordpress.org/plugin/bbpress.2.3-beta1.zip\";s:5:\"2.3.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.3.1.zip\";s:5:\"2.3.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.3.2.zip\";s:3:\"2.4\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.4.zip\";s:5:\"2.4.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.4.1.zip\";s:3:\"2.5\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.5.zip\";s:5:\"2.5.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.1.zip\";s:6:\"2.5.10\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.10.zip\";s:6:\"2.5.11\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.11.zip\";s:6:\"2.5.12\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.12.zip\";s:6:\"2.5.13\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.13.zip\";s:6:\"2.5.14\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:5:\"2.5.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.2.zip\";s:5:\"2.5.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.3.zip\";s:5:\"2.5.4\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.4.zip\";s:5:\"2.5.5\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.5.zip\";s:5:\"2.5.6\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.6.zip\";s:5:\"2.5.7\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.7.zip\";s:5:\"2.5.8\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.8.zip\";s:5:\"2.5.9\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.9.zip\";s:10:\"2.6-beta-1\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.6-beta-1.zip\";s:10:\"2.6-beta-2\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.6-beta-2.zip\";s:8:\"2.6-rc-1\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-1.zip\";s:8:\"2.6-rc-3\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-3.zip\";s:8:\"2.6-rc-5\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-5.zip\";s:5:\"trunk\";s:50:\"https://downloads.wordpress.org/plugin/bbpress.zip\";}s:11:\"donate_link\";s:0:\"\";s:12:\"contributors\";a:0:{}}s:19:\"the-events-calendar\";a:25:{s:4:\"name\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:7:\"version\";s:6:\"4.6.12\";s:6:\"author\";s:51:\"<a href=\"http://m.tri.be/1x\">Modern Tribe, Inc.</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/moderntribe\";s:8:\"requires\";s:3:\"4.5\";s:6:\"tested\";s:5:\"4.9.4\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:90;s:7:\"ratings\";a:5:{i:5;i:1255;i:4;i:85;i:3;i:48;i:2;i:38;i:1;i:102;}s:11:\"num_ratings\";i:1528;s:15:\"support_threads\";i:250;s:24:\"support_threads_resolved\";i:31;s:10:\"downloaded\";i:10590092;s:12:\"last_updated\";s:21:\"2018-03-08 4:40pm GMT\";s:5:\"added\";s:10:\"2010-01-19\";s:8:\"homepage\";s:0:\"\";s:8:\"sections\";a:5:{s:11:\"description\";s:17816:\"<p>Create an events calendar and manage it with ease. The Events Calendar plugin provides professional-level quality and features backed by a team you can trust.</p>\n<p>Packed with loads of useful features, The Events Calendar by Modern Tribe is ready to go right out of the box. It’s extensible, easy to use, and completely customizable.</p>\n<p>Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views, Facebook event integration and more?</p>\n<p><strong>Check out <a href=\"http://m.tri.be/mj\" rel=\"nofollow\">Events Calendar PRO</a> and <a href=\"http://m.tri.be/2a\" rel=\"nofollow\">other add-ons</a></strong></p>\n<blockquote>\n<p><strong>New Import Tool!</strong><br />\n  We’ve made bulk event imports easier to manage than ever. This add-on service for The Events Calendar allows you to import events from your favorite sources, including Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS.<br />\n  <a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Check out Event Aggregator now</a>.</p>\n</blockquote>\n<h4>BUILT SOLID &amp; SUPPORTED</h4>\n<p>The Events Calendar is crafted the WordPress way.</p>\n<p>The Events Calendar plugin has been audited by many WordPress industry experts, including core developer Mark Jaquith for security &amp; plugin review team member Pippin Williamson for best practices and plugin compatibility.</p>\n<p>Our dedicated support team has poured hundreds of hours into QA, monthly usability tests, and numerous user interviews to guarantee quality and ease-of-use.  We stand behind our work and offer light support weekly for the community via the WordPress.org support forums.</p>\n<p>If you need a deeper level of support or a faster response to your specific question, our Events Calendar PRO add-on includes access to our premium support forums with a 24-48 hour response time during the workweek.</p>\n<p>Enjoy using The Events Calendar, know how to get under the hood and want to make money helping people? We’re growing our community team and would love to hear from you. If you’re interested, <a href=\"http://m.tri.be/mk\" rel=\"nofollow\">check this out!</a></p>\n<h4>PLUG-N-PLAY or HIGHLY CUSTOMIZABLE</h4>\n<p>The Events Calendar is built to work out of the box. Just turn it on, configure the settings to match your needs and you’ll be making events in less than 5 minutes.<br />\nOr customize it to suit your specific needs. The Events Calendar is built by developers, for developers…it’s ready to be the foundation for your wildest hack sessions:</p>\n<p>The Events Calendar is built to work out of the box. Just turn it on, configure the settings to match your needs and you&#8217;ll be making events in less than 5 minutes.</p>\n<ul>\n<li><a href=\"http://m.tri.be/19tl\" rel=\"nofollow\">WP REST API support</a></li>\n<li>Skeleton stylesheet to theme fast &amp; efficiently</li>\n<li>Partial template overrides</li>\n<li>Template tags, hooks, and filters</li>\n<li><a href=\"http://m.tri.be/eu\" rel=\"nofollow\">Extensive documentation</a></li>\n<li><a href=\"https://github.com/theeventscalendar\" rel=\"nofollow\">Library of code snippets</a> on GitHub.</li>\n</ul>\n<p>Whether your vision is big or small, you’re in good company. Hundreds of thousands of churches, eateries, small businesses, musicians, venues, and non-profits are publishing and promoting their events with The Events Calendar.</p>\n<p>The Events Calendar has been scaled to work on networks with over 25 million unique visitors per month and hundreds of thousands of events. Fortune 100 companies, major universities, government institutions and some seriously epic startups push their events with our platform.</p>\n<h4>FEATURES</h4>\n<p>Whether you’re operating a hyperlocal hub listing thousands of events, a university with many thousands of users, or you’re a sole business owner listing your classes, The Events Calendar has your back.</p>\n<p>Just getting started? Definitely watch and read through the <a href=\"http://m.tri.be/2d\" rel=\"nofollow\">New User Primer</a> before going much further.</p>\n<ul>\n<li>Rapidly create events</li>\n<li>Saved venues &amp; organizers</li>\n<li>Calendar month view with tooltips</li>\n<li>List view</li>\n<li>Day view</li>\n<li>Event search</li>\n<li>Google maps</li>\n<li>Widget: Upcoming events list</li>\n<li>Events Taxonomies (Categories &amp; Tags)</li>\n<li>Google Calendar and iCal exporting</li>\n<li>WP REST API endpoints</li>\n<li>Completely ajaxified for super smooth browsing</li>\n<li>Completely responsive from mobile to tablet to desktop</li>\n<li>Tested on the major theme frameworks such as Avada, Genesis, Woo Themes, Thesis and many more.</li>\n<li>Increase your SEO with Microformats</li>\n<li>Internationalized &amp; Translated</li>\n<li>Multiple stylesheets (Skeleton, Default, Tribe Event Styles) to improve integration</li>\n<li>Extensive Template Tags for Customization</li>\n<li>Hook &amp; Filters up the wazoo</li>\n<li>Caching Support</li>\n<li>Debug Mode for Developers</li>\n</ul>\n<p>Looking for something else? We’ve got add-ons available to take your calendar to the next level.</p>\n<h4>PRO Features</h4>\n<p>Add recurring events, a whole recurring events, a whole range of new views ( week / map / photo / venue / organizer) &amp; widgets (calendar / featured venue / week / event countdown), shortcodes, custom event attributes, default content, location search, much more with <a href=\"http://m.tri.be/2c\" rel=\"nofollow\">Events Calendar PRO</a></p>\n<h4>Event Ticketing</h4>\n<p>Collect free RSVPs with Event Tickets or add paid ticketing features with <a href=\"http://m.tri.be/18wg\" rel=\"nofollow\">Event Tickets Plus</a>, including the ability to sell tickets, collect sales, and manage attendees all from within your WordPress dashboard! Works with your favorite eCommerce plugin (WooCommerce or Easy Digital Downloads).</p>\n<h4>Bulk Event Import</h4>\n<p>Fill your calendar with events from your favorite sources, including Facebook, Meetup, Google Calendar, iCalendar, CSV, other websites using The Events Calendar plugin, and ICS. <a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a> provides a convenient dashboard to manage scheduled imports, manual imports, filters, one-way sync, import history, and more.</p>\n<h4>User-Submitted Events</h4>\n<p>Running a community calendar? <a href=\"http://m.tri.be/2g\" rel=\"nofollow\">Community Events</a> lets users add events directly to your calendar without needing access to your admin.</p>\n<h4>Advanced User Search &amp; Filters</h4>\n<p>Have so many amazing events that your users get overwhelmed? <a href=\"http://m.tri.be/52\" rel=\"nofollow\">Filter Bar</a> adds a configurable set of filters to your event pages so users can view and search for the exact events that interest them.</p>\n<h4>Integrate With Eventbrite</h4>\n<p>Connect your calendar with your Eventbrite.com account! <a href=\"http://m.tri.be/18wf\" rel=\"nofollow\">Eventbrite Tickets</a> allows you to import/export between The Events Calendar and Eventbrite, and incorporate ticket sales.</p>\n<p><a href=\"https://www.facebook.com/theeventscalendar/\" rel=\"nofollow\">Join us on Facebook</a> to be part of our active community, check us out <a href=\"https://twitter.com/TheEventsCal\" rel=\"nofollow\">on Twitter</a>, and <a href=\"http://m.tri.be/rm\" rel=\"nofollow\">sign up for our newsletter</a> for release announcements and discounts.</p>\n<h4>SUBMITTING PATCHES</h4>\n<p>If you’ve identified a bug and want to submit a patch, we’d welcome it at our <a href=\"https://github.com/moderntribe/the-events-calendar\" rel=\"nofollow\">GitHub page for The Events Calendar</a>. Simply cue up your proposed patch as a pull request, and we’ll review as part of our monthly release cycle and merge into the codebase if appropriate from there. (If a pull request is rejected, we’ll do our best to tell you why). Users whose pull requests are accepted will receive credit in the plugin&#8217;s changelog. For more information, check out the readme at our GitHub page. Happy coding!</p>\n<h3>Documentation</h3>\n<p>All of our online documentation can be found on <a href=\"http://m.tri.be/eu\" rel=\"nofollow\">our documentation site</a>.</p>\n<p>Some links you may find particularly useful are:</p>\n<ul>\n<li><a href=\"http://m.tri.be/2l\" rel=\"nofollow\">The Events Calendar New User Primer</a></li>\n<li><a href=\"http://m.tri.be/2m\" rel=\"nofollow\">The Themer&#8217;s Guide to The Events Calendar</a></li>\n<li><a href=\"http://m.tri.be/18wm\" rel=\"nofollow\">Knowledgebase</a></li>\n</ul>\n<p>If you have any questions about this plugin, you can post a thread in our <a href=\"https://wordpress.org/support/plugin/the-events-calendar\" rel=\"nofollow\">WordPress.org forum</a>. Please search existing threads before opening a new one.</p>\n<p>The <a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Modern Tribe premium support forums</a> are available for you to read. You won&#8217;t, however, be able to post a message in any forums beyond Pre-Sale Questions unless you have purchased a premium license.</p>\n<h3>Add-Ons</h3>\n<p>But wait: there&#8217;s more! We&#8217;ve got a whole stable of plugins available to help you be awesome at what you do. Check out a full list of the products below, and over on <a href=\"http://m.tri.be/18wn\" rel=\"nofollow\">our website</a>.</p>\n<p>Our Free Plugins:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/event-tickets/\">Event Tickets</a></li>\n<li><a href=\"https://wordpress.org/plugins/advanced-post-manager/\">Advanced Post Manager</a></li>\n<li><a href=\"https://wordpress.org/plugins/gigpress/\">GigPress</a></li>\n<li><a href=\"https://wordpress.org/plugins/image-widget/\">Image Widget</a></li>\n</ul>\n<p>Our Premium Plugins and Services:</p>\n<ul>\n<li><a href=\"http://m.tri.be/18wi\" rel=\"nofollow\">Events Calendar PRO</a></li>\n<li><a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a> (service)</li>\n<li><a href=\"http://m.tri.be/18wk\" rel=\"nofollow\">Event Tickets Plus</a></li>\n<li><a href=\"http://m.tri.be/2g\" rel=\"nofollow\">The Events Calendar: Community Events</a></li>\n<li><a href=\"http://m.tri.be/18wl\" rel=\"nofollow\">The Events Calendar: Community Tickets</a></li>\n<li><a href=\"http://m.tri.be/fa\" rel=\"nofollow\">The Events Calendar: Filter Bar</a></li>\n<li><a href=\"http://m.tri.be/2e\" rel=\"nofollow\">The Events Calendar: Eventbrite Tickets</a></li>\n</ul>\n<h3>Translations</h3>\n<p>The Events Calendar is translated by volunteers at <a href=\"https://translate.wordpress.org/projects/wp-plugins/the-events-calendar/stable\" rel=\"nofollow\">translate.wordpress.org</a>. There you can find a list of available languages, download translation files, or help update the translations. Thank you to everyone who helps to maintain our translations!</p>\n<h3>Help</h3>\n<p>Welcome to The Events Calendar, a full-featured events management system for WordPress. Thank you so much for using the labor of our love. We are Modern Tribe and we are here to help you be awesome.</p>\n<p>If you aren&#8217;t familiar with The Events Calendar, check out our <a href=\"http://m.tri.be/2p\" rel=\"nofollow\">new user primer</a>. It&#8217;ll introduce you to the basics of what the plugin has to offer and will have you creating events in no time. From there, the resources below &#8212; extensive template tag documentation, FAQs, video walkthroughs and more &#8212; will give you a leg up as you dig deeper.</p>\n<p>Additional resources available include:</p>\n<ul>\n<li><a href=\"https://theeventscalendar.com/release-schedule/\" rel=\"nofollow\">Release Schedule</a></li>\n<li><a href=\"https://theeventscalendar.com/known-issues/\" rel=\"nofollow\">Known Issues</a></li>\n<li><a href=\"http://m.tri.be/eu\" rel=\"nofollow\">Documentation</a></li>\n<li><a href=\"http://m.tri.be/2n\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"http://m.tri.be/2t\" rel=\"nofollow\">Help Videos</a></li>\n<li><a href=\"http://m.tri.be/2u\" rel=\"nofollow\">Tutorials</a></li>\n<li><a href=\"http://m.tri.be/2v\" rel=\"nofollow\">Release Notes</a></li>\n<li><a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Forums</a></li>\n</ul>\n<p>We hit the <a href=\"https://wordpress.org/support/plugin/the-events-calendar/\" rel=\"nofollow\">The Events Calendar forum here on WordPress.org</a> about once a week, assisting users with basic troubleshooting and identifying bugs that have been reported. (If you are looking for more active support, might we suggest buying a PRO license? Our team hits the <a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Premium Forums</a> daily.)</p>\n<p>Some things to consider before posting on the forum:</p>\n<ul>\n<li>Look through existing threads before posting a new one and check that there isn&#8217;t already a discussion going on for your issue.</li>\n<li>Your issue will be solved more quickly if you run a few checks before making a support request. Deactivate your plugins one by one &#8211; if the issue is fixed by deactivating a plugin you know you&#8217;ve got a plugin conflict. To test your Theme, revert to the default Twenty Twelve Theme to see if you are still experiencing the problem. If not, your Theme is the issue. Please provide this information when making your support request.</li>\n<li>Sometimes, just resetting your permalinks can fix the issue. Visit Events -&gt; Settings -&gt; Permalinks, save your permalinks with a different option and then save with your preferred choice again. This can solve events-related problems and can is worth a shot before creating a new thread.</li>\n</ul>\n<p>Still not happy? Shoot us an email to support@theeventscalendar.com or tweet to <a href=\"https://twitter.com/TheEventsCal\" rel=\"nofollow\">@TheEventsCal</a> and tell us why. We&#8217;ll do what we can to make it right.</p>\n<h3>Contributors</h3>\n<p>The plugin is made with love by <a href=\"http://m.tri.be/2s\" rel=\"nofollow\">Modern Tribe Inc</a>.</p>\n<h4>Current Contributors</h4>\n<ul>\n<li><a href=\"https://profiles.wordpress.org/users/barryhughes\" rel=\"nofollow\">Barry Hughes</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/brianjessee\" rel=\"nofollow\">Brian Jessee</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/geoffgraham\" rel=\"nofollow\">Geoff Graham</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/ggwicz\" rel=\"nofollow\">George Gecewicz</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/bordoni\" rel=\"nofollow\">Gustavo Bordoni</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/jbrinley\" rel=\"nofollow\">Jonathan Brinley</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/leahkoerper\" rel=\"nofollow\">Leah Koerper</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/lucatume\" rel=\"nofollow\">Luca Tumedei</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/borkweb\" rel=\"nofollow\">Matthew Batchelder</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/neillmcshea\" rel=\"nofollow\">Neill McShea</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/mastromktg\" rel=\"nofollow\">Nick Mastromattei</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/nicosantos\" rel=\"nofollow\">Nico Santo</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/peterchester\" rel=\"nofollow\">Peter Chester</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/roblagatta\" rel=\"nofollow\">Rob La Gatta</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/reid.peifer\" rel=\"nofollow\">Reid Peifer</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/ryancurban\" rel=\"nofollow\">Ryan Urban</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/faction23\" rel=\"nofollow\">Samuel Estok</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/shane.pearlman\" rel=\"nofollow\">Shane Pearlman</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/zbtirrell\" rel=\"nofollow\">Zachary Tirrell</a></li>\n</ul>\n<h4>Past Contributors</h4>\n<ul>\n<li><a href=\"https://profiles.wordpress.org/users/brook-tribe\" rel=\"nofollow\">Brook Harding</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/caseypatrickdriscoll\" rel=\"nofollow\">Casey Driscoll</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/ckpicker\" rel=\"nofollow\">Casey Picker</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/dancameron\" rel=\"nofollow\">Dan Cameron</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/MZAWeb\" rel=\"nofollow\">Daniel Dvorkin</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/jazbek\" rel=\"nofollow\">Jessica Yazbek</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/jkudish\" rel=\"nofollow\">Joachim Kudish</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/jgadbois\" rel=\"nofollow\">John Gadbois</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/jonahcoyote\" rel=\"nofollow\">Jonah West</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/joshlimecuda\" rel=\"nofollow\">Josh Mallard</a></li>\n<li><a href=\"https://profiles.wordpress.org/justinendler/\" rel=\"nofollow\">Justin Endler</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/kellykathryn\" rel=\"nofollow\">Kelly Groves</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/kelseydamas\" rel=\"nofollow\">Kelsey Damas</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/kyleunzicker\" rel=\"nofollow\">Kyle Unzicker</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/mat-lipe\" rel=\"nofollow\">Mat Lipe</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/mdbitz\" rel=\"nofollow\">Matthew Denton</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/mattwiebe\" rel=\"nofollow\">Matt Wiebe</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/nickciske\" rel=\"nofollow\">Nick Ciske</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/paulhughes01\" rel=\"nofollow\">Paul Hughes</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/codearachnid\" rel=\"nofollow\">Timothy Wood</a></li>\n<li><a href=\"https://profiles.wordpress.org/users/thatdudebutch\" rel=\"nofollow\">Wayne Stratton</a></li>\n</ul>\n\";s:12:\"installation\";s:999:\"<h4>Install &amp; Activate</h4>\n<p>Installing the plugin is easy. Just follow these steps:</p>\n<ol>\n<li>From the dashboard of your site, navigate to Plugins &#8211;&gt; Add New.</li>\n<li>Select the Upload option and hit &#8220;Choose File.&#8221;</li>\n<li>When the popup appears select the the-events-calendar-x.x.zip file from your desktop. (The &#8216;x.x&#8217; will change depending on the current version number).</li>\n<li>Follow the on-screen instructions and wait as the upload completes.</li>\n<li>When it&#8217;s finished, activate the plugin via the prompt. A message will show confirming activation was successful. A link to access the calendar directly on the frontend will be presented here as well.</li>\n</ol>\n<p>That&#8217;s it! Just configure your settings as you see fit, and you&#8217;re on your way to creating events in style. Need help getting things started? Check out our <a href=\"http://m.tri.be/2l\" rel=\"nofollow\">new user primer</a> for help with settings and features.</p>\n\";s:3:\"faq\";s:6628:\"\n<h4>Installation Instructions</h4>\n<p>\n<h4>Install &amp; Activate</h4>\n<p>Installing the plugin is easy. Just follow these steps:</p>\n<ol>\n<li>From the dashboard of your site, navigate to Plugins &#8211;&gt; Add New.</li>\n<li>Select the Upload option and hit &#8220;Choose File.&#8221;</li>\n<li>When the popup appears select the the-events-calendar-x.x.zip file from your desktop. (The &#8216;x.x&#8217; will change depending on the current version number).</li>\n<li>Follow the on-screen instructions and wait as the upload completes.</li>\n<li>When it&#8217;s finished, activate the plugin via the prompt. A message will show confirming activation was successful. A link to access the calendar directly on the frontend will be presented here as well.</li>\n</ol>\n<p>That&#8217;s it! Just configure your settings as you see fit, and you&#8217;re on your way to creating events in style. Need help getting things started? Check out our <a href=\"http://m.tri.be/2l\" rel=\"nofollow\">new user primer</a> for help with settings and features.</p>\n</p>\n<h4>Are there any troubleshooting steps you&#8217;d suggest I try that might resolve my issue before I post a new thread?</h4>\n<p>\n<p>First, make sure that you&#8217;re running the latest version of The Events Calendar (4.0 as of this release). If you&#8217;re running Events Calendar PRO it needs to match the version number of The Events Calendar. And if you&#8217;ve got any other add-ons, make sure those are current / running the latest code as well.</p>\n<p>The most common issues we see are either plugin or theme conflicts. You can test if a plugin or theme is conflicting by manually deactivating other plugins until just The Events Calendar is running on your site. If the issue persists from there, revert to the default Twenty Fourteen theme. If the issue is resolved after deactivating a specific plugin or your theme, you&#8217;ll know that is the source of the conflict.</p>\n<p>Note that we aren&#8217;t going to say &#8220;tough luck&#8221; if you identify a plugin/theme conflict. While we can&#8217;t guarantee 100% integration with any plugin or theme out there, we will do our best (and reach out the plugin/theme author as needed) to figure out a solution that benefits everyone.</p>\n</p>\n<h4>I&#8217;m still stuck. Where do I go to file a bug or ask a question?</h4>\n<p>\n<p>Users of the free The Events Calendar should post their questions in the plugin&#8217;s <a href=\"https://wordpress.org/support/plugin/the-events-calendar/\" rel=\"nofollow\">WordPress.org forum</a>, which we hit about once a week (usually on Wednesdays). Please make sure to read <a href=\"http://m.tri.be/19oc\" rel=\"nofollow\">our sticky post</a> providing an overview of the support we provide free users BEFORE posting. If you find you&#8217;re not getting support in as timely a fashion as you wish, you might want to consider purchasing a PRO license.</p>\n<p>If you&#8217;re already a PRO user, you&#8217;re entitled access to our more actively-monitored <a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Events Calendar PRO forum</a> on our website. We can provide a deeper level of support here and hit these forums on a daily basis during the work week. Generally, except in times of increased support loads, we reply to all comments within 24-48 hours during the business week.</p>\n</p>\n<h4>Events Calendar PRO looks awesome! I&#8217;m sold! How can I get my hands on it?</h4>\n<p>\n<p>Events Calendar PRO can be purchased directly on <a href=\"http://m.tri.be/18wi\" rel=\"nofollow\">our website</a>. There are five (5) license types available, and all licenses include access to premium support, new feature releases, and regular maintenance updates.</p>\n</p>\n<h4>I&#8217;m interested in PRO or another add-on, but there are a few questions I&#8217;ve got before making the purchase. Can you help me get those addressed?</h4>\n<p>\n<p>Absolutely. If you&#8217;re not finding your questions answered on the product pages, hit up our <a href=\"http://m.tri.be/2w\" rel=\"nofollow\">pre-sales forum</a> on our site. You can save yourself some time by reviewing the threads first to verify if your question has already been asked. If it hasn&#8217;t, post a new thread as a guest. We&#8217;ll get you a reply as quickly as we can, so you can make an informed decision regarding purchase.</p>\n</p>\n<h4>What add-ons are available for The Events Calendar, and where can I read more about them?</h4>\n<p>\n<p>Currently, the following add-ons are available for The Events Calendar:</p>\n<ul>\n<li><a href=\"http://m.tri.be/18wi\" rel=\"nofollow\">Events Calendar PRO</a>, for adding premium calendar features like recurring events, advanced views, cool widgets, shortcodes, additional fields, and more!</li>\n<li><a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a>, a service that effortlessly fills your calendar with events from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS.</li>\n<li><a href=\"http://m.tri.be/18wj\" rel=\"nofollow\">Event Tickets</a> (free), which allows you to collect RSVPs to events. It can run alongside The Events Calendar or as a standalone plugin that adds RSVP functionality to WordPress posts and pages.</li>\n<li><a href=\"http://m.tri.be/18wk\" rel=\"nofollow\">Event Tickets Plus</a>, which allows you to sell tickets for your events using your favorite e-commerce platform.</li>\n<li><a href=\"http://m.tri.be/2g\" rel=\"nofollow\">Community Events</a>, for allowing frontend event submission from your readers.</li>\n<li><a href=\"http://m.tri.be/18wl\" rel=\"nofollow\">Community Tickets</a>, which allows event organizers to sell tickets to the events they submit via Community Events.</li>\n<li><a href=\"http://m.tri.be/fa\" rel=\"nofollow\">Filter Bar</a>, for adding advanced frontend filtering capabilities to your events calendar.</li>\n<li><a href=\"http://m.tri.be/2e\" rel=\"nofollow\">Eventbrite Tickets</a>, for selling tickets to your event directly through Eventbrite.</li>\n</ul>\n</p>\n<h4>I have a feature idea. What&#8217;s the best way to tell you about it?</h4>\n<p>\n<p>We&#8217;ve got a <a href=\"https://tribe.uservoice.com/forums/195723-feature-ideas\" rel=\"nofollow\">UserVoice page</a> where we&#8217;re actively watching for feature ideas from the community. Vote up existing feature requests or add your own, and help us shape the future of the products business in a way that best meets the community&#8217;s needs.</p>\n</p>\n<h4>I&#8217;ve still got questions. Where can I find answers?</h4>\n<p>\n<p>Check out our extensive <a href=\"http://m.tri.be/18wm\" rel=\"nofollow\">knowledgebase</a> for articles on using, tweaking, and troubleshooting our plugins.</p>\n</p>\n\n\";s:9:\"changelog\";s:89685:\"<h4>[4.6.12] 2018-03-08</h4>\n<ul>\n<li>Fix &#8211; Resolved an oversight resulting in notice-level errors when the <code>tribe_event_is_on_date()</code> function was called incorrectly (props to @sharewisdom for pointing this out) [99117]</li>\n<li>Fix &#8211; Resolved errors within the admin environment when the &#8220;ticketed&#8221; view of events is generated [99266]</li>\n<li>Fix &#8211; Improved compatibility with WordPress SEO in relation to the default mobile events view [68716]</li>\n<li>Fix &#8211; Resolved Javascript errors in month view which were triggered under some conditions by the presence of password-protected events [99089]</li>\n<li>Fix &#8211; Improved logic responsible for identifying which events are expired (in the past) by using timezone-aware comparisons [91168]</li>\n<li>Fix &#8211; Corrected the export of upcoming events from single organizer pages (added to support changes in Events Calendar PRO) [70727]</li>\n<li>Tweak &#8211; Added safety checks around our use of the global $wp_query object (thanks @archetypalsxe for highlighting this issue!) [100199]</li>\n<li>Tweak &#8211; Renamed &#8216;Use Javascript to control date filtering&#8217; option to &#8216;Enable live refresh&#8217; and improved the associated helper text [98022]</li>\n<li>Tweak &#8211; Added caching to reduce the number of HTTP requests being made in relation to Event Aggregator within the admin environment [99486]</li>\n<li>Tweak &#8211; Improved performance by reducing the number of queries that run in single event pages (in relation to <code>tribe_get_prev_event_link()</code> and <code>tribe_get_next_event_link()</code> specifically) [94587]</li>\n<li>Tweak &#8211; Added pagination to single organizer and venue pages [97772]</li>\n<li>Tweak &#8211; Improved compatibility with the Twety Seventeen theme (ensuring the calendar is full-width if set to be the site&#8217;s homepage) [97977]</li>\n<li>Language &#8211; 3 new strings added, 161 updated, 1 fuzzied, and 2 obsoleted</li>\n</ul>\n<h4>[4.6.11.1] 2018-02-16</h4>\n<ul>\n<li>Fix &#8211; The render of the venue and organizer templates (thanks to Antonio and others for reporting this in our forums) [99550]</li>\n<li>Fix &#8211; Make sure events on calendar are not affected by DST changes [99537]</li>\n</ul>\n<h4>[4.6.11] 2018-02-14</h4>\n<ul>\n<li>Fix &#8211; Ensure parity of CSS styles between the default Month View and the embedded Month Views generated by Events Calendar PRO&#8217;s [tribe_events] shortcode (thanks @copoloff for reporting this bug!) [92329]</li>\n<li>Fix &#8211; If <code>tribe_ical_feed_calname</code>  is empty the property <code>X-WR-CALNAME</code> is not added to the .ics file [46620]</li>\n<li>Fix &#8211; Stopped modifications of the main query if is in a single post to allow custom variables don&#8217;t affect the page loading when using shortcode (our thanks to Joseph Reckley and others for highlighting this problem) [91787]</li>\n<li>Tweak &#8211; Fixed a handful of small CSS bugs in the mobile views of the Twenty Sixteen, Twenty Fifteen, and Twenty Fourteen themes [95693]</li>\n<li>Tweak &#8211; Added new hooks (<code>tribe_events_ical_before</code>, <code>tribe_events_ical_events_list_args</code> and <code>tribe_events_ical_events_list_query</code>) to allow further customization of the iCal feed [86227]</li>\n<li>Tweak &#8211; Added safeguards to reduce conflicts when lodash and underscore are used on the same site [92205]</li>\n<li>Language &#8211; 0 new strings added, 41 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.10.1] 2018-01-26</h4>\n<ul>\n<li>Fix &#8211; Make sure rewrite rule for <code>/events</code> is not hardcoded and is based on dynamic option field (thanks to @earnjam and others for flagging this problem) [98463]</li>\n</ul>\n<h4>[4.6.10] 2018-01-23</h4>\n<ul>\n<li>Fix &#8211; Allow The Events Calendar REST API to be disabled using the <code>tribe_events_rest_api_enabled</code> filter [97209]</li>\n<li>Fix &#8211; Remove the errant <code>div.tribe-events-single-section</code> on the single event view when there is no venue [97615]</li>\n<li>Fix &#8211; Make sure the date for past events is set to the current date not the end of the day of the current date [71936]</li>\n<li>Fix &#8211; Use <code>featured_color_scheme_custom</code> if present as mechanism to overwrite the default color scheme for highlight color [96821]</li>\n<li>Fix &#8211; Make sure the date for past events is set to the current date not the end of the day of the current date [71936]</li>\n<li>Tweak &#8211; Trigger an event <code>map-created.tribe</code> when a map is created to allow flexibility on customization [91984]</li>\n<li>Tweak &#8211; Add a link to the knowledge base about &#8216;Setting Up Your Google Maps API Key&#8217; [89761]</li>\n<li>Tweak &#8211; Add <code>the_title</code> filter to events called by <code>tribe_events_template_data</code> [38237]</li>\n<li>Tweak &#8211; Made the &#8220;events&#8221; and &#8220;event&#8221; slugs translatable by WPML and other multilingual plugins [95026]</li>\n<li>Tweak &#8211; Introduced the <code>tribe_events_query_force_local_tz</code> filter to allow for forcing non-UTC event start and end times in Tribe__Events__Query [92948]</li>\n<li>Tweak &#8211; Prevent empty or otherwise-invalid values for various date-format options in the Display settings [94725]</li>\n<li>Tweak &#8211; Brought day number headers in the Month View into compliance with WCAG 2.0 accessibility standards when using the &#8220;Tribe Events&#8221; stylesheet [68411]</li>\n<li>Tweak &#8211; Improved the alignment of the event cost on the single-event view (props to @canberraclimbersassociation for reporting this bug) [97208]</li>\n<li>Tweak &#8211; Added some more context to the labeling of the &#8220;Number of events per page&#8221; option (thanks to Todd H. for highlighting this label) [73659]</li>\n<li>Tweak &#8211; Improve performance on Event Admin List Count by removing JOIN and use cached results [63567]</li>\n<li>Tweak &#8211; Made the &#8220;/page/&#8221; component of some views&#8217; URL string translatable [40976]</li>\n<li>Tweak &#8211; Button &#8220;Merge Duplicates&#8221; is always visible from now on [75208]</li>\n<li>Tweak &#8211; Allow queries to explicitly include or exclude events that are nominally hidden from event listings [91254]</li>\n</ul>\n<h4>[4.6.9] 2018-01-10</h4>\n<ul>\n<li>Feature &#8211; Add new utility functions tribe_is_events_home and tribe_is_events_front_page similar to native WP is_home and is_front_page [42195]</li>\n<li>Fix &#8211; Avoid issues when importing multiple organizers that specify images [96354]</li>\n<li>Fix &#8211; Make sure latitude and longitude information from iCal feeds is used if available [96363]</li>\n<li>Fix &#8211; Fixed an issue that prevented EA from importing images attached to Facebook events [96393]</li>\n<li>Fix &#8211; Remove the duplicate filter call that was running twice for <code>tribe_rest_venue_data</code> [96090]</li>\n<li>Tweak &#8211; Added new <code>tribe_aggregator_import_event_image</code>, <code>tribe_aggregator_import_venue_image</code> and <code>tribe_aggregator_import_organizer_image</code> filter so that users can control whether, during EA imports, images should be attached to post or not [96393]</li>\n<li>Tweak &#8211; Made it possible to translate the iCal feed&#8217;s description field (props @gafderks) [96677]</li>\n<li>Tweak &#8211; Improved escaping of map IDs (props LucaPipolo) [96772]</li>\n<li>Tweak &#8211; Added new REST API endpoint that allows looking up organizers by slug instead of ID at the path <code>organizers/by-slug/{slug}/</code>, it has the same functionality as the endpoint <code>organizers/{ID}</code> [96088]</li>\n<li>Tweak &#8211; Added new REST API endpoint that allows looking up venues by slug instead of ID at the path <code>venues/by-slug/{slug}/</code>, it has the same functionality as the endpoint <code>venues/{ID}</code> [96088]</li>\n<li>Tweak &#8211; Added <code>slug</code> to the REST API responses for organizer and venue data [96088]</li>\n<li>Tweak &#8211; Added <code>slug</code> to the REST API parameters allowed to use when inserting or updating an organizer or event [96088]</li>\n<li>Tweak &#8211; Added action: <code>tribe_events_venue_save</code> [96069]</li>\n<li>Tweak &#8211; Added action: <code>tribe_events_organizer_save</code> [96069]</li>\n<li>Tweak &#8211; Added filter: <code>tribe_events_rest_venue_prepare_postarr</code> [96069]</li>\n<li>Tweak &#8211; Added filter: <code>tribe_events_rest_organizer_prepare_postarr</code> [96069]</li>\n<li>Tweak &#8211; Old <code>tribe_rest_venue_data</code> filter was passing the venue and the event two the second parameter because of the duplication. Now it has the second parameter as $venue, third parameter as $event if event ID was provided [96090]</li>\n<li>Language &#8211; 5 new strings added, 30 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.8] 2017-12-18</h4>\n<ul>\n<li>Fix &#8211; Preserve filter bar checkbox selections when changing views [66749]</li>\n<li>Fix &#8211; Fix radio filters so they are only included as values when switching views when checked [72954]</li>\n<li>Fix &#8211; Ensure the correct properties are set for list widget queries, to avoid problems when running alongside Events Calendar PRO (props @KZeni) [94105]</li>\n<li>Fix &#8211; Fixed some layout issues with the &#8220;Buy Now&#8221; button and stock labels on mobile list views [81115]</li>\n<li>Fix &#8211; Fixed issue where left- or right-aligned images at the bottom of event descriptions would overlap event meta on single-event pages [71134]</li>\n<li>Fix &#8211; Fixed issue where Google Maps Link would display in some situations even when there is no address information for which to generate a link. [94909]</li>\n<li>Fix &#8211; Corrected reference to a Select2 asset (our thanks to @pyxis630 for flagging this problem and props to @andrasguseo for the fix) [95348]</li>\n<li>Fix &#8211; Ensure that when start and end dates are passed to the REST API, all events within the date range are correctly retrieved (thanks @braffenberg and others for highlighting this issue!) [90005]</li>\n<li>Tweak &#8211; Added Google Maps API key to all Google Maps URLs when the key is available, allowing maps to load more reliably on some hosting environments (props to @sfdfortnight, @thor, and many others for reporting this!) [62910]</li>\n<li>Tweak &#8211; Adjusted CSS to improve the display of venue URLs/phone numbers (especially when Events Calendar PRO is also active) (our thanks to Mathew on the forums for flagging this issue) [69127]</li>\n<li>Tweak &#8211; Added new REST API endpoint that allows looking up events by slug instead of ID at the path <code>events/by-slug/{slug}/</code>, it has the same functionality as the endpoint <code>events/{ID}</code> [92825]</li>\n<li>Tweak &#8211; Added <code>slug</code> to the REST API responses for event data [92825]</li>\n<li>Tweak &#8211; Added <code>slug</code> to the REST API parameters allowed to use when inserting or updating an event [92825]</li>\n<li>Tweak &#8211; Added new <code>tribe_events_rest_use_inclusive_start_end_dates</code> filter so that users can make the REST API return events from a more literal date range [90005]</li>\n<li>Language &#8211; 3 new strings added, 68 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.7] 2017-12-07</h4>\n<ul>\n<li>Fix &#8211; Fixed an issue where EA imports might not correctly create venues for iCalendar imports (thanks @starweb and others for highlighting this issue) [94323]</li>\n<li>Fix &#8211; Fixed an issue where Month View wouldn&#8217;t render correctly in X Theme with the &#8220;Events template&#8221; option set to &#8220;Default Page Template&#8221; [92554]</li>\n<li>Fix &#8211; Fixed a WPML incompatibility issue where language could be switched to the wrong one (thanks @dgwatkins) [94732]</li>\n<li>Tweak &#8211; Added the <code>tribe_events_x_theme_force_full_content()</code> filter to let users disable X Theme compatibility code [92554]</li>\n<li>Language &#8211; 0 new strings added, 2 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.6] 2017-11-21</h4>\n<ul>\n<li>Feature &#8211; Added Template class which adds a few layers of filtering to any template file included</li>\n<li>Tweak &#8211; Added clear warnings and errors to prevent and limit the import of iCalendar sources missing required fields [93600]</li>\n<li>Tweak &#8211; Included <code>tribe_callback_return</code> for static returns for Hooks</li>\n<li>Tweak &#8211; Improved Aggregator notices including error data on the responses [87326]</li>\n<li>Language &#8211; 4 new strings added, 79 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.5] 2017-11-16</h4>\n<ul>\n<li>Fix &#8211; Improved legacy URL redirect logic to prevent unwanted redirects (our thanks to wesleyanhq and Adam Schwartz for highlighting this issue) [86942]</li>\n<li>Fix &#8211; Modified tribe_get_template_part() to remove potential for multiple templates to be rendered in a single call [46630]</li>\n<li>Fix &#8211; Fixed an issue where Event Aggregator scheduled imports might remain stuck in pending status [90501, 92614, 91754]</li>\n<li>Fix &#8211; Removed code which was automatically populating various address fields with default values when creating a new venue from within the event editor [44732]</li>\n<li>Fix &#8211; Resolved some issues with the &#8220;Show Map&#8221; and &#8220;Show Map Link&#8221; options in CSV files not being reliably respected on import (props @joappf and many others for highlighting this issue) [82784]</li>\n<li>Fix &#8211; Added opportunities to override edit linked post links [89015]</li>\n<li>Fix &#8211; Fixed a bug where only some parts of event featured images were clickable in List Views (thanks @mattemkadia for highlighting this issue) [81392]</li>\n<li>Fix &#8211; Fixed the broken &#8216;Learn more&#8217; URL received after an unsuccessful &#8220;Other URL&#8221; import preview [92890]</li>\n<li>Fix &#8211; Fixed issue in list view navigation with backwards previous/next classes (thanks @secondtoughest) [36230]</li>\n<li>Fix &#8211; Fixed an issue where venues and organizers would not be correctly assigned to events in CSV imports with import statuses other than &#8220;Publish&#8221; [79680]</li>\n<li>Tweak &#8211; Remove net import scheduled notes for on domand imports [79079]</li>\n<li>Tweak &#8211; Allow for non-Latin characters to be used as the Events URL slug and the Single Event URL slug (thanks @daviddweb for originally reporting this) [61880]</li>\n<li>Tweak &#8211; Remove net import scheduled notes for on domand imports [79079]</li>\n<li>Tweak &#8211; Fixed some layout issues that would emerge with &#8220;Events URL Slug&#8221; option when &#8220;Plain&#8221; permalinks were enabled [92314]</li>\n<li>Tweak &#8211; Tweaked some language in Event Aggregator&#8217;s metabox on individual edit-event screens to reduce confusion around the impact of the Update Authority on CSV imports [77957]</li>\n<li>Tweak &#8211; Fix PHP 7.1 compatibility with Event Aggregator (props @BJP NEALE) [90002]</li>\n<li>Tweak &#8211; Added new filter: <code>tribe_events_force_filtered_ical_link</code>. This makes the &#8220;Export Events&#8221; URL more easily modifiable (thanks to @tdudley07 for highlighting this issue) [43908]</li>\n<li>Tweak &#8211; Made the &#8220;End of Day Cutoff&#8221; option better accommodate 24-hour and other time formats (thanks @festivalgeneral for bringing this issue to our attention!) [78621]</li>\n<li>Tweak &#8211; Made the options presented by the timezone selector filterable (via the newly added <code>tribe_events_timezone_choice</code> hook &#8211; our thanks to National University&#8217;s Marketing Department for this idea) [92909]</li>\n<li>Tweak &#8211; Improved integration with Twenty Seventeen &#8211; main events page now uses full height header when set to front page (thanks @uncovery for pointing this out) [89767]</li>\n<li>Tweak &#8211; Ensured REST API taxonomy endpoints are only registered in WordPress versions 4.7 and higher (thanks @dnaber-de for reporting this) [93227]</li>\n<li>Language &#8211; 1 new strings added, 132 updated, 0 fuzzied, and 1 obsoleted</li>\n</ul>\n<h4>[4.6.4] 2017-11-09</h4>\n<ul>\n<li>Tweak &#8211; Timepicker is now part of Tribe Common, it was removed from The Events Calendar</li>\n<li>Tweak &#8211; Required changes to make the plugin compatible with version 4.6 of Event Tickets</li>\n<li>Language &#8211; 10 new strings added, 167 updated, 0 fuzzied, and 2 obsoleted</li>\n</ul>\n<h4>[4.6.3] 2017-11-02</h4>\n<ul>\n<li>Fix &#8211; Prevent JS error when adding a Pro widget in the WP Customizer screen [72127]</li>\n<li>Fix &#8211; Fixed issue where the value of an event&#8217;s &#8220;Show Google Maps Link&#8221; option would not properly affect the displaying of the link on List View (props: @etechnologie) [75547]</li>\n<li>Fix &#8211; Added some more specification to our jquery-ui-datepicker CSS to limit conflicts with other plugins and themes [90577]</li>\n<li>Fix &#8211; Improve shortcode pagination/view change url so it is reusable (props: @der.chef and others) [70021]</li>\n<li>Fix &#8211; Ensure the <code>tribe_json_ld_{type}_object</code> filter is available to make modifications of event, venue and organizer JSON LD data possible (thanks to Mathew for flagging this problem) [89801]</li>\n<li>Fix &#8211; Improved JSON LD output for events by outputting the correct UTC offset where required (our thanks to Nina and many others for flagging this issue) [78233]</li>\n<li>Tweak &#8211; Fixed some display issues for the event schedule details (props @mia-caro)</li>\n<li>Tweak &#8211; Improved the clarity of and amount of context for some linked post labels to make translation of those labels a little easier and more nuanced (props @hnacc and others) [88589]</li>\n<li>Tweak &#8211; Changed the order in which the list view &#8220;next events&#8221; link is assembled for better translatability (with thanks to @alelouya for highlighting this problem) [72097]</li>\n<li>Tweak &#8211; Adjusted linked posts selector HTML to improve compatibility with Batcache [92049]</li>\n<li>Tweak &#8211; Improved datepicker handling so an end date on or later than the start date can always be selected [89825]</li>\n<li>Language &#8211; 0 new strings added, 7 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.2] 2017-10-18</h4>\n<ul>\n<li>Fix &#8211; Restored functionality to the &#8220;currency position&#8221; options in Events Settings, and in the per-event cost settings (props @schola and many others!) [89918]</li>\n<li>Fix &#8211; Fixed issue in Month view with multi-month events not appearing on subsequent months (thanks @shinno.kei &amp; @schittly for helping isolate this) [89747]</li>\n<li>Fix &#8211; Made some changes to prevent Month View caching from breaking WPML support when in Month View (props: @mpike and many others!) [82286]</li>\n<li>Fix &#8211; Fixed start/end times being displayed in incorrect timezone in structured data (thanks @mtncreative &amp; @esosa) [42125]</li>\n<li>Fix &#8211; Fixed an issue that would cause a 404 error if the selected default view was not enabled (thanks @pruneau) [45612]</li>\n<li>Fix &#8211; Improved translatability by adding missing textdomains for a number of strings (props @pedro-mendonca) [91071]</li>\n<li>Fix &#8211; Removed unneeded escaping to ensure the organizer link displays as expected (pros @f4w-pwharton) [91074]</li>\n<li>Tweak &#8211; Improvements to the readme.txt file surrounding plugin requirements (thanks @ramiy) [90285]</li>\n<li>Tweak &#8211; Improve site identification in multisite installations using Event Aggregator to avoid throttling issues [90489]</li>\n<li>Tweak &#8211; Avoid notice level errors when a non-existent category archive is requested (our thanks to Charles Simmons for highlighting this) [90697]</li>\n<li>Tweak &#8211; Added a new filter <code>tribe_events_ical_single_event_links</code> to make customizing the iCal and gCal export links on single-event views easier [90705]</li>\n</ul>\n<h4>[4.6.1] 2017-10-04</h4>\n<ul>\n<li>Fix &#8211; Fixed &#8220;Next Events&#8221; and &#8220;Previous Events&#8221; navigation links in list views, which would sometimes make a category-filtered list view lose its category filter as a user navigated through pages of future or past events (props @forumhelpdesk and @atomicdust for reporting this!) [72013]</li>\n<li>Fix &#8211; Fixed some layout issues with the Tribe Bar datepicker that would arise when using a Twentysixteen or Twentyfifteen child them (thanks to @stefanrueegger for reporting this) [46471]</li>\n<li>Fix &#8211; Prevented modification of event titles within the loop when using TRIBE_MODIFY_GLOBAL_TITLE [89273]</li>\n<li>Fix &#8211; Fixed issue when exporting all-day multi-day events via iCal where the end date was one day early (Thank you @fairmont for reporting this!) [87775]</li>\n<li>Fix &#8211; Fixed issues with the jQuery Timepicker vendor script conflicting with other plugins&#8217; similar scripts (props: @hcny et al.) [74644]</li>\n<li>Fix &#8211; Fixed an issue that would prevent Event Aggregator scheduled imports from running [88395]</li>\n<li>Fix &#8211; Fixed the &#8220;Start Time&#8221; and &#8220;End Time&#8221; timepicker fields in the event-creation screen to make it impossible to have an end date/time that comes before the start date/time [72686]</li>\n<li>Tweak &#8211; Remove unnecessary parameters from some remove_action calls in the plugin (thanks to @JPry on GitHub for submitting this fix!) [88867]</li>\n<li>Tweak &#8211; Adjusted the EA cron start time so that it never gets created in the past [88965]</li>\n<li>Tweak &#8211; Improved options format in the Event Aggregator settings [88970]</li>\n<li>Tweak &#8211; Added a filter to CSV importer for altering the delimiter, escaping, and enclosing characters [70570]</li>\n<li>Tweak &#8211; Adjusted the <code>tribe_update_venue()</code> template tag so it no longer creates some unnecessary meta fields involving post_title, post_content, etc. (thanks @oheinrich for bringing this to our attention) [66968]</li>\n<li>Tweak &#8211; Improved the performance of The Events Calendar REST API tweaking some queries [89743]</li>\n<li>Tweak &#8211; Add support for a <code>found_posts</code> argument in <code>tribe_get_events</code>, <code>tribe_get_venues</code> and <code>tribe_get_organizers</code> functions to return the number of posts found matching the current query arguments [89743]</li>\n<li>Deprecated &#8211; Deprecated the <code>tribe-events-bar-date-search-default-value</code> filter; use <code>tribe_events_bar_date_search_default_value</code> instead [67482]</li>\n<li>Language &#8211; Improvements to aid translatability of text throughout plugin (props: @ramiy) [88982]</li>\n<li>Language &#8211; 7 new strings added, 180 updated, 4 fuzzied, and 3 obsoleted</li>\n</ul>\n<h4>[4.6] 2017-09-25</h4>\n<ul>\n<li>Feature &#8211; Added full CRUD REST support for Events, Organizers, Venues, Event Categories, and Tags</li>\n<li>Tweak &#8211; Updated Bootstrap Datepicker to v1.7.0</li>\n<li>Tweak &#8211; Added latitude/longitude to REST responses when available on venues</li>\n<li>Tweak &#8211; Added JSON-LD data to REST responses when available</li>\n<li>Tweak &#8211; Replaced deprecated first parameter of <code>tribe_get_organizers()</code> with a parameter that, when specified with a truthy value, returns only organizers with upcoming events attached to them</li>\n<li>Tweak &#8211; Added linked post filters: <code>tribe_{$this-&gt;post_type}_has_events_excluded_post_stati</code>, <code>tribe_events_tribe_organizer_create</code>, <code>tribe_events_tribe_organizer_update</code>, <code>tribe_event_venue_duplicate_post_fields</code>, <code>tribe_event_organizer_duplicate_custom_fields</code></li>\n<li>Tweak &#8211; Added action: <code>tribe_events_organizer_created</code></li>\n<li>Tweak &#8211; Added REST filters: <code>tribe_rest_organizer_default_only_with_upcoming</code>, <code>tribe_rest_venue_default_only_with_upcoming</code>, <code>tribe_events_rest_term_allow_delete</code></li>\n<li>Tweak &#8211; Added duplicate-detection filters: <code>tribe_duplicate_post_strategies</code>, <code>tribe_duplicate_post_strategy</code>, <code>tribe_duplicate_post_{$strategy}_strategy</code></li>\n<li>Language &#8211; 152 new strings added, 217 updated, 6 fuzzied, and 1 obsoleted</li>\n</ul>\n<h4>[4.5.13] 2017-09-20</h4>\n<ul>\n<li>Feature &#8211; Add link to the featured image in the Events List widget. New filter introduced to control this: <code>tribe_events_list_widget_featured_image_link</code> (props to @cabadaj007 for the feature request) [84807]</li>\n<li>Feature &#8211; Remove &#8216;France, Metropolitan&#8217; option from country list to prevent issues with Google Maps API (thanks @varesanodotfr for pointing this out) [78023]</li>\n<li>Feature &#8211; Ignored Events will restore previous status instead of setting to &#8216;publish&#8217; [82213]</li>\n<li>Fix &#8211; Patched jQuery Resize vendor library to avoid JavaScript conflicts (props to @britner for the original report) [71994]</li>\n<li>Fix &#8211; Fixed a typo in the Event List widget options [71081]</li>\n<li>Fix &#8211; Addressed some PHP notices that would sometimes emerge in tag-filtered post lists in the wp-admin (thanks to @wfsec28 and others in the forums for reporting this!) [45274]</li>\n<li>Fix &#8211; When &#8220;Full Styles&#8221; or &#8220;Tribe Events Styles&#8221; are used, prevent duplicate featured images from showing up in the Twenty Seventeen theme (props to @want2what and others in the forums for reporting this) [80955]</li>\n<li>Fix &#8211; Fixed the issue that would prevent the start date and date range parameters from being taken into account when using &#8216;Other URL&#8217; source in Event Aggregator</li>\n<li>Fix &#8211; Aggregator will no longer update comments while inactive [78890]</li>\n<li>Fix &#8211; Avoid issues when REST API archive request parameters are not in the original order (thanks @Nslaver for reporting this and providing a fix) [88748]</li>\n<li>Tweak &#8211; Aggregator prevents duplicated records with the same params from being created [68833]</li>\n<li>Tweak &#8211; Aggregator will now allow for some minor shifts in schedule execution time to help distribute requests to EA Service [86628]</li>\n<li>Tweak &#8211; Improve text in the Event Aggregator settings [77452]</li>\n<li>Tweak &#8211; Add actions before and after posts are inserted or updated by Event Aggregator to allow custom functions to kick in (<code>tribe_aggregator_before_insert_posts</code> and <code>tribe_aggregator_after_insert_posts</code>) [87530]</li>\n<li>Tweak &#8211; Allow users to import CSV with numerically-named categories by using a flag (currently <code>%n</code>) (thanks @Shamsi for reporting) [78340]</li>\n<li>Tweak &#8211; Allow date range and events count limits to be set on each type of import (except for &#8216;Other URL&#8217;) in Event Aggregator [79975]</li>\n</ul>\n<h4>[4.5.12.3] 2017-09-19</h4>\n<ul>\n<li>Fix &#8211; Display events on Month View correctly for WordPress version 4.8.2 and up (props @realcrozetva for reporting this) [88952]</li>\n</ul>\n<h4>[4.5.12.2] 2017-09-08</h4>\n<ul>\n<li>Fix &#8211; Fixed an issue where manually running Scheduled Imports would always result in a failed import [87321]</li>\n</ul>\n<h4>[4.5.12.1] 2017-09-07</h4>\n<ul>\n<li>Fix &#8211; Fixed an issue where events imported via Event Aggregator from an iCal-like source would be duplicated in place of being updated [87654]</li>\n</ul>\n<h4>[4.5.12] 2017-09-06</h4>\n<ul>\n<li>Fix &#8211; Fixed an issue where, with certain date formats chosen in the Events display settings, the &#8220;Next Month&#8221; link navigation wasn&#8217;t working (props to @tttammi and others for reporting this issue!) [86937]</li>\n<li>Fix &#8211; Fixed a typo in REST API Swagger documentation that mentioned &#8220;organizer&#8221; when it should have stated &#8220;venue&#8221;.</li>\n<li>Fix &#8211; Fixed issues with Event Aggregator queueing system where events might be duplicated or incorrectly updated [79975]</li>\n<li>Fix &#8211; Prevent notice when the Aggregator Record title is an array [82149]</li>\n<li>Fix &#8211; Allows Aggregator Google Map settings to extend the Global Setting by default (props to queerio for reporting this!) [67639]</li>\n<li>Fix &#8211; Prevent Warnings when throwing WordPress admin notices from Aggregator daily usage limit (props to cigarplanner for reporting this!) [83187]</li>\n<li>Fix &#8211; Resolved problem where Aggregator wouldn&#8217;t allow you to remove filtering terms for Records [76949]</li>\n<li>Fix &#8211; Allow any datepicker format to be used on Aggregator filtering Events (props to matthewseymour for reporting this!) [77819]</li>\n<li>Fix &#8211; Added check to see if log directory is readable before listing logs within it (thank you @rodrigochallengeday-org and @richmondmom for reporting this) [86091]</li>\n<li>Tweak &#8211; Datatables Head and Foot checkboxes will not select all items, only the current page [77395]</li>\n<li>Tweak &#8211; Included tooltip for Aggregator &#8220;Hide &amp; Ignore&#8221; button for events [67890]</li>\n<li>Tweak &#8211; Added all the Aggregator Origins to the Admin Bar [68693]</li>\n<li>Tweak &#8211; Added filters: <code>tribe_get_state_options</code></li>\n<li>Tweak &#8211; Added template tags: <code>maybe_format_from_datepicker()</code></li>\n<li>Tweak &#8211; Added the <code>tribe_rest_single_event_data</code> filter to the single event REST API endpoint to allow filtering the returned data (thanks @mwender) [88748]</li>\n<li>Language &#8211; 2 new strings added, 90 updated, 0 fuzzied, and 1 obsoleted</li>\n</ul>\n<h4>[4.5.11] 2017-08-24</h4>\n<ul>\n<li>Fix &#8211; Avoid Event Aggregator previews or scheduled imports being marked as failures [84259]</li>\n<li>Fix &#8211; Fixed start and end date limit parsing for events archive in the REST API code [78375]</li>\n<li>Fix &#8211; Fixed issue with <code>tribe_events_get_the_excerpt()</code> returning a read more link that sometimes pointed to the current page [70473]</li>\n<li>Fix &#8211; Fixed Post ID not being sent to the_title filter for Organizers and Venues (props Anna L.) [85206]</li>\n<li>Fix &#8211; Fixed issue where Month View tooltips would often go off-screen in some smaller viewport sizes [65136]</li>\n<li>Fix &#8211; Fixed an issue that would sometimes render Event Aggregator options invalid even with a valid license [78469]</li>\n<li>Fix &#8211; Fixed an issue where the mobile.php template file would often fail to include an event&#8217;s featured image [74291]</li>\n<li>Fix &#8211; Resolved issue where invalid linked post IDs prevent proper updates on linked posts (props to Mathew L. and a few others for highlighting this issue) [71802]</li>\n<li>Fix &#8211; Do not hijack the blog when the main events page is configured to appear on the site&#8217;s homepage (our thanks to Jason and others for flagging this problem) [72094]</li>\n<li>Fix &#8211; Remove extra trailing double-quotes at the end of the timepicker data-format attributes [85603]</li>\n<li>Fix &#8211; Fixed an issues where Event Aggregator scheduled imports could not run other than manually [81639]</li>\n<li>Tweak &#8211; Prevent stray commas from showing up for some event venues in the List View [72289]</li>\n<li>Tweak &#8211; Prevent stray commas from showing up for some event venues in the Day View [85429]</li>\n<li>Tweak &#8211; Modify certain event queries to widen the window of opportunity for query caching (props @garretjohnson) [84841]</li>\n<li>Tweak &#8211; Improve Event Aggregator message regarding Facebook token expiration [70376]</li>\n<li>Tweak &#8211; Support importing from URLs (Event Aggregator) where the protocol hasn&#8217;t been specified by defaulting to HTTP [76466]</li>\n<li>Tweak &#8211; Removed WP API adjustments [85996]</li>\n<li>Tweak &#8211; Added filter: <code>tribe_aggregator_meta_source</code> to filter the Event Aggregator import source</li>\n<li>Tweak &#8211; Added filter: <code>tribe_events_linked_post_meta_values_{$current_linked_post_meta_key}</code> for filtering the array of values retrieved for a specific linked post meta field</li>\n<li>Tweak &#8211; Updated views: <code>src/views/day/single-event.php</code> and <code>src/views/list/single-event.php</code></li>\n<li>Compatibility &#8211; Minimum supported version of WordPress is now 4.5</li>\n<li>Language &#8211; Improvements to various strings to improve ease of translation (props to @ramiy)</li>\n<li>Language &#8211; 5 new strings added, 56 updated, 1 fuzzied, and 3 obsoleted [the-events-calendar]</li>\n</ul>\n<h4>[4.5.10.1] 2017-08-16</h4>\n<ul>\n<li>Fix &#8211; Updates common library to resolve a range of issues preventing frontend assets from loading and breaking parts of our user interface [85017]</li>\n</ul>\n<h4>[4.5.10] 2017-08-09</h4>\n<ul>\n<li>Fix &#8211; Avoid duplicate events when importing from some iCal, Google Calendar and Facebook feeds in Event Aggregator (our thanks to Jason Sears, controlyours and many other users for highlighting these issues) [67038]</li>\n<li>Fix &#8211; Fixed bug that caused scheduled imports to get stuck in a perpetual state of failure when receiving error messages from the Event Aggregator service (our thanks to Antonio Jose and others for flagging this problem) [83767]</li>\n<li>Fix &#8211; Resolved issue where errors from the Event Aggregator service were not properly logging/visible on the History tab [83767]</li>\n<li>Tweak &#8211; Made linked post fields&#8217; auto-save features more stringently check for empty values to prevent the plugin from trying to &#8220;save&#8221; empty values (our thanks to Jean-Marie for highlighting this problem) [80282]</li>\n<li>Tweak &#8211; Moved the organizer e-mail address field label a bit to better accommodate Community Events [80426]</li>\n<li>Tweak &#8211; Added filter to tribe_get_display_end_date()&#8217;s return value [77730]</li>\n<li>Tweak &#8211; Avoid notice-level errors while processing queues within Event Aggregator (our thanks to David Sharpe and others for reporting this) [84020]</li>\n<li>Tweak &#8211; Improve compatibility and avoid Javascript errors when running alongside Twenty Seventeen [70853]</li>\n<li>Compatibility &#8211; Minimum supported version of WordPress is now 4.4</li>\n<li>Language &#8211; 1 new strings added, 119 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.5.9] 2017-07-26</h4>\n<ul>\n<li>Fix &#8211; Send Aggregator callback URL with correct Scheme [83364]</li>\n<li>Fix &#8211; Scheduled Aggregator cron for inserting will re-enqueue to complete scheduled imports [83382]</li>\n<li>Fix &#8211; Avoid overwriting Venues and Organizers when importing FB events with similarly named Venues and Organizers [75370]</li>\n<li>Fix &#8211; Improve handling of large and/or slow Google Calendar and iCal feeds [79975]</li>\n<li>Tweak &#8211; Added period &#8220;.&#8221; separator to datepicker formats. [65282]</li>\n<li>Tweak &#8211; Added tribe_events_month_get_events_in_month filter to allow overriding of events used in month templates. [83317]</li>\n</ul>\n<h4>[4.5.8.1] 2017-07-21</h4>\n<ul>\n<li>Fix &#8211; Fixed an issue where failed EA Imports would hang for a long time before failing [83344]</li>\n</ul>\n<h4>[4.5.8] 2017-07-13</h4>\n<ul>\n<li>Fix &#8211; Remove permalink logic for recurring events (Events Calendar PRO will implement instead) [74153]</li>\n<li>Fix &#8211; Avoid type error when setting up one-time imports for Facebook URLs (our thanks to @J for flagging this!) [78664]</li>\n<li>Fix &#8211; Add a safety check in isOrganizer() function (our thanks to Kevin for flagging this!) [81645]</li>\n<li>Fix &#8211; Avoid EA Client hanging when no events are found while attempting an import from a Facebook source [82713]</li>\n<li>Fix &#8211; Improve compatibility of The Events Calendar when operating with WPML from within a subdirectory (props: @dgwatkins) [81998]</li>\n</ul>\n<h4>[4.5.7] 2017-06-28</h4>\n<ul>\n<li>Fix &#8211; Restore support for translated events category slugs when WPML is active [73478]</li>\n<li>Fix &#8211; Improve handling of shortcodes within event view excerpts (props: @awbauer) [81226]</li>\n<li>Fix &#8211; Improve compatibility with WPML in relation to event permalinks specifically (props: @dgwatkins) [81224]</li>\n<li>Fix &#8211; Improved handling of Venue fields that allows for better form validation in Community Events [76297]</li>\n<li>Tweak &#8211; Better detection and reporting of communication failures with the Event Aggregator server</li>\n<li>Tweak &#8211; Textual corrections (with thanks to @garrett-eclipse for highlighting many of these) [77196]</li>\n<li>Tweak &#8211; New filter added (&#8220;tribe_events_linked_posts_dropdown_enable_creation&#8221;) to facilitate more control over linked posts [80487]</li>\n<li>Tweak &#8211; Improve performance of theme compatibility code [71974]</li>\n<li>Tweak &#8211; Don&#8217;t show Event Aggregator system status in Help tab if there&#8217;s no Event Aggregator license in place [68506]</li>\n</ul>\n<h4>[4.5.6] 2017-06-22</h4>\n<ul>\n<li>Tweak &#8211; Improved how Cost field looks and it&#8217;s consistency across views [71092 &amp; 71094]</li>\n<li>Fix &#8211; Resolved issue where the Meta Chunker attempted to inappropriately chunk meta for post post_types [80857]</li>\n<li>Tweak &#8211; Added actions: <code>tribe_events_inside_cost</code></li>\n<li>Tweak &#8211; Changed views: <code>day/single-event</code>, <code>day/single-featured</code>, <code>list/single-event</code>, <code>list/single-featured</code></li>\n<li>Language &#8211; 1 new strings added, 15 updated, 1 fuzzied, and 1 obsoleted [the-events-calendar]</li>\n<li>Language &#8211; 0 new strings added, 0 updated, 1 fuzzied, and 0 obsoleted [tribe-common]</li>\n</ul>\n<h4>[4.5.5] 2017-06-14</h4>\n<ul>\n<li>Fix &#8211; Removed extra double quotes in organizer link output [71133]</li>\n<li>Fix &#8211; Make the list and day view styles match more closely [63599]</li>\n<li>Fix &#8211; Better sanitization on CSV imports (thanks to Valentinos Chouris from NCC Group for reporting this) [80311]</li>\n<li>Fix &#8211; Prevent tabs from being incorrectly escaped in iCal output (props: KZeni) [80452]</li>\n<li>Fix &#8211; Fixed inconsistent font styling of Tribe Bar form labels. [27252]</li>\n<li>Tweak &#8211; Removed unused Javascript (jQuery UI Dialog) to help avoid warnings (our thanks to @gama6889 for flagging this) [80766]</li>\n<li>Tweak &#8211; Added new filter hooks &#8216;tribe_events_register_event_type_args&#8217; and &#8216;tribe_events_register_event_cat_type_args&#8217; [80658]</li>\n</ul>\n<h4>[4.5.4] 2017-06-06</h4>\n<ul>\n<li>Tweak &#8211; Minor tweaks to the CSS for linked post types (Organizer/Venues)</li>\n<li>Fix &#8211; Prevent drag and drop icon showing when singular linked post type is been displayed</li>\n<li>Fix &#8211; Resolved issue where scheduled imports sometimes failed to execute [79587]</li>\n<li>Fix &#8211; Better sanitization of data (Props to Valentinos Chouris for reporting this) [80310]</li>\n<li>Language &#8211; 2 new strings added, 156 updated, 0 fuzzied, and 4 obsoleted [the-events-calendar]</li>\n<li>Language &#8211; 4 new strings added, 20 updated, 1 fuzzied, and 0 obsoleted [tribe-common]</li>\n</ul>\n<h4>[4.5.3] 2017-06-01</h4>\n<ul>\n<li>Fix &#8211; Made it easier to translate the update confirmation message (our thanks to safu9 for highlighting this) [79729]</li>\n<li>Fix &#8211; Fixed compatibility issue with WPML which caused organizers and venues to disappear on translated events [67581]</li>\n<li>Fix — Fixed bug where venues and organizers would be duplicated when their associated event is previewed. [64088]</li>\n<li>Tweak &#8211; Other fixes to the plugin verbiage (with thanks to @garrett-eclipse and others)</li>\n</ul>\n<h4>[4.5.2.1] 2017-05-19</h4>\n<ul>\n<li>Fix &#8211; Prevent fatal errors occuring in PHP 5.5 and earlier [79208]</li>\n</ul>\n<h4>[4.5.2] 2017-05-17</h4>\n<ul>\n<li>Fix &#8211; Correct REST API reference URL (our thanks to Lindsey for flagging this) [78658]</li>\n<li>Fix &#8211; Improve Event Aggregator integration to avoid situations where imports continually restart but do not complete [77988]</li>\n<li>Tweak &#8211; Make the inclusion or exclusion of the year (within the event schedule string) filterable [78070]</li>\n<li>Tweak &#8211; Adjustments to help avoid false positive security alerts being generated in relation to our customizer integration [78355]</li>\n</ul>\n<h4>[4.5.1] 2017-05-04</h4>\n<ul>\n<li>Fix &#8211; Prevented errors on EA import screen that happened in exotic circumstance. Thanks @kathryn for reporting this! [75787]</li>\n<li>Fix &#8211; Made EA preserve custom dates after reimporting a Facebook Event when option is set. [75787]</li>\n<li>Fix &#8211; Enhance month view caching to minimize impact of JSON-LD generation [74656]</li>\n<li>Tweak &#8211; Styling/layout improvements within the Event Aggregator screen [77895]</li>\n</ul>\n<h4>[4.5.0.2] 2017-05-01</h4>\n<ul>\n<li>Fix &#8211; Ensure compatibility with WordPress version 4.4 and earlier</li>\n</ul>\n<h4>[4.5.0.1] 2017-05-01</h4>\n<ul>\n<li>Fix &#8211; Resolving issue where some premium plugins were falsely claiming they were out of date</li>\n</ul>\n<h4>[4.5] 2017-05-01</h4>\n<ul>\n<li>Feature &#8211; Event Aggregator now allows users to import from other sites with The Events Calendar [68139]</li>\n<li>Feature &#8211; Include a Events REST API endpoint for read operations [70711]</li>\n<li>Feature &#8211; Include granular Scheduling for Events Aggregator</li>\n<li>Tweak &#8211; Update Authority for modified fields now will include Organizer, Venues and Taxonomy changes [71152]</li>\n<li>Tweak &#8211; Clean up direct calls to get events and use wrapper <code>tribe_get_events()</code> which has a hook for customizing</li>\n<li>Tweak &#8211; Remove including Event Tickets for backwards compatibility as a vendor library [71908]</li>\n<li>Tweak &#8211; Create a global ID to increase consistency on all of the imported items with Event Aggregator [75218]</li>\n<li>Fix &#8211; Prevent Aggregator to run on Empty Queues thus generating fatals (props to @Donald for the report here) [75377]</li>\n<li>Fix &#8211; Categories and Tags are no longer cleared when importing with Event Aggregator (thank you @Nicolas for the report) [74264]</li>\n<li>Fix &#8211; Increase consistency on Column Mapping for CSV imports [76476]</li>\n<li>Tweak &#8211; Added filters for REST API: <code>tribe_events_rest_url_prefix</code>, <code>tribe_rest_url</code>, <code>tribe_events_rest_use_builtin</code>, <code>tribe_rest_events_archive_data</code>, <code>tribe_rest_event_max_per_page</code>, <code>tribe_rest_event_data</code>, <code>tribe_rest_venue_data</code>, <code>tribe_rest_organizer_data</code>, <code>tribe_rest_event_categories_data</code>, <code>tribe_rest_event_tags_data</code>, <code>tribe_rest_event_taxonomy_term_data</code>, <code>tribe_rest_event_featured_image</code>, <code>tribe_events_rest_api_enabled</code></li>\n<li>Tweak &#8211; Added filters for REST API Documentation: <code>tribe_rest_swagger_cost_details_documentation</code>, <code>tribe_rest_swagger_date_details_documentation</code>, <code>tribe_rest_swagger_image_details_documentation</code>, <code>tribe_rest_swagger_image_size_documentation</code>, <code>tribe_rest_swagger_term_documentation</code>, <code>tribe_rest_swagger_event_documentation</code>, <code>tribe_rest_swagger_organizer_documentation</code>, <code>tribe_rest_swagger_venue_documentation</code>, <code>tribe_rest_swagger_documentation</code></li>\n<li>Tweak &#8211; Added filters for Modified fields tracking: <code>tribe_tracker_post_types</code>, <code>tribe_tracker_excluded_meta_keys</code>, <code>tribe_tracker_enabled</code>, <code>tribe_tracker_enabled_for_terms</code>, <code>tribe_tracker_taxonomies</code></li>\n<li>Tweak &#8211; Added filters for Event Aggregator: <code>tribe_aggregator_localized_data</code>, <code>tribe_aggregator_service_messages</code>, <code>tribe_aggregator_url_import_range_options</code>, <code>tribe_aggregator_url_import_range_cap</code>, <code>tribe_aggregator_url_import_range_start</code>, <code>tribe_aggregator_url_import_range_end</code></li>\n<li>Tweak &#8211; Removed filters for Event Aggregator: <code>tribe_aggregator_track_modified_fields</code></li>\n<li>Tweak &#8211; Added actions for Initialization: <code>tribe_events_bound_implementations</code></li>\n<li>Tweak &#8211; Removed methods for <code>Tribe__Events__Main</code>: <code>track_event_post_field_changes</code>, <code>maybe_load_tickets_framework</code></li>\n<li>Tweak &#8211; Removed methods for <code>Tribe__Events__Aggregator__Service</code>: <code>has_service_message</code></li>\n</ul>\n<h4>[4.4.5] 2017-03-23</h4>\n<ul>\n<li>Fix &#8211; Local changes to events should be preserved in accordance with the Event Import Authority setting (thanks to @bryan for reporting this one) [72876]</li>\n<li>Fix &#8211; Correct the value for days of the week abbreviation (thanks @mmmmartin03 for the report) [75379]</li>\n<li>Tweak &#8211; Enable the month view cache by default on new installations [74867]</li>\n<li>Tweak &#8211; External links to Google maps changed from http to https (nice find by @bjf2000 &#8211; reported via the .org support page) [74930]</li>\n<li>Tweak &#8211; Links to WordPress.org changed from http to https (ultimately this is also credited to @bjf2000&#8217;s find. Thanks!) [72273]</li>\n</ul>\n<h4>[4.4.4] 2017-03-08</h4>\n<ul>\n<li>Fix &#8211; Avoid unnecessarily removing a callback from an action while inside the same action (improves PolyLang compatibility &#8211; props @Chouby) [73122]</li>\n<li>Fix &#8211; Resolving issue where sites that overrode the wp-admin path would fail to successfully perform a Facebook OAuth with Event Aggregator [74687]</li>\n<li>Tweak &#8211; Improve template loading for easier customization by developers and better support of the template hierarchy (props @QWp6t) [72842]</li>\n</ul>\n<h4>[4.4.3] 2017-02-22</h4>\n<ul>\n<li>Fix &#8211; Resolved issue where iCal exports on month view were exporting more events than intended (thanks to @s2ldesign for reporting in our forums) [72133]</li>\n<li>Fix &#8211; Resolved meta width issue for maps when Pro is active (gracias a @ANTONIO JOSE por el reporte del error)  [69844, 72272]</li>\n<li>Fix &#8211; Resolved issue where featured images were not being imported via Event Aggregator Facebook imports (cheers to @Cody for the initial bug report) [72764]</li>\n<li>Fix &#8211; Resolved issue where translated &#8216;all&#8217; slugs were not respected (thank you @Marianne for your report in the forums) [71996]</li>\n<li>Tweak &#8211; Translation improvements and fixes (@Katja &#8211; thanks! ) [70068]</li>\n<li>Tweak &#8211; Allow &#8220;-1&#8221; when specifying the &#8220;Month view events per day&#8221; setting [70497]</li>\n</ul>\n<h4>[4.4.2] 2017-02-09</h4>\n<ul>\n<li>Fix &#8211; Ensure the global and source-specific Google Map settings for imports are respected [67228]</li>\n<li>Fix &#8211; Prevent PHP 5.2 Strict mode from throwing notices due to usage of <code>is_a</code> [72812]</li>\n<li>Fix &#8211; Ensure the events list widget&#8217;s show/hide if there are upcoming events setting is respected [72965]</li>\n<li>Tweak &#8211; Add filters for template tag functions related to dates: <code>tribe_get_start_time</code>, <code>tribe_get_end_time</code>, <code>tribe_get_start_date</code> and <code>tribe_get_end_date</code> [67759]</li>\n</ul>\n<h4>[4.4.1.1] 2017-01-26</h4>\n<ul>\n<li>Fix &#8211; Resolved fatal caused when rendering themes that override tribe styles</li>\n</ul>\n<h4>[4.4.1] 2017-01-26</h4>\n<ul>\n<li>Fix &#8211; Resolve the Fatals related to undefined methods and Memory exhaustion [71958, 71912]</li>\n<li>Fix &#8211; iCal export for Single events working again [71916]</li>\n<li>Tweak &#8211; Changes the Search label to prevent duplicate words (props @oheinrich) [72149]</li>\n<li>Tweak &#8211; Add theme version to <code>tribe-event.css</code> (props @berler) [71973]</li>\n<li>Fix &#8211; Resolve JavaScript error when jQuery was been de-registered [71369]</li>\n<li>Fix &#8211; Prevent Fatals when Importing Images on Event Aggregator [70576]</li>\n<li>Fix &#8211; Prevent Third Party notes to be escaped, anchor link working again [71872]</li>\n<li>Fix &#8211; Google Maps now are using HTTPS instead of HTTP (props @cliffordp)</li>\n<li>Fix &#8211; Prevent Fatals on Event Aggregator Cron, due to Activity logging failure [71904]</li>\n<li>Fix &#8211; Elminate some cases of problem with Facebook manual import on Event Aggregator [69137]</li>\n<li>Fix &#8211; WPML integration smaller incompatibilities [70520, 70522]</li>\n</ul>\n<h4>[4.4.0.1] 2017-01-09</h4>\n<ul>\n<li>Fix &#8211; Adds safety check to ensure a smooth activation process when earlier versions of Tribe Common are active</li>\n</ul>\n<h4>[4.4] 2017-01-09</h4>\n<ul>\n<li>Feature &#8211; Add dynamic helper text to single event editor to display the events date and time [66484]</li>\n<li>Feature &#8211; Add support for featured events [65898]</li>\n<li>Feature &#8211; Add support for placing the main events archive on the site homepage [38757]</li>\n<li>Feature &#8211; Add support for the theme customizer [67489]</li>\n<li>Feature &#8211; Make it possible to adjust map pins via the theme customizer [65889]</li>\n<li>Feature &#8211; Support for Event Aggregator in a multisite network context added [61427]</li>\n<li>Fix &#8211; Add a link to The Events Calendar Help page in the Network Administration screen of multisite installations [68665]</li>\n<li>Fix &#8211; Multisite license editing and displaying consistency [68662]</li>\n<li>Tweak &#8211; Adjusted styles and added actions for featured events in the List Widget [65923]</li>\n<li>Tweak &#8211; Organizers and Venues are now with a better and cleaner interface [68430]</li>\n<li>Tweak &#8211; Eliminate duplicate meta data for organizer posts [25084]</li>\n<li>Tweak &#8211; Improved the start/end date user interface [66486, 66487, 66550]</li>\n<li>Tweak &#8211; iCal export now includes all events &#8211; up to a reasonable limit &#8211; rather than just those in the current view [65037]</li>\n<li>Tweak &#8211; Adjustments made to the default week view color scheme [69756]</li>\n<li>Tweak &#8211; Add AJAX and improve consistency of the venue and organizer UI [38129]</li>\n</ul>\n<h4>[4.3.5] 2016-12-20</h4>\n<ul>\n<li>Tweak &#8211; Updated the template override instructions in a number of templates [68229]</li>\n<li>Tweak &#8211; Improve behavior of tribe_get_events_title() in respect of single events [46313]</li>\n<li>Tweak &#8211; Event Aggregator will only load on the Administration, prevent bigger loads for Front-End users [70812]</li>\n<li>Tweak &#8211; Allow better filtering for Organizers and Venue Meta fields (Props: @Chouby from Polylang) [70894]</li>\n<li>Fix &#8211; Prevent JavaScript Notices related to Bumpdown [69886]</li>\n<li>Fix &#8211; Assets URL on Windows Servers are fully operational again [68377]</li>\n<li>Fix &#8211; JavaScript and CSS files will respect HTTPS on all pages [69561]</li>\n<li>Fix &#8211; Fixed comment count and visibility issues due to Event Aggregator records [68297]</li>\n<li>Fix &#8211; Fixed PHP notices and warnings raised when importing .ics files [69960]</li>\n<li>Fix &#8211; Only show link to Venues if Pro is active in List View [69887]</li>\n<li>Fix &#8211; Fixed and issue that would make Event Aggregator importing notices remain stuck in the Import screen [70614]</li>\n<li>Fix &#8211; Avoid error screen when saving licenses on multisite installations [68599]</li>\n<li>Fix &#8211; Fix calendar view links in WPML language switcher [67134]</li>\n</ul>\n<h4>[4.3.4.2] 2016-12-13</h4>\n<ul>\n<li>Fix &#8211; Correct an oversight leading to breakages of the /all/ events archive for Events Calendar PRO users [70662]</li>\n</ul>\n<h4>[4.3.4.1] 2016-12-09</h4>\n<ul>\n<li>Fix &#8211; Updates Tribe Common to remove some stray characters that were impacting page layouts (props: @Aetles) [70536]</li>\n</ul>\n<h4>[4.3.4] 2016-12-08</h4>\n<ul>\n<li>Tweak &#8211; Tribe Common now is loaded only once across our plugin suite, improves performance in some cases [65755]</li>\n<li>Fix &#8211; Featured Images for Event Aggregator imports are working as expected again. [69465]</li>\n<li>Fix &#8211; Google Calendar and iCalendar files are now updating their respective events [68684]</li>\n<li>Fix &#8211; On demand Event Aggregator records will update events correctly [69542]</li>\n</ul>\n<h4>[4.3.3] 2016-11-16</h4>\n<ul>\n<li>Feature &#8211; Added Tribe Extension class and loader, to make small addons easier to build [68188]</li>\n<li>Fix &#8211; Ordering on Month view is working as expected again [69123]</li>\n<li>Fix &#8211; Enable ampersand character in mobile month view titles (thanks @kate for the report of this) [45409]</li>\n<li>Fix &#8211; Prevent notices for Event Aggregator License checking [67981]</li>\n<li>Fix &#8211; Mismatched text domains are resolved, important for translations (props to @Hans) [68462]</li>\n<li>Fix &#8211; Sticky on Month View is working as expected again [68902]</li>\n<li>Fix &#8211; Prevent HTTPS websites from pointing to Assets in HTTP [68372]</li>\n<li>Fix &#8211; On <code>WP_Query</code> we will no-longer overwrite custom <code>post__not_in</code> params [42143]</li>\n</ul>\n<h4>[4.3.2] 2016-11-02</h4>\n<ul>\n<li>Fix &#8211; Fixes an issue where the text in the Location search field was URL encoded when using the back or forward button for navigation. [61742]</li>\n<li>Fix &#8211; Aggregator Errors will not show more than once daily as comments (Thanks @Jacob for your report on the forums) [68094]</li>\n<li>Fix &#8211; Event Aggregator ICS default configuration now are been Selected Correctly [67885]</li>\n<li>Fix &#8211; Shortcode Month view now will display tooltips correctly [68094]</li>\n<li>Fix &#8211; Avoid loading the select2 JavaScript library twice when Advanced Custom Fields is activated (props to @ryan for the initial report [43605]</li>\n<li>Fix &#8211; Avoid errors and notices on calendar page when X theme and WPML plugins are active (thanks @ingrid for reporting this one) [64400]</li>\n</ul>\n<h4>[4.3.1.1] 2016-10-20</h4>\n<ul>\n<li>Fix &#8211; Corrected a packaging issue from the 4.3.1 release [67936]</li>\n</ul>\n<h4>[4.3.1] 2016-10-20</h4>\n<ul>\n<li>Tweak &#8211; Implement the pruning of Event Aggregator history records after 7 days, filterable by tribe_aggregator_record_retention [68283]</li>\n<li>Tweak &#8211; Event Aggregator will now verify that the license key has uses remaining before creating a history record [68286]</li>\n<li>Tweak &#8211; Improve <code>tribe_create_event</code> documentation (Props to Keith) [44871]</li>\n<li>Fix &#8211; Resolved an issue where scheduled Event Aggregator imports marked as &#8220;On Demand&#8221; were being run by cron [68284]</li>\n<li>Fix &#8211; Resolved a bug where empty meta fields were being inserted into Event Aggregator record post meta [68290]</li>\n<li>Fix &#8211; Resolved a bug where Venue and Organizers urls were been generated incorrectly (Thanks @Matt) [68168]</li>\n<li>Fix &#8211; Pagination links on Month view are updating correctly [67977]</li>\n<li>Fix &#8211; Resolved the support for translated event category archive slug that could lead to broken links on the front-end while using WPML (Props to Wilco in the support Forums) [62018]</li>\n<li>Fix &#8211; Resolved a bug where searching for past events in the List view would always yield no results (Thanks for the report @Davide) [61863]</li>\n<li>Fix &#8211; Resolved an issue where long file names would break plugin updates on some Windows installations (pros to @Alan [62552]</li>\n<li>Fix &#8211; Resolved an issue where the <code>/all</code> link on recurring events on non English websites could be broken (reported by @lumiest &#8211; thanks!) [68062]</li>\n<li>Fix &#8211; Pagination links on Month view are updating correctly [67977]</li>\n</ul>\n<h4>[4.3.0.1] 2016-10-14</h4>\n<ul>\n<li>Fix &#8211; Preventing legacy Facebook events from being duplicated</li>\n</ul>\n<h4>[4.3] 2016-10-13</h4>\n<ul>\n<li>Feature &#8211; Added Event Aggregator to enable service-based event imports from iCal feeds, Facebook, and Meetup</li>\n<li>Feature &#8211; Revamped the CSV import screens to work within the new Event Aggregator pages</li>\n<li>Tweak &#8211; Adjusted some view logic to support the new Event Views shortcode in Pro [44800]</li>\n<li>Tweak &#8211; Added a button to copy the system infomation on the help tab [43709]</li>\n<li>Tweak &#8211; Added an option for users to opt into automatic system infomation so our support system can grab the system information found on the help tab automatically [31645]</li>\n<li>Tweak &#8211; Use an earlier hook for iCal feed generation (props @jlambe) [64141]</li>\n<li>Tweak &#8211; Revise and simplify integration with Event Tickets attendee screen [61992]</li>\n<li>Tweak &#8211; Added context to a set of strings to make translation easier (props @pedro-mendonca) [64586]</li>\n<li>Tweak &#8211; Deprecated various disused functions and classes relating to the Meta Factory [39905]</li>\n<li>Fix &#8211; Cease using GLOB_BRACE for including deprecated files due to limited server support [63172]</li>\n<li>Fix &#8211; Avoid problems that can occur when hooking and unhooking actions (props @Chouby) [63474]</li>\n<li>Fix &#8211; Resolves an issue where we were duplicating a core WordPress hook but with a different set of parameters (props @Chouby) [66455]</li>\n<li>Fix &#8211; Correct the datetime formatting issues within the iCal feed (props @henryk) [65968]</li>\n<li>Deprecated &#8211; <code>Tribe__Events__Main::initOptions()</code> has been deprecated with no replacement</li>\n<li>Deprecated &#8211; <code>Tribe__Events__Main::set_meta_factory_global()</code> has been deprecated in favor of using the <code>Tribe__Events__Meta_Factory</code> class</li>\n<li>Deprecated &#8211; The <code>setup_meta()</code> method in both the <code>Tribe__Events__Template__Single_Event</code> and <code>Tribe__Events__Template_Factory</code> classes has been deprecated</li>\n<li>Deprecated &#8211; The <code>the_title()</code>, <code>event_date()</code>, <code>event_category()</code>, <code>event_tag()</code>, <code>event_website()</code>, <code>event_origin()</code>, <code>organizer_name()</code>, <code>organizer_email()</code>, <code>venue_name()</code>, <code>venue_address()</code>, and <code>venue_map()</code> methods have been deprecated in the <code>Tribe__Events__Advanced_Functions__Register_Meta</code> class</li>\n<li>Deprecated &#8211; The <code>register()</code>, <code>check_exists()</code>, and <code>get_args()</code> methods have been deprecated in the <code>Tribe__Events__Meta_Factory</code> class</li>\n</ul>\n<h4>[4.2.7] 2016-09-15</h4>\n<ul>\n<li>Tweak &#8211; Additional support for plugin extensions</li>\n</ul>\n<h4>[4.2.6] 2016-08-31</h4>\n<ul>\n<li>Add &#8211; tribe_is_event_past() conditional to detect if event end time is past current time (Reported by @Jonathan in our support forums &#8211; thanks Jonathan.)</li>\n</ul>\n<h4>[4.2.5] 2016-08-17</h4>\n<ul>\n<li>Fix &#8211; Fixed inconsistent template filtering logic for single event template [62525]</li>\n<li>Tweak &#8211; Restored preview for published events [64874]</li>\n</ul>\n<h4>[4.2.4] 2016-08-03</h4>\n<ul>\n<li>Tweak &#8211; Changed &#8220;Event Add-Ons&#8221; to load faster [64286]</li>\n<li>Fix &#8211; Fixed default venue setting [64628]</li>\n<li>Fix &#8211; Fixed default venue state and province settings [64629]</li>\n</ul>\n<h4>[4.2.3] 2016-07-20</h4>\n<ul>\n<li>Fix &#8211; In month view, be sure to unhook JSON-LD output when calling unhook function</li>\n<li>Fix &#8211; Incorrect JSON-LD event start and end times (thank you @jjbte for reporting on .org forums)</li>\n<li>Fix &#8211; Show Google Map and Link checkbox so they show when editing an event (Reported originally by Michael of @NailedIT in the .org forum)</li>\n<li>Fix &#8211; Use Community Events Venue Edit Link when on Community Events Forms instead of Admin (also as a result of the report abve from @NailedIT. Thanks again.)</li>\n</ul>\n<h4>[4.2.2] 2016-07-06</h4>\n<ul>\n<li>Fix &#8211; Small CSS Issue on Welcome Page</li>\n<li>Fix &#8211; Month view on mobile device width doesn&#8217;t have links to prev/next months</li>\n<li>Fix &#8211; Reimport of updated CSV removes featured image (Bug #46149)</li>\n<li>Fix &#8211; Fixed the issue that would make multiple organizers details disappear when trying to submit invalid event data using Community</li>\n<li>Fix &#8211; Add a check to avoid being unable to switch view when Filter Bar plugin is active and at least one field is set to auto-complete mode</li>\n<li>Fix &#8211; Only add the events custom post type to the tag archive queries and not custom queries with tags [45635]</li>\n<li>Fix &#8211; When using the filter tribe_events_excerpt_allow_shortcode shortcodes will be maybe be processed in event excerpts in the list views [42289]</li>\n</ul>\n<h4>[4.2.1.1] 2016-06-28</h4>\n<ul>\n<li>Fix &#8211; Ensure translations load as expected with all supported versions of WordPress (thanks to @JacobALund for originally reporting this on .org forums)</li>\n</ul>\n<h4>[4.2.1] 2016-06-22</h4>\n<ul>\n<li>Tweak &#8211; Adjust the caching rules for Month View for faster loading</li>\n<li>Fix &#8211; Replace a bad return type to avoid unnecessary notices in the error log</li>\n<li>Fix &#8211; Add missing styles for correctly hide screen reader text</li>\n<li>Fix &#8211; Fixes <code>tribe_get_event_link()</code> which wasn&#8217;t working when passing second parameter as `true&#8217;</li>\n<li>Tweak &#8211; Reduce the ginormous font size of Month View titles in skeleton styles</li>\n<li>Fix &#8211; Add styling to adjust List View description to full width</li>\n<li>Fix &#8211; Miscellaneous tweaks to improve the Month and Day views</li>\n<li>Fix &#8211; Fix a shorthand array that was causing errors in PHP 5.2 and 5.3 when importing events</li>\n</ul>\n<h4>[4.2] 2016-06-08</h4>\n<ul>\n<li>Feature &#8211; Added Google Maps API key field in the Settings tab to avoid map timeouts and errors on larger sites (Thanks to Yan for reporting this!)</li>\n<li>Feature &#8211; Added support for featured image, multiple organizers, excerpt and more custom fields in the .csv file import function for events (Thank you to Graphic Designer for posting on UserVoice!)</li>\n<li>Feature &#8211; Added support for featured image, description, map details and more custom fields in the .csv file import function for venues</li>\n<li>Feature &#8211; Added support for featured image and description in the .csv file import function for organizers (Thank you to Rebecca for posting on UserVoice!)</li>\n<li>Feature &#8211; Added an oEmbed template for events</li>\n<li>Feature &#8211; Improve performance of a query used to determine if there are free/uncosted events (Thank you @fabianmarz for the pull request!)</li>\n<li>Feature &#8211; Added support for attaching custom post types to events</li>\n<li>Tweak &#8211; Improved filtering of the <code>tribe_event_featured_image()</code> function (Cheers to @fabianmarz!)</li>\n<li>Tweak &#8211; Add an encoding class for the CSV importer to prevent non utf8 characters from preventing imports (Thanks to screenrage for the report!)</li>\n<li>Tweak &#8211; Improved our JSON-LD output to ensure consistency (Props to @garrettjohnson and Lars!)</li>\n<li>Tweak &#8211; Language files in the <code>wp-content/languages/plugins</code> path will be loaded before attempting to load internal language files (Thank you to user aafhhl for bringing this to our attention!)</li>\n<li>Tweak &#8211; Switch to HTTPS for the &#8220;Powered by The Events Calendar&#8221; link (Thank you Cynthia for reporting this!)</li>\n<li>Tweak &#8211; Switch to using HTTPS by default for interactions with Google Maps API</li>\n<li>Tweak &#8211; Improved filterability of calendar excerpts by introducing the new <code>tribe_events_get_the_excerpt</code> filter hook</li>\n<li>Tweak &#8211; Improved filtering of organizer details when importing by CSV (Props to @Geir for bringing this up!)</li>\n<li>Tweak &#8211; Adjustments for single event view in Twenty Fifteen theme</li>\n<li>Tweak &#8211; Improved performance of query used to test for events without any cost</li>\n<li>Tweak &#8211; Added missing semicolon to a laquo (Props to mwender on GitHub for the fix!)</li>\n<li>Tweak &#8211; Improve the &#8220;stickiness&#8221; of CSV import column mappings (Thank you @jamesgol!)</li>\n<li>Tweak &#8211; Consistency of JSON-LD markup improved (Cheers to @garrettjohnson for the help!)</li>\n<li>Tweak &#8211; Avoid notice-level errors when working with WP CLI on a site where The Events Calendar is also active (Thanks to @sun)</li>\n<li>Tweak &#8211; Corrected the spelling of timezone in the CSV Importer&#8217;s event field</li>\n<li>Tweak &#8211; Updated venue and organizer templates to use the new architecture for attaching custom post types to events</li>\n<li>Tweak &#8211; Move plugin CSS to PostCSS</li>\n<li>Tweak &#8211; Category default view is now set to <code>default</code> in place of hardcoding the current default view in the category base rewrite rule [31907]</li>\n<li>Deprecated &#8211; <code>Tribe__Events__PUE__Checker</code>, <code>Tribe__Events__PUE__Plugin_Info</code>, and <code>Tribe__Events__PUE__Utility</code> classes are deprecated and are replaced by <code>Tribe__PUE__Checker</code>, <code>Tribe__PUE__Plugin_Info</code>, and <code>Tribe__PUE__Utility</code> classes</li>\n<li>Fixed &#8211; Changed the use of <code>have_posts()</code> in the maybe iCal links for the main views that could cause an infinite loop</li>\n<li>Accessibility &#8211; Focus styles added for search fields</li>\n<li>Accessibility &#8211; Add ARIA labels for Month/Day/List sub nav</li>\n<li>Accessibility &#8211; Add ARIA label for events footer sub nav heading</li>\n</ul>\n<h4>[4.1.4] 2016-05-19</h4>\n<ul>\n<li>Fix &#8211; Improve accuracy of list view pagination after switching from month view</li>\n<li>Tweak &#8211; Give the multi-organizer form &#8216;sticky&#8217; properties so values persist even if the submission is initially rejected</li>\n<li>Tweak &#8211; Resolved minor CSS issues in the welcome page</li>\n</ul>\n<h4>[4.1.3] 2016-04-28</h4>\n<ul>\n<li>Fix &#8211; Month View single days are now ordered as follows: sticky events, ongoing multi-day events, all day events, then start time. In other words, all events should be ordered as you&#8217;d expect when viewing events in Month View.</li>\n<li>Fix &#8211; Updated the compatibility of CSV importer with WordPress 4.5 due to a change in the <code>post_status</code> filter. This will help prevent some of the errors you may have seen when importing events using a CSV file.</li>\n<li>Tweak &#8211; Added new event names for AJAX success to the List, Month, and Day views to help The Events Calendar&#8217;s compatibility with our other premium plugins.</li>\n</ul>\n<h4>[4.1.2] 2016-04-11</h4>\n<ul>\n<li>Tweak &#8211; Removed an unneeded hook that attempted to add a query argument to event tag links</li>\n<li>Fix &#8211; Resolved an issue where events marked as &#8220;sticky&#8221; would not display as such in Month View</li>\n<li>Fix &#8211; Dashes, hyphens, or whatever you like to call them in the events archive slug no longer breaks the URL</li>\n<li>Fix &#8211; The notice that pops up when a conflicting &#8220;events&#8221; page exists can now be dismissed</li>\n</ul>\n<h4>[4.1.1.1] 2016-04-07</h4>\n<ul>\n<li>Security &#8211; Tightened up security with post type link filtering (props to Nadal Soler for reporting this issue!)</li>\n<li>Security &#8211; Tightened up security around tribe bar submissions (props to Paul Mynarsky for reporting this issue!)</li>\n</ul>\n<h4>[4.1.1] 2016-03-30</h4>\n<ul>\n<li>Fix &#8211; Resolved bug where array notices were output on single event pages when venues were not set (props to zaxiscreative for reporting this issue!)</li>\n<li>Fix &#8211; Resolved issue where the Month View in mobile sizes retained the long day-of-week names when the abbreviations should have been used (props to Lucy for the bug report!)</li>\n<li>Fix &#8211; Fixed bug where a &#8220;0&#8221; was added to the default Venue name when creating a new event</li>\n<li>Fix &#8211; Fixed notice that caused Ajax requests to fail (props to cgrymala on WP.org for reporting this!)</li>\n<li>Fix &#8211; Removed quotes from around TZID-specified timezones in iCal feeds which causes problems with some parsers (props to factory44 for reporting the issue that lead to this fix)</li>\n<li>Fix &#8211; Resolved various capitalization issues with German translations (props to oheinrich in our forums for pointing out this issue!)</li>\n</ul>\n<h4>[4.1.0.1] 2016-03-17</h4>\n<ul>\n<li>Fix &#8211; Resolved multiple issues with the German <code>de_DE</code> language file that caused a number of site-breaking issues</li>\n</ul>\n<h4>[4.1] 2016-03-15</h4>\n<ul>\n<li>Feature &#8211; Added a tribe_get_venue_website_url() function for fetching Venue website URLs (props to fervorcreative in our forums for this request!)</li>\n<li>Performance &#8211; Lazy-load venue and organizer selector data</li>\n<li>Tweak &#8211; Allow iCal filenames to be filtered via a new filter: tribe_events_ical_feed_filename</li>\n<li>Tweak &#8211; Added a hook to allow single day queries in month view to be filtered: tribe_events_month_daily_events_query_args</li>\n<li>Tweak &#8211; Improved the logic around rebuilding known date ranges</li>\n<li>Tweak &#8211; Always show the &#8220;Merge Duplicates&#8221; button for venues and organizers in the Events General Settings page</li>\n<li>Tweak &#8211; Allow the &#8220;same slug&#8221; notice to be dismissed and fix some text in that message</li>\n<li>Tweak &#8211; Ignore alpha/beta/rc suffixes on version numbers when checking template versions</li>\n<li>Tweak &#8211; Add a filter for month view daily events query: tribe_events_month_daily_events_query_args</li>\n<li>Tweak &#8211; Added a more flexible cost range parsing function</li>\n<li>Tweak &#8211; Obfuscate license keys Events &gt; Help &gt; System Information</li>\n<li>Fix &#8211; Fixed a fatal that sometimes occurred when refreshing the import CSV page</li>\n<li>Fix &#8211; Fixed issue where some characters were not escaped appropriately for month and year formats</li>\n<li>Fix &#8211; Added missing tribe-loading@2x.gif</li>\n<li>Fix &#8211; Fixed a warning produced by passing a DateTime() object into start_date or end_date args of tribe_get_events (props to iamhexcoder for the pull request!)</li>\n<li>Fix &#8211; Fixed bug where events in month view were not always sorted in chronological order</li>\n<li>Fix &#8211; Fixed the System Info URL in Events &gt; Help</li>\n<li>Fix &#8211; Resolved issue where the default country would be &#8220;Array&#8221; if no default country is set</li>\n<li>Fix &#8211; Fixed bug where ajaxurl was sometimes undefined</li>\n</ul>\n<h4>[4.0.7] 2016-03-02</h4>\n<ul>\n<li>Fix &#8211; Resolve display issues on templates with Jetpack and a few themes</li>\n<li>Fix &#8211; Mobile breakpoints on month view working with custom breakpoints</li>\n<li>Fix &#8211; Reordering Venue and Organizer metadata no longer breaks titles</li>\n<li>Fix &#8211; Prevented notices from happening when using <code>the_title</code> filter</li>\n<li>Fix &#8211; iCal links now will respect categories on the first page</li>\n<li>Fix &#8211; Prevent third-party bugs with SEO plugins when inserting events programmatically</li>\n<li>Fix &#8211; Organizer information is showing up again correctly</li>\n<li>Fix &#8211; Modified the add-on license validation method to better explain what is happening</li>\n<li>Fix &#8211; Description on mobile views now have the correct class attribute on HTML</li>\n<li>Fix &#8211; Added missing semicolon on the list navigation for &#8220;&amp;laquo&#8221;</li>\n</ul>\n<h4>[4.0.6] 2016-02-17</h4>\n<ul>\n<li>Tweak &#8211; Adjust injection of event data into the_content from priority 10 to 9 for better 3rd-party plugin compatibility</li>\n<li>Tweak &#8211; Change mobile month view selector to load event details below the calendar for better theme compatibility</li>\n<li>Tweak &#8211; Better handling of edge cases on the post_excerpt for List View</li>\n<li>Tweak &#8211; Removal of generic CSS classes like <code>.updated</code> and <code>.published</code></li>\n<li>Fix &#8211; Prevent Notices from appearing when using <code>tribe_get_organizer()</code></li>\n<li>Fix &#8211; Make HTML Single Event Pages valid</li>\n<li>Fix &#8211; Numeric named categories URLs are now fully working</li>\n<li>Fix &#8211; Event Title now Accepts HTML on Tooltips</li>\n<li>Fix &#8211; Licenses Tab now will work with <code>DISALLOW_FILE_MODS</code> (Props to Sun for spotting and fixing this)</li>\n</ul>\n<h4>[4.0.5] 2016-01-15</h4>\n<ul>\n<li>Security &#8211; Security fix with Venues and Organizers (props to grantdayjames for reporting this!)</li>\n</ul>\n<h4>[4.0.4] 2015-12-23</h4>\n<ul>\n<li>Tweak &#8211; Including the latest embedded Event Tickets release for backward compatibility</li>\n</ul>\n<h4>[4.0.3] 2015-12-22</h4>\n<ul>\n<li>Tweak &#8211; Adjust single-event.php template to allow the &#8220;Time&#8221; title and content to be filterable (Props to Sitecrafting for highlighting this issue!)</li>\n<li>Fix &#8211; Resolved issue with an overly escaped Event Category edit URL that prevented editing categories (Thanks to Ian for the first report of this issue!)</li>\n<li>Fix &#8211; Fixed issue where clicking on columns on the Events listed in the Admin Dashboard were ALWAYS sorted by Event start/end date before sorting by the column selected (Cheers to Corrado for bringing this to our attention!)</li>\n</ul>\n<h4>[4.0.2] 2015-12-16</h4>\n<ul>\n<li>Tweak &#8211; Adding better support for non-numeric cost values on events (Props to Mirja for highlighting this!)</li>\n<li>Tweak &#8211; Avoid notice level errors when advanced events list widget settings are saved (Thank you Johan for reporting the issue!)</li>\n<li>Tweak &#8211; Improve messaging in the same-slug warning message (Thanks to Simon for bringing this to our attention!)</li>\n<li>Tweak &#8211; Hook to Event Tickets to inject event dates into ticket emails</li>\n<li>Tweak &#8211; Adding better support for default venues (Props to Karly for noting this!)</li>\n<li>Tweak &#8211; Improve handling of internationalized slugs (Cheers to Oliver for the help!)</li>\n<li>Fix &#8211; Ensure the past events list displays the correct events when accessed via ajax (Thank you Jesse for highlighting this!)</li>\n<li>Fix &#8211; Support ordering by venue/organizer within event queries (Thank you Doug for bringing this to our attention!)</li>\n<li>Fix &#8211; Fixed issue where events with the same date/time would sometimes be excluded from single-event navigation (Cheers to JeremyEnglert for the tip!)</li>\n<li>Fix &#8211; Resolved issue where events set with the explicit cost of 0 were not showing as &#8220;Free&#8221; (Thank you terrizsolo for reporting this!)</li>\n<li>Fix &#8211; Fixed bug where the datepicker in Twenty Sixteen was really ugly</li>\n<li>Fix &#8211; Fixed bug where using Quick Edit on events caused the table columns in the event list to become jumbled on save (Props to A K for the report!)</li>\n<li>Fix &#8211; Resolved bug where category links sometimes included event category 1 (Thank you Anthony for the original report of this problem!)</li>\n<li>Fix &#8211; Fixed a settings page URL (Props to Kristy for the heads up!)</li>\n</ul>\n<h4>[4.0.1] 2015-12-10</h4>\n<ul>\n<li>Tweak &#8211; Add a warning message for major updates</li>\n<li>Tweak &#8211; For SEO reasons, use an h1 for the title rather than an h2 (props to wpexplorer for this fix)</li>\n<li>Tweak &#8211; Target the calendar view grid in JS using a simpler selector</li>\n<li>Fix &#8211; Resolved WP 4.4 related fatal on the Nav Menu page that prevented the admin footer from rendering/enqueuing JS</li>\n<li>Fix &#8211; Resolved bug where visiting /events/upcoming could sometimes result in an infinite redirect loop</li>\n<li>Fix &#8211; Removed <code>wp_trim_excerpt</code> and use only it&#8217;s powers, fixing the excerpt problem</li>\n<li>Fix &#8211; Fixed bug where the mobile calendar view did not display the date for the date being viewed</li>\n<li>Fix &#8211; Fixed bug where the admin toolbar&#8217;s Events &gt; Import &gt; CSV did not link to the CSV importer page</li>\n<li>Fix &#8211; Fixed issue where the events list in the admin dashboard were not ordered in an intuitive manner</li>\n<li>Fix &#8211; Resolved bug where sorting by event category or tag resulted in an error</li>\n<li>Fix &#8211; Fixed bug where full event content text was displayed where excerpts should have been displayed</li>\n<li>Fix &#8211; Resolved issue where events imported via CSV were excluded from single event navigation</li>\n<li>Fix &#8211; Fixed bug where /events/list would sometimes 404 on a new install</li>\n<li>Fix &#8211; Resolved bug where multiday all-day events displayed the end date as one day later than it should be when the End of Day Cut-off was set to something other than 12am</li>\n<li>Fix &#8211; Timezone handling fixed within generated iCal feeds</li>\n</ul>\n<h4>[4.0] 2015-12-02</h4>\n<ul>\n<li>Security &#8211; A TON of escaping was added to our codebase thanks to the efforts of the always-helpful Andy Fragen (@afragen)</li>\n<li>Feature &#8211; Moved the Ticket framework code into its own plugin (event-tickets)</li>\n<li>Feature &#8211; The event cost now supports more international formats with the addition of the tribe_events_cost_separators filter (Thank you remokrol for bringing this to our attention!)</li>\n<li>Feature &#8211; Added support for the twentysixteen theme</li>\n<li>Feature &#8211; Created a new Add-Ons tab in Settings so that TEC add-ons can have a consolidated settings tab</li>\n<li>Feature &#8211; Improve the date formats UI by providing example output for each selected format</li>\n<li>Tweak &#8211; Restructured TEC&#8217;s core settings code for reusability with other standalone plugins like Event Tickets</li>\n<li>Tweak &#8211; Deprecate old JS event names in favor of a new JS event naming standard. Example: deprecated tribe_ev_runAjax in favor of run-ajax.tribe</li>\n<li>Tweak &#8211; Consolidated import pages for TEC and add-ons</li>\n<li>Tweak &#8211; When suggesting a UTF-8 compatibility CSV formatting tool, point to one that still exists</li>\n<li>Tweak &#8211; Added the ability to filter attendees CSV items via tribe_events_tickets_attendees_csv_items (Props to @bostondv on GitHub for this patch!)</li>\n<li>Tweak &#8211; Updated all excerpt output to use tribe_events_get_the_excerpt() to ensure a consistent display of excerpt content (Cheers to Joseph to pointing this out!)</li>\n<li>Tweak &#8211; Add support for wp_get_document_title in response to the WordPress 4.4 deprecation of wp_title</li>\n<li>Tweak &#8211; Check post creation permissions before letting users create venues and organizers from the event meta box</li>\n<li>Tweak &#8211; Only display data separators between fields that have data when rendering organizers (Thank you Bud for highlighting this issue!)</li>\n<li>Tweak &#8211; When a user cannot create organizers, prevent the auto-selection of organizers when editing an event</li>\n<li>Tweak &#8211; Remove microformat CSS classes from templates and replace with namespaced content-relevant CSS classes</li>\n<li>Tweak &#8211; Changed the &#8220;updated&#8221; CSS class to &#8220;tribe-updated&#8221; so that it is properly namespaced (Thank you vijayrajesh!)</li>\n<li>Tweak &#8211; The Plugin Update Checker will now auto-save valid plugin keys (Thanks to Denon for originally bringing this up!)</li>\n<li>Tweak &#8211; Cleaned up the output of JSON-LD data. Filterable via the new tribe_google_data_markup_json filter</li>\n<li>Tweak &#8211; Drop the use of the generic CSS class &#8220;placeholder&#8221; in favor of &#8220;tribe-event-placeholder&#8221; (Thanks to Marc on the forums!)</li>\n<li>Tweak &#8211; Adjusted the CSS padding on Admin Menu items for Events</li>\n<li>Tweak &#8211; Various codesniffer fixes</li>\n<li>Tweak &#8211; tribe_get_venue_link() no longer echoes if you ask it to return an <a> element</a></li>\n<li>Tweak &#8211; Error messages for empty Venue names</li>\n<li>Tweak &#8211; Improve our responsiveness for the widget mini calendar, allowing smaller sidebars.</li>\n<li>Tweak &#8211; No longer retrieve empty costs when fetching all costs for all events</li>\n<li>Tweak &#8211; Change the priority of bootstrapping the-events-calendar to ensure it occurs before any of the TEC addons in the event some addons are upgraded to v4.0 later than TEC</li>\n<li>Tweak &#8211; Adjust the logic used for adding a noindex/follow tag to event views</li>\n<li>Tweak &#8211; No longer hiding default address fields when default venues are selected when Pro is active</li>\n<li>Fix &#8211; Resolved issue where the iCal feed did not provide an appropriately formatted timezone in some cases (Cheers to Matt for the report!)</li>\n<li>Fix &#8211; Added support for translating some previously untranslatable strings (Props to tititou36, media325, and Stef!)</li>\n<li>Fix &#8211; Prevented duplicate CSS IDs on the mini calendars (Cheers to Corrado for the help!)</li>\n<li>Fix &#8211; Fixed bug causing tribe_get_single_ical_link() and tribe_get_ical_link() to use the same URL when it shouldn&#8217;t (Props to Ben Byrne @drywall on Twitter for the heads up!)</li>\n<li>Fix &#8211; Fixed issue where the &#8220;Add another organizer&#8221; text wasn&#8217;t using the correct singular label (Thank you MIKE for the report!)</li>\n<li>Fix &#8211; Various CSS fixes for twenty(ten-fifteen)</li>\n<li>Fix &#8211; Improved our handling of <code>get_current_screen()</code> across the plugin, avoiding notices and warnings (Thank you Mike for the help!)</li>\n<li>Fix &#8211; Fixed bug where accessing object properties on a non object errored out when saving event meta (props to @dalethedeveloper on GitHub for this fix!)</li>\n<li>Fix &#8211; Fixed bug where organizer ID meta attached sometimes included a blank record. That blank record is no longer returned in tribe_get_organizer_ids()</li>\n<li>Fix &#8211; Fixed error message returned when tabbing away from a blank event name meta box so that it properly indicates that an event name is required (Our thanks to @tapan29bd for this fix!)</li>\n<li>Fix &#8211; Resolved issue where Timezone event start/end date property name strings were malformed which guaranteed a a call to get_post_meta for Timezone date strings</li>\n<li>Fix &#8211; Fixed CSS issue where the month view calendar could sometimes extend beyond the edge of the page when Skeleton Styles were enabled</li>\n<li>Fix &#8211; Fixed a problem where iCal data was generated with incorrect dates in the case of some all days events (thanks to Matt for highlighting this)</li>\n<li>Fix &#8211; Resolved a problem causing the previous month view to appear when it should not</li>\n<li>Fix &#8211; Fixed issue in mobile month view where date was missing from heading</li>\n<li>Fix &#8211; Resolved issue that caused /events/ to 404 if it was visited on a new install before hitting &#8220;Save&#8221; on the Events &gt; Settings &gt; Display page</li>\n<li>Deprecated &#8211; The Tribe__Events__Main::defaultValueReplaceEnabled() method is being deprecated in favor of tribe_get_option(&#8216;defaultValueReplace&#8217;). Schedules for removal in v4.5</li>\n<li>Deprecated &#8211; The tribe_event_link() has been deprecated in favor of tribe_get_event_link(). Scheduled for removal in 5.0</li>\n<li>Deprecated &#8211; The third parameter of tribe_get_organizer_link() (the $echo parameter) has been deprecated and is scheduled for removal in 5.0</li>\n<li>Deprecated &#8211; Tribe__Events__Abstract_Deactivation in favor of Tribe__Abstract_Deactivation</li>\n<li>Deprecated &#8211; Tribe__Events__Admin__Helpers in favor of Tribe__Admin__Helpers</li>\n<li>Deprecated &#8211; Tribe__Events__App_Shop in favor of Tribe__App_Shop</li>\n<li>Deprecated &#8211; Tribe__Events__Autoloader in favor of Tribe__Autoloader</li>\n<li>Deprecated &#8211; Tribe__Events__Cache in favor of Tribe__Cache</li>\n<li>Deprecated &#8211; Tribe__Events__Cache_Listener in favor of Tribe__Cache_Listener</li>\n<li>Deprecated &#8211; Tribe__Events__Changelog_Reader in favor of Tribe__Changelog_Reader</li>\n<li>Deprecated &#8211; Tribe__Events__Credits in favor of Tribe__Credits</li>\n<li>Deprecated &#8211; Tribe__Events__Date_Utils in favor of Tribe__Date_Utils</li>\n<li>Deprecated &#8211; Tribe__Events__Field in favor of Tribe__Field</li>\n<li>Deprecated &#8211; Tribe__Events__Settings in favor of Tribe__Settings</li>\n<li>Deprecated &#8211; Tribe__Events__Settings_Tab in favor of Tribe__Settings_Tab</li>\n<li>Deprecated &#8211; Tribe__Events__Support in favor of Tribe__Support</li>\n<li>Deprecated &#8211; Tribe__Events__Template_Part_Cache in favor of Tribe__Template_Part_Cache</li>\n<li>Deprecated &#8211; Tribe__Events__Tickets__Attendees_Table in favor of Tribe__Tickets__Attendees_Table in the event-tickets plugin</li>\n<li>Deprecated &#8211; Tribe__Events__Tickets__Metabox in favor of Tribe__Tickets__Metabox in the event-tickets plugin</li>\n<li>Deprecated &#8211; Tribe__Events__Tickets__Ticket_Object in favor of Tribe__Tickets__Ticket_Object in the event-tickets plugin</li>\n<li>Deprecated &#8211; Tribe__Events__Tickets__Tickets in favor of Tribe__Tickets__Tickets in the event-tickets plugin</li>\n<li>Deprecated &#8211; Tribe__Events__Tickets__Tickets_Pro in favor of Tribe__Tickets__Tickets_Handler in the event-tickets plugin</li>\n<li>Deprecated &#8211; Tribe__Events__Validate in favor of Tribe__Validate</li>\n<li>Deprecated &#8211; Tribe__Events__View_Helpers in favor of Tribe__View_Helpers</li>\n<li>Deprecated &#8211; Tribe__Events__Main::OPTIONNAME in favor of Tribe__Main::OPTIONNAME</li>\n<li>Deprecated &#8211; Tribe__Events__Main::OPTIONNAMENETWORK in favor of Tribe__Main::OPTIONNAMENETWORK</li>\n<li>Deprecated &#8211; Tribe__Events__Main::addHelpAdminMenuItem() in favor of Tribe__Settings_Manager::add_help_admin_menu_item()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::addNetworkOptionsPage() in favor of Tribe__Settings_Manager::add_network_options_page()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::array_insert_after_key() in favor of Tribe__Main::array_insert_after_key()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::array_insert_before_key() in favor of Tribe__Main::array_insert_before_key()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::debug() in favor of Tribe__Debug::debug()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::defaultValueReplaceEnabled() in favor of tribe_get_option( &#8216;defaultValueReplace&#8217; )</li>\n<li>Deprecated &#8211; Tribe__Events__Main::doHelpTab() in favor of Tribe__Settings_Manager::do_help_tab()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::doNetworkSettingTab() in favor of Tribe__Settings_Manager::do_network_settings_tab()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::doSettingTabs() in favor of Tribe__Settings_Manager::do_setting_tabs()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::do_licenses_tab() in favor of Tribe__Settings_Manager::do_licenses_tab()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::getNetworkOption() in favor of Tribe__Settings_Manager::get_network_option()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::getNetworkOptions() in favor of Tribe__Settings_Manager::get_network_options()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::getNotices() in favor of Tribe__Notices::get()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::getOption() in favor of Tribe__Settings_Manager::get_option()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::getOptions() in favor of Tribe__Settings_Manager::get_options()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::have_addons() in favor of Tribe__Settings_Manager::have_addons()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::isNotice() in favor of Tribe__Notices::is_notice()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::pluginDir in favor of Tribe__Events__Main::plugin_dir</li>\n<li>Deprecated &#8211; Tribe__Events__Main::pluginName in favor of Tribe__Events__Main::plugin_name</li>\n<li>Deprecated &#8211; Tribe__Events__Main::pluginPath in favor of Tribe__Events__Main::plugin_path</li>\n<li>Deprecated &#8211; Tribe__Events__Main::pluginUrl in favor of Tribe__Events__Main::plugin_url</li>\n<li>Deprecated &#8211; Tribe__Events__Main::removeNotice() in favor of Tribe__Notices::remove_notice()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::renderDebug() in favor of Tribe__Debug::render()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::saveAllTabsHidden() in favor of Tribe__Settings_Manager::save_all_tabs_hidden()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::setNetworkOptions() in favor of Tribe__Settings_Manager::set_network_options()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::setNotice() in favor of Tribe__Notices::set_notice()</li>\n<li>Deprecated &#8211; Tribe__Events__Main::truncate() in favor of tribe_events_get_the_excerpt()</li>\n<li>Deprecated &#8211; tribe_event_beginning_of_day() in favor of tribe_beginning_of_day()</li>\n<li>Deprecated &#8211; tribe_event_end_of_day() in favor of tribe_end_of_day()</li>\n<li>Deprecated &#8211; tribe_event_format_date() in favor of tribe_format_date()</li>\n<li>Deprecated &#8211; tribe_events_the_notices() in favor of tribe_the_notices()</li>\n</ul>\n<h4>3.x and previous</h4>\n<p>For release notes from the 3.x and older lifecycles, see our <a href=\"https://theeventscalendar.com/category/products/release-notes/\" rel=\"nofollow\">full historical release notes</a>.</p>\n\";s:11:\"screenshots\";s:2685:\"<ol><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=1679210\" alt=\"Month View with Hover\"></a><p>Month View with Hover</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-10.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-10.png?rev=1679210\" alt=\"Events List Widget\"></a><p>Events List Widget</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-11.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-11.png?rev=1679210\" alt=\"Mobile Month View\"></a><p>Mobile Month View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-12.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-12.png?rev=1679210\" alt=\"CSV Importer\"></a><p>CSV Importer</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=1679210\" alt=\"Month View\"></a><p>Month View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=1679210\" alt=\"List View\"></a><p>List View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=1679210\" alt=\"Day View\"></a><p>Day View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=1679210\" alt=\"Single Event\"></a><p>Single Event</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=1679210\" alt=\"Event Editor\"></a><p>Event Editor</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=1679210\" alt=\"Events Admin Listing\"></a><p>Events Admin Listing</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=1679210\" alt=\"General Settings\"></a><p>General Settings</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=1679210\" alt=\"Display Settings\"></a><p>Display Settings</p></li></ol>\";}s:13:\"download_link\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.12.zip\";s:11:\"screenshots\";a:12:{i:1;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=1679210\";s:7:\"caption\";s:21:\"Month View with Hover\";}i:10;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/the-events-calendar/assets/screenshot-10.png?rev=1679210\";s:7:\"caption\";s:18:\"Events List Widget\";}i:11;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/the-events-calendar/assets/screenshot-11.png?rev=1679210\";s:7:\"caption\";s:17:\"Mobile Month View\";}i:12;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/the-events-calendar/assets/screenshot-12.png?rev=1679210\";s:7:\"caption\";s:12:\"CSV Importer\";}i:2;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=1679210\";s:7:\"caption\";s:10:\"Month View\";}i:3;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=1679210\";s:7:\"caption\";s:9:\"List View\";}i:4;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=1679210\";s:7:\"caption\";s:8:\"Day View\";}i:5;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=1679210\";s:7:\"caption\";s:12:\"Single Event\";}i:6;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=1679210\";s:7:\"caption\";s:12:\"Event Editor\";}i:7;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=1679210\";s:7:\"caption\";s:20:\"Events Admin Listing\";}i:8;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=1679210\";s:7:\"caption\";s:16:\"General Settings\";}i:9;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=1679210\";s:7:\"caption\";s:16:\"Display Settings\";}}s:4:\"tags\";a:5:{s:8:\"calendar\";s:8:\"calendar\";s:5:\"event\";s:5:\"Event\";s:6:\"events\";s:6:\"events\";s:9:\"organizer\";s:9:\"organizer\";s:5:\"venue\";s:5:\"venue\";}s:8:\"versions\";a:138:{s:3:\"1.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.zip\";s:5:\"1.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.1.zip\";s:5:\"1.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.2.zip\";s:5:\"1.5.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.3.zip\";s:5:\"1.5.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.4.zip\";s:5:\"1.5.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.5.zip\";s:5:\"1.5.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.6.zip\";s:3:\"1.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.zip\";s:5:\"1.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.1.zip\";s:5:\"1.6.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.2.zip\";s:5:\"1.6.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.3.zip\";s:5:\"1.6.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.4.zip\";s:5:\"1.6.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.5.zip\";s:3:\"2.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.zip\";s:5:\"2.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.1.zip\";s:6:\"2.0.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.10.zip\";s:6:\"2.0.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.11.zip\";s:5:\"2.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.2.zip\";s:5:\"2.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.3.zip\";s:5:\"2.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.4.zip\";s:5:\"2.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.5.zip\";s:5:\"2.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.6.zip\";s:5:\"2.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.7.zip\";s:5:\"2.0.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.8.zip\";s:5:\"2.0.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.9.zip\";s:3:\"3.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.zip\";s:5:\"3.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.1.zip\";s:5:\"3.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.2.zip\";s:5:\"3.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.3.zip\";s:3:\"3.1\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.1.zip\";s:4:\"3.10\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.zip\";s:6:\"3.10.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.1.zip\";s:4:\"3.11\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.zip\";s:6:\"3.11.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.1.zip\";s:6:\"3.11.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.2.zip\";s:4:\"3.12\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.zip\";s:6:\"3.12.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.1.zip\";s:6:\"3.12.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.2.zip\";s:6:\"3.12.3\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.3.zip\";s:6:\"3.12.4\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.4.zip\";s:6:\"3.12.5\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.5.zip\";s:6:\"3.12.6\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.6.zip\";s:3:\"3.2\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.2.zip\";s:3:\"3.3\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.zip\";s:5:\"3.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.1.zip\";s:3:\"3.4\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.zip\";s:5:\"3.4.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.1.zip\";s:3:\"3.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.zip\";s:5:\"3.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.1.zip\";s:3:\"3.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.zip\";s:5:\"3.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.1.zip\";s:3:\"3.7\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.7.zip\";s:3:\"3.8\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.zip\";s:5:\"3.8.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.1.zip\";s:3:\"3.9\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.zip\";s:5:\"3.9.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.1.zip\";s:5:\"3.9.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.2.zip\";s:5:\"3.9.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.3.zip\";s:3:\"4.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.zip\";s:5:\"4.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.1.zip\";s:5:\"4.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.2.zip\";s:5:\"4.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.3.zip\";s:5:\"4.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.4.zip\";s:5:\"4.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.5.zip\";s:5:\"4.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.6.zip\";s:5:\"4.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.7.zip\";s:3:\"4.1\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.zip\";s:7:\"4.1.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.0.1.zip\";s:5:\"4.1.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.zip\";s:7:\"4.1.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.1.zip\";s:5:\"4.1.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.2.zip\";s:5:\"4.1.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.3.zip\";s:5:\"4.1.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.4.zip\";s:3:\"4.2\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.zip\";s:5:\"4.2.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.zip\";s:7:\"4.2.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.1.zip\";s:5:\"4.2.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.2.zip\";s:5:\"4.2.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.3.zip\";s:5:\"4.2.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.4.zip\";s:5:\"4.2.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.5.zip\";s:5:\"4.2.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.6.zip\";s:5:\"4.2.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.7.zip\";s:3:\"4.3\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.zip\";s:7:\"4.3.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.0.1.zip\";s:5:\"4.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.zip\";s:7:\"4.3.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.1.zip\";s:5:\"4.3.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.2.zip\";s:5:\"4.3.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.3.zip\";s:5:\"4.3.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.zip\";s:7:\"4.3.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.1.zip\";s:7:\"4.3.4.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.2.zip\";s:5:\"4.3.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.5.zip\";s:3:\"4.4\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.zip\";s:7:\"4.4.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.0.1.zip\";s:5:\"4.4.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.zip\";s:7:\"4.4.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.1.zip\";s:5:\"4.4.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.2.zip\";s:5:\"4.4.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.3.zip\";s:5:\"4.4.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.4.zip\";s:5:\"4.4.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.5.zip\";s:3:\"4.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.zip\";s:7:\"4.5.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.1.zip\";s:7:\"4.5.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.2.zip\";s:5:\"4.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.1.zip\";s:6:\"4.5.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.10.zip\";s:8:\"4.5.10.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.10.1.zip\";s:6:\"4.5.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.11.zip\";s:6:\"4.5.12\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.zip\";s:8:\"4.5.12.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.1.zip\";s:8:\"4.5.12.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.2.zip\";s:8:\"4.5.12.3\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.3.zip\";s:6:\"4.5.13\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.13.zip\";s:5:\"4.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.zip\";s:7:\"4.5.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.1.zip\";s:5:\"4.5.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.3.zip\";s:5:\"4.5.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.4.zip\";s:5:\"4.5.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.5.zip\";s:5:\"4.5.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.6.zip\";s:5:\"4.5.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.7.zip\";s:5:\"4.5.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.8.zip\";s:7:\"4.5.8.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.8.1.zip\";s:5:\"4.5.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.9.zip\";s:3:\"4.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.zip\";s:5:\"4.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.1.zip\";s:6:\"4.6.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.10.zip\";s:8:\"4.6.10.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.10.1.zip\";s:6:\"4.6.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.11.zip\";s:8:\"4.6.11.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.11.1.zip\";s:6:\"4.6.12\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.12.zip\";s:5:\"4.6.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.2.zip\";s:5:\"4.6.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.3.zip\";s:5:\"4.6.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.4.zip\";s:5:\"4.6.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.5.zip\";s:5:\"4.6.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.6.zip\";s:5:\"4.6.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.7.zip\";s:5:\"4.6.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.8.zip\";s:5:\"4.6.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.9.zip\";s:5:\"trunk\";s:62:\"https://downloads.wordpress.org/plugin/the-events-calendar.zip\";}s:11:\"donate_link\";s:18:\"http://m.tri.be/29\";s:12:\"contributors\";a:0:{}}s:14:\"contact-form-7\";a:25:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:7:\"version\";s:5:\"5.0.1\";s:6:\"author\";s:62:\"<a href=\"https://ideasilo.wordpress.com/\">Takayuki Miyoshi</a>\";s:14:\"author_profile\";s:43:\"https://profiles.wordpress.org/takayukister\";s:8:\"requires\";s:3:\"4.8\";s:6:\"tested\";s:5:\"4.9.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:90;s:7:\"ratings\";a:5:{i:5;i:1202;i:4;i:116;i:3;i:32;i:2;i:32;i:1;i:113;}s:11:\"num_ratings\";i:1495;s:15:\"support_threads\";i:694;s:24:\"support_threads_resolved\";i:167;s:10:\"downloaded\";i:77147634;s:12:\"last_updated\";s:22:\"2018-02-27 11:06am GMT\";s:5:\"added\";s:10:\"2007-08-02\";s:8:\"homepage\";s:25:\"https://contactform7.com/\";s:8:\"sections\";a:5:{s:11:\"description\";s:2058:\"<p>Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</p>\n<h4>Docs &amp; Support</h4>\n<p>You can find <a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">docs</a>, <a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a> and more detailed information about Contact Form 7 on <a href=\"https://contactform7.com/\" rel=\"nofollow\">contactform7.com</a>. If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the <a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">support forum</a> on WordPress.org. If you can&#8217;t locate any topics that pertain to your particular issue, post a new topic for it.</p>\n<h4>Contact Form 7 Needs Your Support</h4>\n<p>It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider <a href=\"https://contactform7.com/donate/\" rel=\"nofollow\"><strong>making a donation</strong></a>. Your donation will help encourage and support the plugin&#8217;s continued development and better user support.</p>\n<h4>Recommended Plugins</h4>\n<p>The following plugins are recommended for Contact Form 7 users:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/flamingo/\">Flamingo</a> by Takayuki Miyoshi &#8211; With Flamingo, you can save submitted messages via contact forms in the database.</li>\n<li><a href=\"https://wordpress.org/plugins/bogo/\">Bogo</a> by Takayuki Miyoshi &#8211; Bogo is a straight-forward multilingual plugin that doesn&#8217;t cause headaches.</li>\n</ul>\n<h4>Translations</h4>\n<p>You can <a href=\"https://contactform7.com/translating-contact-form-7/\" rel=\"nofollow\">translate Contact Form 7</a> on <a href=\"https://translate.wordpress.org/projects/wp-plugins/contact-form-7\" rel=\"nofollow\"><strong>translate.wordpress.org</strong></a>.</p>\n\";s:12:\"installation\";s:414:\"<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n</ol>\n<p>You will find &#8216;Contact&#8217; menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n\";s:3:\"faq\";s:902:\"<p>Do you have questions or issues with Contact Form 7? Use these support channels appropriately.</p>\n<ol>\n<li><a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">Docs</a></li>\n<li><a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">Support Forum</a></li>\n</ol>\n<p><a href=\"https://contactform7.com/support/\" rel=\"nofollow\">Support</a></p>\n\n<h4>Installation Instructions</h4>\n<p>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n</ol>\n<p>You will find &#8216;Contact&#8217; menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:2270:\"<p>For more information, see <a href=\"https://contactform7.com/category/releases/\" rel=\"nofollow\">Releases</a>.</p>\n<h4>5.0.1</h4>\n<ul>\n<li>Fixed incorrect uses of _n().</li>\n<li>Config validation: Fixed incorrect count of alerts in the Additional Settings tab panel.</li>\n<li>Config validation: Fixed improper treatment for the [_site_admin_email] special mail-tag in the From mail header field.</li>\n<li>Acceptance checkbox: The class and id attributes specified were applied to the wrong HTML element.</li>\n<li>Config validation: When there is an additional mail header for mailboxes like Cc or Reply-To, but it has a possible empty value, “Invalid mailbox syntax is used” error will be returned.</li>\n<li>Explicitly specify the fourth parameter of add_action() to avoid passing unintended parameter values.</li>\n<li>Check if the target directory is empty before removing the directory.</li>\n</ul>\n<h4>5.0</h4>\n<ul>\n<li>Additional settings: on_sent_ok and on_submit have been removed.</li>\n<li>New additional setting: skip_mail</li>\n<li>Flamingo: Inbound channel title changes in conjunction with a change in the title of the corresponding contact form.</li>\n<li>DOM events: Make an entire API response object accessible through the event.detail.apiResponse property.</li>\n<li>HTML mail: Adds language-related attributes to the HTML header.</li>\n<li>File upload: Sets the accept attribute to an uploading field.</li>\n<li>Introduces the WPCF7_MailTag class.</li>\n<li>Allows aborting a mail-sending attempt using the wpcf7_before_send_mail action hook. Also, you can set a custom status and a message through the action hook.</li>\n<li>Acceptance checkbox: Allows the specifying of a statement of conditions in the form-tag’s content part.</li>\n<li>Acceptance checkbox: Supports the optional option.</li>\n<li>New special mail tags: [_site_title], [_site_description], [_site_url], [_site_admin_email], [_invalid_fields], [_user_login], [_user_email], [_user_url], [_user_first_name], [_user_last_name], [_user_nickname], and [_user_display_name]</li>\n<li>New filter hooks: wpcf7_upload_file_name, wpcf7_autop_or_not, wpcf7_posted_data_{$type}, and wpcf7_mail_tag_replaced_{$type}</li>\n<li>New form-tag features: zero-controls-container and not-for-mail</li>\n</ul>\n\";s:11:\"screenshots\";s:225:\"<ol><li><a href=\"https://ps.w.org/contact-form-7/assets/screenshot-1.png?rev=1176454\"><img src=\"https://ps.w.org/contact-form-7/assets/screenshot-1.png?rev=1176454\" alt=\"screenshot-1.png\"></a><p>screenshot-1.png</p></li></ol>\";}s:13:\"download_link\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.1.zip\";s:11:\"screenshots\";a:1:{i:1;a:2:{s:3:\"src\";s:67:\"https://ps.w.org/contact-form-7/assets/screenshot-1.png?rev=1176454\";s:7:\"caption\";s:16:\"screenshot-1.png\";}}s:4:\"tags\";a:5:{s:7:\"contact\";s:7:\"contact\";s:12:\"contact-form\";s:12:\"contact form\";s:5:\"email\";s:5:\"email\";s:8:\"feedback\";s:8:\"feedback\";s:4:\"form\";s:4:\"form\";}s:8:\"versions\";a:128:{s:3:\"1.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.1.zip\";s:4:\"1.10\";s:62:\"https://downloads.wordpress.org/plugin/contact-form-7.1.10.zip\";s:8:\"1.10.0.1\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.1.10.0.1.zip\";s:6:\"1.10.1\";s:64:\"https://downloads.wordpress.org/plugin/contact-form-7.1.10.1.zip\";s:3:\"1.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.2.zip\";s:3:\"1.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.3.zip\";s:5:\"1.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.3.1.zip\";s:5:\"1.3.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.3.2.zip\";s:3:\"1.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.zip\";s:5:\"1.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.1.zip\";s:5:\"1.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.2.zip\";s:5:\"1.4.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.3.zip\";s:5:\"1.4.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.4.zip\";s:3:\"1.5\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.5.zip\";s:3:\"1.6\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.6.zip\";s:5:\"1.6.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.6.1.zip\";s:3:\"1.7\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.zip\";s:5:\"1.7.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.1.zip\";s:5:\"1.7.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.2.zip\";s:5:\"1.7.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.4.zip\";s:5:\"1.7.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.5.zip\";s:5:\"1.7.6\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.6.zip\";s:7:\"1.7.6.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.6.1.zip\";s:5:\"1.7.7\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.7.zip\";s:7:\"1.7.7.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.7.1.zip\";s:5:\"1.7.8\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.8.zip\";s:3:\"1.8\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.zip\";s:7:\"1.8.0.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.1.zip\";s:7:\"1.8.0.2\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.2.zip\";s:7:\"1.8.0.3\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.3.zip\";s:7:\"1.8.0.4\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.4.zip\";s:5:\"1.8.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.1.zip\";s:7:\"1.8.1.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.1.1.zip\";s:3:\"1.9\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.zip\";s:5:\"1.9.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.1.zip\";s:5:\"1.9.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.2.zip\";s:7:\"1.9.2.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.2.1.zip\";s:7:\"1.9.2.2\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.2.2.zip\";s:5:\"1.9.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.3.zip\";s:5:\"1.9.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.4.zip\";s:5:\"1.9.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.5.zip\";s:7:\"1.9.5.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.5.1.zip\";s:3:\"2.0\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.zip\";s:8:\"2.0-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0-beta.zip\";s:5:\"2.0.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.1.zip\";s:5:\"2.0.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.2.zip\";s:5:\"2.0.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.3.zip\";s:5:\"2.0.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.4.zip\";s:5:\"2.0.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.5.zip\";s:5:\"2.0.6\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.6.zip\";s:5:\"2.0.7\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.7.zip\";s:3:\"2.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.1.zip\";s:5:\"2.1.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.1.1.zip\";s:5:\"2.1.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.1.2.zip\";s:3:\"2.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.2.zip\";s:5:\"2.2.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.2.1.zip\";s:3:\"2.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.3.zip\";s:5:\"2.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.3.1.zip\";s:3:\"2.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.zip\";s:5:\"2.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.1.zip\";s:5:\"2.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.2.zip\";s:5:\"2.4.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.3.zip\";s:5:\"2.4.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.4.zip\";s:5:\"2.4.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.5.zip\";s:5:\"2.4.6\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.6.zip\";s:3:\"3.0\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.zip\";s:8:\"3.0-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0-beta.zip\";s:5:\"3.0.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.1.zip\";s:5:\"3.0.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.2.zip\";s:7:\"3.0.2.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.2.1.zip\";s:3:\"3.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.1.zip\";s:5:\"3.1.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.1.1.zip\";s:5:\"3.1.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.1.2.zip\";s:3:\"3.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.2.zip\";s:5:\"3.2.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.2.1.zip\";s:3:\"3.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.zip\";s:5:\"3.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.1.zip\";s:5:\"3.3.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.2.zip\";s:5:\"3.3.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.3.zip\";s:3:\"3.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.4.zip\";s:5:\"3.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.4.1.zip\";s:5:\"3.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.4.2.zip\";s:3:\"3.5\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.zip\";s:5:\"3.5.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.1.zip\";s:5:\"3.5.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.2.zip\";s:5:\"3.5.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.3.zip\";s:5:\"3.5.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.4.zip\";s:3:\"3.6\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.6.zip\";s:3:\"3.7\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.7.zip\";s:5:\"3.7.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.7.1.zip\";s:5:\"3.7.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.7.2.zip\";s:3:\"3.8\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.8.zip\";s:5:\"3.8.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.8.1.zip\";s:3:\"3.9\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.zip\";s:8:\"3.9-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9-beta.zip\";s:5:\"3.9.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.1.zip\";s:5:\"3.9.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.2.zip\";s:5:\"3.9.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.3.zip\";s:3:\"4.0\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.zip\";s:5:\"4.0.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.1.zip\";s:5:\"4.0.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.2.zip\";s:5:\"4.0.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.3.zip\";s:3:\"4.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.zip\";s:8:\"4.1-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1-beta.zip\";s:5:\"4.1.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.1.zip\";s:5:\"4.1.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.2.zip\";s:3:\"4.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2.zip\";s:8:\"4.2-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2-beta.zip\";s:5:\"4.2.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2.1.zip\";s:5:\"4.2.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2.2.zip\";s:3:\"4.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.3.zip\";s:5:\"4.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.3.1.zip\";s:3:\"4.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.4.zip\";s:5:\"4.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.4.1.zip\";s:5:\"4.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.4.2.zip\";s:3:\"4.5\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.5.zip\";s:5:\"4.5.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.5.1.zip\";s:3:\"4.6\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.6.zip\";s:5:\"4.6.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.6.1.zip\";s:3:\"4.7\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.7.zip\";s:3:\"4.8\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.8.zip\";s:5:\"4.8.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.8.1.zip\";s:3:\"4.9\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.9.zip\";s:5:\"4.9.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.9.1.zip\";s:5:\"4.9.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.9.2.zip\";s:3:\"5.0\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.zip\";s:5:\"5.0.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.1.zip\";s:5:\"trunk\";s:57:\"https://downloads.wordpress.org/plugin/contact-form-7.zip\";}s:11:\"donate_link\";s:32:\"https://contactform7.com/donate/\";s:12:\"contributors\";a:0:{}}}', 'no');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(13268, 'widget_avada-vertical-menu-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(19300, 'rs-templates', 'a:2:{s:6:\"slider\";a:229:{i:0;a:20:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:20:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:20:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:20:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:439:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:20:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:20:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:20:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:20:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:20:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:20:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:20:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:440:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:20:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:20:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:20:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:20:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:20:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:20:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:20:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:20:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:20:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:20:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:20:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:20:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:20:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:20:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:346:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:20:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:20:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:20:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:20:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:20:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:20:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:20:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:20:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:20:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:20:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:20:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:630:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:20:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:20:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:20:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:20:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:518:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:20:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:20:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:20:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:323:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:20:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:316:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:20:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:20:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:443:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:20:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:20:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:20:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:20:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:20:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:20:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:691:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:20:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:693:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:20:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:532:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:20:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:543:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:20:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:661:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:20:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:20:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:20:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:20:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:20:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:20:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:20:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:20:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:441:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:20:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:20:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:572:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-whiteboard/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:20:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:516:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:23:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:23:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:23:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:23:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:23:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:448:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:23:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:23:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:23:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:23:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:23:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:23:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:23:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:23:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:23:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:23:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:23:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:20:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:20:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:20:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:20:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:23:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:23:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:23:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:23:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:23:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:23:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:23:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:23:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:20:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:20:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:23:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:23:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:23:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:23:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:23:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:20:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:20:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:20:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:23:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:23:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:23:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:23:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:20:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:426:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-typewriter/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:20:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:23:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:23:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:23:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:23:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:23:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:23:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:23:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:23:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:23:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:23:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:23:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:23:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:23:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:23:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:23:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:23:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:23:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:23:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:23:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:23:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:568:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:20:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:343:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:20:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:341:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:20:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:23:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:20:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:164:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:20:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:468:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:20:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:20:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:463:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:20:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:421:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:20:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:20:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:20:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:352:\"[{\"path\":\"revslider-404-addon\\/revslider-404-addon.php\",\"name\":\"404 Page Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:20:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:20:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/filmstrip-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:191:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:20:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:20:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:20:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:20:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:20:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:20:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:23:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:23:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:23:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:23:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:23:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:23:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:23:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:23:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:23:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:23:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:23:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:23:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:23:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:23:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:23:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:20:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:20:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:20:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:20:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:23:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:23:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:23:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:23:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:23:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:23:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:23:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:23:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:23:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:20:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:20:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:176:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:20:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:372:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:20:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:359:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:20:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:23:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:351:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:23:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:23:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:23:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:23:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:23:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:23:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:20:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:23:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:23:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:23:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:23:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:23:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:23:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:23:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:23:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:23:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:23:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:23:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:23:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:23:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:23:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:20:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:20:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:23:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:23:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:23:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:23:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:23:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:23:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:20:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:20:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:193:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:20:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:198:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:20:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:23:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:23:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:23:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:23:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:23:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:23:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:23:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:23:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:23:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:23:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:23:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:232:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}}}', 'no');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(12258, '_transient_timeout_fusion_dynamic_css_1290', '1519057953', 'no'),
(23849, '_transient_timeout_fusion_dynamic_css_5805d24ea9d3fc9368e7c5d9285f03d7', '1541592978', 'no'),
(23820, 'avada_permalinks', 'a:3:{s:23:\"portfolio_category_base\";s:0:\"\";s:21:\"portfolio_skills_base\";s:0:\"\";s:19:\"portfolio_tags_base\";s:0:\"\";}', 'yes'),
(24110, '_transient_timeout_fusion_dynamic_css_1a43081711949208e86fee0b9bf96d61', '1541673800', 'no'),
(136525, 'fusion_registration_data', 'a:1:{s:5:\"avada\";a:2:{s:5:\"token\";s:32:\"7MKR86QlrS9kN793uF881AFruMTYygof\";s:8:\"is_valid\";b:1;}}', 'yes'),
(68123, 'litespeed-gui-summary', 'a:6:{s:24:\"banner_promo.new_version\";i:1594750707;s:12:\"banner_promo\";i:1568627827;s:16:\"score.last_check\";i:1589659996;s:10:\"score.data\";a:4:{s:18:\"speed_before_cache\";i:602;s:17:\"speed_after_cache\";b:0;s:17:\"score_before_optm\";i:26;s:16:\"score_after_optm\";i:26;}s:22:\"new_version.last_check\";i:1579196760;s:13:\"new_version.v\";s:7:\"2.9.9.2\";}', 'yes'),
(146316, '_transient_timeout_avada_ri_Slider Revolution7MKR86QlrS9kN793uF881AFruMTYygof', '1591198052', 'no'),
(116076, 'sbi_statuses', 'a:9:{s:13:\"first_install\";s:11:\"from_update\";s:23:\"rating_notice_dismissed\";i:1579198776;s:4:\"gdpr\";a:1:{s:19:\"from_update_success\";b:0;}s:8:\"database\";a:1:{s:14:\"hashtag_column\";b:1;}s:12:\"data_manager\";a:2:{s:9:\"last_used\";i:1710451626;s:14:\"num_db_updates\";i:31;}s:19:\"legacy_source_queue\";a:0:{}s:24:\"support_legacy_shortcode\";b:1;s:16:\"wizard_dismissed\";b:0;s:12:\"feed_locator\";a:2:{s:10:\"last_check\";i:1710378810;s:11:\"initialized\";i:1708961586;}}', 'yes'),
(116077, 'sbi_db_version', '2.2', 'yes'),
(116090, 'sb_instagram_ajax_status', 'a:2:{s:6:\"tested\";b:1;s:10:\"successful\";b:1;}', 'yes'),
(240365, 'fm_key', 'sVzNn2pJOmvu0qEIo8HkZbgAt', 'yes'),
(240366, 'widget_aioseo-breadcrumb-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(240367, 'widget_aioseo-html-sitemap-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(240368, 'action_scheduler_hybrid_store_demarkation', '2822', 'yes'),
(240369, 'schema-ActionScheduler_StoreSchema', '7.0.1705156426', 'yes'),
(240370, 'schema-ActionScheduler_LoggerSchema', '3.0.1705156426', 'yes'),
(240372, 'rsssl_current_version', '7.2.3', 'no'),
(240373, 'aioseo_options_internal', '{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.5.8\",\"migratedVersion\":\"3.6.2\",\"siteAnalysis\":{\"connectToken\":null,\"score\":0,\"results\":null,\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":null,\"category\":null,\"categoryOther\":null,\"deprecatedOptions\":[\"autogenerateDescriptions\"],\"searchStatistics\":{\"profile\":[],\"trustToken\":null,\"rolling\":\"last28Days\"}},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"Airfr_aioseo_posts\\\":[\\\"id\\\",\\\"post_id\\\",\\\"title\\\",\\\"description\\\",\\\"keywords\\\",\\\"keyphrases\\\",\\\"page_analysis\\\",\\\"primary_term\\\",\\\"canonical_url\\\",\\\"og_title\\\",\\\"og_description\\\",\\\"og_object_type\\\",\\\"og_image_type\\\",\\\"og_image_url\\\",\\\"og_image_width\\\",\\\"og_image_height\\\",\\\"og_image_custom_url\\\",\\\"og_image_custom_fields\\\",\\\"og_video\\\",\\\"og_custom_url\\\",\\\"og_article_section\\\",\\\"og_article_tags\\\",\\\"twitter_use_og\\\",\\\"twitter_card\\\",\\\"twitter_image_type\\\",\\\"twitter_image_url\\\",\\\"twitter_image_custom_url\\\",\\\"twitter_image_custom_fields\\\",\\\"twitter_title\\\",\\\"twitter_description\\\",\\\"seo_score\\\",\\\"schema\\\",\\\"schema_type\\\",\\\"schema_type_options\\\",\\\"pillar_content\\\",\\\"robots_default\\\",\\\"robots_noindex\\\",\\\"robots_noarchive\\\",\\\"robots_nosnippet\\\",\\\"robots_nofollow\\\",\\\"robots_noimageindex\\\",\\\"robots_noodp\\\",\\\"robots_notranslate\\\",\\\"robots_max_snippet\\\",\\\"robots_max_videopreview\\\",\\\"robots_max_imagepreview\\\",\\\"images\\\",\\\"image_scan_date\\\",\\\"priority\\\",\\\"frequency\\\",\\\"videos\\\",\\\"video_thumbnail\\\",\\\"video_scan_date\\\",\\\"local_seo\\\",\\\"limit_modified_date\\\",\\\"options\\\",\\\"created\\\",\\\"updated\\\"],\\\"Airfr_actionscheduler_actions\\\":[],\\\"Airfr_actionscheduler_groups\\\":[],\\\"Airfr_actionscheduler_logs\\\":[],\\\"Airfr_actionscheduler_claims\\\":[],\\\"Airfr_aioseo_notifications\\\":[]}\"}}', 'yes'),
(240374, 'aioseo_options_internal_lite', '{\"internal\":{\"activated\":0,\"firstActivated\":1708961579,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}', 'yes'),
(240403, 'action_scheduler_lock_async-request-runner', '1710419654', 'yes'),
(240518, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.4.3\";s:7:\"version\";s:5:\"6.4.3\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1710393039;s:15:\"version_checked\";s:5:\"6.4.3\";s:12:\"translations\";a:0:{}}', 'no'),
(240538, 'aioseo_options_localized', 'a:4:{s:36:\"searchAppearance_archives_date_title\";s:27:\"#archive_date | #site_title\";s:38:\"searchAppearance_archives_author_title\";s:26:\"#author_name | #site_title\";s:38:\"searchAppearance_archives_search_title\";s:26:\"#search_term | #site_title\";s:37:\"searchAppearance_advanced_pagedFormat\";s:19:\"- Part #page_number\";}', 'yes'),
(240541, 'aioseo_options', '{\"internal\":[],\"webmasterTools\":{\"google\":\"\",\"bing\":\"\",\"yandex\":null,\"baidu\":null,\"pinterest\":\"\",\"microsoftClarityProjectId\":null,\"norton\":null,\"miscellaneousVerification\":null},\"breadcrumbs\":{\"enable\":true,\"separator\":\"&raquo;\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":\"\",\"archiveFormat\":\"Archives for #breadcrumb_archive_post_type_name\",\"searchResultFormat\":\"Search Results for \'#breadcrumb_search_string\'\",\"errorFormat404\":\"404 - Page Not Found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":null,\"after\":\"&lt;p&gt;The post #post_link first appeared on #site_link.&lt;\\/p&gt;\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":[\"seoSetup\",\"seoOverview\",\"seoNews\"],\"announcements\":true,\"postTypes\":{\"all\":false,\"included\":[\"post\",\"page\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":null,\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"tiktokUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":null,\"twitterUrl\":null,\"instagramUrl\":null,\"tiktokUrl\":null,\"pinterestUrl\":null,\"youtubeUrl\":null,\"linkedinUrl\":null,\"tumblrUrl\":null,\"yelpPageUrl\":null,\"soundCloudUrl\":null,\"wikipediaUrl\":null,\"myspaceUrl\":null,\"googlePlacesUrl\":null},\"additionalUrls\":null},\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"defaultImagePostsWidth\":\"\",\"defaultImagePostsHeight\":\"\",\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"objectType\":\"website\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"useOgData\":false,\"defaultCardType\":\"summary_large_image\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"|\",\"siteTitle\":\"#site_title #separator_sa #tagline\",\"metaDescription\":\"#tagline\",\"keywords\":null,\"schema\":{\"websiteName\":\"Airframes\",\"websiteAlternateName\":null,\"siteRepresents\":\"organization\",\"person\":\"1\",\"organizationName\":\"\",\"organizationLogo\":\"\",\"personName\":null,\"personLogo\":null,\"phone\":null,\"contactType\":\"manual\",\"contactTypeManual\":\"none\"}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":true,\"nofollowPaginated\":true,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":false,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"noPaginationForCanonical\":false,\"useKeywords\":true,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":true,\"dynamicallyGenerateKeywords\":true,\"pagedFormat\":\"- Part #page_number\",\"runShortcodes\":false,\"crawlCleanup\":{\"enable\":false,\"feeds\":{\"global\":true,\"globalComments\":false,\"staticBlogPage\":true,\"authors\":true,\"postComments\":false,\"search\":false,\"attachments\":false,\"archives\":{\"all\":false,\"included\":[]},\"taxonomies\":{\"all\":false,\"included\":[\"category\"]},\"atom\":false,\"rdf\":false,\"paginated\":false},\"removeUnrecognizedQueryArgs\":true,\"allowedQueryArgs\":\"\\/^utm_*\\/\"}},\"archives\":{\"author\":{\"show\":false,\"title\":\"#author_name | #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"date\":{\"show\":false,\"title\":\"#archive_date | #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"search\":{\"show\":true,\"title\":\"#search_term | #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}}}},\"searchStatistics\":{\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\"]}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":null,\"data\":null}}},\"deprecated\":{\"searchAppearance\":{\"global\":{\"descriptionFormat\":null,\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":false,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[]}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":null,\"blockReferer\":null,\"track\":null,\"custom\":{\"enable\":null,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}}}', 'yes'),
(136523, '_site_transient_avada_autoloader_paths_832ce72f097ee146464d2a23a3b1699a', 'a:49:{s:28:\"Fusion_Builder_Redux_Options\";s:101:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-fusion-builder-redux-options.php\";s:13:\"Avada_Upgrade\";s:86:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-upgrade.php\";s:12:\"Avada_Helper\";s:85:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-helper.php\";s:22:\"Avada_Upgrade_Abstract\";s:103:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-abstract.php\";s:17:\"Avada_Upgrade_400\";s:98:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-400.php\";s:13:\"Avada_Migrate\";s:86:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-migrate.php\";s:26:\"Avada_AvadaRedux_Migration\";s:99:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-avadaredux-migration.php\";s:17:\"Avada_Upgrade_500\";s:98:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-500.php\";s:22:\"Fusion_Builder_Migrate\";s:95:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-fusion-builder-migrate.php\";s:11:\"Avada_Admin\";s:84:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-admin.php\";s:14:\"Avada_Settings\";s:87:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-settings.php\";s:10:\"Avada_Init\";s:83:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-init.php\";s:17:\"Avada_Social_Icon\";s:90:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-social-icon.php\";s:20:\"Avada_Social_Sharing\";s:93:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-social-sharing.php\";s:14:\"Avada_Template\";s:87:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-template.php\";s:10:\"Avada_Blog\";s:83:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-blog.php\";s:12:\"Avada_Images\";s:85:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-images.php\";s:10:\"Avada_Head\";s:83:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-head.php\";s:12:\"Avada_Layout\";s:85:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-layout.php\";s:15:\"Avada_GoogleMap\";s:88:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-googlemap.php\";s:22:\"Avada_Remote_Installer\";s:95:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-remote-installer.php\";s:20:\"Avada_Sermon_Manager\";s:93:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-sermon-manager.php\";s:20:\"Avada_Privacy_Embeds\";s:93:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-privacy-embeds.php\";s:19:\"Avada_Importer_Data\";s:101:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/importer/class-avada-importer-data.php\";s:30:\"Avada_Multiple_Featured_Images\";s:103:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-multiple-featured-images.php\";s:14:\"Avada_Sidebars\";s:87:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-sidebars.php\";s:19:\"Avada_Admin_Notices\";s:92:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-admin-notices.php\";s:18:\"Avada_Widget_Style\";s:91:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-widget-style.php\";s:18:\"Avada_Page_Options\";s:91:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-page-options.php\";s:11:\"Avada_Fonts\";s:84:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-fonts.php\";s:13:\"Avada_Scripts\";s:86:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-scripts.php\";s:27:\"Avada_TGM_Plugin_Activation\";s:100:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-tgm-plugin-activation.php\";s:24:\"Avada_Megamenu_Framework\";s:97:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-megamenu-framework.php\";s:14:\"Avada_Megamenu\";s:87:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-megamenu.php\";s:16:\"Avada_Nav_Walker\";s:89:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-nav-walker.php\";s:25:\"Avada_Nav_Walker_Megamenu\";s:98:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-nav-walker-megamenu.php\";s:17:\"Avada_Dynamic_CSS\";s:90:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-dynamic-css.php\";s:24:\"Fusion_Widget_Ad_125_125\";s:104:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-ad-125-125.php\";s:20:\"Fusion_Widget_Author\";s:100:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-author.php\";s:26:\"Fusion_Widget_Contact_Info\";s:106:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-contact-info.php\";s:18:\"Fusion_Widget_Tabs\";s:98:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-tabs.php\";s:26:\"Fusion_Widget_Recent_Works\";s:106:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-recent-works.php\";s:20:\"Fusion_Widget_Tweets\";s:100:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-tweets.php\";s:20:\"Fusion_Widget_Flickr\";s:100:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-flickr.php\";s:26:\"Fusion_Widget_Social_Links\";s:106:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-social-links.php\";s:27:\"Fusion_Widget_Facebook_Page\";s:107:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-facebook-page.php\";s:18:\"Fusion_Widget_Menu\";s:98:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-menu.php\";s:27:\"Fusion_Widget_Vertical_Menu\";s:107:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/widget/class-fusion-widget-vertical-menu.php\";s:13:\"Avada_Options\";s:86:\"/home/airframesco/public_html/wp-content/themes/Avada/includes/class-avada-options.php\";}', 'no'),
(116109, 'rlrsssl_options', 'a:16:{s:12:\"site_has_ssl\";b:1;s:4:\"hsts\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:1;s:25:\"ssl_success_message_shown\";b:1;s:26:\"autoreplace_insecure_links\";b:1;s:17:\"plugin_db_version\";s:5:\"3.3.3\";s:5:\"debug\";b:0;s:20:\"do_not_edit_htaccess\";b:0;s:17:\"htaccess_redirect\";b:0;s:11:\"ssl_enabled\";b:1;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;s:21:\"dismiss_review_notice\";b:0;}', 'yes'),
(116115, 'rsssl_activation_timestamp', '1579199315', 'yes'),
(116124, 'rsssl_check_redirect_dismissed', '1', 'yes'),
(136518, 'sbi_refresh_report', 'a:2:{s:5:\"notes\";a:1:{s:8:\"time_ran\";s:19:\"2024-02-26 19:48:40\";}i:17841400567684306;a:1:{s:10:\"did_update\";b:1;}}', 'no'),
(72762, 'litespeed_api_cloud', 'https://eu.wp.api.litespeedtech.com', 'yes'),
(72763, 'litespeed_api_key_hash', '6WmsP6vZaaTTgUW1', 'yes'),
(72764, 'litespeed_api_key', 'MXi0JPVyxXb8c7YY1ZXCIxaHGNmzfXgx', 'yes'),
(240578, 'rsssl_previous_version', '7.2.1', 'no'),
(146223, 'widget_instagram-feed-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(146224, 'sbi_usage_tracking_config', 'a:6:{s:3:\"day\";i:1;s:4:\"hour\";i:11;s:6:\"minute\";i:52;s:6:\"second\";i:41;s:6:\"offset\";i:129161;s:8:\"initsend\";i:1709553161;}', 'yes'),
(240471, '_transient_timeout_avada_googlefonts_contents', '1709047639', 'no'),
(240686, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1710428583;s:7:\"checked\";a:2:{s:5:\"Avada\";s:6:\"7.11.5\";s:16:\"twentytwentyfour\";s:3:\"1.0\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.0.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:5:\"Avada\";a:6:{s:5:\"theme\";s:5:\"Avada\";s:11:\"new_version\";s:0:\"\";s:3:\"url\";s:58:\"https://avada.com/wp-content/uploads/2023/03/changelog.txt\";s:7:\"package\";s:0:\"\";s:8:\"required\";s:3:\"4.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'no'),
(240709, 'rsssl_vulnerability_mail_sent_for', 'a:1:{i:0;s:36:\"e3575a4d-45c7-433d-a652-bb08417ddec8\";}', 'no'),
(224738, 'sb_instagram_error_page', '7', 'no'),
(224739, 'sb_instagram_errors', 'a:9:{s:10:\"connection\";a:0:{}s:7:\"hashtag\";a:0:{}s:8:\"resizing\";s:74:\"Error editing image. image_no_editor - No editor could be selected. | [] |\";s:15:\"database_create\";a:0:{}s:10:\"upload_dir\";a:0:{}s:8:\"accounts\";a:0:{}s:9:\"error_log\";a:10:{i:8;s:337:\"02-26 15:35:15 - Using backup editor method.https://scontent-lhr8-1.cdninstagram.com/v/t51.29350-15/412561155_1466090087589881_7969490586241965711_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=18de74&_nc_ohc=wkuiOs9xGNYAX8f-qMk&_nc_ht=scontent-lhr8-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDW7WywRirJg138wZ-IM0qO2664RXogiqqrvPEvlNJYNA&oe=65E11282\";i:9;s:91:\"02-26 15:35:15 - Error editing image. image_no_editor - No editor could be selected. | [] |\";i:10;s:337:\"02-26 15:35:15 - Using backup editor method.https://scontent-lhr8-1.cdninstagram.com/v/t51.29350-15/412561155_1466090087589881_7969490586241965711_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=18de74&_nc_ohc=wkuiOs9xGNYAX8f-qMk&_nc_ht=scontent-lhr8-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfDW7WywRirJg138wZ-IM0qO2664RXogiqqrvPEvlNJYNA&oe=65E11282\";i:11;s:91:\"02-26 15:35:15 - Error editing image. image_no_editor - No editor could be selected. | [] |\";i:12;s:337:\"02-26 15:35:15 - Using backup editor method.https://scontent-lhr6-1.cdninstagram.com/v/t51.29350-15/376859286_1217393156328993_6957746680862316637_n.jpg?_nc_cat=109&ccb=1-7&_nc_sid=18de74&_nc_ohc=4B2WWbrF1ToAX9wcaKp&_nc_ht=scontent-lhr6-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfATg15fYsWF5T4MCETGfKsnBzXgqcUdtA7sGLXemGyGDg&oe=65E0EA93\";i:13;s:91:\"02-26 15:35:15 - Error editing image. image_no_editor - No editor could be selected. | [] |\";i:14;s:337:\"02-26 15:35:15 - Using backup editor method.https://scontent-lhr6-1.cdninstagram.com/v/t51.29350-15/376859286_1217393156328993_6957746680862316637_n.jpg?_nc_cat=109&ccb=1-7&_nc_sid=18de74&_nc_ohc=4B2WWbrF1ToAX9wcaKp&_nc_ht=scontent-lhr6-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfATg15fYsWF5T4MCETGfKsnBzXgqcUdtA7sGLXemGyGDg&oe=65E0EA93\";i:15;s:91:\"02-26 15:35:15 - Error editing image. image_no_editor - No editor could be selected. | [] |\";i:16;s:337:\"02-26 15:35:15 - Using backup editor method.https://scontent-lhr6-1.cdninstagram.com/v/t51.29350-15/376859286_1217393156328993_6957746680862316637_n.jpg?_nc_cat=109&ccb=1-7&_nc_sid=18de74&_nc_ohc=4B2WWbrF1ToAX9wcaKp&_nc_ht=scontent-lhr6-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AfATg15fYsWF5T4MCETGfKsnBzXgqcUdtA7sGLXemGyGDg&oe=65E0EA93\";i:17;s:91:\"02-26 15:35:15 - Error editing image. image_no_editor - No editor could be selected. | [] |\";}s:10:\"action_log\";a:1:{i:0;s:41:\"02-26 15:33:05 - Retesting GDPR features.\";}s:7:\"revoked\";a:0:{}}', 'no'),
(146234, 'sbi_usage_tracking', 'a:2:{s:9:\"last_send\";i:0;s:7:\"enabled\";b:0;}', 'yes'),
(240502, 'widget_block', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(146302, '_transient_timeout_avada_remote_installer_package_Fusion White Label Branding', '1591197751', 'no'),
(146306, '_transient_timeout_avada_remote_installer_package_Convert Plus', '1591197751', 'no'),
(146310, '_transient_timeout_avada_remote_installer_package_Advanced Custom Fields PRO', '1591197752', 'no'),
(146314, '_transient_timeout_avada_remote_installer_package_LayerSlider WP', '1591197752', 'no'),
(146318, '_transient_timeout_avada_remote_installer_package_Slider Revolution', '1591197752', 'no'),
(146250, '_transient_timeout_avada_remote_installer_package_Fusion Builder', '1591197696', 'no'),
(146254, '_transient_timeout_avada_remote_installer_package_Fusion Core', '1591197696', 'no'),
(145378, 'filemanager_email_verified_2', 'yes', 'yes'),
(145370, 'litespeed_messages', 'a:2:{i:0;b:0;i:1;s:94:\"<div class=\"notice notice-success is-dismissible\"><p>Purged all caches successfully.</p></div>\";}', 'yes');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(146212, 'aioseop_notices', 'a:4:{s:7:\"notices\";a:1:{s:17:\"review_plugin_cta\";a:3:{s:4:\"slug\";s:17:\"review_plugin_cta\";s:10:\"time_start\";i:1704705551;s:8:\"time_set\";i:1703495952;}}s:14:\"remote_notices\";a:29:{s:9:\"remote_49\";a:7:{s:5:\"title\";s:55:\"[SNEAK PEEK] AIOSEO 4.0 - A Revolution in WordPress SEO\";s:7:\"content\";s:145:\"We\'re ready to revolutionize WordPress SEO - are you ready to join us? See all the groundbreaking features coming out soon in All in One SEO 4.0.\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:49;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:176:\"https://semperplugins.com/all-in-one-seo-4-0-coming-soon-sneak-peek/?utm_source=WordPress&utm_campaign=v3plugin&utm_medium=plugin-notification&utm_content=Sneak Peak Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:170:\"https://semperplugins.com/all-in-one-seo-pack-pro-version/?utm_source=WordPress&utm_campaign=v3plugin&utm_medium=plugin-notification&utm_content=Sneak Peak Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2020-11-11 16:54:44\";s:17:\"notification_type\";s:4:\"info\";}s:9:\"remote_55\";a:7:{s:5:\"title\";s:58:\"Introducing Breadcrumbs - Boost SEO & User Experience 📣\";s:7:\"content\";s:355:\"Now you can easily add breadcrumb navigation on your website to improve user experience & boost SEO rankings.\r\n<br /><br />\r\nOur breadcrumbs feature is available for all users, so you can get an enhanced website listing in Google.\r\n<br /><br />\r\nIf you want more control over Breadcrumb templates, then please upgrade to AIOSEO Pro today and save 50% off.\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:55;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:158:\"https://aioseo.com/introducing-breadcrumbs/?utm_source=WordPress&utm_campaign=introducing-breadcrumbs-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:146:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-breadcrumbs-v3&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2021-06-24 12:58:36\";s:17:\"notification_type\";s:7:\"success\";}s:9:\"remote_90\";a:7:{s:5:\"title\";s:69:\"📢 Announcing HTML Sitemaps: Help Visitors Find Your Content Faster\";s:7:\"content\";s:293:\"Help your visitors to discover the posts, pages, and products they’re looking for.\r\n<br /><br />\r\nPlus, help improve your rankings by making your website user-friendly and easy to crawl.\r\n<br /><br />\r\nTo get full access to our Pro features, upgrade your license today and save 50% OFF. 😍\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:90;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:162:\"https://aioseo.com/introducing-html-sitemaps/?utm_source=WordPress&utm_campaign=introducing-html-sitemaps-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:148:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-html-sitemaps-v3&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2021-07-28 11:36:58\";s:17:\"notification_type\";s:7:\"success\";}s:9:\"remote_96\";a:7:{s:5:\"title\";s:38:\"📣 Introducing Local SEO Map Embeds!\";s:7:\"content\";s:423:\"Now it\'s easy to add multiple locations and embed a custom Google Map on your website!\r\n<br /><br />\r\nEnter your address or drop a pin on your precise location, then choose from 4 different map styles.\r\n<br /><br />\r\nPlus, get access to SEO pro tips in your editor sidebar so you can make sure each post is fully optimized.\r\n<br /><br />\r\nTo get full access to our Pro features, upgrade your license today and save 50% OFF.\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:96;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:169:\"https://aioseo.com/announcing-local-seo-map-embeds/?utm_source=WordPress&utm_campaign=introducing-local-seo-maps-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:149:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-local-seo-maps-v3&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2021-09-07 00:00:00\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_112\";a:7:{s:5:\"title\";s:69:\"📢 Introducing Our Redirect Testing Tool + Enhancements to Sitemaps\";s:7:\"content\";s:399:\"Check out our completely revamped <strong>Redirect Testing tool</strong>! Now, you can easily test URL redirect right within your WordPress dashboard and see the status code with a single click.\r\n<br><br>\r\nWe\'ve also added a number of improvements to sitemaps, including the last generated date and a custom 404 page.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.5 today and take advantage of these enhancements!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:112;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:204:\"https://aioseo.com/introducing-our-redirect-testing-tool-new-enhancements-to-our-sitemaps/?utm_source=WordPress&utm_campaign=redirects-testing-tool-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:145:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=redirects-testing-tool-v3&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2022-01-19 20:15:04\";s:17:\"notification_type\";s:4:\"info\";}s:10:\"remote_205\";a:7:{s:5:\"title\";s:67:\"📢 Introducing Link Assistant + Our Stand-Alone Headline Analyzer\";s:7:\"content\";s:389:\"Check out the brand new features in AIOSEO 4.1.6! First, we have Link Assistant, a powerful tool to help you build effective internal links and audit external ones.\r\n<br><br>\r\nWe’ve also added a stand-alone Headline Analyzer to help you craft, and A/B test your headlines right from within WordPress.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.6 today and up your SEO game without breaking a sweat!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:205;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:213:\"https://aioseo.com/new-introducing-link-assistant-a-stand-alone-headline-analyzer-and-more-in-aioseo-4-1-6/?utm_source=WordPress&utm_campaign=link-assistant-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:137:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=link-assistant-v3&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2022-02-08 13:39:00\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_225\";a:7:{s:5:\"title\";s:55:\"🎉 Introducing IndexNow and Page Builder Integrations\";s:7:\"content\";s:450:\"Check out the fantastic new features in AIOSEO 4.1.7! First, we have IndexNow, a feature that gets your new or updated content indexed faster on Bing and Yandex (with more search engines to follow).\r\n<br><br>\r\nWe’ve also integrated AIOSEO with 3 major page builders, namely Elementor, Divi and SeedProd. Now you can work on your SEO right from within your page builder.\r\n<br><br>\r\nGet AIOSEO Pro today and up your SEO game without breaking a sweat!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:225;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:187:\"https://aioseo.com/introducing-indexnow-and-page-builder-integrations-in-aioseo-4-1-7/?utm_source=WordPress&utm_campaign=index-now-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:132:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=index-now-v3&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2022-03-01 16:19:06\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_250\";a:7:{s:5:\"title\";s:79:\"📢 Announcing 4.1.8: Improved Site Redirects and Modified Date for Posts 📢\";s:7:\"content\";s:374:\"Redirects have never been easier! Our 4.1.8 update comes with a powerful feature that enables you to implement a redirect from right within a post.\r\n<br><br>\r\nWe’ve also added a \"limit modified date\" feature that allows you to make minor edits to posts/pages and keep the date the same.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.8 today and enjoy these 2 powerful features and more.\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:250;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:227:\"https://aioseo.com/announcing-improved-site-redirects-and-modified-date-for-posts/?utm_source=WordPress&utm_campaign=introducing-on-page-redirects-and-limit-modified-date-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:176:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-on-page-redirects-and-limit-modified-date-v3&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2022-04-08 19:59:50\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_261\";a:7:{s:5:\"title\";s:63:\"Microsoft Clarity Integration and a New REST API Addon 🎉🎉\";s:7:\"content\";s:323:\"Now you can see how your website visitors interact with your web pages with heatmaps and session recordings, thanks to Microsoft Clarity.\r\n<br><br>\r\nWe’ve also added a REST API addon to make SEO easier for your headless website.\r\n<br><br>\r\nUpdate to AIOSEO 4.1.9 today and enjoy these 2 powerful features on your website!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:261;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:206:\"https://aioseo.com/introducing-the-new-microsoft-clarity-integration-and-rest-api-addon/?utm_source=WordPress&utm_campaign=microsoft-clarity-rest-api-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:152:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=microsoft-clarity-rest-api-v3&utm_medium=plugin-notification&utm_content=Upgrade Your Plan\";s:4:\"text\";s:17:\"Upgrade Your Plan\";}}s:5:\"start\";s:19:\"2022-05-03 15:26:42\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_310\";a:7:{s:5:\"title\";s:76:\"📢 Introducing 2 New Features! — Dashboard Widgets And Shorter URLs 📢\";s:7:\"content\";s:411:\"We’ve added 2 new dashboard widgets. One to help you set up your website for better SEO and the other to show you an overview of how optimized your posts are.\r\n<br><br>\r\nAnother feature you’ll love is the Strip Category Base Prefix feature that enables you to create shorter URLs by removing the category base.\r\n<br><br>\r\nUpgrade to AIOSEO 4.2.0 Pro today and enjoy these powerful features on your website!!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:310;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:202:\"https://aioseo.com/new-dashboard-widgets-and-strip-category-base-feature/?utm_source=WordPress&utm_campaign=dashboard-widgets-strip-category-base-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:160:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=dashboard-widgets-strip-category-base-v3&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2022-05-31 21:15:05\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_325\";a:7:{s:5:\"title\";s:63:\"📣 Introducing Crawl Cleanup and Import URLs to Your Sitemap!\";s:7:\"content\";s:341:\"AIOSEO 4.2.1 now allows you to manage Search Engine crawl quota by removing query args (URL parameters) from selected URLs and disabling unnecessary RSS feeds.\r\n<br><br>\r\nYou can also import bulk URLs from a CSV file to add more pages to your sitemap.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.1 to take advantage of these powerful SEO features today!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:325;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:201:\"https://aioseo.com/introducing-crawl-cleanup-and-importing-urls-from-a-csv-file-to-your-sitemap/?utm_source=WordPress&utm_campaign=crawl-cleanup-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:140:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=crawl-cleanup-v3&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2022-07-19 14:22:11\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_336\";a:7:{s:5:\"title\";s:55:\"AIOSEO 4.2.2 is HERE with some great new features! 🎉\";s:7:\"content\";s:288:\"Connect your WordPress user profile directly to your social media accounts for improved SEO.\r\n<br><br>\r\nOur new Translations API enables third-party translation apps to hook into AIOSEO’s data for multilingual SEO.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.2 now and enjoy more SEO opportunities!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:336;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:222:\"https://aioseo.com/announcing-our-new-user-social-profile-tab-and-translation-api-in-aioseo-4-2-2/?utm_source=WordPress&utm_campaign=social-profiles-translations-api-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:155:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=social-profiles-translations-api-v3&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2022-07-19 14:22:11\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_411\";a:7:{s:5:\"title\";s:83:\"📣 AIOSEO 4.2.3: Introducing FAQ and Table of Contents blocks + URL Slug Monitor.\";s:7:\"content\";s:365:\"You can now add FAQ and Table of Contents blocks to increase your visibility on SERPs and improve user experience.\r\n<br><br>\r\nAnd our URL Slug Monitor is a powerful addition that checks for changes in your URLs and prompts you to add redirects which helps prevents 404 errors on your site.\r\n<br><br>\r\nUpdate to 4.2.3 today and check out these powerful new features!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:411;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:220:\"https://aioseo.com/introducing-aioseo-4-2-3-faq-and-table-of-contents-blocks-all-new-url-slug-monitor/?utm_source=WordPress&utm_campaign=introducing-faq-toc-blocks-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:149:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=introducing-faq-toc-blocks-v3&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2022-08-16 12:14:02\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_467\";a:7:{s:5:\"title\";s:54:\"AIOSEO just got more powerful with version 4.2.4! 🚀\";s:7:\"content\";s:365:\"Easily eliminate 404 errors with <strong>automatic redirects</strong> using our massively improved Redirection Manager. \r\n<br><br>\r\nThis update also includes some huge improvements to our Image SEO addon, making it much easier for your content to rank. 📸\r\n<br><br>\r\nUpdate to <strong>AIOSEO 4.2.4</strong> today and take advantage of these powerful new features!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:467;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:204:\"https://aioseo.com/announcing-aioseo-4-2-4-improved-redirects-and-image-seo-updates/?utm_source=WordPress&utm_campaign=improved-redirects-image-seo-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:155:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=improved-redirects-image-seo-v3&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2022-09-22 20:05:34\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_493\";a:7:{s:5:\"title\";s:43:\"The Next-Gen Schema Generator is here! 🎉\";s:7:\"content\";s:422:\"This is a huge leap forward in WordPress schema implementation, and you definitely want to add it to boost your website SEO! 🚀\r\n<br><br>\r\nWebsites with schema markups enjoy better SEO rankings, higher traffic, and more sales. AIOSEO 4.2.5 makes it possible without touching a single line of code.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.5 <strong>TODAY</strong> and enjoy the power of our <strong>new Schema Generator!</strong>\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:493;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:206:\"https://aioseo.com/announcing-aioseo-4-2-5-next-gen-schema-generator-to-improve-your-seo-rankings/?utm_source=WordPress&utm_campaign=schema-generator-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:139:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=schema-generator-v3&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2022-09-13 00:00:00\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_518\";a:7:{s:5:\"title\";s:47:\"The much-awaited SEO emoji picker is here! 🎉\";s:7:\"content\";s:607:\"Now you can add emojis to SEO fields to get <strong>higher CTRs and engagement on SEO and social media platforms</strong>. 😳\r\n<br><br>\r\nPlus, we’ve also greatly improved our multisite SEO module, making it easy to <strong>manage WordPress multisite SEO from a single dashboard</strong>. ✅\r\n<br><br>\r\nWith AIOSEO 4.2.6, you’ve got more tools to help you rank your content, and that <strong>without touching a single line of code</strong>. 🧑🏽‍💻\r\n<br><br>\r\n<strong>Update to AIOSEO 4.2.6 TODAY</strong> and enjoy the power of our new SEO emoji picker and improved multisite SEO module! 🚀\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:518;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:195:\"https://aioseo.com/announcing-aioseo-4-2-6-new-seo-emoji-picker-multisite-seo-improvements/?utm_source=WordPress&utm_campaign=emoji-picker-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:145:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=emoji-picker-v3&utm_medium=plugin-notification&utm_content=🚀 Get AIOSEO Pro NOW!\";s:4:\"text\";s:24:\"🚀 Get AIOSEO Pro NOW!\";}}s:5:\"start\";s:19:\"2022-11-28 20:45:42\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_523\";a:7:{s:5:\"title\";s:103:\"Announcing AIOSEO 4.2.7: Google Merchant Center Schema to help you Boost Visibility and Sales! 🛒💰\";s:7:\"content\";s:376:\"Do you sell products on your website? We’ve got great news for you!\r\n<br><br>\r\nEnjoy greater visibility and higher CTRs for your products on search engines with our new <strong>Google Merchant Center</strong> Listing schema support. \r\n<br><br>\r\nSo, go ahead and update to <strong>AIOSEO Pro 4.2.7 TODAY</strong> and get more tools to help you rank your content and products!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:523;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:224:\"https://aioseo.com/announcing-aioseo-4-2-7-drive-more-sales-with-google-merchant-center-listing-schema/?utm_source=WordPress&utm_campaign=google-merchant-center-schema-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:152:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=google-merchant-center-schema-v3&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2022-12-06 20:35:55\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_561\";a:7:{s:5:\"title\";s:80:\"AIOSEO 4.2.8: More Control Over Search and Social Snippets with SEO Preview 🔎\";s:7:\"content\";s:381:\"Get greater control over how your search and social media snippets appear with our <strong>new SEO Preview tool</strong>.\r\n<br><br>\r\nPlus, check how well you’ve set up your page’s SEO by getting an overview of your meta tags and basic SEO.\r\n<br><br>\r\nSo, <strong>update to AIOSEO 4.2.8 TODAY</strong> and boost your rankings and drive more engagement on SERPs and social media!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:561;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:183:\"https://aioseo.com/new-seo-preview-more-control-over-search-and-social-snippets/?utm_source=WordPress&utm_campaign=seo-preview-v3&utm_medium=plugin-notification&utm_content=Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:134:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=seo-preview-v3&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2023-02-24 16:13:04\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_565\";a:7:{s:5:\"title\";s:118:\"Introducing SEO Stats for WordPress - Track Your Keyword Rankings and See Important SEO Metrics with 1-click 🔎 🚀\";s:7:\"content\";s:10938:\"Want to see exactly how your content ranks in search results inside of WordPress? You can do just that with our brand new <strong>Google Search Console integration</strong>!\r\n<br><br>\r\nTrack important keywords and get in-plugin tips to help you grow your traffic. <strong>Plus: Try out the new speed test tool!</strong> 🚀\r\n<br><br>\r\n<strong>Upgrade to AIOSEO 4.3.0 (Elite) TODAY to ignite your SEO and outrank competitors!</strong>\r\n<br><br>\r\n<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAD1CAMAAABJL1OjAAABO1BMVEX////z9PXv8PH+4sfy9f7L2Pne18Lp3LzrvLb328Hq7/3T3frc3N7h6PzIyczR0tX0zMzxxMLZ4vr+8fH529uys7e7vL3l387AwcTj5OX+59Kpqq/20tOZmqDVzrv86ur74+TF0feesO/o6Oni17mio6iJipPJxLmBm+uOpO2qufC9yfPp6NkAAACWqe2QkZn+69rftKfEyZ20wPH70re9xpfk6PPhen9rbntwjunKzKOCg43Q59f4upB7fofb06/nq6bjhIbU0ar4wZ344NC+3sr4yarl8urjkZBTVmb1tIlfYnDqlJnjnpp0doLc7uOn1LiFx55FSV0zOVEABzmaz673sX0AUeH45tsvaOMABdzlzr+w2L9afeYAABwXI0QAMN4ApEv0qHRkvIonsW/dBxvxhRvwbQAAmQFKiizQAAAdIElEQVR42uzYXWvbMBTG8ecc3BtHlmAgIyF0sQaH1EH1RWC0DHYfetcNjA3Z+v0/xVznZcne13XUjPMLyMmJSS7+QU4CIYQQQgjxZETfDsRLoR0cMRGfDUDMGOxWP8eouCiyYZ0VxasCeFXXqwziWXrsq5wE2o2Pbj7cM+DTAnCblO4ckC37vm8vsvZhONao27ZvuwIHHuLpPXgAopOB59MiKr1P7jHIW5TpY7NISeOyv5pdtjN03fr1Ghf9Ni8u+i7DDjFGc2sZX3iDQVl5JgAM7wEwG4gjIthFjG8NiA4DFUPUJ0Vish9uHoM0eJ8M4NIG1/1VkWfIu/ZVnmO7zAHM2hV2GDuNUXNv2VuvrLdaLUqGq9gsLFsVGqWMNndGcWXmVkEMmKhRTM6Cad+Do4tlVDgE4Q8bvE0eKsV5usNgkzjv+r5d5lk37Fld3m5Rb2dFf/nVjjWvSr8IlQrBamuUHlaQrdgaH2KpjW20CsOzSoUoQUZEFOeALg9BGKakMqhxMNKpQUjVYxBO92OQjwysrrf9bd6115drdEss+1n+UJ/vWDCwTdQu2GjZemhNAYpVdKq00RnjVDTWVxVYlRECyIioqbRbnARRFSw5fQzyLg0+bsaL+iZZIKQbFDUwa7d5N143rh7qfJ3dtgVGTNjRQwgdlAvOMEerFGv4qlLK6mC9NaYMXDqlGmeCgxgQoYk3zRjkMAhBl/H4zVelTzHG+2Tm6R1MSpv7lBSWfbvt+ku0D922nWXdw/XtVV/Ld6y/xgTljNZ8vKgPtHXHxzA3FoC+c7wJgFrcv48eyOvbblsDy8HtGvl123Yr7DHEkxF9dRwcDn9EfhY+WxEeEGGPxgHJvycvhkZnA8nxwjLZf4QQQoj/HYlJkSATI0EmRoJMjASZGAkyMRJkYiTIxEiQiZEgEyNBJkaCTAye6TWY8OzvzpP9uPCvb3u/fep4dwA6AOjX8IiOC4gYYCYC8fdOJvrplIl+eAYIzDRJ/O8cg+DiqmYQgNUMqzcgYGyEN2vQEUx0JpbzqlHwIXgFgvKaQcMKnBeAUdrgnCqhY0l4VHo47NEJ6KgBmM/snU2P0zAQht+M4MRo5jSWrdEc2MjW0orNAQkFReodIfUAnOH//wtCKBAonwfY7KpPYzdJp0rspxMnVZUSs2zyO2ki/CsIX4Ts9vvd45tHV/vdi/3uev/8Zp4eP9vtr3erDzTC1Z0s8QBpmkZ2iRCpOppIsBmtgnU08pQ5JxXNoWZ5clQJtayDmInkEI0kldddPplq6MHHJBacQ5LRlpQsQgj/QssqQ549fP5k92J3c3W1v3rycPfi4dXu+vrm8c3Dq3WGsLkFV0br+hzZuTXPbi1VbVE0osdKyPsk42Bhdpxi4BZStcKn0DbPe31TPCSahk2y7nB2b5M7V4kqzSW8la0JofBQAIzv6LMClIgSOEMFH1HpAMG3kAIoqesTVKD6nZD99dz31/vdk92j2cicLLvd9dWO5uW1kOSeQjgiQz3UrVXxJJGSJQtNrayEiORanUblsCyRjHwwGJu1apzMU7KSUjRpGavUsup5UBMzy2w21Dzx5oSICAMIdc6urOycXLTAGsDu5s6D6KuCmdFKlRg4uTK7Zhdl+AiAw70aT5pHWguZeU4gmutuqfH84xqaq+4bmLq+BxV0KASa6ebSL2N6mWexiv30GgctSwXzYt+tzkCwVNoS9eu3gRgon8O61JQ2dcT6JESZeOnPVy384BFjDOQjwRnoGrt4acQHhhJGTa/r4C108DpOU7GXVI7HAvSNazYeSI/9d0KwFJzmT9NSrTkN9Uswlvj1dD76ft0GTtXZEwE/2MjnnQHRFgd1ElYGamIXZjUTV4UHSMigA3OUVDk5YSaDjMVZYaYugjwBRT7OROEg92LWAdjEmf4GduHvIMJPkKVTC36LEmZ6wpqtCLlz/MvT3o0dDO4I9M+4ZMjmmIVcfr+1JdB19PxPoDnw8vjnj1kI9jdXv+fmEV34D/z1IYsu5V+WO3gRcN+5CNkYFyEb4yJkY8xC6B4wt+SeNAQdEfAAd7ssRu5BO7AIuQf3yViE3IN2XIRsjYuQjXERsjEuQjbGRcjGuK9CiD9x52559GMhWbDQfY76Wi/03dbu8/e9EH8TLSLeJ/wCwoq+20SDfiCECh2woENjb05+nAgUzThjJlEmAEYJK1gVt8W5kCpKuXIyzHQVQ8E5E9Ba4BPCmc70sTL+K+dCGENNjIXJubREeoAF9CVzvCke+sZFwvWtpTJM7MEnH7do5FxIZhJjW4TQoWXUUJ+rEmx5zDxmP4zAiEPyQ0lNxd5/bFDr/eA8eIcZZf2/Rs6F9G/GagM+QTZxNDUDN0BaEodNVnuzZqVRtAwdKmNGwYUJt8W5EKEU+kkIxqdFx1rD3WKsMXVDmA7dRyEtIvPkA7sE1SY8DNxSMwLQMZRuWcjEUo1PRkyjNiv8iqcENn0lgxwPFlJTfilNBq+icqyYYeq7TWVIIZb+lCFHHu3gyk9LeSfvtUl4pqO8Bl4yJFJoG0KaRHXzgZqkef2MdoUU/49zISSAhlUs9DVBLYEjA8i1ILPkUoRLzmBRZCNJtASrKuG2OBciQj5JMpzSl9WIZwMCQamFGGICKIBsYCtMLIycllxPcuoO/Z8+1kLWSGqMv6fDrXEuJCqzZB4MK4y336iVkBV378rkeyHyqh2m1l7duf/JuK8XhneWi5CNcRGyMS5CPrBrx6wRwzAYhj+Jjh/ScNhYmEwh/f8/sb4EulyHHndQFfRiQeIhBB68OVkFkqwCSVaBJOsCSXD/5cW5QOTvf+TFudUJSVaBJKtAklUgySqQZBVIsgokWQWSrAJJVoEk6yUQUvGuglEgjyDaBgA5xwmYiGItvXaFOJ+/75mY4jd93LDi5oq1YNA23FXUALls3S0K5AcQ+mbWxugcG9HanKOvt3745HS3MZqNhpUStuaJjN0O9mYYCnMb3MwmcEr7zgJ5BPG5BObWo4fRMLt77zb3Ntl6b6P7FjYOvUB29Wdu05ibDTu2ATcuCo/Pxm3HyhHiBfIAAgaoEYrgfV9VJVoolHLfF6WK7sQ9Gh2/6oYzBVWCoYBTVBiicX0rjK5vB6HT8L/6Yu98WhsFwjD+zOQUED0URTPIHkK8DfXgQcgkl0SHRIh/osWDJLTpYb//J9hJSmm6NN1uEpq09ocizMXDj/cZ55XRkyZ1Ss/3J3bSB84uhDFL70Nx8fccB85LPfbe4BhOF6Jbto0d1/pNgfatQ77aFqoThZwaWT8Lw38LofvTA8VfkPNEFvkR8kEh/aRc6oBblgzQ1+vEwRaz9GAXIMUAx2OVxWxpuB6M0vgR8kEhYdJnnOjcUAflJvUYFNq6CGGuSTjD+4hKkqaBzFJAZFKQVLwkFtUckztjj3IXxyMrAaSNkCmJWiBk6ULjxm0CFEwvLZcRKGaMJTALb0lxkEgCaJo8eoyQ5xmQVVVW5fJVZC2GGC/CIY5jZzeKNhLVRoi8Ei0QYvEwWeneGAhdnY/Zyt0OFlBCLM5n5LCP+w0B0AhRZdGmqQBUTfS7eTWpG1zDcHVsgaSP9wKAyLbiK3XDNkQWtQ2DG24BlKbBKdwlgGXhJqVtl/rawyGklATI76VQRZI3uRBZlufNRmCPZAhVITa3cQxSsTUvpIiivFK0QIhbGIslND5wuYP1wloN6NjRGZutDJND5xbeRUQCUQSZyVSmDZGQYi+ybO4AyRi36no0Qog0JY0kEm2ILAySoQPoYWgAjpcMQBcUgD2AcQsw95RlyIABYCaoZ+KMHBZC6fNYMI/jYOrj6nl3YfiFeidvC7Ht5z3CfqcTxJPRaBQH9Q2umO/dOtFMU38arKf1lmk3nswf5vNJHATd6bSmAAgll+O/hHyhzskBIY7maNjhT5/o1bVfTzvdII4nk9HdwzyooWhbt/cykbWP3/N39BT+C71ufDfq4or43pG1L+RtlJTuZD75hWvhk96HXLzb63feFqKGVZ3ED1ejpDUV0ukdovOHvLPbbROGAnAkbGnYcjY5+0WTOrvS5J8JVYKbXOQKxAUPEFWaerP3f4gdwIoTKCFOYU21zzQ1tmUqPp1jIGkbJa2S27j4WlQIEZlkAU/bFxYSJdFzG/R0SvLVDbCgECGVtBYtt6gzEiIkSs6W6CEpbkHJYkKE0pZzTtFCl73EKIWDIsQV2Ibf2/IQ7epyFc5bEEKVEpxiYKEIyVRGeWiE+CjpVbySeh+s5MaEoNUQppVtbDgh80NUSsE3CxHSGnH4mt93xvI/9WPA5ePDjzLOHXH5eLfZvI4QwhgjZKRPbk2rQ2BgiZTFnzKOgWkh8KdGfYQMA+S0oRuS5Pu6nBZR5tVuV+/38His6ICaa6jy+HHz74QgLJVSWgFaGyvYiRgqtxI7HYBYIGXhJxd/k0K+/lyv752QAEBJPvYT3zUm6n29K+C0t3F1TARArBTdiFMvaBkhJFPaCIwpBmxmpNbgJTXWWiGsgU5MnQ4BBYTMjd064WJSyLf12kVIGYdQVvV+9+7LPUyKUPuPex4/fv9dFXW9b1U0Q87NWDa9FYzvHmR++NVOBDPN/0G5bCs7Fw4KdGJSrbXMBPU6/BqyQaHpcLzbgA93hKA1JIwkyguQAie/KlwqcjHR3s9M43Jh99Tfh8vMEeJ0DKGOYWdQhCBqtFK6+ZKCPO9DuWOIxYQ4kjb7VBW8xIeWK3B5rOqsglRY+ucRgpXG3DvA41A/AF18p06EBA+2tYsFmNF26ETJo+MuKMSRuO1leJl5Ey9d4gOKqthcLwTrFHOKaRiX3ocQqxXI4Jw6pVCzsu+Ebg3HVwq5DQ5u84aqujJCCDYqxYxTzjkNKRfdqRNqGhsc5j8BDiakSi1z45DcYn4sm7w9If3gmxTCMtMggfSA1qnljPFwGD92IZWGqTzdUUBGhhljIxMIo7W0Qlipst6gUCHxizdf67X7hsGOHzVkWgi3ArACAxTgDYwRwq7k+LPV7GCV+lsVys/PDp1cWCONYP1hrxkhcX8vdrXhjmNoEJheQ9ABMgvHb+GSq0HAM62hQvypiMdeJyTMg9cyvYYQhIgrs7Aayh5CJgpyUnqtq0Ah7pyf1xGPbIMIGPQFp6z4AiHLfKwCLTj39G9QOSHTMRKSqOKRjqG9sznrP3sL9/2n9edbvcr6y94Z7DYKA2EYvBEUybIPkVl7o/iCq1x6CVJVicOyQXvopU/Q93+PHdtTHPBuSTYgVSK/CWAIozIfvzFVAK/tuoBUj4JV+L+sr6mVOSTcp/6j+A+FdmgxrcwhN3Z7iyIHFSC8kptbV53Ut3MMsbazDZslgeRtUz+fqW5aA1hm16RDthvY1dR9NlBuHMdINrbMEtz+jcsAKUwDBLo2DzJtB8tg4a1UwG0uWtc0NeiZ3JusCRVtbfOej4RYLJWmza/H4JDWNdqtbpqu61pQegcySaPNP5XpamuVvLicA0IAAhHolfWyIiDX0jD+E+XRnWGazsRYfJPU2wEwdOcY7kAGQH7DgKWvBxpNoBFTMLFVfNJrOPZRMItmcBhMPq01d3tHP+gNlW9552hMyOAwkrF+8GcEA7ogyHUOSfs1KqWKUF9Rs7ykl/QzFKdQeqWc88WAZNB2YOOBrYxnUeT2OB/TMCbTWh8+pHVmPvPKpSjj6CWZAsKETReFkZB8x/DdpYRTzsnN94fsaUIqG0eWsqIJrbjghBJFk/Bq5oWu1L93cBhjZzM0MnbuvHtrMwVZQh16+arOBim+CgSGx+gh+GQva7+XcmepUA4pInRfuh0jc7w2Wf0UsiwlAyCiLJnYMVmyHRdCqPBq5lmBKPHxRLmnoQFQtlLYegDhDKGzSPAFtzZ4JTKLiZZEJKLoU0CU5FIosYPEiLLiFWXMO4SQG56rG56BKRh9lCphNJESSHDGpJSUu9CcKMLnBSIZl+gQE4RWsMLDH4RNk5OOZVchNfieCzGloeUciTj6BBDUzlNIghTjdJ6bPuleDc8fZMFzSAp7l4wdYnxaUS7XQRqKn8YDCjYfOeXfrjh4T0Th+3Dpum6LRgUgWeYphJzgHBa3EKfxgMVBwTB/AeGdBAooxuHDJF3rbdFPBrOoQ4ZCngKZ4cduFGbsBLfFpocxBiGPKKTAmNYj1uPwOAat9sKQuzxlc8lHej++nV5AJ6cX1On19e3X8eHhfbiBNjqLtbInOfwh5wx6FIWhOP7oYeKhgSE7ChND9mDkpDHeSCAED0QIg6DgyQmTzcxhv/8n2NeqW5hBwcg4B//tK7WNYt6PvtIeKqQ9dCoNYQTM9+j5quZzL46DYHFgEx/JaPX/oO0hmNVPUschi7DixiHr4McOpCENDx0ee73zmnveEU3wn4x2VEsgks0PwQQ3C0MLlDALFehnYwCLduG2aEOBhnlEfwKIJkzjBU+XZE6jh3FqUYYxr+Q6CTIsnjE2SKcdEKOg4+mIr3EjCwoTVhkJ6YaMTWgn5xUL38eKAz5ITiVmmVlO4c0cuRvoQE5yCRDtCj3sjdPAx71K4xJ5HE0gJpzfTUA2BpCpzHsKBWYutcZg2a4cQrN8tOV6m4K/XjvwJ3U+nDQphywlV94o+/nBFUfKiVt9pBcAEY6ts0pG45VD2msy0Xa9YPGVxpdJpGyNgBp3e7MhkHwAKDsC0IuskOF5SC29bzZF/vXflI+Nd9gmznabpsvXNPWT0gDZyDClMCtW0XUH9+KttoxKGyBEADmlusEzKQtZ7FigCuKK5xtDlmg8SacRSGjCiI+Q56mCpuPDjL39mWwbBpxXskz2IyTBEeKn6w9Yps67Xz7x1DCzFSEDRS+uGyH8VuBvm4BQWRlIJSCTeptUhG07FH+A52xijoMFg+F98vNpzUVZgweNFS2B9KeDVS6NZYgiFrVs6uYEaA66OTbaBXYfHD6HSAkkEviSeE2jw+FsahN3pYQWdKBl4xxCZEUn+9rktAQDFuEXTGxtgbH+hcvzkIWq9oRUbielirJSU0vfVFsCgX7oUjBlsqLMhXZkU2zTQTJs0sFrr+Q+w8gMZ+RGb1lkRIFr59UEcFTMFw17of9jbGLe+qyDM8WFV+qS6C63iA7MogmB3OvCsBe81Cn2GIFaBKLA9G36da97WU+P56QyPWLm6Za6272sJxXdzrK44kW0/ZDUu93L+kfeGaw2DMNgeBvWxSJjLDlsUGjtXRwbevHJD7P3f41FIjQZi+OsboZGf+OmmLY5fBIpIfnSvciMPCup+isgB5G528uATl3XHQROaVZSjDGGgI0utUw9EJmRdVBvSO8UvLW9o3fQ6N065HiSmSIQOFPF6ppy3fzsOpMM3bfe0AuYAYxzJBQK1DLqxkDao8xsEAcEPxYs6n0P6tHhTGXD1g6EEEgjQXYHuAmQy4VFrcwUgehXDpg4YgnIMr9ro7ONZhyueJ4gnp3X9UCe3z7GilAP/yI/XCezikUIAxayV5E2qbnKHZpyX4OEsBZEsMnrWiCXk4tCUwayVLBADeOcx9/hgGRNTs+kP9kJlx0URqLqgDy+j1tukmkOC0+7Li3skUf7baoykNFdyWMeBMNMtv899ckgGLX84RQIM2TDu2ckUd/1gyUZyDAnLBMaRGJC7r0t6XtkK+lig1iL/KtrHcIbBE8Wsz2AKAlLX+yd34vTQBDHZ5cEJNnOQnWXXWLRJKQkKdSHPkhBfBHUB0F9U1Boxer//x84mybuxbS2PX9Qbb9Jm97ku7PcfLpp77ibHgWEdo/Bo2mZ1FXZNCENf16lkni0QIaalbHPukvdiQbJjJ4G83lGMx4J5F/+0OgBEF+NwRLpmISpa0JKXNKf8Ji3l6Rdl6x4GYcnKHZTzhZNF8bLu2QdWyLSrCzjfTyyMdn29H4PlmncZHH74ZvvpRbP3HvhywISbcvkK0G723ZiGc/KLPgpj3hXq/HlYhzfSsSkeS98UUBOLNBiGe7iMYo7DVdIVo/cs/2W22hc0yq5ICCndrmMqywY8vCGwQrKqsi1Xrzl5vbRrKzC6FggDIDiO/6xlbOhqx9qouzkgXzXQEbRnN0CyOhURbMy7fOobyYBp6DHY/SriqIwK6vFbHQMENSoeK6NFUy2BqOlBqFNLngXQoWKWQp5Fw1MQJj+QE6hvstoBfaH9CYZpJcF8wNPABJEp4mKE4yyypdmVKa9HP0rVlTVQfQbFARRnC7CY4BQSYW1lk+TCdo2hFyDzPOpmmDehawBwe2kSLwLEk6hp+rGQD0FQQOTwoek4iK3vVCiqO72ZnrJESQXj7zL62BX0uiErbFDXM7bpVCXo14fzV7TxTSrQgh+k469ZBVSKuAKUUlj25AABKFQKvweksqApdBNl1s0/YEy12CTnksKxfIf0tOMdps+70LCgvDpvf5QE0yIs2wRhnWV+gzdnV8h4fi39b+klOzEF3UGbBjqP2Qw8LADA0lsmJ51A4fp2V/7DKqABH9CF/27rH9VVyBnpiuQM9MVyJnpCuTMdAVyZroCOTPtBZJW6fbnad86zaJtv3fOoNPrtx/AKXe5QHDgKLrMPu/dZ8/uNjHnY4Ll5JGSDbux3Xl1DxqHFS6pSyhvzExJLxRIuFqtQjomwkihLIgCQWEitUUpkyaaWFe6z+v1GzoaBXReGA2ICo2QKCZaINqkwfPp69dPQA5pJwB6IoziXKGWxhphChTaGtPw2Gw2D8hRWKNzkInVWhk/syiUbWc+CCSC3hf/ivYBqVcfVws6ohE4Fco9AJ0QmiRRxuBE4EQat0DWn9dvAcRUo+WInIAUQguduBo+knLrgi8kOlgJmhspp0IImCBRKxKtUSf5BJtF8HLzeHOP0pHDoUSZ4wR0N7M2ejszHgaSlXWURhAHURhANs8CepQGQQrjuAoBYHGmjPYBid6v3kcOiDRGKQSkm+GAGjExqAyJI5DertdPAJhUDKy0BTktCI1k0ajpaBvX869fn7VAACQVNgEazrRBrdCQtBAOyP3N5jFsHYoDQ14gAW5nNgpRkxetPAgkrqByf1DwcV6VNcyrrP6YlVk1z7JluAxhVn9cwllqHxCIwqh1AG4v5yR34AyAuftWT16AF+9cjPdd7955U3uaxAbd2B7e7xysO8F/mPmo15CoXMzrbD5fZlVYbYHUVV1WdUWkUgiiKoSz1H/7LutbO/fT4iYQxnH855Bc3NHnNKLIHEyYwT90PXhZWcg9LOTQy9LTvv930TEpLE0L2W0JfZw+HxkiSg7hi+gQNZswdSmaNEszhCXdnv/CGDZhPQPY3iEbbZAgBbC6M3vMQVZJgjAjQZiRIMxIEGYkCDMShBkJwowEYSa+IJt1j6iCJCrYr3wkMQVZiqx8JHEFiYQEYUaCMCNBmIkmiIpATEFU8u/nEX874goSwQ+JamIoQRiRIMxIEGYkCDMShJlogwwT3jVDincZ59v/fhdkj09iEPQ6yNAPj1P70HQPu26zmXe7Ze0x6/tt139LkW3nDCxdBVEHA3+yuDAqL/CrmlD4scKFB0qNn1Va44Y7B9k16dwN89y2u92AeQ6r3ePw2k9zv5mXXq8NWLoKggrGwJU4s3YEWTKKRl3onEanbJ2PR4Kn0usxbBm1PT9r4XPlR8otIagowA33DZK27UPbNkM3DM0WfTMNXTN3TajToE2BlGmP6yDK5uTVQeOs/mJwdN6ZsBysO+jCPesn5QnucNI6bCuM8W8wbiT/rE3tLkEIla4UbrrzSf3qnb/phBW4CgK9h3m2PsHC594cjFFHhzfzYuqyri1O+ongy7DPnjxR7V/IWJv4urCGvEeg1R6U4Ca5yvrAEWJ9CRQai1ypUjvCV0Kh8gquSHJoZ9R5D5k8ryqifUlECenxqaD6xxeJKtwiQf70spdqfEBVm+QT110S5D+bh6yVBGFGgjAjQZiRIMxIEGYkCDNxBYlBTI8jRFEkpiNkoZax1o9FbEHWT4Iw8x2pxEnKc1SliAAAAABJRU5ErkJggg==\" />\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:565;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:180:\"https://aioseo.com/google-search-console-integration/?utm_source=WordPress&utm_campaign=google-search-console-integration-v3&utm_medium=plugin-notification&utm_content=Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:160:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=google-search-console-integration-v3&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro\";s:4:\"text\";s:19:\"Get AIOSEO Pro 🚀\";}}s:5:\"start\";s:19:\"2023-06-27 12:55:16\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_674\";a:7:{s:5:\"title\";s:86:\"🗣️ [AIOSEO 4.3.6] Announcing Content Rankings: SEO Performance Tracking Made Easy\";s:7:\"content\";s:457:\"Get valuable insights about how your content is performing on search engines using our <strong>NEW Content Rankings report</strong>.\r\n<br><br>\r\nThis includes SEO data to help you <strong>optimize your articles for better rankings</strong>. Plus, you can also easily spot <strong>content decay</strong>, making it easier to combat it.\r\n<br><br>\r\nSo, <strong>upgrade to AIOSEO Pro TODAY</strong> and boost your rankings and drive more traffic to your content!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:674;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:192:\"https://aioseo.com/announcing-content-rankings-seo-performance-tracking-made-easy/?utm_source=WordPress&utm_campaign=content-rankings-v3&utm_medium=plugin-notification&utm_content=Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:143:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=content-rankings-v3&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2023-06-27 12:55:16\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_709\";a:7:{s:5:\"title\";s:59:\"[Memorial Day Sale] 🇺🇸 Get up to 70% off AIOSEO! 💥\";s:7:\"content\";s:583:\"We just launched our Memorial Day sale! Snag <strong style=\"text-decoration: underline;\"><em>all</em></strong> the SEO features you want to surge traffic and sales. \r\n<ul style=\"list-style: inside;\">\r\n	<li>Save time with our AI <strong>ChatGPT integration</strong>.</li>\r\n	<li>Boost <strong>rankings</strong> with our <strong>Google Search Console integration</strong>.</li>\r\n</ul>\r\nFor only <strong style=\"text-decoration: underline;\">1 day</strong> you can get <strong>giant discounts</strong> on the world\'s best SEO plugin.\r\n<br /><br />\r\n⚡So grab your deal while it lasts! ⚡\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:709;s:4:\"btns\";a:1:{s:4:\"main\";a:2:{s:3:\"url\";s:153:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=v3&utm_medium=Plugin%20Notification&utm_content=memorial-day-sale-2023-get-aioseo-pro-today\";s:4:\"text\";s:21:\"Get AIOSEO Pro Today!\";}}s:5:\"start\";s:19:\"2023-05-29 13:43:06\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_749\";a:7:{s:5:\"title\";s:81:\"[NEW] Set a Primary Category to Customize Breadcrumbs (+ WPCode Integration) 🚀\";s:7:\"content\";s:504:\"<strong>The wait is FINALLY over!</strong> One of our most requested feature is live in AIOSEO 4.3.8! 🎉 🎉\r\n<br><br>\r\nWith the brand-new <strong>Primary Category</strong> feature, you now have <strong>full control over which category displays in your breadcrumb trail</strong>.\r\n<br><br>\r\nPlus: customize your AIOSEO experience with <strong>clickable code snippets</strong> courtesy of WPCode!\r\n<br><br>\r\nUpgrade to <strong>AIOSEO 4.3.8 Pro TODAY</strong> to ignite your SEO and outrank competitors!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:749;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:180:\"https://aioseo.com/announcing-primary-category-and-wpcode-integration/?utm_source=WordPress&utm_campaign=primary-category-v3&utm_medium=plugin-notification&utm_content=Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:143:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=primary-category-v3&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2023-07-25 13:50:35\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_805\";a:7:{s:5:\"title\";s:80:\"🔥 [New] Advanced SEO Tracking with SEO Revisions & Google Updates Integration\";s:7:\"content\";s:359:\"Track the changes you make to your content and see how it <strong>connects to changes in your search rankings</strong>.\r\n<br><br>\r\nPlus, see <strong>Google Updates on a timeline in Search Statistics</strong>, so you know how they impact your SEO.\r\n<br><br>\r\nWe’ve also added many more new features to version 4.4.0 of AIOSEO. <strong>Upgrade today!</strong>\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:805;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:182:\"https://aioseo.com/announcing-seo-revisions-and-google-updates-integration/?utm_source=WordPress&utm_campaign=seo-revisions-v3&utm_medium=plugin-notification&utm_content=Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:140:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=seo-revisions-v3&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2023-09-19 21:26:06\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_807\";a:7:{s:5:\"title\";s:59:\"NEW: Announcing the AIOSEO Analyzer Chrome extension!  🚀\";s:7:\"content\";s:384:\"Speed up content reviews and technical SEO checks. This new free tool is designed for you!\r\n<br><br>\r\nAIOSEO Analyzer gives you a big-picture view of your SEO, bringing problem areas into sharp focus. It works on both unpublished <em>and</em> published pages.\r\n<br><br>\r\nAnd it’s <strong>100% free!</strong> Download it today from the Chrome Web Store. And take it for a test drive!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:807;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:170:\"https://aioseo.com/announcing-all-in-one-analyzer-by-aioseo/?utm_source=WordPress&utm_campaign=chrome-extension-v3&utm_medium=plugin-notification&utm_content=Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:166:\"https://aioseo.com/announcing-all-in-one-analyzer-by-aioseo/?utm_source=WordPress&utm_campaign=chrome-extension-v3&utm_medium=plugin-notification&utm_content=Download\";s:4:\"text\";s:8:\"Download\";}}s:5:\"start\";s:19:\"2023-11-25 04:17:13\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_830\";a:7:{s:5:\"title\";s:59:\"[New] Improved Crawling and Indexing with AIOSEO 4.4.4 🚀\";s:7:\"content\";s:364:\"Improve your site’s crawlability and indexability with our improved robots.txt editor. With new directives and advanced functionality, ranking your site on search engines just became easier.\r\n<br><br>\r\nWe’ve also added many more new features to version 4.4.4 of AIOSEO. Check out our announcement for more information.\r\n<br><br>\r\nUpgrade to AIOSEO 4.4.4 today!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:830;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:190:\"https://aioseo.com/greater-robots-txt-file-customization-for-improved-crawlability/?utm_source=WordPress&utm_campaign=robots-editor-v3&utm_medium=plugin-notification&utm_content=Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:138:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=robots-editor-v3&utm_medium=plugin-notification&utm_content=Upgrade%20AIOSEO\";s:4:\"text\";s:14:\"Upgrade AIOSEO\";}}s:5:\"start\";s:19:\"2023-11-25 04:17:13\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_849\";a:7:{s:5:\"title\";s:67:\"[New] TruSEO Highlighter: Instantly locate readability issues! 😮\";s:7:\"content\";s:365:\"On-page SEO just got easier with our new TruSEO Highlighter! 😮 Turn on the highlighter to instantly find readability issues on a page. 🥳\r\n<br><br>\r\nThis is our most requested feature! With TruSEO highlighter, you’ll instantly find readability issues flagged by AIOSEO.\r\n<br><br>\r\nUpdate to <strong>AIOSEO 4.4.6 TODAY</strong> to simplify SEO & get traction.\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:849;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:161:\"https://aioseo.com/announcing-truseo-highlighter/?utm_source=WordPress&utm_campaign=truseo-highlighter-v3&utm_medium=plugin-notification&utm_content=Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:145:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=truseo-highlighter-v3&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro\";s:4:\"text\";s:14:\"Upgrade to Pro\";}}s:5:\"start\";s:19:\"2023-11-25 04:17:13\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_856\";a:7:{s:5:\"title\";s:77:\"Elevate Your SEO Strategy: Meet Cornerstone Content in AIOSEO 4.4.8! 🚀🔥\";s:7:\"content\";s:382:\"Introducing Cornerstone Content – your secret weapon to boost search rankings and dominate your niche. 🏆\r\n<br><br>\r\nBuild <em>authority & expertise</em>, improve <em>crawling and indexing</em>, supercharge your <em>semantic SEO</em>, and more with this game-changing addition in <strong>AIOSEO 4.4.8</strong>.\r\n<br><br>\r\n👇🏻👇🏻 Upgrade today or click to Learn more!\r\n\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:856;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:203:\"https://aioseo.com/new-supercharge-your-seo-and-content-strategy-with-cornerstone-content/?utm_source=WordPress&utm_campaign=cornerstone-content-v3&utm_medium=plugin-notification&utm_content=Learn%20More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:146:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=cornerstone-content-v3&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro\";s:4:\"text\";s:14:\"Upgrade to Pro\";}}s:5:\"start\";s:19:\"2023-11-25 04:17:13\";s:17:\"notification_type\";s:7:\"success\";}s:10:\"remote_954\";a:7:{s:5:\"title\";s:83:\"[New] See the Index Status of Your URLs Inside WordPress with AIOSEO 4.5.0 🕵🏻\";s:7:\"content\";s:12010:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADeCAMAAAAkRKZWAAABO1BMVEUUGjcUGjgAAAATGzgfJ0rR0tj///8YID/HyM85QFi/wsm6u8K0t74AAAAzOFGpq7Wvsbna29/w8PL19fYsMUfk5ehPUmPf4OMqMVAAADilprBaXGmVmKCfoKkiKEDq6+12eocAACltcH5ITWG4vs/Px8sAABqnsMxnaXWPkZkAAA6Ki5R9f4lncINfYnFWXnEQH0mEho7k6/W/xNKVpMqlo6ZZZH2vt85NYX+Jmsk9SGtzicYXFRPa4vLMwMChvLUDGUGZuLB+k8gmHjYHrGKeqMcbOWKMtKMApVHKuLZtfZerwLtdesTJpIYJhFMUATXJ49QAO8xBl3EAnzOSyqlusY2mJUIXWdLJqJ5Usn+RpvBbgevBzOey2MIwSJM2rnGASC7zggQADN6quvHpK0wKPqjEi5hRHDq/Zx7bohUVAAAAA3RSTlPAMQCthFUsAAAgaklEQVR42uzYMQqAQAxE0awRF4vtthZsFLYSCxXBSvAU3v8c1uoBMpB5V/hMikgVRAmEhEqCEpAgolEJRFThvQLDIGAYBAyDgGEQMAwChkHAMAgYBgHDIGAYBAxAkJi/PH/X7IPkM32dtbplHiSmft/erlL8bsQ6SJeW+5jfjrUd3G7EOEgu0938jSmrU9ZBHvbMZtdNGIjCC5cxcDkmASeImAImlUUBIVGp3VWqVKmLvv8DdUza6Db9kbqCqj26GsL4mMX9GHsS490b+lHvy49SsGov8RvV8iEhf2WXf0mvsDmQzxk9Kqf3nwZ9M0gptBaPkroWfyZVO1erWnyHRe+wDvcAJKcH3YGUFhiAx/++tLBSrIbyYYgTP1MNRApwtUN5JyIHiN1pD0CeKX8GRKMvMtaxxbrirFjq9RWP+quQbLieQmf1t+VIKo3DKeKp3sxZeQscUTVETRqVpldCrk/hi5n1M9c+vgDtDMjzClHoiIKgIOqgBGA1+y3AAwu9heKrocJ5IoCUopYAQroikt4s7cBJOVgOqCiPw5wSJNRDrU/RGsfGWeEE15UrpXaA3H4N2wuQjJqTV/McSE8BHN5SPEC0k0ItoZZJYKjoAFUqnOkIOUNMrbW1c22LJ4qcRTcq2LMphbTmyhEFRRjOl56BTU4jWqYayp7ys9CGISjDjM5jN2zf3e0ESPPy1EbGmGh5BCJh6Igl5+zFk2BVLzkUeogYSIGKQqYYlM6cOHskg44/MLGZAssAukF6IKkG4AIeiRFyzKc648u40ILhNYeE77JpcyI7AUIZnQqv0wMQGV1DSq+ULV1Bo6XC9U8XEVLQKqu+AsmqvqAJBR36A+WRyPJWx1ThQK8nSiAYyEhEx/SM7khP53OQioWaaMryi6poBCqaDIOawvE/kHuFTOfZzOfxuz0kJ68CMXVATYWlZooATOse8g3IAvArHlGAASG5il5DoCkGHHM6Wit9P9UGGVHu68BA2Kli44wig5++Apnp2GtszmMvQO4V8rCHZEkcVxrHXFuFIkfl+bR8SZ8BGR0DmTq6QCGkDyk1WdbQ6czzqV97ZmmBF11IJwbSYj5RE2S5B6L8dAw+JEQUnN22RHYD5Nd7CEshIAOLrAGG9kANxu8qZBx8hRh6gkRM9kKpWdqu1whyCtYuyxoDBzS0dlkhl1BZrBVS+uIAXnMGYoopgKjFhtoNkF92WUOtasUAAmUTOiDpwHSwUAJVfgdkREatazOqDRUW0XLFW6pGSiGlKJu86ucDu5/YGFILBAyEuyyemcAcaVGJAZoT7KYlsh8gd30P5Ahbe1dC5N/2c0ZFQ4nfXAqDCOYbEL9vvGasWU4GL4kKImMosAhoghTicKPe+bG4zygMiXpwSHVOfoEbZ6JjRtXmm8iOgdQuejta4fdkifYpHiGsfBvGyyDsFF6U1Va9fY05NdYaDpiTeJ4v2sIkYWqwpFFZqnRx/Ahcq+SpUpC2Cis/Pk0vo0Gl8YQ+iVvF9msaPnW+nLbUPoD86rcsaQH5zcfSUpZg1VJytFL429rxJ+ngpB4AOAipHYBBA6WU4vYI5VPrcgSAx71sbTmus0o4n9xBk7ULIPQLIEIqfTcqpaQQtWLdbuXNwKla+LAmtVbyZtYc69Vxn3+7j/xItBrr1caBp6+O7XlsD4TPQ3Lyyr/+3c9D/k1tCuT/ieGjNgfy8zP1V//P1LeTxBf27qA1cSAM4/jhCfPWBQXjuGVWmCDCwvZQQmFvIxRSPFpyUdBStLbsfv9PsJmsSVNqeygDeZu+P0yMntQ/GUOYqDkx68Tiq2o9iMzLauIQBFZmLtZYBAHMi+VrYxFESBC2JAgzEoQZCcKMBGFGgjAjQZiRIMxIEGYkCDMShBkJwowEYUaCMCNBmJEgzEgQZiQIM0GCkH7TgB1diwqNRzymVoQIQjoC1VCucNyc9rkxhBLBOQdCxfKY7BIiiLZoyNBg9OQ7K5MZKu56kTqHGrGYDRYgCGmUsuMtIxD8DXZqvo2So7hV9atIqgtt3X2e509RowiL6ZIhgkRoMMYAtwUA+kKPFTf+clEgdfcPm81hnUeoWQ5jVoAgiFDIkK1Wf2B2f3cALZf2lqB/2qEaqVGslIrHrYpV5bcPkrp0vb1S6rB9clUGHn+kEmIPsShkWD0+rpDt9/udWd7cLKsgSiXD2K9aldQ/bvPDB/E7yDw+3Klt7vBfd4KgGUSfCDI8G3MJoppB5g/bbgYh4J0hq2hxHrc8ZJ2fGrI2V5v5XReHLNDz+lN/qXcsyMnDXpyNkpiRJE5+9TW8qT/sXS8ceAkYBFRuZFRter3LCSuXEw1CgeDSxcI5wlGH9hCYF/em+dRFn5spKs45XIOZEEH0OwY9bl6fXPQrrzOnTvyHPpv1PqlBb1Ys3gAl0h9l8QHhg2BQvJd/3J1vc5owGMBfjEBMMggwpUMYDr2p1encdL2eb3Y9vfVFX/Su3e32ot//a+zhjz4DrGNYLd0vIUDMZs2PxySy1bdv01jQt+w5ORm5Z0ewvhWGg66OQrRXr6vyocIodJwI0ae+O0j6ubtlz8nJyD07gvUdIMQI0d5rg48VaeD4VJYjRcjZTPBR/Jq6nS3tsxaetJQpnjROhD7pxIT4c2UYD+BSSn48fSPkzWtDrYatmnqF30BxBCHwqjzPMzpnDWAQbmjp3e3xoHvWCrc0ToQ+TZ8djsNdTBt6uxOCkO5GiPbm9Re1KlarJkKUqed7fqg0XiLhOIoUICckaFo746BwjlWfayIErq7W0JtEL+kF0phO2umhpm2F2Per1erhERd2lHJ67HoJgRzRbb1AYHBPDxQgFfL9brW6vouNEJsQgzpEVS1HRWzD2OoIzDpFiIbTWEHoy4VI5duZop9HQm6vr1d3t/er6A1pFHjeUIwMS21y5jZVMnSo56gLRgnxArYIpCEEc+3aCIEISdG5SR7HJHsxj7LlT7AotuPKtzeKHkfIw/X96uF2dR2AkGGwcDuLRSTE9dpE9ejQE646ahpDj7QMyMLzBh1SGyF/RAgnLxmBQm7vHqwoSiw4ljNJqbNYzAJLiDFV+ZBTk6tk5EnhUWNBFzODLRZWbYS8yguhQ0p8Aq+D9Jbz3vyq11suvySPkBqDEQL8uoNR/e4+GSH+GNMtPLfs6NC21YUHO6tWY4jeDsNJQ0+EmN65T7p+25v4y5/9/s+r/s38cklNKsRYchYl4VE68lzBXZ9z34iqyLOTERL8uLte3aslqOW0V5/Eq940QtqjAR2EMBaGvZur9c3l/Go+X/Ycg/PZrD2DR2Ze6NHhbDYezEadcDYa+4MRSaFYwq5yXXUhMKjH3N46O3sfS3uTk8KuixBNjz+A2Agxjca44Q6MyXBi9Jc3y5srKG8uCRGE+q4rfZcZUnBi+NI3pOFCEVU+sQ26ybDhYWHDjBFCX/xKPRpD2u3uZgwRwhRCEj4S5OLqgvYve3Q+306l6stGiGFVRCV6hV8WeYwISdboUPBtv0NyYDNJstVZRGaWpSnap+nXx5nu4etZbT7tjUEhVaHJBgVuWO6vQyj+Jbua0d0VkMU30AH5w/mHxznfd3e4NvdDUnRRfPlpPgV0f0Jf+ebpqfyk6IqinJW87VWkRncMUySNYVicdGMHQQ0FhJRE20FdbuFGs6zWYDCFWZZ8Hh0bG/wgmB99rehfqf9bVrwOGY8HiRCWVVKqTw9Ukj4To85BNIk4CO69e18hRo4QIbgwlNhPcS4ZJk8UIJb6zMjXFf6x3XEipDuZtJIxBDup9LXPqutA+QCupjOFjZV7wUblWhYL89WHOiwMcR0SCWG5EMEzKHaFw8HjTRognGN/VgO/x6REwtbokbyrhZDdsywg967CcJd9AHJGH+osvzFmiB0X8GkxtVoI0TJC0v7kWzZ9fDlfzy8uot3FxTrdLnobBZn2MRxJ9GQaodFUsHCFeij2P1BjIa8yb1kJ0tjC02v4agmfMS5hB/vlFWzL5eXNZfRItr1I/DED2fR5plEmPCiTqRCzGQWGZaqBS9S43wKilsMi/0C9heCgHndm8YqHYj3v9+fraDef99dr2KBYl4sQYFfY4VjFwGgihAeqJ4UrbW4GLnWh3oeqUgT0/xCCH7/jwhDBxcgjMLqrPcs2ydUU5r3c2EQId2noDYfCJgYTNDS8jmTOqSJEqYEQTVOKC8MoY9pPoX2xCocLTNlCyo0QywkCK7AsVXUC1W7atgW5dISUT7uFvH82IahDSz46Cae7IiQ97e2DFZpDgaDjvEJsDD6Mgwd10FeeYLeQt3q1rwo9XAjqULKzLAa5QH8fF+xQBPhAIc8ACnmjaRWUHC4EdeSE5BaF5cA/gjGCudgsB5MRKCRzqzsuTwAKUSopqS4EdcQJyAjJ6WClUpLxJKOj2CyXBAqBvicBWvk3F7ZZChLsFRIbqaikuhAtlYERoidCYordvQd2UILM5Z8RQmV8s8lsMsZMc2RZrMkC5ymnvdRRkcKgnl6oVZRUF6LFKrZS8P8YyrSH98yjCulQmMwIkY7j8fFwNpVeODOGFp36ExY86bS3uVeIokVUUFJdiLa5CpKcXYewnZc91BwlQiALCeAsq+nSpsOj69jkDpGqKYgwS0YIecIIgVTBSBUhyTNiioVMMgvDU8KlEIkRoe7hlBGCl2teyRGEaBgYUCRbIxch5JT8Zu4Me56EoShs4jqvpbEFQlBsxzKXTDKjvtmMeeM3E7/5/3+PpbCdtN3YxoZ6gFI6nEmfnd5LAU1aicRS8e6H+PUc9YkEIIitoUseCgTBA/zdEsWQvwuEi56HUMn8HwsOQf/AJVMAAQ0kWa1DvCyL/00gXMAhyd02qLNWl29QXYwhGEFA5JFAgAP0+yW8DuGdQ7ikirjhjJhtsiXn6EXqC5RjCrezKAKHlBXrujVlc6JalFmW57k9Zkwk16S9lN3rkGP/gM0EQHoUi478UbPeIW98h+j35rMyRjbN9mlrV70yzH9kDjTuM0joEFmWWm211g3Nt0+kv0ljnkyzlVti6qqgfh8Q+KIVfsSPBAIesMjClouODxyCGKJNoxNhVNNoY5pPutKKDYluqKEKHnAIE0SsEVInRSGkbRZcNEIZpcq6nufTA7FadMWs23o8jwKC3GqBFWja4nX3wo6fZbUl954phehuKBiwohhSZvM8O0QTO1QVDoLdX4wuGT0ECEZzt6GrHgek/0rsekD9UXc/ZGWBBFlWih30iAGLMGA5PSjLqp2QLI8CEvx4YRUQGQ8Eo1Xf/f3X2xUBa4Yr9eEsC365wxoQtxQStzgeAJJjvteW2CZV7BBUkJc+AIhnOofBHaHJTS5+eP/lA7KsrufcHuuDF0YCannIOx0CZkA6DsgRACpgcx8Q2OPgCZAHHP+pE37AMbF4a404qBdUH0NC6d6YresruzZjaWrXtmAsdUs2AkhskX4M62p3AYEVAgbeMBZlWVMLASQGwj8r4nZRebnknFfEEp3WI6ffqR5xHbLoAbhKMHi5pvFAEMrhjBMNAPL35rJIAIiXZQlRLlfSLN/XTJSrJ6mVEjIdO7lY3+2QRcjErmOBeF44eCT0i139IcsBSYSgNs4yRmzz3Tbtvu/Wm82aduudPdjvbMUFlu/9hztGbVN39np3rUFih9T5nJVKs7RNedOiLtMiq+9wSD4mqMfD1sLryhFAED0iR2DX/wCOL+wghmw/bRNjVg1jnG2ef/5Yf/+x2fz++dzq5/77z/1Pq+7D5+5De9bPtv7cfvRjg5Qs3oKMFw5B1xajgnpaBkrHxBD0GTLeENCrm4DAHlEMwW6Bj/B+COayEk6CEsFa7TYbYuv2h79br9e7zZ5ZM1gxfNg17NbP1imuxgZF4BE6JFbuH0wkxJATo/vi+mHrxSV7IBqhKVjwoNzfmu21CKBothevFUz/OHwMBD3WFRhMAp/cAgR/yq3wBajAJ6/CF3bYo0ThPph0v94hUJZfelAOb/qMdMjC80hkjmMwvh4I2Loyzq+w3J5lUa/xTMjLeAOHMFbmTBRFXbOSZWk6z5ta8ILZyF6nGVO8qqedfg9/yuioRYjpSiD4Eq/wjztYZ69D7IYduaU/Xh9114AVBBE4RGwrLc1HaTQ3xggzp7ei+mbEdrnVn4wWKc+nne2dnRtJ7NLtQObVNUC82XwcePueTr85IB+CO4acOGfuyDMDramXA0JD1hgesCDhOUQwroTiXBFnpD/NOVOcuGJSMMkkFeX090NmXkdBfhtMEgCJecRfFh+7Ag75+s6WyLKY0kpVxiSJLY73QgS1QPbP+/1+44Cc/CczYhZxhnVtDOEUtkw//d57xKeAwwDQBSCgF6QFrvTDSq9FG9Tffmo+vPEcQtRtiUC8IOeQ3feNfZeNrQdcMRRJwCHKsu5V+LLa6KBuFfddtPSghoCAbuyIWEh7vz4Zo1+/9WKIJwSR75diCIwyNGABy//21AkiLrrujPrzzgMB3YAJ6thwyuvXM2109X6GLAuR3K1eP/cad5OKROSOBzpkvADkqEXccWeG/xAIcITX+HGOG41X7jpk9rlSyzcD1yF0ud9BbWgkS0S0tAUcUpZl1zv9c/BZejhyr4Ee5E6qyyCoj1d9AIJeDCd54+QVZjoFBNiguAXOARlL4q11CbKsgTtSd96w4gI6fYOKKGmEMDIp+FOlW1RSCaUTqecqLaRMDFdCSttORtIEQLwsa2C48W0UA4GrziVs8V9x7rmsKYQBK1aHhHdAjDCfmkanzMjttlFcNo2gpa7UnAumnxKhLZ5Ea1KfNJsACLrmLBXUMeiEQMJsNr75iJbwOwEEWRYlU4BJhBSJUFa2SGz1QANDVs6yusiK9k4hy0o3AW8P0rws5znZgzrL0jqvszq1H2ThlfpYEYAEvdfv0IDCZ+YDcafc5BD8ReELOx2QqtKSPVhcJMZURmtjZGULo5Ul8ut5/2zXn/u7Y3o5XhmAzIYcEmdZuEYEEJxwshYPflD4wg6yrESICQYspaqqklJ2+0q16dWm/RcI9s8bf14XZTRVmKPyMMVZ1ux0V6IW9e4BiJc6+3c+Ts4nwoLH2d73q+VnPJflix61iUHJia9D8uENQJBbDTwPdGj2DdUBCWZXrhQA4wYVYghNIFael/u3aPteycKfv21ArSwDo2T+kJVGm1V9h0OgqP/jqN0CwTk4K9rwSfQd/ittnKgDwseJzorPrxJJKlnBypQlbe7DijQVtsKYSNPSFLVmKXMnMEauXV0O6lTeNtuLPjvTiec/e/kC7QcfLWIci1mQItgmP4bY/5/Guw7hUo2RHCASDiFekMizLHM1QUqbbdVoW36RbNUsl+bTaiuTZrXc6iIVufmsqyejG2O2hq9W8oq0t7jRIQv/vp7XECSrYbB5gbbzDomFb7U68dQJJZWU1c2LrJIhh2Rl++tOWRqQybtQ5Y5qyRnZRTSMJUXuHEu2qbB7xvO5IpZYgxClBWO2Tmwah8SDypBDgOcFovnpGBImBqB31Ik7hkT9FZvdXNmvaBKuEomGHJIxTmXbvXNfAAKlNL9SEzgk7qW4Hjc6Ei8OdRRYYDrPduDmKifvGA5o159EN2owBcq8h6/GpbX5Q9JeDEf901hoQB0ZmO8oOARcBhwCwWUA4sWQxMUQoj/tnemO0zAQgAOJqXECdpajS2hYECBOcQgQEkJbVgJ1VxUIcUjwA+0/3v8RGDtpJ7Fjt7FpA1K/pLlaGpSP8dSZuhxNmWB0esRESk5+HGaCvnh5L4UnuIBDPYUcLP73qEtmhACLy6o/ixsb/lZQPtIjBHFHCDqM9FqK00J3HsKfZ8JPWSmXMHp0xNRSCfm4EMIpLTjjfYVAm8IIhcWeu8nCS23+Gg3uoyB8WCd8BS6MR34Z72XdsBfA4WEpZGBSB+K2L7XCL0DiYU2TrR/CJHJFm0u5uoM/UtYD5vzYW43rDAEN+ZO/W36317iYuHbeRgchncSNVWwetArBiqEf1DqpJovK/l+qhB+0I+QKODk3NOVDlRtaxMtljEcQ40hkXHV8j/WI1YCdp0+uaveyPCBOqiYrH6vPA/k5TQgsJXttLsGrl+A58MCy+q8U00lR+jIpH8fXbrguHV7c2OYFI8RpDy2hrHq29EMI5aI3PHMLsYMyDtrs0bJYMnkAdZLlXlmUUC+ptqSGiTig1zy4dWv5n7zEN2weTGKcERSy6n0c4rvrIWlZ9IUXnDiQTVZKSC6NG0ldQcfgBGa1qDcIR+EToBQLSs7Bj6jgksn5d7fP9+DixcvAjZokuXzDvNwYE2sSWd2trbqzYkhTD9gKIXt5ml0Zg5SDTiEqkdTsVctzTSHKumhQlkVDiHiw7xZwGyblYT9Jkh7/kC2OLELWe6Xz9MYYwyCo7eHzxREQkq1CCHhwmCbnK97gA2mKiCXYH9NlBBFZ9JpS7ebVt9/vX2/nECGhZD6n1TJj5PDH3TQjMEaKCUKyTB7qAzRZ6sZUPk6ZFH9FT+pgAxbYMZBzLrKVSCGSyZs36ADdaCZGHXgoiS1z5Hjtemj/oQurhDAuoeRoSmE5PaIchHy8mwlCX75OOSFgi6fEwN1kqVhJ86q/fgmF4A9Togq1QCFuBJCVbxQYH2DCIiI0JgKbLLfY9oAdYGWb5Mc5B2gBl4ASgvc11STXarE4oAlRSqQJbJu2SeQwHptzp6KOMYaLBw5MwG0/NapjyCgZpxS2l+9+CZO6Sa5FSH3109aBFFYLIeeVi/0EkDLWaWU2LSQoqftUDNPWxJz1kEug4Upl4kr9IyrGD+42dJAxCOFoREj0hgqoiwK0SBLlApYKj1QQPptNVl/1seVuryeC2vC7vcThuleTkN2/ot6VsygnJYhgdU+d8GdKhXpUUtSFCIuG8E9Z/eSbQmiYEO66/Z4RwthY3ahctoLtJgsHlqOQGlEChTIhE8vRPINdrN8wqoTUSpQTpWTLSSQK/vAQd1YMWeZJSm2oC08FGasT5AewzHM6bjVZZM8WITDzoihUjmeMKgTPmgU1jJA6QDBMFPEW5s4mq0942iLEhW/F0Iec1yGBInTqnFcLUTrqCBkgTKyfssJziBBcUFWaqgtUtFWgEn0rhsxTSGWCURvuCMEoGSSHoJLYJ4fYK4Yzs2JY9BVCxhbyvYN8bAFNuIUwqkXIPm5XegKUhHcMwyMEVqz5H9VS5I5nk5Vm3QgOs8i6sftwR0gN6rEr+debrDUrhrT//4jeDUuzI56ltqcpUG3o58ADWg6RAjBCtGQy8sBTCBL7CwmvGLq5uwB/mnT68/T05zStd6nhAtH3UTJGyMKJFiFbi5JIyxe9PuHFHUKwYsh7k632caiUwHphhE3fH78/Pj7NUrXH8Y5lyoGmAcEFT5vRyAtBAMwhGB9GDsEoicOcxKuExCFIK50VQ1bwJoW5bVKINQLk8OTw8OQElCwC5Pvx8fHPX+9n1SD2Aq3CNi+aAdM+xZzSsiy6IgTR80llRCkJumgOIng+YIpjR8UQb6kCOGQWyDqnlK0h5MfvHye/f5+gkNOf339+/nb8/YraxWQCTwHtbJPis+rFItVzCFpAF1Vw4EatxHty/uEIfYVGyKYrhlWTBZNqtZZCfp5+/vzt6/FMvAIlXhifsrTeITZcikpJ4EWzEsWBsi05hPGqYjidqoohLM2KIRzqDXiQMmCuoGz29fs3yCLz4kI29ivC6P2QmqaAVnJRjPwvm8QRIegrPELMiiEIUUtLxTAcms6Ov74/nVFx4UIxXkcF1Q9SLYdUE263NnFrFHTRHBEC/P0IwQ/6rivkfo7i2mlkOptNU/Lq7fXMcs3p6vNiDqnZt2V2TCwjzyipcEZIgOy4u6dOAqD9pFAGyFr7Tbnqjd5Tx/xRT/oOxo1PKkET1ggJiRE5oxCvMYYpTmqXOlF/QEJ1SMofjFPaeMJ4mblv3MvCDN4VH21FEu8IAWwREhQjtghhXPjBM6ePdLlGZl9m8kjGKE05jnFIuTZmUfDmuzPKeCGMe1kALnGjpUK7m9ITXY0ZIWFpxFIxLLjnJNwBQjORZbCBkTH/9OXLjEgDEGQFXvJMdgybQjhvvvucpWVZGvUQTOIoxRogaq93JkE2HyE4xjDTxxhm5hjD/vdnGSPyOreETL98/wRCFKzx55lef4Tztt9dCEvFUGFGRA1aqxn5RshoIxESb6NiiE0Wk2hN1nfqiZlDvOjXc28RHiEmnRVDIaF0uhhjiAWqD35jDDFRm8maemNGiK8SFw4HG4gQR8WQVhVD0lEx5FwK+Sdo5RA/emUSje1ECKwAS8XwH8MjQgKCxBC3nU9ZxAu6arK9ltb7zePGqzoPUOKRQ8Iyic5fjpBhK4ZIZ8WQ9K8YbjxG3Iqi8ABJznfe7eUbqhhWHDaMTKEbAqyuGGqnoEXJLfeyNplJ3I6i4PhIEkvFsD9rVgxPsGIoYdAxPCLAOhVDFDJnnRXDYCMrcUuKwm5lxQnwt8YYZmtVDD/+OPn48RCF5PMvs091iLgrhrJj2MpCAiuGmENCWX0tO8EICWGUSLZQMcQmqypPwZosgY4h8SY8QswgCcBXCPoAnBXDOVYMTz7KiiG9d8+rYki1pN7bMkIdFcMhjIQLQR+mEMsYQ9GoGDJOCBdUpMSHXD78bSBmxXAEQgYxEi4EdbibLEotNae/A7Vt95NUjw+5lgBDKAkXgj6Av1oxRIG4cBCuGJP6g1sXhzfiIQR9GEayqu+Vk753LtadKdI8Lh/Gt0dpBb5M3yWLk+fquWL/3X4yuBEPIYaPUXJRAgM/J1yiBitN1qXkPSheFa8qsJ8jypsTXlPC+4nF4YkEX8e1s4niwaPJ4u/Li+fJNQiQwY14CEEdBtc2zrsFrd/juXUtnFvPZHwMrsRDCPj4t4DoTDzZx62LantwI6aQIB/7m566zhRyYu19hzdiCPnv4uOfRjPSW8jOx+BGmkJ2PpJkcCM9hSQ7ehMjPYTswmNzqCDpI2TnQ2NII1G882EwpJFo58PCQEainQ8LAxmJdj4sDGQk2vmwMJCRaOfDwkBGop0PG8MYiaJ4tPOxJVZfafBxZhcfDrYeI2eis2einQ8b2zYSnTn7BzDuvJbi3P+aAAAAAElFTkSuQmCC\" />\r\n\r\nEver wanted an easy way to know if your URLs have been indexed? Now you can with AIOSEO’s new <strong>Index Status feature</strong> in version 4.5.0.\r\n<br><br>\r\nYou can check your URL’s index status and other important URL information from <strong>right inside your WordPress dashboard</strong>.\r\n<br><br>\r\nUpdate now and get this game-changing addition in AIOSEO 4.5.0!\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:954;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:214:\"https://aioseo.com/new-index-status-enhance-your-seo-visibility-by-ensuring-all-your-urls-are-indexed/?utm_source=WordPress&utm_campaign=index-status-v3&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:139:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=index-status-v3&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2023-11-25 04:17:13\";s:17:\"notification_type\";s:7:\"success\";}s:11:\"remote_1010\";a:7:{s:5:\"title\";s:73:\"Introducing Support For Additional Page Builders: WPBakery and Avada 🎉\";s:7:\"content\";s:16052:\"<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADeCAMAAAAkRKZWAAAB4FBMVEXl8f/u9v8AAADG4f8AAZEBQD+7AEIAilL01MZShu4pS5XutpwAaUjonnLUVQaVSSmPEj4AGeWSre/zAEgCPrz6eQAAUN0AiZSCzKZZmb/L6NQ/Kza74skAaO4bFwk4hrMBAi8AN5mAnL9uncAUCDJnjrcGt2dUw39oxpIAVqIbbKoBb6ub1rYovG5cd5mrw9gAHG0HTX91eYdpgJ+Zts9tcX8AK3FRhrKtx+oiHDgAN3UsdquLqMWcq79UWm8AmX2El68AQ3p2iqW1wtN9gY6XmaLE2vNLapAArFAAAmijssYlVoQEfrKSo7k6YIqy0fUAAE9GwHkAZKN9kasfIkEgMVLk7/4Ydai7yNnDzt2Km7O0tboBa6bK1OPP2ue+v8TU3uyXrsiipauous3c5/UADUYxN0vJ3/gQc6cAAF7O4/oUKk4AW56Dh5Qld6kzPVkAYZ9kaXquvc8AAEHX5vgAdq6xzOy30/QEJE3Iyc5cYnTt7e8AETiKi5IrMEaOkp25usABcqbDxMhNVGmsrbTe7f2anqnZ4e309PQ6Q1sOGjgAAADf4OTU1dm50e/e5e71+//a2+Dx8fLj6vS81vVBSWL29/fC2/vP0Nbo6Ovo7/r5+vrH4f/s9P/v9/////+4jqQBAAAABHRSTlMwwQDBP7aQagAAAAlwSFlzAAAOxAAADsQBlSsOGwAAIABJREFUeNrtXYlD20a6p/veXm/vbs/tkTRprs1FLtgSyEKAUCAQEnJADLZj2BLTzUVoKXFbEyNsk9hItoxkS0j6V9/M6JrRZdnYiUz5LB+65fnN7ztmvpHaftX2jiTvyy6F2eA3mF0fRXqn7VdtbbKCfu+/dvPSANnNMaAoclvbO8o+QYLCEFlQ3mmT9vnROIbsmiKy1LZfu4PCEAQJ07bPjyAxRJLb5H0TEhiGQCj2GbLPkH2G7DNknyH7DNlnyD5D9mWfIfsMaZxINtlniBtDml6BwBkYu+wdarYeQyRGurthkbvMPkPekg0BeAgbGwIpACCDI76uQQ5us3TrMYTZkBSriIAj0j5D3oINQQQRbYAo8oYKiD8Tb98KzulLHPd3OajkVQclgoo+y6bVGOICCKPVKdXCV4NEdQSwrSQZ4Mkw+lrHXaqjQ0KuHvSXwxBRE0XEAZEECXlhUpXiQhgYW0lgZwbuahzDvgu2kGGqlhe8BHRQ7zJzdiJbnSGiDggogp7xofHxM3MSI+tKyVBPxgJGuAo2Gh/qERh1Efi+eoaJjk7BvQSmf5wGBanvpE5MzxDNSNpSgRVUFSeZbNAn7TQCyzLS5Bl0BvNA+gXtQYaICj2riQQR0QBhJieuTk6OP+9hULAiqUGLrMYpGnHAEfr6JsFWE2NwK7U2Xx1iZp8vgeIDMyMTGfWHhNQY/JaY3ngU1Xr4FvpGFEnbQtvSmND5JIaFm1wFgAjadWj7yvqBvapcCzJEVLjL//sFkv8dIQDpYBmGHepiFSE8y8KikcJRRqBB0crhWYFBTRPCuQugnNnRUUHKgAITaIGho8xsvB+UZXSW6Y9nQKFFwe6MDCo6rOsSc384yoDtMuAYUnh4DBCJYWczqJjnwZZgFTsPNwVbgKXybPuYJNMZeP4oPC1aC9YAYDLTtLdKbUWGiEr28hcnoNz64oEFEIVRJuNsf9dwvGMJ/P2h+PCFC+OsEh4a7uiaQnVY6LsKNhL6hpjwMFgyPTytAIaE40sKeyEeP9PbnmHYC8Md7SMM0zM6Fp9DgMRpafTC1eH4KD07MTrcJzBjw13DkwCskeH4uftd/crYaM9EPzs0PBy/Kk1PjMfH2bEhQZkdise7lmRmbHSsK94+xwi98b7hC6wHIi3KEOEIB+w618lNd5OAhAV2umNcGhuZz5wZZpmh+FJ0ZHhcAMUfFcaGZxEgo6O9vfeHRsMKYsV0fFq5MAoA6Vd6J3qiS6MdGeZMX1hYAgt6nl/on9cBGR/uycxNjEkjXVdnpZGJfmG2a1KZmrgQnr0wAQCJnwFLLmTYkYkRqacPbDJ5jmE7RqejkxNTytjE1fDsuVF5amKamb5Pe1GkNRkiHJmlM3S4UwkfwgCRe+NdHR0T7dNA90wLUxNReqJHYZjec3J/fJaRhdH7yAaMd42eG20fjyqzwzog40x4YkrousowylycDU/0g+0AbXoA46AdhoDI5yaBMjo3qQjtIwoLZiRmpI8eA6grUcCusQ4BnIqdjgrjVxW2Y0Rhro4zcxNhoBNHzzBgLQM3mXo+QkueKqtFGVLsPHLo0KEjncosDgjTOzw20rMEKmBvfPzMmfbo7MQUsKv3R4WR+NDo6BDQJgyyIcCLpc+NQ1ZggEzT8RGwNQCkH2493j4k9HSxjKAxRO6bhIU7qdDtPUq4b3T83HhX3+zkEFiLAOkTZGa6ve/Mhb5JJdrRwwBA5ft9cP+r55ixLmB1etoFcGHxrhFp7zGEPYRc3iMkQ5hJYM6hXzM7MQf+fzwanRhBDJHmJqbYcCbDIkCgDYGWZj4an1KANdcZwg4DBilLcXZ6Yg5tzfT0saprdH9YZYgKyIiS6brKRqMZWgJnZJSMCggjjQ8JTLirFwCiMqQnDiw4MzSkAdKBfIHe+NLesyFcZ/fIg5EHJ0aOkEa9nWYE4AJNA2YwS0BfjHdMAwM/LtDxXllhZ5GbKpwbCs+G+zvOCVHg+rK9OiD9zJnhWYk+M0wLXTCEmBVAKeuAxDOIIRJQWTTATZpsjypMOKP0T0yymV5oQ0CRQ+XEAG2mRNvHAEOAYQJr5bnnI8r9DpUh4REZMszL823ROCTTPwVkemqKiEOuDqOgjhEuDN+/Px6fVWbPxdvPnAFe1lK870L7ORjdgRKLA5noWgIOcnx0aHx4SjkDy25Jme2LA8U2HFWmO9rP9A3PgnLUAOmdyMgdwMIAdjEC2CsKPs4MARUnjcXjfZPtS8r9dlDkS/ELPRfikwp75vlQphdwZiTeNxqfFJTeYbB2bFjofz5+oWs8s9cYoobntkhdZsJTghoOCkv3p+gpEBcI02GgskBp0CNj/QKCTZhGAkqFYUd6wgLYbHaaYaeAdqHnxqLsFFQsc2NzYG/gGqCygweWwZEYCX7QPSPANEyN9YRhHEJPCVBlhaeBU8HMjo2AkBXs2DMnwCVMdKRnGmgt9feUxGRGxpZYZi+29jq2ZenNWODfK8iYzM3Jcv/EfUgMuJlkti2iuBlsxuiRtsIY87K2tYQdTw34UeAOj62eAdjzsTCMWqJav6V6WriJ1oAJF8h6AI9Oo1/G3mKIS2sv1kIoAFsiA6t67lz8KtI7cIm5Up0BvyTUICmou+rz+tZgudm4iPbQt2LQFgCQ8fhoRxdw1tRN0QGMA8nkgeAHdhm/hP4Qe6sr3d8flpvXewWAmV2aho009ZTZHmjtdesxdAFE0yGSvx4lj4LzQASpLqnWg1ZhiNQohvgG0UlQI3U13F371F0uDdNURtWRsCv1qKsYFI698uQJasib8dpaZYjkLHKzGCK5gbSLrBPXbAY7GHgVlapUYmeGOJygFnZIHl2NOiDef6ghNgTrvnbjh1T977nlZVXVEM1hSBWj4JchZme/F0MkicR/dwwhCt+XEvObuFhFZTSRITXXXUeG4JXSmyE1JWu2+fcrXChiO7v/P97SDCHKxZshtdSANp/08M8Qe03QLJuEf+v/SdLMEFbbzO50y14yPi9jWtRybGNn2Ti4Vn6ee1tPbV6CvjdWVyzl4pMhPjjS5t+I+2SIrSYYOxvlgx3NgIOodubW+LyEHwU/vbGVjJ+DNHOS7dTWvW0XahzUxNWsp3JdDKkOSptPetTGELsTYC1WvOzwxc5b28FxOr2VZvbSlzz2tp1aduCP/bASAYgrQ4hz1wOIw8HdAxGnjS3LqjLEZWtvhljP6cwQ6xVVrWIOF4zbAae6AADxKB7yn0h1AeJR+72FcAf3nsiGDcL/ojsgNvZWSfJqc9dXvtWTS/C+R+HAaSL7AsSB6zUCIkn1lifmsUt7kyUyFkDVwBCbiaoNENlBp/tBAw8H9iZBTEedtEYYIIIkuHtaVdVWm7+ouhaO7FU0XKyCFRDBH0P8A+JxWlwE7yuV7Vtb3visZbkxkXtbVzZmb/R23Rt2mREvPLhxAETwKhvZRyNTWy0GxLwowTbnHA5o1yfsCdERspW5IGiAYNWDBNBHe4ZPhrhxQ/CkimBcqVr3YD0T1P5TDR1zGT45LPKeBP2zxr3rOqtxKuOfGP8XAWIsFHxpkt0DIhiFbKk0trNqV2b+B4EsO0mwrhKcl1SttJ7H896tvrNKRhXD/6wGiBOlmgOIST+iPgo6hY21uorS1K/xH/aCxsL/CImLwRCCqoKl6Hwh0laDwtLIKpiwYHwhTChR8axgsGjSPrBv/JdfYb0PSM5aT2TdnnVe7UYvyfjf4BMAIjkVjLdlrxcQAbfMkrCxyGuyuIGVO84Nd06wlj/NGiWKFa7/yfmAxiLs+OSJWPcLYX2AgqljlSfLkCGsc8F42PaqgHjYD/3oyzy/fJeB+W7MXfhbwCqDV01mbWXBNkqZOFR11s/hrZg6McheYUj7pdXCZX55A+BwV4Ylw8BCWjR9AHfbXh9DBMx2gLMKeDKPwEOuEhaW0KASYXgwK2MY/ga8JOu3YHU+XfYTcA/EdkDiJ6mArMpYWi6VeCL5TFoAddXkiAsi9QAiYB6ssMjfteZX3QV1wYHJghSl0ntUqIxNFyysbFgLBtRVgiQYJvLuGCIZfiXPi0TONJoR1RNbnE9p6vbrPStPpi2ILPCMpWCgLGKI1MUQb/MhCPwidlbR/AYntnpUUubO681v3OX2wVc/BlsO/mxc7CefbH7yiTn7zebrbZqwJwu8aIcDLNjgXZwteTeAGHWewIM4sYoIXmuk0OvNH19B+eqrr4xPQw6+SAVcVkPfHFSv9cfP73zx3ntf3H5tXP2Pm68jEuaqLKp4gA8rLssmIkJDGILZc/20ToiI/KJEei4S9fpnFQ/0/urV8x/hry+/VP/S65gSeLmkIfB51wefAXnvzpcGIj+/prDatwz0lanKySJaXHAxI26IeAKCxx8Sy0u4vvrHP/BTSzwrEI4hAOQb7eo/AYj8CD5/BHD8+tWXOiCcfucTLsvBKQiSNS4KiAbIl3c++GyLzbz7t3+aFPlGBwT9a35DUasqJ7CSBRJGd0ItLUyuZt0HQ3Q9uUyw4tgxoiosL+CuO6sD8tWrT37z99988uqTP7//509+/Oq3X//2119qgIDdsxVYsSqFXFCkkONsDPn8i8+2gMVm3/2g6/MfMECMqGqRV0GgL358/frHF2lDeyHRzYhr51UNgBBt5ywv40rqH6dPExSR+XmcIawU0wD569///ve/Pv/L+++//5eDfzx69OgfTUDEQqECqlUhMJIrFIranxINQL5677N54bN3mX/97f9eYwzR/ieofDASAJufPXni1szMrRPfhRXzGNAHXTbaWPyYkTYfMYhqQRYJo3H85umPCG4uLuAMYQUnQH79NQEIly/nAgVIAQKiWAD5/L3Plpf/9nsJAPI5AQgEA7yXeRWPEyevI5mBiAD+cBoihKcl1ASI7NDEa2gsngh8Pj168+YxDkfkLm82iIDrNBjy6q+/+SvwS/7y578AG/LH3/5RsyFpON6wUimizwAJJ2q+kmFDgMp6d/77Uub3H/xgBQTJwgYaYHzy5PXvkFw/+d0Ue/bjAx+fVW2uzLOCFyTVAZEdfF52HkY+OEFu3jxdwQFhgM7S1SprMEQT4GQ9f46cLNPLElvFy7r93t/e/de7v8c0FgEIL8C/cvGEhgdE5NaBj8HHiY/RGnFh2anpV66VIQLehgNcuwURAwQS5CZpRMB59TY5AhAQfxiTKa+TqtULLCqg0r3QAPjy2/c+APJ/B185ATKPfF7p41sGIN9d/27m5HdAeZ04rAZpC5LZhWK36lZAJO9oUFdDmAkByh8SBAKCF+jiIosJxpCvsE8jMNz8KeCSHLitX+znX3Z80WfqKxwQml1G0ZlwYMYEBEKCPk4ij2tjwbML0QqIw8AmQrS+PwIQRBCosooYIouLRrO6aUNc5WDwG6x+NK/2cyD41f9sMkS16VLnLRwQVU6enLUA4hCw2+KQu26CjwecZ80oBBLkNATkmFg5jsXuy9fml+c1oemNtDcgt38OvLhc+O3bJEMWkH47XBUQyaVnxArIThXRusBWMEA+hXgcO31KOfU1ZkaWV0qlEtgSvOGP+we3Nze3wXuPyZM734D/dRABQs+zbEbzeu2AgAWsDgjrqrLkqoDw5sTrcJT4lUULQY6dFoqnbx43Xd/FGyVM+Pu317fXt5FoX75l/S19+rquK89egF//MRiSUXskuI9PHCDhuP7diYuocJYJG1LV7d1xQQS9NYqASr/CiyRBjgKCHD12+lOjTY3XGWIA8uTbO0+0/7L5xBA46za3uf3WBLsC7GJxQasuJZPJge1tDRAaTCgeEBX2wAkUF548qQIyc+LWRVWhLy4aIbND12EVhvD4D97kSGmlJGMEOQbx4I4BmhgUkUsrGEFWACDbzyKVtSvq373yTJcXsKoZc8/gyhfG3JW3B4h2BYAFm+bFEgKu/MmLJJRL289VQOZZmr52V228kroBBiduXddU1+GLUe2mR7Arl3Vt8vUEhFc/eF1hqQTZKQGKlG5sGAQ5duz00VOiUgS43DQosoFrrC3IkO2BQr58CfJ880rSlBeb2wOD+szg+e0nl8x1j94WHJuX1EsaHNje3H40mHSUF5uIIMAjXkeA0Oi1sKi3tdBnuy9ePHwdGo+Zj43GLMGM1OtQWToMGDaaEbmxoAZyiWNHj57+KAdPderrmzePahQRFwgTAo36s1BkLbV6BWml848MASy4ZM492958Yc6df2uA6BdxibxYXAbW1crzKHkeMATiMQ/NeobHmhIvHvhuZmbm5PWZs4rugAITorYKa4Eh3rXulJfloLB4HQ7DhEAjsiKozbwfnfq0opoN7tSx48duqo6WsLJiYcjBFxFqjVpdf+Lw96uUzhuffOO2/ghRBdgQVmcIfU1v5RNF4GydPHD48IGTJ2jdtjI8cMUsCaZeOaYODOENTFSG7KiW+saivYEBduqIho+1RTDk1falWD72bHtvyZUByOr1HxBDaEgROspj7RUsCw0Ke9boV1m+cQ0Jzy+Qsriw6CRODNG5gTMEIrKhOHVSqm29N0orNhvy5MqzK7D6/fD8Pzb5IVDyH9/y/Dmc7rxGgGjva4vubWLSSkkF5JoVDig8+AIg4G8fDNGsiOFoOYhcshBEjUM2oav45EqovFpeJaUcWQuQRKyXV1VSeU1jzYN3pnRXIXNxRLMNfAG17PnPi29zdXoNi4LQgO8bWBM8ebM+niSIyhAt5vrhRcKpNTVRDI5wtbcGSzR0eucRKHS0JLm0GfPXCDj8DEdwZojp+poMcUVEw8POEATIty8qCpY6gLp/RLEYqG4p/aoU4/qqiUCrFIEcgYgI7nhgGdyS04Cz6l6WobBMhiArsgIUk8OJBaivICK8lSGbm5saILadAgVIwkfviPbSIROQ06uDAhDZcFDkAA+aVFh1xSGmSTe9LF5DZOXGooUkzPKNFZMfvIYHMurb61fW9wQgGhYmLqIo0azGDwAHkExpQbbeU7K0wOoEcWjulXfLEF6lwY3SsmymZ8nLkB4rmLriNUQAICA+f/Ri+84eYIiOig4KUlm0Rg/UgELT10qLAmMWzAbPo9UsPorBKQSpw4aYFCmtQJLc4Jc34LE3lvkbgB7Inm+VMJUFZwAgsOHn2V4AxMIQOAk6FCpJNEj4xY278P6ey3zpWsboPDXgcByX4IchlkgdIqLFIqD0t0pbNwwBMyu4Pb9mQNLSgGDmHfX9i/pCRbf4Ak1rkSFsY0SWHRp37f9fW6A19lhNiFSTUdcZwhNtWQZJUEmD8t9C8j36XFEVGenzguWlXmBDLp2/tN56gJhswD8JOAAgGZpWG+DnNeWVUY2JJiyt40EwpEajztvbGXmtDd5gSEkHBMGxhezHFu7yIjwgIOuwj2GzBY26nsru7gFzIpvRip1GkCDbnqEzqtAZtG7eQARvfhfqsCGmp8UbJkQjiFbeNyBDvkeIGDAYYED6IIaYcUiwAak4oOEEA4c+UAMem8loVGB1Ouj+Fp3ROMKy81al5SPrxIUhPNYSrxp0jSCaulJfmhhwmGu3ICDrLQJIwjomTCt/1xz5LMdGVSpkcD2VwUSFhDYsO7ubOIQnZrFYfcu0HwQiWzpSOljfI0BaMDDU4NCLPos+SEGtLXQ4Gs14C01i4sYRT0B4B2D0LIeVG6CcofyLkO9JMZZP/qymBbQcIHobCqmsOJHkSEUvcjdhibRBQZBcbyTgneRAEGRH97KAvlqA2VaZqhJFEg5H06+2rzx61GqBoWY/uKm5paU5L3nQ/cC/XAQyWw8gPN5nSFBkZYEjK4xm26z1CBEcNaBSz1szDkE+VP/T/z6tIregPPUrt/57OWy6vjWlAfE25xclnSyjC+XQBydyrhZPU7GtCoioAtL99PG9ew+B3IPTPSDwAy1An67yT0L0PR4/vPf4v1MS68OE2GwITxKE38EAcfDMjcdKGYBANBLFRJZ6vr5+/vz5Ky3GEKSwxO5b9x6+fHzvMZqAwB8Ak8fg+yFaAFZr8hC9VThePvzw37h8CFfMvLw88/LevVtTWmpWtVG4TnlyVoaUICBKsVzIpSKFtUJqLUeVxdU1jquU84UixyW4ouGXFLM6Q9ZbJg4hGcJBhjx8ee/py5kZoJlmZmZePr318tbMvZczYA4U8Eu4yFFm/v01Lh/+Eyy7/PLpgccvTUCEWgAxmxTtDFEKz0LJtXJ6cG1gLZ2LFdfS1OBgMhaiqBD4qSsx1YQkWhQQxHgEyMvHt7o7jxyZO3yo+/CDAxe7bx3ufjhzoLPzyIHLoIzvXXYG5J///vr4R6eOHv/o5qnjp45CQB7eOtJ9qBvQrVEM0RqxoMoqUxS1RqUoanAtQlFiajCdhGhE1pLp5KBJkVZmiAYI1/303st74e4HZzvn5sBnd/ehw4cvHpq7eBF4V3PAaZo7NOPGkI8+OgXAOHXq01PHv/5wBmizp3OZzqeXH9YLiN2G7Og2hBOLYrEiVorwIwt/FjlQ9CIXiQAACEBalSGqkwUBufy0++zZi3Pdc4fB16G5B0c6z06dhf7r2QcPph5cPOuqso4fhRQ5fuqjU6e//vAkUFVHHnR3vzQYIjWQIXqXuCg6NbpxDgyB6fst1ZalMiSLGNL5srPz8iGgpDoPXz585Bb4PgJnOh8fOXv2cKczIA8dbMiBx7cO3DNsiFQHQ5xsyI1lhWx+FkUbMoSjBQFZHxgYaC0vS/V6ISAvgfGe0Sb0Bb+RvJzp7HQz6ictXtZJjTjA2VIBkepgiMOIHcCQDGrr9LwthdHOU0wkEsWWjEMMhsxcfvwYTM4CFJCrXMYFXzxTNyC8A0VUQPyhAfGoVKoBwgUJkKJ54xiVIYe+ePrfxsrTL/rrBIR3HNO2smwYD4+sJUxnQZV1ZeCRq8oKFEVESxySnZ5bqlPmsE9yRZit06jvODJkWe/LdM8jI6x6NS8LHAv1KwThpViasrhiM0a+SyzrA4/qXpbWuAgZkg1FYHNixfgHHGHWCb+3OiDBvF0AYkhRu5mPaHdhFFEkMyB8i2AHRJZ9GnWLGdEi9UoynU4nlDJVLpdT+dVyeTXC4RrMgyEBB8HStogAURJlezUSsUQgI/uUXGCb9A56QVVZcm25vU4UURkCAAGROlVUVkOD55OhnwbSoWeUxaq0PENQ0UFARKWcHqQqCrdagRExTEZO4Aml1lRGz1cFJjcrGkPqAMTGEdhfCAFJx2KxosLlgZ/IJSrZYi5hyY2xxCFeXbjBxUMDZC29lswBdUANxqh0kqJ+yttuAGpmp3i9YE0uGgyR5SqPmGxzBsPJhihcKGLeKQ1PQnYDxCMvK+A2RFRSg7FkRSlGImureSqUT1EVe/Hj2b646sK0FWJIWbQDIvsHxM4Q9UYOWvqeg5lzoAjZQaW0GkPArzxVEd0ySq1vCwg2dBQEiFA/IDaKrCxbT2Um52MscQOkhWyIYdSxnAf89q/6XaVEsTZDokhqY2+dDLFSxGhcxLP37P6V0XSCIvUrj35yTXIIPEO0G7+KpC9mrDAMu1gdE3W91oNbLyA2hthQ8IgKi6gta317fX29NeMQTqxXOC3nwCkOwVSWx4Mld6pTBHlZ5m02NQKLZKY4rrSyVi+r5WwIZiEJS43bakJbK96NSg0AxCFSB2es4E6WLSUcC0SqxSHewdQbn3Ajoqks3MUVqzPLa5WoNp2YKkuuBxCzZ0Q36opCJbNKJQ/+AFcRuQrhiNuNemsGhqZRF8tZpzJ3CsbdK5gJidE/VeUB935tiKJwkUgBeILln2DPeoiKlasC4jEcQQzQqOiiaG/LAt/58yAOKXOiki2KiayliQWfjMFu9gmtSiQMQIRqeHgCgt07AEbq2XQMRpy5UChEpVZjsYJVj2ImRAUE3e7IGZBKOUCSI/tDUGC4OlAAC3IDIZjZkR60/wcRH3noMMbH3KISyupxiLQrQCxxCBBqkFPErJ7ESISuNcYhuSABUsC8Wh2QSqpc5kCkvgpC9TIVyTo9H8QahzhiokfqEutHY/npwt0xI/VEQXQYmGoyxD8glXI+kIBgNiSRrBjNtd4GW/SgCGytVG9w1ihADBuCe72Ya+LAEdXthcOik26BYWU1mCrLtCEK6X35wsMavBvHFQ0vq6EMER1a1XATYu0PufLiiqvbG6B7nSQ4e38IVv8UsSF34G40Q5xGI1jzHMgkh1Zsftf6QzjvZom6RGg0Q8x8d6c2f+/AsJUCdXuk3pgotuFeluOtWGxGBEFiAOI+pC1QaUBZBxtCRByN6CRuvA3h8vl8QVQcIiSrFTECw4NP3AABRh32yrtMXusaPmFelhmpK4lcBX/+0e5gERsJiMGQSpqiQICUD1WKqzDjuoIeIWUOsrcBcudF7NkPV1ogMCwQZNe6cAepZEHJlkUxsVuWqIl4jY9DYJIDzDoZTIZig+eT6TR1qYDf9cAKyPYzUP/O33lSTxySfzuAKGakHqFCVEHJJeHQCyRrdcKiR+pNYEgMMCQBlE2+nMutgnc+knBszNIA2YyVB1Kh55ut1XSiMyQSo2IFJUGtRcqpGHinI3UzJLcqNhIQgyGJGMo6sfXouNmQzYFCuZD81pkhIhcgEW2tvaKySoViFcUrTq+p26sZNgR55mRDMx6xOtiQR5Gf3GxIYN1exejCFcUGHrcZXlaV/+HQY3jn+Z0W6zHEI/WG5/Y2urXXLeYhGxa1TvVitSFtwXm8Zy5XtMYhjY3RmxOpV+na1weJYFknnoDkVstBbu0VG99PLDS+tbdmleUBSMCa3xW3SD2AKgvvD1FsiUpmelJtfeoBZ0gjwnNLK33D+0P0Fn9Ouyskh7u9Tl24nncDAgwJjJQrDm1ZXKVYERXUMwrCugTy1BXORy+JXbJccyL1LIgIy5wSqeRX81RO+SmfL8DqtQbi6rW8U6Su9hj+8IhzqmligMRhfIgSCa1ReSWfK1ORdKVyvrwWWVsLUaFIKpZjkPqSAAALLklEQVSvjTkgUkfjaBrfY1gAUSsAIlKOxEIDqeJP1KPBASr5EzXwiEqX3QH59nyx9caHKGI5lYoUlFwkFYqkCwWKGkxTofRaOp2iCjW3ZaW4pkTqHLTDInBYK2oDOxy2CfypRKUCZp1ae9fPD8C7AV2puDj8b5MToj2+JRkCb1sBPzk9FQvbs1aVJTYlUhc97ZwTIJtPPO7k8DYfmp6tOj5EEa2OS0MidanxXpaouEaGBiJB97JWK34idTwjUcFHJYh14dGMrBPnazGS9GoCBHpZ5bf1qvjJfncfolZHVKiIjQsM/UTqIpnnEPBIvTpDOHun+q5fTclcdG5SqK8tK4g2BB+wY2ZUiUTqaL2d6o23IXg6q2gdPuQ0PsS8G5BjVVTe3suHDcFTsyxJcHV1hzTBhjhXERHPJW31MYZ4bm9OHMwqXA4sKqJeOQ495/R3dTxArNikSF0siwUKpg6D6wOXC86hZjkUf5d1zH73BqRh+U71mFg/KqsQKohKYYBaS1FUam2tHKFA9PunP/+h1j7EpkXq4MCrEVBhIudjsVA6SYVia6kYuMjsn97/g3Ma0LrX3YCC20OlqaxUCkTBuRSVpGKhCJUMpQYpBEgdWSeppmS/gxg9lEqISr68lg6BerOaDq2m0mWl+Kc//8klL6uFMxeVSkWkODV3PWsM5lSy9agsTmxSn3o5m6fMUY76DbSUxB8SLgN2tj1ye4M5wtDsU3ds1w2CUeexJAc4WEdxG0jkxZBWHKfejA6qxtgQqLNwt9dyRwf7OFxfgAS0+T34feq8GRjahogoromLWuOiPujTLol8ITCSr2D9oE0FpKHjQ7iqd8E0bkmqjQ+BN+N3uxtQULtwiRFU2EDCIPapu1yaw50DfI4xzJcDMeG5vSLW/M45J2mKdTb3Ss0dH0IM93JJtvYchRtshojKaoxaBXOVbIWrcGLFaIqvQ8wOqgbHIWIl59rG5pjk8JPHs3ADZEMKFYfs9xRVXi0oucG19OpaOTcQSpXLkdVIqpwqRxI1sqMSEZvSp145H1sDwWt+rRwCbzEUSSS4XKFYqKA7WTu6vestd1dSI/s9X8yHCmhMzGqoXAnFklQolExTaSp0Pl9rpL7GNWWcerGcqqQqSjk2SFHlUCI5+CgZo9KP0ulYOnZ+VakxUg+k24sxpBKKRNSedThiRx0BWhS5LPx8u42LBkMS5WKK4uAtDiK5SEHM5VKFQq6cAmYxV1jLKbUFhkHNyzKyThSx2EjmNaU/JE+FKl4dCbUAEsxba5D9ITa3dxd9VM3JOhGJGxE55TmQgHiMUw/srTU0G6Lfwtp+h0ulzk51oRlxiHuWg2OSw7Nnz7a3Wym319anHsThCMRdSR35odg71eFj87yfHxKg8SGFhN2GBD/73cctMK13JW3B+/aaXpaYE4lO9frvISCadyV9U+NDXO4G9MLjbkABHfRpNp2sXSpb7hRbtzlvcAeVGanD52pY7o6j30vZucfwxYsXLWHU8QvUAOEGQhT8W0n4GE04cL5QzkfK9aUt5lJiU8apZ2ODRbXRTRRt2TxOo3DhPRdby+1V/wZSWblyMgIf0REDsXp6gIpRg8lkuT6GmJF6Y72syAAFr7yYzKmVBiWDhnK4Xa8pMAzgkDZNZ6n9ojmgtLJiMQEYkxCzCeip1AeIegdNBIjc0LasCBUDl5RPxgapWOwSBerOpWQyp+CPz/MPSIDc3lWy+R1lM0AlkMs591e7pQQ4mlajL08SGh6pi7nBZFEpZiuVbDGRKxYrcHCIWB9DsrkgPqVNa3HgMOfKZ0KXD7dXe+BRAxgCbzauZi4W07nqcWGLJzloDYkKFqsTt1J0edyRYwCPr9YeFC03gCEQkA3F7TlYNjh8PYOqATdSzoqNg8HSKEfeshA/Z1F9Pnm2kqFVYauLoIvUEECQ0iot+6tc2sN9s1mxqlHfvWQbzzzdhccS+Z0rAx2OZpAgUAAsdHVMJKlRDIFWZAM4CIL7C4l+eniNsf80vbW3SYNJcQ/eNZRkMxZ+gH8vmFywi+QPD58MUR/3WfKQrdKWKd9///1W7+3t5vaHNAkQjwdPcNgvIYPgoC1aiXV8afyQfeDhz6irT/v0QmSrtAJfCA34qg7IaiMY0pwRCYqPR0YKJjt0KFQWGOaCoIf+ZJ2GAKI9tY2vKgY6QEpVAOEqiV1KpSg2ydHChk269m5IOBysabMdRJaqPCmvHoaoassNlBJ8aQwCugtCAgBpwex3i97yeEmucMjoLauP0pExRGBxS1Vf/uIQ87Ft5GOLSZxKOksAJPz92y35QBc3slgnyQKHFmK4cUSt/VIDGaJD4fVcJMQUhMnK3gDEAylJxQODo4pS0ljTGIa4PrbY9gBKTXuV9jggigaIiYkBiFtBN54hPhyxHd7wxkhA9p4IeAQu6O1Ub54hXrqM8LZ+KQwhdJYcCIbwZqOwypAS/wsAxMKQt2ZDqlFkp6Rx5BfAEN1+SKYFCSJDSipFfgE2xCkkDA5DcLP+S2AIpztZVkAC4GXxmD/M6zH7XgdExrs5BEsA+LYZgrV2/YIYIgh4S26AGGIoLIMh6DX25R62IVpSjxGECAFjCOZlGa1a/9r+Zg8zBKVO201IUGyI/tBcrPWE5x9sfvPNzz//vHlwfQ96WRpBWCIoDBBD1KZfjSI7arsvf7b3KpQLkxlG8Oz+beyryWnAqMMQa8RSzxosG6JNOzumxlJ9LW1uxezZfQMSpjONFz3FhMZ60K1xeuAYwmNWxNLfu0X2uTdVonSzhDUAEfCeELynMBitvbylX6RkdoxoWLxJTBAgmcZNtJUdZE8IEYUEyssyug8NUEySrMAkiDeBB0A9wzaLHhY4WM3lDRxD8I5Esp+dNzQWIshKqekCzpRhG44IngYHG7FIhkhCIG0IT/Swl7DOQ8KQYC8jH0L9vaIuXcE2IeawWeKD2LukAqKm67lOtLaaNXIOac/JnoSIMYRILwlKjyGPNWrxhB0hjPtWCbFE1V9aQWrzWwZmqEte21SfMwq/ROyug4HtDVUWO8/S86oJpufRhF7zxqQtoHV48PVwkbmBQ06oo4dVPcnnDTPEiNURGjtmZy7qrLJqFbzczXqOGX+CBQ5bb2mGCaPIlo4XKsUKmrSvCov/rBCryc0q5L7YD1VbCWaGomDlh+Rd3G+bIVgWCkLlWulNiZ989NpFMHUVmcMr+WjpfRsM0SND3LSXrKqLfxOAzDcLC8ESfuARetAYYmbNaY2+O1iASAYmvD6prOF9vm0bwwW8bTtwmnnkB6lvs0htM4LTOmKpYPwwWtpZwamRt6qH9VYYsmNjCA4Jrr/MRYad0dnk8duknLm3fVswzXuOCqhLLAzBAhDBL0XeuA0x8hpNjliTf82+kua9eAgIpupZ/bd9Ys0BBOSWxCbmImxGsidXV6WItl6qptfaGksQLOOBt9h3XW019Q1e81hCoRckBCjOkNjQc2gwIdzewDDEaO/FI0RNb10jqYJplyZ8AzGzQVhLITroIVawO7P2b0xVIVdXa3IXCHpUoYgPhsiNZgiPub+4Zd+xD1/A7UmDv1mJLG+XcU14eZuwsLj1ZgVyDJTgGA/iceHuGSK1/c8G31gweDMuMdQW4skCLLNrfLNlQ7IUuAdDLOqIJclDDhHUO6N0ay7Y6LE7hqC1yjttbTsbjfaxrL3sJkOMON5g0I7bvLml93bkvAqI59jLmkWyfrsMAmkAQxS5re1Xbf/T0MiQx9KCzPGiZt7WDgGO+/yOZYHP/XY0QCSXyYggCHC0mi9hayV8H8lcKjiMxjFq/y4ZIr3T9qv/B/XgK1QlBZsEAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-1019\" style=\"object-fit:cover\"/>\n\n<p>If your website is built using WPBakery or Avada, then you’ll be happy to know that <strong>AIOSEO 4.5.2</strong> was developed with love just for you! ❤️</p>\n\n<p>Now, you can use AIOSEO right inside your favorite website builder, making it easy to perform SEO tasks as you work on your posts or pages.</p>\n\n<p>Update AIOSEO to 4.5.2 and give your page builder that much-needed SEO superpower. 🦸🏼‍♀️</p>\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:1010;s:5:\"start\";s:19:\"2023-12-13 14:43:22\";s:17:\"notification_type\";s:7:\"success\";s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:185:\"https://aioseo.com/introducing-aioseo-support-for-additional-pagebuilders-wpbakery-and-avada/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-plugin-notification\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:119:\"https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-plugin-notification\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}}}s:14:\"active_notices\";a:1:{s:17:\"review_plugin_cta\";i:1704705551;}s:17:\"dismissed_notices\";a:0:{}}', 'no');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(146213, 'aioseop_detected_conflicting_plugins', 'a:0:{}', 'yes'),
(240807, 'widget_form-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(240808, 'fusion_core_flush_permalinks', '1', 'yes'),
(240820, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1710428583;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:9:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:5:\"4.5.8\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.4.5.8.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";s:3:\"svg\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=2443290\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=2443290\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.9.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.5.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/really-simple-ssl\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:6:\"plugin\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:11:\"new_version\";s:5:\"7.2.3\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/really-simple-ssl.7.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720\";s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=2839720\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=2810049\";s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=2810049\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:33:\"instagram-feed/instagram-feed.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/instagram-feed\";s:4:\"slug\";s:14:\"instagram-feed\";s:6:\"plugin\";s:33:\"instagram-feed/instagram-feed.php\";s:11:\"new_version\";s:5:\"6.2.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/instagram-feed/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/instagram-feed.6.2.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-256x256.png?rev=2700807\";s:2:\"1x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-128x128.png?rev=2700807\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/instagram-feed/assets/banner-1544x500.png?rev=2679382\";s:2:\"1x\";s:69:\"https://ps.w.org/instagram-feed/assets/banner-772x250.png?rev=2679382\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/velvet-blues-update-urls\";s:4:\"slug\";s:24:\"velvet-blues-update-urls\";s:6:\"plugin\";s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";s:11:\"new_version\";s:6:\"3.2.10\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/velvet-blues-update-urls/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/velvet-blues-update-urls.3.2.10.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:75:\"https://s.w.org/plugins/geopattern-icon/velvet-blues-update-urls_727172.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/velvet-blues-update-urls/assets/banner-772x250.jpg?rev=486343\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:5:\"7.2.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:33:\"fusion-builder/fusion-builder.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:33:\"fusion-builder/fusion-builder.php\";s:4:\"slug\";s:14:\"fusion-builder\";s:6:\"plugin\";s:33:\"fusion-builder/fusion-builder.php\";s:11:\"new_version\";s:6:\"3.11.5\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:2:{s:2:\"1x\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:2:\"2x\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";s:7:\"default\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";}}s:27:\"fusion-core/fusion-core.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:27:\"fusion-core/fusion-core.php\";s:4:\"slug\";s:11:\"fusion-core\";s:6:\"plugin\";s:27:\"fusion-core/fusion-core.php\";s:11:\"new_version\";s:6:\"5.11.5\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:2:{s:2:\"1x\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:2:\"2x\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";s:7:\"default\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";}}}}', 'no'),
(243733, '_transient_timeout_avada_dashboard_data', '1710455225', 'no'),
(243734, '_transient_avada_dashboard_data', 'a:6:{s:7:\"on_sale\";b:0;s:5:\"price\";s:3:\"$69\";s:9:\"video_url\";s:43:\"https://www.youtube.com/watch?v=q4Zf12adBfQ\";s:13:\"avada_version\";s:6:\"7.11.6\";s:13:\"bypass_active\";b:0;s:10:\"legacy_end\";i:1709897458;}', 'no'),
(240823, 'fusion_form_cleanup_datetime', '1710510476', 'yes');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(240825, '_transient_fusion_fontawesome_en', '.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}@font-face{font-family:\"Font Awesome 5 Brands\";font-style:normal;font-weight:normal;src:url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.eot);src:url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix) format(\"embedded-opentype\"),url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format(\"woff2\"),url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.woff) format(\"woff\"),url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format(\"truetype\"),url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format(\"svg\");font-display: block;}.fab{font-family:\"Font Awesome 5 Brands\"}@font-face{font-family:\"Font Awesome 5 Free\";font-style:normal;font-weight:400;src:url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot);src:url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix) format(\"embedded-opentype\"),url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format(\"woff2\"),url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff) format(\"woff\"),url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format(\"truetype\"),url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format(\"svg\");font-display: block;}.far{font-family:\"Font Awesome 5 Free\";font-weight:400;}@font-face{font-family:\"Font Awesome 5 Free\";font-style:normal;font-weight:900;src:url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.eot);src:url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix) format(\"embedded-opentype\"),url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2) format(\"woff2\"),url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.woff) format(\"woff\"),url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf) format(\"truetype\"),url(//www.air-frames.co.uk/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format(\"svg\");font-display: block;}.fa,.fas{font-family:\"Font Awesome 5 Free\";font-weight:900}.fa-500px:before{content:\"\\f26e\"}.fa-accessible-icon:before{content:\"\\f368\"}.fa-accusoft:before{content:\"\\f369\"}.fa-acquisitions-incorporated:before{content:\"\\f6af\"}.fa-ad:before{content:\"\\f641\"}.fa-address-book:before{content:\"\\f2b9\"}.fa-address-card:before{content:\"\\f2bb\"}.fa-adjust:before{content:\"\\f042\"}.fa-adn:before{content:\"\\f170\"}.fa-adversal:before{content:\"\\f36a\"}.fa-affiliatetheme:before{content:\"\\f36b\"}.fa-air-freshener:before{content:\"\\f5d0\"}.fa-airbnb:before{content:\"\\f834\"}.fa-algolia:before{content:\"\\f36c\"}.fa-align-center:before{content:\"\\f037\"}.fa-align-justify:before{content:\"\\f039\"}.fa-align-left:before{content:\"\\f036\"}.fa-align-right:before{content:\"\\f038\"}.fa-alipay:before{content:\"\\f642\"}.fa-allergies:before{content:\"\\f461\"}.fa-amazon:before{content:\"\\f270\"}.fa-amazon-pay:before{content:\"\\f42c\"}.fa-ambulance:before{content:\"\\f0f9\"}.fa-american-sign-language-interpreting:before{content:\"\\f2a3\"}.fa-amilia:before{content:\"\\f36d\"}.fa-anchor:before{content:\"\\f13d\"}.fa-android:before{content:\"\\f17b\"}.fa-angellist:before{content:\"\\f209\"}.fa-angle-double-down:before{content:\"\\f103\"}.fa-angle-double-left:before{content:\"\\f100\"}.fa-angle-double-right:before{content:\"\\f101\"}.fa-angle-double-up:before{content:\"\\f102\"}.fa-angle-down:before{content:\"\\f107\"}.fa-angle-left:before{content:\"\\f104\"}.fa-angle-right:before{content:\"\\f105\"}.fa-angle-up:before{content:\"\\f106\"}.fa-angry:before{content:\"\\f556\"}.fa-angrycreative:before{content:\"\\f36e\"}.fa-angular:before{content:\"\\f420\"}.fa-ankh:before{content:\"\\f644\"}.fa-app-store:before{content:\"\\f36f\"}.fa-app-store-ios:before{content:\"\\f370\"}.fa-apper:before{content:\"\\f371\"}.fa-apple:before{content:\"\\f179\"}.fa-apple-alt:before{content:\"\\f5d1\"}.fa-apple-pay:before{content:\"\\f415\"}.fa-archive:before{content:\"\\f187\"}.fa-archway:before{content:\"\\f557\"}.fa-arrow-alt-circle-down:before{content:\"\\f358\"}.fa-arrow-alt-circle-left:before{content:\"\\f359\"}.fa-arrow-alt-circle-right:before{content:\"\\f35a\"}.fa-arrow-alt-circle-up:before{content:\"\\f35b\"}.fa-arrow-circle-down:before{content:\"\\f0ab\"}.fa-arrow-circle-left:before{content:\"\\f0a8\"}.fa-arrow-circle-right:before{content:\"\\f0a9\"}.fa-arrow-circle-up:before{content:\"\\f0aa\"}.fa-arrow-down:before{content:\"\\f063\"}.fa-arrow-left:before{content:\"\\f060\"}.fa-arrow-right:before{content:\"\\f061\"}.fa-arrow-up:before{content:\"\\f062\"}.fa-arrows-alt:before{content:\"\\f0b2\"}.fa-arrows-alt-h:before{content:\"\\f337\"}.fa-arrows-alt-v:before{content:\"\\f338\"}.fa-artstation:before{content:\"\\f77a\"}.fa-assistive-listening-systems:before{content:\"\\f2a2\"}.fa-asterisk:before{content:\"\\f069\"}.fa-asymmetrik:before{content:\"\\f372\"}.fa-at:before{content:\"\\f1fa\"}.fa-atlas:before{content:\"\\f558\"}.fa-atlassian:before{content:\"\\f77b\"}.fa-atom:before{content:\"\\f5d2\"}.fa-audible:before{content:\"\\f373\"}.fa-audio-description:before{content:\"\\f29e\"}.fa-autoprefixer:before{content:\"\\f41c\"}.fa-avianex:before{content:\"\\f374\"}.fa-aviato:before{content:\"\\f421\"}.fa-award:before{content:\"\\f559\"}.fa-aws:before{content:\"\\f375\"}.fa-baby:before{content:\"\\f77c\"}.fa-baby-carriage:before{content:\"\\f77d\"}.fa-backspace:before{content:\"\\f55a\"}.fa-backward:before{content:\"\\f04a\"}.fa-bacon:before{content:\"\\f7e5\"}.fa-bacteria:before{content:\"\\e059\"}.fa-bacterium:before{content:\"\\e05a\"}.fa-bahai:before{content:\"\\f666\"}.fa-balance-scale:before{content:\"\\f24e\"}.fa-balance-scale-left:before{content:\"\\f515\"}.fa-balance-scale-right:before{content:\"\\f516\"}.fa-ban:before{content:\"\\f05e\"}.fa-band-aid:before{content:\"\\f462\"}.fa-bandcamp:before{content:\"\\f2d5\"}.fa-barcode:before{content:\"\\f02a\"}.fa-bars:before{content:\"\\f0c9\"}.fa-baseball-ball:before{content:\"\\f433\"}.fa-basketball-ball:before{content:\"\\f434\"}.fa-bath:before{content:\"\\f2cd\"}.fa-battery-empty:before{content:\"\\f244\"}.fa-battery-full:before{content:\"\\f240\"}.fa-battery-half:before{content:\"\\f242\"}.fa-battery-quarter:before{content:\"\\f243\"}.fa-battery-three-quarters:before{content:\"\\f241\"}.fa-battle-net:before{content:\"\\f835\"}.fa-bed:before{content:\"\\f236\"}.fa-beer:before{content:\"\\f0fc\"}.fa-behance:before{content:\"\\f1b4\"}.fa-behance-square:before{content:\"\\f1b5\"}.fa-bell:before{content:\"\\f0f3\"}.fa-bell-slash:before{content:\"\\f1f6\"}.fa-bezier-curve:before{content:\"\\f55b\"}.fa-bible:before{content:\"\\f647\"}.fa-bicycle:before{content:\"\\f206\"}.fa-biking:before{content:\"\\f84a\"}.fa-bimobject:before{content:\"\\f378\"}.fa-binoculars:before{content:\"\\f1e5\"}.fa-biohazard:before{content:\"\\f780\"}.fa-birthday-cake:before{content:\"\\f1fd\"}.fa-bitbucket:before{content:\"\\f171\"}.fa-bitcoin:before{content:\"\\f379\"}.fa-bity:before{content:\"\\f37a\"}.fa-black-tie:before{content:\"\\f27e\"}.fa-blackberry:before{content:\"\\f37b\"}.fa-blender:before{content:\"\\f517\"}.fa-blender-phone:before{content:\"\\f6b6\"}.fa-blind:before{content:\"\\f29d\"}.fa-blog:before{content:\"\\f781\"}.fa-blogger:before{content:\"\\f37c\"}.fa-blogger-b:before{content:\"\\f37d\"}.fa-bluetooth:before{content:\"\\f293\"}.fa-bluetooth-b:before{content:\"\\f294\"}.fa-bold:before{content:\"\\f032\"}.fa-bolt:before{content:\"\\f0e7\"}.fa-bomb:before{content:\"\\f1e2\"}.fa-bone:before{content:\"\\f5d7\"}.fa-bong:before{content:\"\\f55c\"}.fa-book:before{content:\"\\f02d\"}.fa-book-dead:before{content:\"\\f6b7\"}.fa-book-medical:before{content:\"\\f7e6\"}.fa-book-open:before{content:\"\\f518\"}.fa-book-reader:before{content:\"\\f5da\"}.fa-bookmark:before{content:\"\\f02e\"}.fa-bootstrap:before{content:\"\\f836\"}.fa-border-all:before{content:\"\\f84c\"}.fa-border-none:before{content:\"\\f850\"}.fa-border-style:before{content:\"\\f853\"}.fa-bowling-ball:before{content:\"\\f436\"}.fa-box:before{content:\"\\f466\"}.fa-box-open:before{content:\"\\f49e\"}.fa-box-tissue:before{content:\"\\e05b\"}.fa-boxes:before{content:\"\\f468\"}.fa-braille:before{content:\"\\f2a1\"}.fa-brain:before{content:\"\\f5dc\"}.fa-bread-slice:before{content:\"\\f7ec\"}.fa-briefcase:before{content:\"\\f0b1\"}.fa-briefcase-medical:before{content:\"\\f469\"}.fa-broadcast-tower:before{content:\"\\f519\"}.fa-broom:before{content:\"\\f51a\"}.fa-brush:before{content:\"\\f55d\"}.fa-btc:before{content:\"\\f15a\"}.fa-buffer:before{content:\"\\f837\"}.fa-bug:before{content:\"\\f188\"}.fa-building:before{content:\"\\f1ad\"}.fa-bullhorn:before{content:\"\\f0a1\"}.fa-bullseye:before{content:\"\\f140\"}.fa-burn:before{content:\"\\f46a\"}.fa-buromobelexperte:before{content:\"\\f37f\"}.fa-bus:before{content:\"\\f207\"}.fa-bus-alt:before{content:\"\\f55e\"}.fa-business-time:before{content:\"\\f64a\"}.fa-buy-n-large:before{content:\"\\f8a6\"}.fa-buysellads:before{content:\"\\f20d\"}.fa-calculator:before{content:\"\\f1ec\"}.fa-calendar:before{content:\"\\f133\"}.fa-calendar-alt:before{content:\"\\f073\"}.fa-calendar-check:before{content:\"\\f274\"}.fa-calendar-day:before{content:\"\\f783\"}.fa-calendar-minus:before{content:\"\\f272\"}.fa-calendar-plus:before{content:\"\\f271\"}.fa-calendar-times:before{content:\"\\f273\"}.fa-calendar-week:before{content:\"\\f784\"}.fa-camera:before{content:\"\\f030\"}.fa-camera-retro:before{content:\"\\f083\"}.fa-campground:before{content:\"\\f6bb\"}.fa-canadian-maple-leaf:before{content:\"\\f785\"}.fa-candy-cane:before{content:\"\\f786\"}.fa-cannabis:before{content:\"\\f55f\"}.fa-capsules:before{content:\"\\f46b\"}.fa-car:before{content:\"\\f1b9\"}.fa-car-alt:before{content:\"\\f5de\"}.fa-car-battery:before{content:\"\\f5df\"}.fa-car-crash:before{content:\"\\f5e1\"}.fa-car-side:before{content:\"\\f5e4\"}.fa-caravan:before{content:\"\\f8ff\"}.fa-caret-down:before{content:\"\\f0d7\"}.fa-caret-left:before{content:\"\\f0d9\"}.fa-caret-right:before{content:\"\\f0da\"}.fa-caret-square-down:before{content:\"\\f150\"}.fa-caret-square-left:before{content:\"\\f191\"}.fa-caret-square-right:before{content:\"\\f152\"}.fa-caret-square-up:before{content:\"\\f151\"}.fa-caret-up:before{content:\"\\f0d8\"}.fa-carrot:before{content:\"\\f787\"}.fa-cart-arrow-down:before{content:\"\\f218\"}.fa-cart-plus:before{content:\"\\f217\"}.fa-cash-register:before{content:\"\\f788\"}.fa-cat:before{content:\"\\f6be\"}.fa-cc-amazon-pay:before{content:\"\\f42d\"}.fa-cc-amex:before{content:\"\\f1f3\"}.fa-cc-apple-pay:before{content:\"\\f416\"}.fa-cc-diners-club:before{content:\"\\f24c\"}.fa-cc-discover:before{content:\"\\f1f2\"}.fa-cc-jcb:before{content:\"\\f24b\"}.fa-cc-mastercard:before{content:\"\\f1f1\"}.fa-cc-paypal:before{content:\"\\f1f4\"}.fa-cc-stripe:before{content:\"\\f1f5\"}.fa-cc-visa:before{content:\"\\f1f0\"}.fa-centercode:before{content:\"\\f380\"}.fa-centos:before{content:\"\\f789\"}.fa-certificate:before{content:\"\\f0a3\"}.fa-chair:before{content:\"\\f6c0\"}.fa-chalkboard:before{content:\"\\f51b\"}.fa-chalkboard-teacher:before{content:\"\\f51c\"}.fa-charging-station:before{content:\"\\f5e7\"}.fa-chart-area:before{content:\"\\f1fe\"}.fa-chart-bar:before{content:\"\\f080\"}.fa-chart-line:before{content:\"\\f201\"}.fa-chart-pie:before{content:\"\\f200\"}.fa-check:before{content:\"\\f00c\"}.fa-check-circle:before{content:\"\\f058\"}.fa-check-double:before{content:\"\\f560\"}.fa-check-square:before{content:\"\\f14a\"}.fa-cheese:before{content:\"\\f7ef\"}.fa-chess:before{content:\"\\f439\"}.fa-chess-bishop:before{content:\"\\f43a\"}.fa-chess-board:before{content:\"\\f43c\"}.fa-chess-king:before{content:\"\\f43f\"}.fa-chess-knight:before{content:\"\\f441\"}.fa-chess-pawn:before{content:\"\\f443\"}.fa-chess-queen:before{content:\"\\f445\"}.fa-chess-rook:before{content:\"\\f447\"}.fa-chevron-circle-down:before{content:\"\\f13a\"}.fa-chevron-circle-left:before{content:\"\\f137\"}.fa-chevron-circle-right:before{content:\"\\f138\"}.fa-chevron-circle-up:before{content:\"\\f139\"}.fa-chevron-down:before{content:\"\\f078\"}.fa-chevron-left:before{content:\"\\f053\"}.fa-chevron-right:before{content:\"\\f054\"}.fa-chevron-up:before{content:\"\\f077\"}.fa-child:before{content:\"\\f1ae\"}.fa-chrome:before{content:\"\\f268\"}.fa-chromecast:before{content:\"\\f838\"}.fa-church:before{content:\"\\f51d\"}.fa-circle:before{content:\"\\f111\"}.fa-circle-notch:before{content:\"\\f1ce\"}.fa-city:before{content:\"\\f64f\"}.fa-clinic-medical:before{content:\"\\f7f2\"}.fa-clipboard:before{content:\"\\f328\"}.fa-clipboard-check:before{content:\"\\f46c\"}.fa-clipboard-list:before{content:\"\\f46d\"}.fa-clock:before{content:\"\\f017\"}.fa-clone:before{content:\"\\f24d\"}.fa-closed-captioning:before{content:\"\\f20a\"}.fa-cloud:before{content:\"\\f0c2\"}.fa-cloud-download-alt:before{content:\"\\f381\"}.fa-cloud-meatball:before{content:\"\\f73b\"}.fa-cloud-moon:before{content:\"\\f6c3\"}.fa-cloud-moon-rain:before{content:\"\\f73c\"}.fa-cloud-rain:before{content:\"\\f73d\"}.fa-cloud-showers-heavy:before{content:\"\\f740\"}.fa-cloud-sun:before{content:\"\\f6c4\"}.fa-cloud-sun-rain:before{content:\"\\f743\"}.fa-cloud-upload-alt:before{content:\"\\f382\"}.fa-cloudflare:before{content:\"\\e07d\"}.fa-cloudscale:before{content:\"\\f383\"}.fa-cloudsmith:before{content:\"\\f384\"}.fa-cloudversify:before{content:\"\\f385\"}.fa-cocktail:before{content:\"\\f561\"}.fa-code:before{content:\"\\f121\"}.fa-code-branch:before{content:\"\\f126\"}.fa-codepen:before{content:\"\\f1cb\"}.fa-codiepie:before{content:\"\\f284\"}.fa-coffee:before{content:\"\\f0f4\"}.fa-cog:before{content:\"\\f013\"}.fa-cogs:before{content:\"\\f085\"}.fa-coins:before{content:\"\\f51e\"}.fa-columns:before{content:\"\\f0db\"}.fa-comment:before{content:\"\\f075\"}.fa-comment-alt:before{content:\"\\f27a\"}.fa-comment-dollar:before{content:\"\\f651\"}.fa-comment-dots:before{content:\"\\f4ad\"}.fa-comment-medical:before{content:\"\\f7f5\"}.fa-comment-slash:before{content:\"\\f4b3\"}.fa-comments:before{content:\"\\f086\"}.fa-comments-dollar:before{content:\"\\f653\"}.fa-compact-disc:before{content:\"\\f51f\"}.fa-compass:before{content:\"\\f14e\"}.fa-compress:before{content:\"\\f066\"}.fa-compress-alt:before{content:\"\\f422\"}.fa-compress-arrows-alt:before{content:\"\\f78c\"}.fa-concierge-bell:before{content:\"\\f562\"}.fa-confluence:before{content:\"\\f78d\"}.fa-connectdevelop:before{content:\"\\f20e\"}.fa-contao:before{content:\"\\f26d\"}.fa-cookie:before{content:\"\\f563\"}.fa-cookie-bite:before{content:\"\\f564\"}.fa-copy:before{content:\"\\f0c5\"}.fa-copyright:before{content:\"\\f1f9\"}.fa-cotton-bureau:before{content:\"\\f89e\"}.fa-couch:before{content:\"\\f4b8\"}.fa-cpanel:before{content:\"\\f388\"}.fa-creative-commons:before{content:\"\\f25e\"}.fa-creative-commons-by:before{content:\"\\f4e7\"}.fa-creative-commons-nc:before{content:\"\\f4e8\"}.fa-creative-commons-nc-eu:before{content:\"\\f4e9\"}.fa-creative-commons-nc-jp:before{content:\"\\f4ea\"}.fa-creative-commons-nd:before{content:\"\\f4eb\"}.fa-creative-commons-pd:before{content:\"\\f4ec\"}.fa-creative-commons-pd-alt:before{content:\"\\f4ed\"}.fa-creative-commons-remix:before{content:\"\\f4ee\"}.fa-creative-commons-sa:before{content:\"\\f4ef\"}.fa-creative-commons-sampling:before{content:\"\\f4f0\"}.fa-creative-commons-sampling-plus:before{content:\"\\f4f1\"}.fa-creative-commons-share:before{content:\"\\f4f2\"}.fa-creative-commons-zero:before{content:\"\\f4f3\"}.fa-credit-card:before{content:\"\\f09d\"}.fa-critical-role:before{content:\"\\f6c9\"}.fa-crop:before{content:\"\\f125\"}.fa-crop-alt:before{content:\"\\f565\"}.fa-cross:before{content:\"\\f654\"}.fa-crosshairs:before{content:\"\\f05b\"}.fa-crow:before{content:\"\\f520\"}.fa-crown:before{content:\"\\f521\"}.fa-crutch:before{content:\"\\f7f7\"}.fa-css3:before{content:\"\\f13c\"}.fa-css3-alt:before{content:\"\\f38b\"}.fa-cube:before{content:\"\\f1b2\"}.fa-cubes:before{content:\"\\f1b3\"}.fa-cut:before{content:\"\\f0c4\"}.fa-cuttlefish:before{content:\"\\f38c\"}.fa-d-and-d:before{content:\"\\f38d\"}.fa-d-and-d-beyond:before{content:\"\\f6ca\"}.fa-dailymotion:before{content:\"\\e052\"}.fa-dashcube:before{content:\"\\f210\"}.fa-database:before{content:\"\\f1c0\"}.fa-deaf:before{content:\"\\f2a4\"}.fa-deezer:before{content:\"\\e077\"}.fa-delicious:before{content:\"\\f1a5\"}.fa-democrat:before{content:\"\\f747\"}.fa-deploydog:before{content:\"\\f38e\"}.fa-deskpro:before{content:\"\\f38f\"}.fa-desktop:before{content:\"\\f108\"}.fa-dev:before{content:\"\\f6cc\"}.fa-deviantart:before{content:\"\\f1bd\"}.fa-dharmachakra:before{content:\"\\f655\"}.fa-dhl:before{content:\"\\f790\"}.fa-diagnoses:before{content:\"\\f470\"}.fa-diaspora:before{content:\"\\f791\"}.fa-dice:before{content:\"\\f522\"}.fa-dice-d20:before{content:\"\\f6cf\"}.fa-dice-d6:before{content:\"\\f6d1\"}.fa-dice-five:before{content:\"\\f523\"}.fa-dice-four:before{content:\"\\f524\"}.fa-dice-one:before{content:\"\\f525\"}.fa-dice-six:before{content:\"\\f526\"}.fa-dice-three:before{content:\"\\f527\"}.fa-dice-two:before{content:\"\\f528\"}.fa-digg:before{content:\"\\f1a6\"}.fa-digital-ocean:before{content:\"\\f391\"}.fa-digital-tachograph:before{content:\"\\f566\"}.fa-directions:before{content:\"\\f5eb\"}.fa-discord:before{content:\"\\f392\"}.fa-discourse:before{content:\"\\f393\"}.fa-disease:before{content:\"\\f7fa\"}.fa-divide:before{content:\"\\f529\"}.fa-dizzy:before{content:\"\\f567\"}.fa-dna:before{content:\"\\f471\"}.fa-dochub:before{content:\"\\f394\"}.fa-docker:before{content:\"\\f395\"}.fa-dog:before{content:\"\\f6d3\"}.fa-dollar-sign:before{content:\"\\f155\"}.fa-dolly:before{content:\"\\f472\"}.fa-dolly-flatbed:before{content:\"\\f474\"}.fa-donate:before{content:\"\\f4b9\"}.fa-door-closed:before{content:\"\\f52a\"}.fa-door-open:before{content:\"\\f52b\"}.fa-dot-circle:before{content:\"\\f192\"}.fa-dove:before{content:\"\\f4ba\"}.fa-download:before{content:\"\\f019\"}.fa-draft2digital:before{content:\"\\f396\"}.fa-drafting-compass:before{content:\"\\f568\"}.fa-dragon:before{content:\"\\f6d5\"}.fa-draw-polygon:before{content:\"\\f5ee\"}.fa-dribbble:before{content:\"\\f17d\"}.fa-dribbble-square:before{content:\"\\f397\"}.fa-dropbox:before{content:\"\\f16b\"}.fa-drum:before{content:\"\\f569\"}.fa-drum-steelpan:before{content:\"\\f56a\"}.fa-drumstick-bite:before{content:\"\\f6d7\"}.fa-drupal:before{content:\"\\f1a9\"}.fa-dumbbell:before{content:\"\\f44b\"}.fa-dumpster:before{content:\"\\f793\"}.fa-dumpster-fire:before{content:\"\\f794\"}.fa-dungeon:before{content:\"\\f6d9\"}.fa-dyalog:before{content:\"\\f399\"}.fa-earlybirds:before{content:\"\\f39a\"}.fa-ebay:before{content:\"\\f4f4\"}.fa-edge:before{content:\"\\f282\"}.fa-edge-legacy:before{content:\"\\e078\"}.fa-edit:before{content:\"\\f044\"}.fa-egg:before{content:\"\\f7fb\"}.fa-eject:before{content:\"\\f052\"}.fa-elementor:before{content:\"\\f430\"}.fa-ellipsis-h:before{content:\"\\f141\"}.fa-ellipsis-v:before{content:\"\\f142\"}.fa-ello:before{content:\"\\f5f1\"}.fa-ember:before{content:\"\\f423\"}.fa-empire:before{content:\"\\f1d1\"}.fa-envelope:before{content:\"\\f0e0\"}.fa-envelope-open:before{content:\"\\f2b6\"}.fa-envelope-open-text:before{content:\"\\f658\"}.fa-envelope-square:before{content:\"\\f199\"}.fa-envira:before{content:\"\\f299\"}.fa-equals:before{content:\"\\f52c\"}.fa-eraser:before{content:\"\\f12d\"}.fa-erlang:before{content:\"\\f39d\"}.fa-ethereum:before{content:\"\\f42e\"}.fa-ethernet:before{content:\"\\f796\"}.fa-etsy:before{content:\"\\f2d7\"}.fa-euro-sign:before{content:\"\\f153\"}.fa-evernote:before{content:\"\\f839\"}.fa-exchange-alt:before{content:\"\\f362\"}.fa-exclamation:before{content:\"\\f12a\"}.fa-exclamation-circle:before{content:\"\\f06a\"}.fa-exclamation-triangle:before{content:\"\\f071\"}.fa-expand:before{content:\"\\f065\"}.fa-expand-alt:before{content:\"\\f424\"}.fa-expand-arrows-alt:before{content:\"\\f31e\"}.fa-expeditedssl:before{content:\"\\f23e\"}.fa-external-link-alt:before{content:\"\\f35d\"}.fa-external-link-square-alt:before{content:\"\\f360\"}.fa-eye:before{content:\"\\f06e\"}.fa-eye-dropper:before{content:\"\\f1fb\"}.fa-eye-slash:before{content:\"\\f070\"}.fa-facebook:before{content:\"\\f09a\"}.fa-facebook-f:before{content:\"\\f39e\"}.fa-facebook-messenger:before{content:\"\\f39f\"}.fa-facebook-square:before{content:\"\\f082\"}.fa-fan:before{content:\"\\f863\"}.fa-fantasy-flight-games:before{content:\"\\f6dc\"}.fa-fast-backward:before{content:\"\\f049\"}.fa-fast-forward:before{content:\"\\f050\"}.fa-faucet:before{content:\"\\e005\"}.fa-fax:before{content:\"\\f1ac\"}.fa-feather:before{content:\"\\f52d\"}.fa-feather-alt:before{content:\"\\f56b\"}.fa-fedex:before{content:\"\\f797\"}.fa-fedora:before{content:\"\\f798\"}.fa-female:before{content:\"\\f182\"}.fa-fighter-jet:before{content:\"\\f0fb\"}.fa-figma:before{content:\"\\f799\"}.fa-file:before{content:\"\\f15b\"}.fa-file-alt:before{content:\"\\f15c\"}.fa-file-archive:before{content:\"\\f1c6\"}.fa-file-audio:before{content:\"\\f1c7\"}.fa-file-code:before{content:\"\\f1c9\"}.fa-file-contract:before{content:\"\\f56c\"}.fa-file-csv:before{content:\"\\f6dd\"}.fa-file-download:before{content:\"\\f56d\"}.fa-file-excel:before{content:\"\\f1c3\"}.fa-file-export:before{content:\"\\f56e\"}.fa-file-image:before{content:\"\\f1c5\"}.fa-file-import:before{content:\"\\f56f\"}.fa-file-invoice:before{content:\"\\f570\"}.fa-file-invoice-dollar:before{content:\"\\f571\"}.fa-file-medical:before{content:\"\\f477\"}.fa-file-medical-alt:before{content:\"\\f478\"}.fa-file-pdf:before{content:\"\\f1c1\"}.fa-file-powerpoint:before{content:\"\\f1c4\"}.fa-file-prescription:before{content:\"\\f572\"}.fa-file-signature:before{content:\"\\f573\"}.fa-file-upload:before{content:\"\\f574\"}.fa-file-video:before{content:\"\\f1c8\"}.fa-file-word:before{content:\"\\f1c2\"}.fa-fill:before{content:\"\\f575\"}.fa-fill-drip:before{content:\"\\f576\"}.fa-film:before{content:\"\\f008\"}.fa-filter:before{content:\"\\f0b0\"}.fa-fingerprint:before{content:\"\\f577\"}.fa-fire:before{content:\"\\f06d\"}.fa-fire-alt:before{content:\"\\f7e4\"}.fa-fire-extinguisher:before{content:\"\\f134\"}.fa-firefox:before{content:\"\\f269\"}.fa-firefox-browser:before{content:\"\\e007\"}.fa-first-aid:before{content:\"\\f479\"}.fa-first-order:before{content:\"\\f2b0\"}.fa-first-order-alt:before{content:\"\\f50a\"}.fa-firstdraft:before{content:\"\\f3a1\"}.fa-fish:before{content:\"\\f578\"}.fa-fist-raised:before{content:\"\\f6de\"}.fa-flag:before{content:\"\\f024\"}.fa-flag-checkered:before{content:\"\\f11e\"}.fa-flag-usa:before{content:\"\\f74d\"}.fa-flask:before{content:\"\\f0c3\"}.fa-flickr:before{content:\"\\f16e\"}.fa-flipboard:before{content:\"\\f44d\"}.fa-flushed:before{content:\"\\f579\"}.fa-fly:before{content:\"\\f417\"}.fa-folder:before{content:\"\\f07b\"}.fa-folder-minus:before{content:\"\\f65d\"}.fa-folder-open:before{content:\"\\f07c\"}.fa-folder-plus:before{content:\"\\f65e\"}.fa-font:before{content:\"\\f031\"}.fa-font-awesome:before{content:\"\\f2b4\"}.fa-font-awesome-alt:before{content:\"\\f35c\"}.fa-font-awesome-flag:before{content:\"\\f425\"}.fa-fonticons:before{content:\"\\f280\"}.fa-fonticons-fi:before{content:\"\\f3a2\"}.fa-football-ball:before{content:\"\\f44e\"}.fa-fort-awesome:before{content:\"\\f286\"}.fa-fort-awesome-alt:before{content:\"\\f3a3\"}.fa-forumbee:before{content:\"\\f211\"}.fa-forward:before{content:\"\\f04e\"}.fa-foursquare:before{content:\"\\f180\"}.fa-free-code-camp:before{content:\"\\f2c5\"}.fa-freebsd:before{content:\"\\f3a4\"}.fa-frog:before{content:\"\\f52e\"}.fa-frown:before{content:\"\\f119\"}.fa-frown-open:before{content:\"\\f57a\"}.fa-fulcrum:before{content:\"\\f50b\"}.fa-funnel-dollar:before{content:\"\\f662\"}.fa-futbol:before{content:\"\\f1e3\"}.fa-galactic-republic:before{content:\"\\f50c\"}.fa-galactic-senate:before{content:\"\\f50d\"}.fa-gamepad:before{content:\"\\f11b\"}.fa-gas-pump:before{content:\"\\f52f\"}.fa-gavel:before{content:\"\\f0e3\"}.fa-gem:before{content:\"\\f3a5\"}.fa-genderless:before{content:\"\\f22d\"}.fa-get-pocket:before{content:\"\\f265\"}.fa-gg:before{content:\"\\f260\"}.fa-gg-circle:before{content:\"\\f261\"}.fa-ghost:before{content:\"\\f6e2\"}.fa-gift:before{content:\"\\f06b\"}.fa-gifts:before{content:\"\\f79c\"}.fa-git:before{content:\"\\f1d3\"}.fa-git-alt:before{content:\"\\f841\"}.fa-git-square:before{content:\"\\f1d2\"}.fa-github:before{content:\"\\f09b\"}.fa-github-alt:before{content:\"\\f113\"}.fa-github-square:before{content:\"\\f092\"}.fa-gitkraken:before{content:\"\\f3a6\"}.fa-gitlab:before{content:\"\\f296\"}.fa-gitter:before{content:\"\\f426\"}.fa-glass-cheers:before{content:\"\\f79f\"}.fa-glass-martini:before{content:\"\\f000\"}.fa-glass-martini-alt:before{content:\"\\f57b\"}.fa-glass-whiskey:before{content:\"\\f7a0\"}.fa-glasses:before{content:\"\\f530\"}.fa-glide:before{content:\"\\f2a5\"}.fa-glide-g:before{content:\"\\f2a6\"}.fa-globe:before{content:\"\\f0ac\"}.fa-globe-africa:before{content:\"\\f57c\"}.fa-globe-americas:before{content:\"\\f57d\"}.fa-globe-asia:before{content:\"\\f57e\"}.fa-globe-europe:before{content:\"\\f7a2\"}.fa-gofore:before{content:\"\\f3a7\"}.fa-golf-ball:before{content:\"\\f450\"}.fa-goodreads:before{content:\"\\f3a8\"}.fa-goodreads-g:before{content:\"\\f3a9\"}.fa-google:before{content:\"\\f1a0\"}.fa-google-drive:before{content:\"\\f3aa\"}.fa-google-pay:before{content:\"\\e079\"}.fa-google-play:before{content:\"\\f3ab\"}.fa-google-plus:before{content:\"\\f2b3\"}.fa-google-plus-g:before{content:\"\\f0d5\"}.fa-google-plus-square:before{content:\"\\f0d4\"}.fa-google-wallet:before{content:\"\\f1ee\"}.fa-gopuram:before{content:\"\\f664\"}.fa-graduation-cap:before{content:\"\\f19d\"}.fa-gratipay:before{content:\"\\f184\"}.fa-grav:before{content:\"\\f2d6\"}.fa-greater-than:before{content:\"\\f531\"}.fa-greater-than-equal:before{content:\"\\f532\"}.fa-grimace:before{content:\"\\f57f\"}.fa-grin:before{content:\"\\f580\"}.fa-grin-alt:before{content:\"\\f581\"}.fa-grin-beam:before{content:\"\\f582\"}.fa-grin-beam-sweat:before{content:\"\\f583\"}.fa-grin-hearts:before{content:\"\\f584\"}.fa-grin-squint:before{content:\"\\f585\"}.fa-grin-squint-tears:before{content:\"\\f586\"}.fa-grin-stars:before{content:\"\\f587\"}.fa-grin-tears:before{content:\"\\f588\"}.fa-grin-tongue:before{content:\"\\f589\"}.fa-grin-tongue-squint:before{content:\"\\f58a\"}.fa-grin-tongue-wink:before{content:\"\\f58b\"}.fa-grin-wink:before{content:\"\\f58c\"}.fa-grip-horizontal:before{content:\"\\f58d\"}.fa-grip-lines:before{content:\"\\f7a4\"}.fa-grip-lines-vertical:before{content:\"\\f7a5\"}.fa-grip-vertical:before{content:\"\\f58e\"}.fa-gripfire:before{content:\"\\f3ac\"}.fa-grunt:before{content:\"\\f3ad\"}.fa-guilded:before{content:\"\\e07e\"}.fa-guitar:before{content:\"\\f7a6\"}.fa-gulp:before{content:\"\\f3ae\"}.fa-h-square:before{content:\"\\f0fd\"}.fa-hacker-news:before{content:\"\\f1d4\"}.fa-hacker-news-square:before{content:\"\\f3af\"}.fa-hackerrank:before{content:\"\\f5f7\"}.fa-hamburger:before{content:\"\\f805\"}.fa-hammer:before{content:\"\\f6e3\"}.fa-hamsa:before{content:\"\\f665\"}.fa-hand-holding:before{content:\"\\f4bd\"}.fa-hand-holding-heart:before{content:\"\\f4be\"}.fa-hand-holding-medical:before{content:\"\\e05c\"}.fa-hand-holding-usd:before{content:\"\\f4c0\"}.fa-hand-holding-water:before{content:\"\\f4c1\"}.fa-hand-lizard:before{content:\"\\f258\"}.fa-hand-middle-finger:before{content:\"\\f806\"}.fa-hand-paper:before{content:\"\\f256\"}.fa-hand-peace:before{content:\"\\f25b\"}.fa-hand-point-down:before{content:\"\\f0a7\"}.fa-hand-point-left:before{content:\"\\f0a5\"}.fa-hand-point-right:before{content:\"\\f0a4\"}.fa-hand-point-up:before{content:\"\\f0a6\"}.fa-hand-pointer:before{content:\"\\f25a\"}.fa-hand-rock:before{content:\"\\f255\"}.fa-hand-scissors:before{content:\"\\f257\"}.fa-hand-sparkles:before{content:\"\\e05d\"}.fa-hand-spock:before{content:\"\\f259\"}.fa-hands:before{content:\"\\f4c2\"}.fa-hands-helping:before{content:\"\\f4c4\"}.fa-hands-wash:before{content:\"\\e05e\"}.fa-handshake:before{content:\"\\f2b5\"}.fa-handshake-alt-slash:before{content:\"\\e05f\"}.fa-handshake-slash:before{content:\"\\e060\"}.fa-hanukiah:before{content:\"\\f6e6\"}.fa-hard-hat:before{content:\"\\f807\"}.fa-hashtag:before{content:\"\\f292\"}.fa-hat-cowboy:before{content:\"\\f8c0\"}.fa-hat-cowboy-side:before{content:\"\\f8c1\"}.fa-hat-wizard:before{content:\"\\f6e8\"}.fa-hdd:before{content:\"\\f0a0\"}.fa-head-side-cough:before{content:\"\\e061\"}.fa-head-side-cough-slash:before{content:\"\\e062\"}.fa-head-side-mask:before{content:\"\\e063\"}.fa-head-side-virus:before{content:\"\\e064\"}.fa-heading:before{content:\"\\f1dc\"}.fa-headphones:before{content:\"\\f025\"}.fa-headphones-alt:before{content:\"\\f58f\"}.fa-headset:before{content:\"\\f590\"}.fa-heart:before{content:\"\\f004\"}.fa-heart-broken:before{content:\"\\f7a9\"}.fa-heartbeat:before{content:\"\\f21e\"}.fa-helicopter:before{content:\"\\f533\"}.fa-highlighter:before{content:\"\\f591\"}.fa-hiking:before{content:\"\\f6ec\"}.fa-hippo:before{content:\"\\f6ed\"}.fa-hips:before{content:\"\\f452\"}.fa-hire-a-helper:before{content:\"\\f3b0\"}.fa-history:before{content:\"\\f1da\"}.fa-hive:before{content:\"\\e07f\"}.fa-hockey-puck:before{content:\"\\f453\"}.fa-holly-berry:before{content:\"\\f7aa\"}.fa-home:before{content:\"\\f015\"}.fa-hooli:before{content:\"\\f427\"}.fa-hornbill:before{content:\"\\f592\"}.fa-horse:before{content:\"\\f6f0\"}.fa-horse-head:before{content:\"\\f7ab\"}.fa-hospital:before{content:\"\\f0f8\"}.fa-hospital-alt:before{content:\"\\f47d\"}.fa-hospital-symbol:before{content:\"\\f47e\"}.fa-hospital-user:before{content:\"\\f80d\"}.fa-hot-tub:before{content:\"\\f593\"}.fa-hotdog:before{content:\"\\f80f\"}.fa-hotel:before{content:\"\\f594\"}.fa-hotjar:before{content:\"\\f3b1\"}.fa-hourglass:before{content:\"\\f254\"}.fa-hourglass-end:before{content:\"\\f253\"}.fa-hourglass-half:before{content:\"\\f252\"}.fa-hourglass-start:before{content:\"\\f251\"}.fa-house-damage:before{content:\"\\f6f1\"}.fa-house-user:before{content:\"\\e065\"}.fa-houzz:before{content:\"\\f27c\"}.fa-hryvnia:before{content:\"\\f6f2\"}.fa-html5:before{content:\"\\f13b\"}.fa-hubspot:before{content:\"\\f3b2\"}.fa-i-cursor:before{content:\"\\f246\"}.fa-ice-cream:before{content:\"\\f810\"}.fa-icicles:before{content:\"\\f7ad\"}.fa-icons:before{content:\"\\f86d\"}.fa-id-badge:before{content:\"\\f2c1\"}.fa-id-card:before{content:\"\\f2c2\"}.fa-id-card-alt:before{content:\"\\f47f\"}.fa-ideal:before{content:\"\\e013\"}.fa-igloo:before{content:\"\\f7ae\"}.fa-image:before{content:\"\\f03e\"}.fa-images:before{content:\"\\f302\"}.fa-imdb:before{content:\"\\f2d8\"}.fa-inbox:before{content:\"\\f01c\"}.fa-indent:before{content:\"\\f03c\"}.fa-industry:before{content:\"\\f275\"}.fa-infinity:before{content:\"\\f534\"}.fa-info:before{content:\"\\f129\"}.fa-info-circle:before{content:\"\\f05a\"}.fa-innosoft:before{content:\"\\e080\"}.fa-instagram:before{content:\"\\f16d\"}.fa-instagram-square:before{content:\"\\e055\"}.fa-instalod:before{content:\"\\e081\"}.fa-intercom:before{content:\"\\f7af\"}.fa-internet-explorer:before{content:\"\\f26b\"}.fa-invision:before{content:\"\\f7b0\"}.fa-ioxhost:before{content:\"\\f208\"}.fa-italic:before{content:\"\\f033\"}.fa-itch-io:before{content:\"\\f83a\"}.fa-itunes:before{content:\"\\f3b4\"}.fa-itunes-note:before{content:\"\\f3b5\"}.fa-java:before{content:\"\\f4e4\"}.fa-jedi:before{content:\"\\f669\"}.fa-jedi-order:before{content:\"\\f50e\"}.fa-jenkins:before{content:\"\\f3b6\"}.fa-jira:before{content:\"\\f7b1\"}.fa-joget:before{content:\"\\f3b7\"}.fa-joint:before{content:\"\\f595\"}.fa-joomla:before{content:\"\\f1aa\"}.fa-journal-whills:before{content:\"\\f66a\"}.fa-js:before{content:\"\\f3b8\"}.fa-js-square:before{content:\"\\f3b9\"}.fa-jsfiddle:before{content:\"\\f1cc\"}.fa-kaaba:before{content:\"\\f66b\"}.fa-kaggle:before{content:\"\\f5fa\"}.fa-key:before{content:\"\\f084\"}.fa-keybase:before{content:\"\\f4f5\"}.fa-keyboard:before{content:\"\\f11c\"}.fa-keycdn:before{content:\"\\f3ba\"}.fa-khanda:before{content:\"\\f66d\"}.fa-kickstarter:before{content:\"\\f3bb\"}.fa-kickstarter-k:before{content:\"\\f3bc\"}.fa-kiss:before{content:\"\\f596\"}.fa-kiss-beam:before{content:\"\\f597\"}.fa-kiss-wink-heart:before{content:\"\\f598\"}.fa-kiwi-bird:before{content:\"\\f535\"}.fa-korvue:before{content:\"\\f42f\"}.fa-landmark:before{content:\"\\f66f\"}.fa-language:before{content:\"\\f1ab\"}.fa-laptop:before{content:\"\\f109\"}.fa-laptop-code:before{content:\"\\f5fc\"}.fa-laptop-house:before{content:\"\\e066\"}.fa-laptop-medical:before{content:\"\\f812\"}.fa-laravel:before{content:\"\\f3bd\"}.fa-lastfm:before{content:\"\\f202\"}.fa-lastfm-square:before{content:\"\\f203\"}.fa-laugh:before{content:\"\\f599\"}.fa-laugh-beam:before{content:\"\\f59a\"}.fa-laugh-squint:before{content:\"\\f59b\"}.fa-laugh-wink:before{content:\"\\f59c\"}.fa-layer-group:before{content:\"\\f5fd\"}.fa-leaf:before{content:\"\\f06c\"}.fa-leanpub:before{content:\"\\f212\"}.fa-lemon:before{content:\"\\f094\"}.fa-less:before{content:\"\\f41d\"}.fa-less-than:before{content:\"\\f536\"}.fa-less-than-equal:before{content:\"\\f537\"}.fa-level-down-alt:before{content:\"\\f3be\"}.fa-level-up-alt:before{content:\"\\f3bf\"}.fa-life-ring:before{content:\"\\f1cd\"}.fa-lightbulb:before{content:\"\\f0eb\"}.fa-line:before{content:\"\\f3c0\"}.fa-link:before{content:\"\\f0c1\"}.fa-linkedin:before{content:\"\\f08c\"}.fa-linkedin-in:before{content:\"\\f0e1\"}.fa-linode:before{content:\"\\f2b8\"}.fa-linux:before{content:\"\\f17c\"}.fa-lira-sign:before{content:\"\\f195\"}.fa-list:before{content:\"\\f03a\"}.fa-list-alt:before{content:\"\\f022\"}.fa-list-ol:before{content:\"\\f0cb\"}.fa-list-ul:before{content:\"\\f0ca\"}.fa-location-arrow:before{content:\"\\f124\"}.fa-lock:before{content:\"\\f023\"}.fa-lock-open:before{content:\"\\f3c1\"}.fa-long-arrow-alt-down:before{content:\"\\f309\"}.fa-long-arrow-alt-left:before{content:\"\\f30a\"}.fa-long-arrow-alt-right:before{content:\"\\f30b\"}.fa-long-arrow-alt-up:before{content:\"\\f30c\"}.fa-low-vision:before{content:\"\\f2a8\"}.fa-luggage-cart:before{content:\"\\f59d\"}.fa-lungs:before{content:\"\\f604\"}.fa-lungs-virus:before{content:\"\\e067\"}.fa-lyft:before{content:\"\\f3c3\"}.fa-magento:before{content:\"\\f3c4\"}.fa-magic:before{content:\"\\f0d0\"}.fa-magnet:before{content:\"\\f076\"}.fa-mail-bulk:before{content:\"\\f674\"}.fa-mailchimp:before{content:\"\\f59e\"}.fa-male:before{content:\"\\f183\"}.fa-mandalorian:before{content:\"\\f50f\"}.fa-map:before{content:\"\\f279\"}.fa-map-marked:before{content:\"\\f59f\"}.fa-map-marked-alt:before{content:\"\\f5a0\"}.fa-map-marker:before{content:\"\\f041\"}.fa-map-marker-alt:before{content:\"\\f3c5\"}.fa-map-pin:before{content:\"\\f276\"}.fa-map-signs:before{content:\"\\f277\"}.fa-markdown:before{content:\"\\f60f\"}.fa-marker:before{content:\"\\f5a1\"}.fa-mars:before{content:\"\\f222\"}.fa-mars-double:before{content:\"\\f227\"}.fa-mars-stroke:before{content:\"\\f229\"}.fa-mars-stroke-h:before{content:\"\\f22b\"}.fa-mars-stroke-v:before{content:\"\\f22a\"}.fa-mask:before{content:\"\\f6fa\"}.fa-mastodon:before{content:\"\\f4f6\"}.fa-maxcdn:before{content:\"\\f136\"}.fa-mdb:before{content:\"\\f8ca\"}.fa-medal:before{content:\"\\f5a2\"}.fa-medapps:before{content:\"\\f3c6\"}.fa-medium:before{content:\"\\f23a\"}.fa-medium-m:before{content:\"\\f3c7\"}.fa-medkit:before{content:\"\\f0fa\"}.fa-medrt:before{content:\"\\f3c8\"}.fa-meetup:before{content:\"\\f2e0\"}.fa-megaport:before{content:\"\\f5a3\"}.fa-meh:before{content:\"\\f11a\"}.fa-meh-blank:before{content:\"\\f5a4\"}.fa-meh-rolling-eyes:before{content:\"\\f5a5\"}.fa-memory:before{content:\"\\f538\"}.fa-mendeley:before{content:\"\\f7b3\"}.fa-menorah:before{content:\"\\f676\"}.fa-mercury:before{content:\"\\f223\"}.fa-meteor:before{content:\"\\f753\"}.fa-microblog:before{content:\"\\e01a\"}.fa-microchip:before{content:\"\\f2db\"}.fa-microphone:before{content:\"\\f130\"}.fa-microphone-alt:before{content:\"\\f3c9\"}.fa-microphone-alt-slash:before{content:\"\\f539\"}.fa-microphone-slash:before{content:\"\\f131\"}.fa-microscope:before{content:\"\\f610\"}.fa-microsoft:before{content:\"\\f3ca\"}.fa-minus:before{content:\"\\f068\"}.fa-minus-circle:before{content:\"\\f056\"}.fa-minus-square:before{content:\"\\f146\"}.fa-mitten:before{content:\"\\f7b5\"}.fa-mix:before{content:\"\\f3cb\"}.fa-mixcloud:before{content:\"\\f289\"}.fa-mixer:before{content:\"\\e056\"}.fa-mizuni:before{content:\"\\f3cc\"}.fa-mobile:before{content:\"\\f10b\"}.fa-mobile-alt:before{content:\"\\f3cd\"}.fa-modx:before{content:\"\\f285\"}.fa-monero:before{content:\"\\f3d0\"}.fa-money-bill:before{content:\"\\f0d6\"}.fa-money-bill-alt:before{content:\"\\f3d1\"}.fa-money-bill-wave:before{content:\"\\f53a\"}.fa-money-bill-wave-alt:before{content:\"\\f53b\"}.fa-money-check:before{content:\"\\f53c\"}.fa-money-check-alt:before{content:\"\\f53d\"}.fa-monument:before{content:\"\\f5a6\"}.fa-moon:before{content:\"\\f186\"}.fa-mortar-pestle:before{content:\"\\f5a7\"}.fa-mosque:before{content:\"\\f678\"}.fa-motorcycle:before{content:\"\\f21c\"}.fa-mountain:before{content:\"\\f6fc\"}.fa-mouse:before{content:\"\\f8cc\"}.fa-mouse-pointer:before{content:\"\\f245\"}.fa-mug-hot:before{content:\"\\f7b6\"}.fa-music:before{content:\"\\f001\"}.fa-napster:before{content:\"\\f3d2\"}.fa-neos:before{content:\"\\f612\"}.fa-network-wired:before{content:\"\\f6ff\"}.fa-neuter:before{content:\"\\f22c\"}.fa-newspaper:before{content:\"\\f1ea\"}.fa-nimblr:before{content:\"\\f5a8\"}.fa-node:before{content:\"\\f419\"}.fa-node-js:before{content:\"\\f3d3\"}.fa-not-equal:before{content:\"\\f53e\"}.fa-notes-medical:before{content:\"\\f481\"}.fa-npm:before{content:\"\\f3d4\"}.fa-ns8:before{content:\"\\f3d5\"}.fa-nutritionix:before{content:\"\\f3d6\"}.fa-object-group:before{content:\"\\f247\"}.fa-object-ungroup:before{content:\"\\f248\"}.fa-octopus-deploy:before{content:\"\\e082\"}.fa-odnoklassniki:before{content:\"\\f263\"}.fa-odnoklassniki-square:before{content:\"\\f264\"}.fa-oil-can:before{content:\"\\f613\"}.fa-old-republic:before{content:\"\\f510\"}.fa-om:before{content:\"\\f679\"}.fa-opencart:before{content:\"\\f23d\"}.fa-openid:before{content:\"\\f19b\"}.fa-opera:before{content:\"\\f26a\"}.fa-optin-monster:before{content:\"\\f23c\"}.fa-orcid:before{content:\"\\f8d2\"}.fa-osi:before{content:\"\\f41a\"}.fa-otter:before{content:\"\\f700\"}.fa-outdent:before{content:\"\\f03b\"}.fa-page4:before{content:\"\\f3d7\"}.fa-pagelines:before{content:\"\\f18c\"}.fa-pager:before{content:\"\\f815\"}.fa-paint-brush:before{content:\"\\f1fc\"}.fa-paint-roller:before{content:\"\\f5aa\"}.fa-palette:before{content:\"\\f53f\"}.fa-palfed:before{content:\"\\f3d8\"}.fa-pallet:before{content:\"\\f482\"}.fa-paper-plane:before{content:\"\\f1d8\"}.fa-paperclip:before{content:\"\\f0c6\"}.fa-parachute-box:before{content:\"\\f4cd\"}.fa-paragraph:before{content:\"\\f1dd\"}.fa-parking:before{content:\"\\f540\"}.fa-passport:before{content:\"\\f5ab\"}.fa-pastafarianism:before{content:\"\\f67b\"}.fa-paste:before{content:\"\\f0ea\"}.fa-patreon:before{content:\"\\f3d9\"}.fa-pause:before{content:\"\\f04c\"}.fa-pause-circle:before{content:\"\\f28b\"}.fa-paw:before{content:\"\\f1b0\"}.fa-paypal:before{content:\"\\f1ed\"}.fa-peace:before{content:\"\\f67c\"}.fa-pen:before{content:\"\\f304\"}.fa-pen-alt:before{content:\"\\f305\"}.fa-pen-fancy:before{content:\"\\f5ac\"}.fa-pen-nib:before{content:\"\\f5ad\"}.fa-pen-square:before{content:\"\\f14b\"}.fa-pencil-alt:before{content:\"\\f303\"}.fa-pencil-ruler:before{content:\"\\f5ae\"}.fa-penny-arcade:before{content:\"\\f704\"}.fa-people-arrows:before{content:\"\\e068\"}.fa-people-carry:before{content:\"\\f4ce\"}.fa-pepper-hot:before{content:\"\\f816\"}.fa-perbyte:before{content:\"\\e083\"}.fa-percent:before{content:\"\\f295\"}.fa-percentage:before{content:\"\\f541\"}.fa-periscope:before{content:\"\\f3da\"}.fa-person-booth:before{content:\"\\f756\"}.fa-phabricator:before{content:\"\\f3db\"}.fa-phoenix-framework:before{content:\"\\f3dc\"}.fa-phoenix-squadron:before{content:\"\\f511\"}.fa-phone:before{content:\"\\f095\"}.fa-phone-alt:before{content:\"\\f879\"}.fa-phone-slash:before{content:\"\\f3dd\"}.fa-phone-square:before{content:\"\\f098\"}.fa-phone-square-alt:before{content:\"\\f87b\"}.fa-phone-volume:before{content:\"\\f2a0\"}.fa-photo-video:before{content:\"\\f87c\"}.fa-php:before{content:\"\\f457\"}.fa-pied-piper:before{content:\"\\f2ae\"}.fa-pied-piper-alt:before{content:\"\\f1a8\"}.fa-pied-piper-hat:before{content:\"\\f4e5\"}.fa-pied-piper-pp:before{content:\"\\f1a7\"}.fa-pied-piper-square:before{content:\"\\e01e\"}.fa-piggy-bank:before{content:\"\\f4d3\"}.fa-pills:before{content:\"\\f484\"}.fa-pinterest:before{content:\"\\f0d2\"}.fa-pinterest-p:before{content:\"\\f231\"}.fa-pinterest-square:before{content:\"\\f0d3\"}.fa-pizza-slice:before{content:\"\\f818\"}.fa-place-of-worship:before{content:\"\\f67f\"}.fa-plane:before{content:\"\\f072\"}.fa-plane-arrival:before{content:\"\\f5af\"}.fa-plane-departure:before{content:\"\\f5b0\"}.fa-plane-slash:before{content:\"\\e069\"}.fa-play:before{content:\"\\f04b\"}.fa-play-circle:before{content:\"\\f144\"}.fa-playstation:before{content:\"\\f3df\"}.fa-plug:before{content:\"\\f1e6\"}.fa-plus:before{content:\"\\f067\"}.fa-plus-circle:before{content:\"\\f055\"}.fa-plus-square:before{content:\"\\f0fe\"}.fa-podcast:before{content:\"\\f2ce\"}.fa-poll:before{content:\"\\f681\"}.fa-poll-h:before{content:\"\\f682\"}.fa-poo:before{content:\"\\f2fe\"}.fa-poo-storm:before{content:\"\\f75a\"}.fa-poop:before{content:\"\\f619\"}.fa-portrait:before{content:\"\\f3e0\"}.fa-pound-sign:before{content:\"\\f154\"}.fa-power-off:before{content:\"\\f011\"}.fa-pray:before{content:\"\\f683\"}.fa-praying-hands:before{content:\"\\f684\"}.fa-prescription:before{content:\"\\f5b1\"}.fa-prescription-bottle:before{content:\"\\f485\"}.fa-prescription-bottle-alt:before{content:\"\\f486\"}.fa-print:before{content:\"\\f02f\"}.fa-procedures:before{content:\"\\f487\"}.fa-product-hunt:before{content:\"\\f288\"}.fa-project-diagram:before{content:\"\\f542\"}.fa-pump-medical:before{content:\"\\e06a\"}.fa-pump-soap:before{content:\"\\e06b\"}.fa-pushed:before{content:\"\\f3e1\"}.fa-puzzle-piece:before{content:\"\\f12e\"}.fa-python:before{content:\"\\f3e2\"}.fa-qq:before{content:\"\\f1d6\"}.fa-qrcode:before{content:\"\\f029\"}.fa-question:before{content:\"\\f128\"}.fa-question-circle:before{content:\"\\f059\"}.fa-quidditch:before{content:\"\\f458\"}.fa-quinscape:before{content:\"\\f459\"}.fa-quora:before{content:\"\\f2c4\"}.fa-quote-left:before{content:\"\\f10d\"}.fa-quote-right:before{content:\"\\f10e\"}.fa-quran:before{content:\"\\f687\"}.fa-r-project:before{content:\"\\f4f7\"}.fa-radiation:before{content:\"\\f7b9\"}.fa-radiation-alt:before{content:\"\\f7ba\"}.fa-rainbow:before{content:\"\\f75b\"}.fa-random:before{content:\"\\f074\"}.fa-raspberry-pi:before{content:\"\\f7bb\"}.fa-ravelry:before{content:\"\\f2d9\"}.fa-react:before{content:\"\\f41b\"}.fa-reacteurope:before{content:\"\\f75d\"}.fa-readme:before{content:\"\\f4d5\"}.fa-rebel:before{content:\"\\f1d0\"}.fa-receipt:before{content:\"\\f543\"}.fa-record-vinyl:before{content:\"\\f8d9\"}.fa-recycle:before{content:\"\\f1b8\"}.fa-red-river:before{content:\"\\f3e3\"}.fa-reddit:before{content:\"\\f1a1\"}.fa-reddit-alien:before{content:\"\\f281\"}.fa-reddit-square:before{content:\"\\f1a2\"}.fa-redhat:before{content:\"\\f7bc\"}.fa-redo:before{content:\"\\f01e\"}.fa-redo-alt:before{content:\"\\f2f9\"}.fa-registered:before{content:\"\\f25d\"}.fa-remove-format:before{content:\"\\f87d\"}.fa-renren:before{content:\"\\f18b\"}.fa-reply:before{content:\"\\f3e5\"}.fa-reply-all:before{content:\"\\f122\"}.fa-replyd:before{content:\"\\f3e6\"}.fa-republican:before{content:\"\\f75e\"}.fa-researchgate:before{content:\"\\f4f8\"}.fa-resolving:before{content:\"\\f3e7\"}.fa-restroom:before{content:\"\\f7bd\"}.fa-retweet:before{content:\"\\f079\"}.fa-rev:before{content:\"\\f5b2\"}.fa-ribbon:before{content:\"\\f4d6\"}.fa-ring:before{content:\"\\f70b\"}.fa-road:before{content:\"\\f018\"}.fa-robot:before{content:\"\\f544\"}.fa-rocket:before{content:\"\\f135\"}.fa-rocketchat:before{content:\"\\f3e8\"}.fa-rockrms:before{content:\"\\f3e9\"}.fa-route:before{content:\"\\f4d7\"}.fa-rss:before{content:\"\\f09e\"}.fa-rss-square:before{content:\"\\f143\"}.fa-ruble-sign:before{content:\"\\f158\"}.fa-ruler:before{content:\"\\f545\"}.fa-ruler-combined:before{content:\"\\f546\"}.fa-ruler-horizontal:before{content:\"\\f547\"}.fa-ruler-vertical:before{content:\"\\f548\"}.fa-running:before{content:\"\\f70c\"}.fa-rupee-sign:before{content:\"\\f156\"}.fa-rust:before{content:\"\\e07a\"}.fa-sad-cry:before{content:\"\\f5b3\"}.fa-sad-tear:before{content:\"\\f5b4\"}.fa-safari:before{content:\"\\f267\"}.fa-salesforce:before{content:\"\\f83b\"}.fa-sass:before{content:\"\\f41e\"}.fa-satellite:before{content:\"\\f7bf\"}.fa-satellite-dish:before{content:\"\\f7c0\"}.fa-save:before{content:\"\\f0c7\"}.fa-schlix:before{content:\"\\f3ea\"}.fa-school:before{content:\"\\f549\"}.fa-screwdriver:before{content:\"\\f54a\"}.fa-scribd:before{content:\"\\f28a\"}.fa-scroll:before{content:\"\\f70e\"}.fa-sd-card:before{content:\"\\f7c2\"}.fa-search:before{content:\"\\f002\"}.fa-search-dollar:before{content:\"\\f688\"}.fa-search-location:before{content:\"\\f689\"}.fa-search-minus:before{content:\"\\f010\"}.fa-search-plus:before{content:\"\\f00e\"}.fa-searchengin:before{content:\"\\f3eb\"}.fa-seedling:before{content:\"\\f4d8\"}.fa-sellcast:before{content:\"\\f2da\"}.fa-sellsy:before{content:\"\\f213\"}.fa-server:before{content:\"\\f233\"}.fa-servicestack:before{content:\"\\f3ec\"}.fa-shapes:before{content:\"\\f61f\"}.fa-share:before{content:\"\\f064\"}.fa-share-alt:before{content:\"\\f1e0\"}.fa-share-alt-square:before{content:\"\\f1e1\"}.fa-share-square:before{content:\"\\f14d\"}.fa-shekel-sign:before{content:\"\\f20b\"}.fa-shield-alt:before{content:\"\\f3ed\"}.fa-shield-virus:before{content:\"\\e06c\"}.fa-ship:before{content:\"\\f21a\"}.fa-shipping-fast:before{content:\"\\f48b\"}.fa-shirtsinbulk:before{content:\"\\f214\"}.fa-shoe-prints:before{content:\"\\f54b\"}.fa-shopify:before{content:\"\\e057\"}.fa-shopping-bag:before{content:\"\\f290\"}.fa-shopping-basket:before{content:\"\\f291\"}.fa-shopping-cart:before{content:\"\\f07a\"}.fa-shopware:before{content:\"\\f5b5\"}.fa-shower:before{content:\"\\f2cc\"}.fa-shuttle-van:before{content:\"\\f5b6\"}.fa-sign:before{content:\"\\f4d9\"}.fa-sign-in-alt:before{content:\"\\f2f6\"}.fa-sign-language:before{content:\"\\f2a7\"}.fa-sign-out-alt:before{content:\"\\f2f5\"}.fa-signal:before{content:\"\\f012\"}.fa-signature:before{content:\"\\f5b7\"}.fa-sim-card:before{content:\"\\f7c4\"}.fa-simplybuilt:before{content:\"\\f215\"}.fa-sink:before{content:\"\\e06d\"}.fa-sistrix:before{content:\"\\f3ee\"}.fa-sitemap:before{content:\"\\f0e8\"}.fa-sith:before{content:\"\\f512\"}.fa-skating:before{content:\"\\f7c5\"}.fa-sketch:before{content:\"\\f7c6\"}.fa-skiing:before{content:\"\\f7c9\"}.fa-skiing-nordic:before{content:\"\\f7ca\"}.fa-skull:before{content:\"\\f54c\"}.fa-skull-crossbones:before{content:\"\\f714\"}.fa-skyatlas:before{content:\"\\f216\"}.fa-skype:before{content:\"\\f17e\"}.fa-slack:before{content:\"\\f198\"}.fa-slack-hash:before{content:\"\\f3ef\"}.fa-slash:before{content:\"\\f715\"}.fa-sleigh:before{content:\"\\f7cc\"}.fa-sliders-h:before{content:\"\\f1de\"}.fa-slideshare:before{content:\"\\f1e7\"}.fa-smile:before{content:\"\\f118\"}.fa-smile-beam:before{content:\"\\f5b8\"}.fa-smile-wink:before{content:\"\\f4da\"}.fa-smog:before{content:\"\\f75f\"}.fa-smoking:before{content:\"\\f48d\"}.fa-smoking-ban:before{content:\"\\f54d\"}.fa-sms:before{content:\"\\f7cd\"}.fa-snapchat:before{content:\"\\f2ab\"}.fa-snapchat-ghost:before{content:\"\\f2ac\"}.fa-snapchat-square:before{content:\"\\f2ad\"}.fa-snowboarding:before{content:\"\\f7ce\"}.fa-snowflake:before{content:\"\\f2dc\"}.fa-snowman:before{content:\"\\f7d0\"}.fa-snowplow:before{content:\"\\f7d2\"}.fa-soap:before{content:\"\\e06e\"}.fa-socks:before{content:\"\\f696\"}.fa-solar-panel:before{content:\"\\f5ba\"}.fa-sort:before{content:\"\\f0dc\"}.fa-sort-alpha-down:before{content:\"\\f15d\"}.fa-sort-alpha-down-alt:before{content:\"\\f881\"}.fa-sort-alpha-up:before{content:\"\\f15e\"}.fa-sort-alpha-up-alt:before{content:\"\\f882\"}.fa-sort-amount-down:before{content:\"\\f160\"}.fa-sort-amount-down-alt:before{content:\"\\f884\"}.fa-sort-amount-up:before{content:\"\\f161\"}.fa-sort-amount-up-alt:before{content:\"\\f885\"}.fa-sort-down:before{content:\"\\f0dd\"}.fa-sort-numeric-down:before{content:\"\\f162\"}.fa-sort-numeric-down-alt:before{content:\"\\f886\"}.fa-sort-numeric-up:before{content:\"\\f163\"}.fa-sort-numeric-up-alt:before{content:\"\\f887\"}.fa-sort-up:before{content:\"\\f0de\"}.fa-soundcloud:before{content:\"\\f1be\"}.fa-sourcetree:before{content:\"\\f7d3\"}.fa-spa:before{content:\"\\f5bb\"}.fa-space-shuttle:before{content:\"\\f197\"}.fa-speakap:before{content:\"\\f3f3\"}.fa-speaker-deck:before{content:\"\\f83c\"}.fa-spell-check:before{content:\"\\f891\"}.fa-spider:before{content:\"\\f717\"}.fa-spinner:before{content:\"\\f110\"}.fa-splotch:before{content:\"\\f5bc\"}.fa-spotify:before{content:\"\\f1bc\"}.fa-spray-can:before{content:\"\\f5bd\"}.fa-square:before{content:\"\\f0c8\"}.fa-square-full:before{content:\"\\f45c\"}.fa-square-root-alt:before{content:\"\\f698\"}.fa-squarespace:before{content:\"\\f5be\"}.fa-stack-exchange:before{content:\"\\f18d\"}.fa-stack-overflow:before{content:\"\\f16c\"}.fa-stackpath:before{content:\"\\f842\"}.fa-stamp:before{content:\"\\f5bf\"}.fa-star:before{content:\"\\f005\"}.fa-star-and-crescent:before{content:\"\\f699\"}.fa-star-half:before{content:\"\\f089\"}.fa-star-half-alt:before{content:\"\\f5c0\"}.fa-star-of-david:before{content:\"\\f69a\"}.fa-star-of-life:before{content:\"\\f621\"}.fa-staylinked:before{content:\"\\f3f5\"}.fa-steam:before{content:\"\\f1b6\"}.fa-steam-square:before{content:\"\\f1b7\"}.fa-steam-symbol:before{content:\"\\f3f6\"}.fa-step-backward:before{content:\"\\f048\"}.fa-step-forward:before{content:\"\\f051\"}.fa-stethoscope:before{content:\"\\f0f1\"}.fa-sticker-mule:before{content:\"\\f3f7\"}.fa-sticky-note:before{content:\"\\f249\"}.fa-stop:before{content:\"\\f04d\"}.fa-stop-circle:before{content:\"\\f28d\"}.fa-stopwatch:before{content:\"\\f2f2\"}.fa-stopwatch-20:before{content:\"\\e06f\"}.fa-store:before{content:\"\\f54e\"}.fa-store-alt:before{content:\"\\f54f\"}.fa-store-alt-slash:before{content:\"\\e070\"}.fa-store-slash:before{content:\"\\e071\"}.fa-strava:before{content:\"\\f428\"}.fa-stream:before{content:\"\\f550\"}.fa-street-view:before{content:\"\\f21d\"}.fa-strikethrough:before{content:\"\\f0cc\"}.fa-stripe:before{content:\"\\f429\"}.fa-stripe-s:before{content:\"\\f42a\"}.fa-stroopwafel:before{content:\"\\f551\"}.fa-studiovinari:before{content:\"\\f3f8\"}.fa-stumbleupon:before{content:\"\\f1a4\"}.fa-stumbleupon-circle:before{content:\"\\f1a3\"}.fa-subscript:before{content:\"\\f12c\"}.fa-subway:before{content:\"\\f239\"}.fa-suitcase:before{content:\"\\f0f2\"}.fa-suitcase-rolling:before{content:\"\\f5c1\"}.fa-sun:before{content:\"\\f185\"}.fa-superpowers:before{content:\"\\f2dd\"}.fa-superscript:before{content:\"\\f12b\"}.fa-supple:before{content:\"\\f3f9\"}.fa-surprise:before{content:\"\\f5c2\"}.fa-suse:before{content:\"\\f7d6\"}.fa-swatchbook:before{content:\"\\f5c3\"}.fa-swift:before{content:\"\\f8e1\"}.fa-swimmer:before{content:\"\\f5c4\"}.fa-swimming-pool:before{content:\"\\f5c5\"}.fa-symfony:before{content:\"\\f83d\"}.fa-synagogue:before{content:\"\\f69b\"}.fa-sync:before{content:\"\\f021\"}.fa-sync-alt:before{content:\"\\f2f1\"}.fa-syringe:before{content:\"\\f48e\"}.fa-table:before{content:\"\\f0ce\"}.fa-table-tennis:before{content:\"\\f45d\"}.fa-tablet:before{content:\"\\f10a\"}.fa-tablet-alt:before{content:\"\\f3fa\"}.fa-tablets:before{content:\"\\f490\"}.fa-tachometer-alt:before{content:\"\\f3fd\"}.fa-tag:before{content:\"\\f02b\"}.fa-tags:before{content:\"\\f02c\"}.fa-tape:before{content:\"\\f4db\"}.fa-tasks:before{content:\"\\f0ae\"}.fa-taxi:before{content:\"\\f1ba\"}.fa-teamspeak:before{content:\"\\f4f9\"}.fa-teeth:before{content:\"\\f62e\"}.fa-teeth-open:before{content:\"\\f62f\"}.fa-telegram:before{content:\"\\f2c6\"}.fa-telegram-plane:before{content:\"\\f3fe\"}.fa-temperature-high:before{content:\"\\f769\"}.fa-temperature-low:before{content:\"\\f76b\"}.fa-tencent-weibo:before{content:\"\\f1d5\"}.fa-tenge:before{content:\"\\f7d7\"}.fa-terminal:before{content:\"\\f120\"}.fa-text-height:before{content:\"\\f034\"}.fa-text-width:before{content:\"\\f035\"}.fa-th:before{content:\"\\f00a\"}.fa-th-large:before{content:\"\\f009\"}.fa-th-list:before{content:\"\\f00b\"}.fa-the-red-yeti:before{content:\"\\f69d\"}.fa-theater-masks:before{content:\"\\f630\"}.fa-themeco:before{content:\"\\f5c6\"}.fa-themeisle:before{content:\"\\f2b2\"}.fa-thermometer:before{content:\"\\f491\"}.fa-thermometer-empty:before{content:\"\\f2cb\"}.fa-thermometer-full:before{content:\"\\f2c7\"}.fa-thermometer-half:before{content:\"\\f2c9\"}.fa-thermometer-quarter:before{content:\"\\f2ca\"}.fa-thermometer-three-quarters:before{content:\"\\f2c8\"}.fa-think-peaks:before{content:\"\\f731\"}.fa-thumbs-down:before{content:\"\\f165\"}.fa-thumbs-up:before{content:\"\\f164\"}.fa-thumbtack:before{content:\"\\f08d\"}.fa-ticket-alt:before{content:\"\\f3ff\"}.fa-tiktok:before{content:\"\\e07b\"}.fa-times:before{content:\"\\f00d\"}.fa-times-circle:before{content:\"\\f057\"}.fa-tint:before{content:\"\\f043\"}.fa-tint-slash:before{content:\"\\f5c7\"}.fa-tired:before{content:\"\\f5c8\"}.fa-toggle-off:before{content:\"\\f204\"}.fa-toggle-on:before{content:\"\\f205\"}.fa-toilet:before{content:\"\\f7d8\"}.fa-toilet-paper:before{content:\"\\f71e\"}.fa-toilet-paper-slash:before{content:\"\\e072\"}.fa-toolbox:before{content:\"\\f552\"}.fa-tools:before{content:\"\\f7d9\"}.fa-tooth:before{content:\"\\f5c9\"}.fa-torah:before{content:\"\\f6a0\"}.fa-torii-gate:before{content:\"\\f6a1\"}.fa-tractor:before{content:\"\\f722\"}.fa-trade-federation:before{content:\"\\f513\"}.fa-trademark:before{content:\"\\f25c\"}.fa-traffic-light:before{content:\"\\f637\"}.fa-trailer:before{content:\"\\e041\"}.fa-train:before{content:\"\\f238\"}.fa-tram:before{content:\"\\f7da\"}.fa-transgender:before{content:\"\\f224\"}.fa-transgender-alt:before{content:\"\\f225\"}.fa-trash:before{content:\"\\f1f8\"}.fa-trash-alt:before{content:\"\\f2ed\"}.fa-trash-restore:before{content:\"\\f829\"}.fa-trash-restore-alt:before{content:\"\\f82a\"}.fa-tree:before{content:\"\\f1bb\"}.fa-trello:before{content:\"\\f181\"}.fa-tripadvisor:before{content:\"\\f262\"}.fa-trophy:before{content:\"\\f091\"}.fa-truck:before{content:\"\\f0d1\"}.fa-truck-loading:before{content:\"\\f4de\"}.fa-truck-monster:before{content:\"\\f63b\"}.fa-truck-moving:before{content:\"\\f4df\"}.fa-truck-pickup:before{content:\"\\f63c\"}.fa-tshirt:before{content:\"\\f553\"}.fa-tty:before{content:\"\\f1e4\"}.fa-tumblr:before{content:\"\\f173\"}.fa-tumblr-square:before{content:\"\\f174\"}.fa-tv:before{content:\"\\f26c\"}.fa-twitch:before{content:\"\\f1e8\"}.fa-twitter:before{content:\"\\f099\"}.fa-twitter-square:before{content:\"\\f081\"}.fa-typo3:before{content:\"\\f42b\"}.fa-uber:before{content:\"\\f402\"}.fa-ubuntu:before{content:\"\\f7df\"}.fa-uikit:before{content:\"\\f403\"}.fa-umbraco:before{content:\"\\f8e8\"}.fa-umbrella:before{content:\"\\f0e9\"}.fa-umbrella-beach:before{content:\"\\f5ca\"}.fa-uncharted:before{content:\"\\e084\"}.fa-underline:before{content:\"\\f0cd\"}.fa-undo:before{content:\"\\f0e2\"}.fa-undo-alt:before{content:\"\\f2ea\"}.fa-uniregistry:before{content:\"\\f404\"}.fa-unity:before{content:\"\\e049\"}.fa-universal-access:before{content:\"\\f29a\"}.fa-university:before{content:\"\\f19c\"}.fa-unlink:before{content:\"\\f127\"}.fa-unlock:before{content:\"\\f09c\"}.fa-unlock-alt:before{content:\"\\f13e\"}.fa-unsplash:before{content:\"\\e07c\"}.fa-untappd:before{content:\"\\f405\"}.fa-upload:before{content:\"\\f093\"}.fa-ups:before{content:\"\\f7e0\"}.fa-usb:before{content:\"\\f287\"}.fa-user:before{content:\"\\f007\"}.fa-user-alt:before{content:\"\\f406\"}.fa-user-alt-slash:before{content:\"\\f4fa\"}.fa-user-astronaut:before{content:\"\\f4fb\"}.fa-user-check:before{content:\"\\f4fc\"}.fa-user-circle:before{content:\"\\f2bd\"}.fa-user-clock:before{content:\"\\f4fd\"}.fa-user-cog:before{content:\"\\f4fe\"}.fa-user-edit:before{content:\"\\f4ff\"}.fa-user-friends:before{content:\"\\f500\"}.fa-user-graduate:before{content:\"\\f501\"}.fa-user-injured:before{content:\"\\f728\"}.fa-user-lock:before{content:\"\\f502\"}.fa-user-md:before{content:\"\\f0f0\"}.fa-user-minus:before{content:\"\\f503\"}.fa-user-ninja:before{content:\"\\f504\"}.fa-user-nurse:before{content:\"\\f82f\"}.fa-user-plus:before{content:\"\\f234\"}.fa-user-secret:before{content:\"\\f21b\"}.fa-user-shield:before{content:\"\\f505\"}.fa-user-slash:before{content:\"\\f506\"}.fa-user-tag:before{content:\"\\f507\"}.fa-user-tie:before{content:\"\\f508\"}.fa-user-times:before{content:\"\\f235\"}.fa-users:before{content:\"\\f0c0\"}.fa-users-cog:before{content:\"\\f509\"}.fa-users-slash:before{content:\"\\e073\"}.fa-usps:before{content:\"\\f7e1\"}.fa-ussunnah:before{content:\"\\f407\"}.fa-utensil-spoon:before{content:\"\\f2e5\"}.fa-utensils:before{content:\"\\f2e7\"}.fa-vaadin:before{content:\"\\f408\"}.fa-vector-square:before{content:\"\\f5cb\"}.fa-venus:before{content:\"\\f221\"}.fa-venus-double:before{content:\"\\f226\"}.fa-venus-mars:before{content:\"\\f228\"}.fa-vest:before{content:\"\\e085\"}.fa-vest-patches:before{content:\"\\e086\"}.fa-viacoin:before{content:\"\\f237\"}.fa-viadeo:before{content:\"\\f2a9\"}.fa-viadeo-square:before{content:\"\\f2aa\"}.fa-vial:before{content:\"\\f492\"}.fa-vials:before{content:\"\\f493\"}.fa-viber:before{content:\"\\f409\"}.fa-video:before{content:\"\\f03d\"}.fa-video-slash:before{content:\"\\f4e2\"}.fa-vihara:before{content:\"\\f6a7\"}.fa-vimeo:before{content:\"\\f40a\"}.fa-vimeo-square:before{content:\"\\f194\"}.fa-vimeo-v:before{content:\"\\f27d\"}.fa-vine:before{content:\"\\f1ca\"}.fa-virus:before{content:\"\\e074\"}.fa-virus-slash:before{content:\"\\e075\"}.fa-viruses:before{content:\"\\e076\"}.fa-vk:before{content:\"\\f189\"}.fa-vnv:before{content:\"\\f40b\"}.fa-voicemail:before{content:\"\\f897\"}.fa-volleyball-ball:before{content:\"\\f45f\"}.fa-volume-down:before{content:\"\\f027\"}.fa-volume-mute:before{content:\"\\f6a9\"}.fa-volume-off:before{content:\"\\f026\"}.fa-volume-up:before{content:\"\\f028\"}.fa-vote-yea:before{content:\"\\f772\"}.fa-vr-cardboard:before{content:\"\\f729\"}.fa-vuejs:before{content:\"\\f41f\"}.fa-walking:before{content:\"\\f554\"}.fa-wallet:before{content:\"\\f555\"}.fa-warehouse:before{content:\"\\f494\"}.fa-watchman-monitoring:before{content:\"\\e087\"}.fa-water:before{content:\"\\f773\"}.fa-wave-square:before{content:\"\\f83e\"}.fa-waze:before{content:\"\\f83f\"}.fa-weebly:before{content:\"\\f5cc\"}.fa-weibo:before{content:\"\\f18a\"}.fa-weight:before{content:\"\\f496\"}.fa-weight-hanging:before{content:\"\\f5cd\"}.fa-weixin:before{content:\"\\f1d7\"}.fa-whatsapp:before{content:\"\\f232\"}.fa-whatsapp-square:before{content:\"\\f40c\"}.fa-wheelchair:before{content:\"\\f193\"}.fa-whmcs:before{content:\"\\f40d\"}.fa-wifi:before{content:\"\\f1eb\"}.fa-wikipedia-w:before{content:\"\\f266\"}.fa-wind:before{content:\"\\f72e\"}.fa-window-close:before{content:\"\\f410\"}.fa-window-maximize:before{content:\"\\f2d0\"}.fa-window-minimize:before{content:\"\\f2d1\"}.fa-window-restore:before{content:\"\\f2d2\"}.fa-windows:before{content:\"\\f17a\"}.fa-wine-bottle:before{content:\"\\f72f\"}.fa-wine-glass:before{content:\"\\f4e3\"}.fa-wine-glass-alt:before{content:\"\\f5ce\"}.fa-wix:before{content:\"\\f5cf\"}.fa-wizards-of-the-coast:before{content:\"\\f730\"}.fa-wodu:before{content:\"\\e088\"}.fa-wolf-pack-battalion:before{content:\"\\f514\"}.fa-won-sign:before{content:\"\\f159\"}.fa-wordpress:before{content:\"\\f19a\"}.fa-wordpress-simple:before{content:\"\\f411\"}.fa-wpbeginner:before{content:\"\\f297\"}.fa-wpexplorer:before{content:\"\\f2de\"}.fa-wpforms:before{content:\"\\f298\"}.fa-wpressr:before{content:\"\\f3e4\"}.fa-wrench:before{content:\"\\f0ad\"}.fa-x-ray:before{content:\"\\f497\"}.fa-xbox:before{content:\"\\f412\"}.fa-xing:before{content:\"\\f168\"}.fa-xing-square:before{content:\"\\f169\"}.fa-y-combinator:before{content:\"\\f23b\"}.fa-yahoo:before{content:\"\\f19e\"}.fa-yammer:before{content:\"\\f840\"}.fa-yandex:before{content:\"\\f413\"}.fa-yandex-international:before{content:\"\\f414\"}.fa-yarn:before{content:\"\\f7e3\"}.fa-yelp:before{content:\"\\f1e9\"}.fa-yen-sign:before{content:\"\\f157\"}.fa-yin-yang:before{content:\"\\f6ad\"}.fa-yoast:before{content:\"\\f2b1\"}.fa-youtube:before{content:\"\\f167\"}.fa-youtube-square:before{content:\"\\f431\"}.fa-zhihu:before{content:\"\\f63f\"}.fa.fa-glass:before{content:\"\\f000\"}.fa.fa-meetup{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-star-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-o:before{content:\"\\f005\"}.fa.fa-close:before,.fa.fa-remove:before{content:\"\\f00d\"}.fa.fa-gear:before{content:\"\\f013\"}.fa.fa-trash-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-trash-o:before{content:\"\\f2ed\"}.fa.fa-file-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-o:before{content:\"\\f15b\"}.fa.fa-clock-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-clock-o:before{content:\"\\f017\"}.fa.fa-arrow-circle-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:\"\\f358\"}.fa.fa-arrow-circle-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:\"\\f35b\"}.fa.fa-play-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-play-circle-o:before{content:\"\\f144\"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:\"\\f01e\"}.fa.fa-refresh:before{content:\"\\f021\"}.fa.fa-list-alt{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-dedent:before{content:\"\\f03b\"}.fa.fa-video-camera:before{content:\"\\f03d\"}.fa.fa-picture-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-picture-o:before{content:\"\\f03e\"}.fa.fa-photo{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-photo:before{content:\"\\f03e\"}.fa.fa-image{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-image:before{content:\"\\f03e\"}.fa.fa-pencil:before{content:\"\\f303\"}.fa.fa-map-marker:before{content:\"\\f3c5\"}.fa.fa-pencil-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-pencil-square-o:before{content:\"\\f044\"}.fa.fa-share-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-share-square-o:before{content:\"\\f14d\"}.fa.fa-check-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-check-square-o:before{content:\"\\f14a\"}.fa.fa-arrows:before{content:\"\\f0b2\"}.fa.fa-times-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-times-circle-o:before{content:\"\\f057\"}.fa.fa-check-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-check-circle-o:before{content:\"\\f058\"}.fa.fa-mail-forward:before{content:\"\\f064\"}.fa.fa-eye,.fa.fa-eye-slash{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-warning:before{content:\"\\f071\"}.fa.fa-calendar:before{content:\"\\f073\"}.fa.fa-arrows-v:before{content:\"\\f338\"}.fa.fa-arrows-h:before{content:\"\\f337\"}.fa.fa-bar-chart{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bar-chart:before{content:\"\\f080\"}.fa.fa-bar-chart-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bar-chart-o:before{content:\"\\f080\"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-gears:before{content:\"\\f085\"}.fa.fa-thumbs-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-thumbs-o-up:before{content:\"\\f164\"}.fa.fa-thumbs-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-thumbs-o-down:before{content:\"\\f165\"}.fa.fa-heart-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-heart-o:before{content:\"\\f004\"}.fa.fa-sign-out:before{content:\"\\f2f5\"}.fa.fa-linkedin-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-linkedin-square:before{content:\"\\f08c\"}.fa.fa-thumb-tack:before{content:\"\\f08d\"}.fa.fa-external-link:before{content:\"\\f35d\"}.fa.fa-sign-in:before{content:\"\\f2f6\"}.fa.fa-github-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-lemon-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-lemon-o:before{content:\"\\f094\"}.fa.fa-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-square-o:before{content:\"\\f0c8\"}.fa.fa-bookmark-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bookmark-o:before{content:\"\\f02e\"}.fa.fa-facebook,.fa.fa-twitter{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-facebook:before{content:\"\\f39e\"}.fa.fa-facebook-f{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-facebook-f:before{content:\"\\f39e\"}.fa.fa-github{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-credit-card{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-feed:before{content:\"\\f09e\"}.fa.fa-hdd-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hdd-o:before{content:\"\\f0a0\"}.fa.fa-hand-o-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-right:before{content:\"\\f0a4\"}.fa.fa-hand-o-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-left:before{content:\"\\f0a5\"}.fa.fa-hand-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-up:before{content:\"\\f0a6\"}.fa.fa-hand-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-down:before{content:\"\\f0a7\"}.fa.fa-arrows-alt:before{content:\"\\f31e\"}.fa.fa-group:before{content:\"\\f0c0\"}.fa.fa-chain:before{content:\"\\f0c1\"}.fa.fa-scissors:before{content:\"\\f0c4\"}.fa.fa-files-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-files-o:before{content:\"\\f0c5\"}.fa.fa-floppy-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-floppy-o:before{content:\"\\f0c7\"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:\"\\f0c9\"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-google-plus:before{content:\"\\f0d5\"}.fa.fa-money{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-money:before{content:\"\\f3d1\"}.fa.fa-unsorted:before{content:\"\\f0dc\"}.fa.fa-sort-desc:before{content:\"\\f0dd\"}.fa.fa-sort-asc:before{content:\"\\f0de\"}.fa.fa-linkedin{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-linkedin:before{content:\"\\f0e1\"}.fa.fa-rotate-left:before{content:\"\\f0e2\"}.fa.fa-legal:before{content:\"\\f0e3\"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:\"\\f3fd\"}.fa.fa-comment-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-comment-o:before{content:\"\\f075\"}.fa.fa-comments-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-comments-o:before{content:\"\\f086\"}.fa.fa-flash:before{content:\"\\f0e7\"}.fa.fa-clipboard,.fa.fa-paste{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-paste:before{content:\"\\f328\"}.fa.fa-lightbulb-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-lightbulb-o:before{content:\"\\f0eb\"}.fa.fa-exchange:before{content:\"\\f362\"}.fa.fa-cloud-download:before{content:\"\\f381\"}.fa.fa-cloud-upload:before{content:\"\\f382\"}.fa.fa-bell-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bell-o:before{content:\"\\f0f3\"}.fa.fa-cutlery:before{content:\"\\f2e7\"}.fa.fa-file-text-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-text-o:before{content:\"\\f15c\"}.fa.fa-building-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-building-o:before{content:\"\\f1ad\"}.fa.fa-hospital-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hospital-o:before{content:\"\\f0f8\"}.fa.fa-tablet:before{content:\"\\f3fa\"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:\"\\f3cd\"}.fa.fa-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-circle-o:before{content:\"\\f111\"}.fa.fa-mail-reply:before{content:\"\\f3e5\"}.fa.fa-github-alt{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-folder-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-folder-o:before{content:\"\\f07b\"}.fa.fa-folder-open-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-folder-open-o:before{content:\"\\f07c\"}.fa.fa-smile-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-smile-o:before{content:\"\\f118\"}.fa.fa-frown-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-frown-o:before{content:\"\\f119\"}.fa.fa-meh-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-meh-o:before{content:\"\\f11a\"}.fa.fa-keyboard-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-keyboard-o:before{content:\"\\f11c\"}.fa.fa-flag-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-flag-o:before{content:\"\\f024\"}.fa.fa-mail-reply-all:before{content:\"\\f122\"}.fa.fa-star-half-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-half-o:before{content:\"\\f089\"}.fa.fa-star-half-empty{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-half-empty:before{content:\"\\f089\"}.fa.fa-star-half-full{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-half-full:before{content:\"\\f089\"}.fa.fa-code-fork:before{content:\"\\f126\"}.fa.fa-chain-broken:before{content:\"\\f127\"}.fa.fa-shield:before{content:\"\\f3ed\"}.fa.fa-calendar-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-o:before{content:\"\\f133\"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-ticket:before{content:\"\\f3ff\"}.fa.fa-minus-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-minus-square-o:before{content:\"\\f146\"}.fa.fa-level-up:before{content:\"\\f3bf\"}.fa.fa-level-down:before{content:\"\\f3be\"}.fa.fa-pencil-square:before{content:\"\\f14b\"}.fa.fa-external-link-square:before{content:\"\\f360\"}.fa.fa-compass{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-down:before{content:\"\\f150\"}.fa.fa-toggle-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-down:before{content:\"\\f150\"}.fa.fa-caret-square-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-up:before{content:\"\\f151\"}.fa.fa-toggle-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-up:before{content:\"\\f151\"}.fa.fa-caret-square-o-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-right:before{content:\"\\f152\"}.fa.fa-toggle-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-right:before{content:\"\\f152\"}.fa.fa-eur:before,.fa.fa-euro:before{content:\"\\f153\"}.fa.fa-gbp:before{content:\"\\f154\"}.fa.fa-dollar:before,.fa.fa-usd:before{content:\"\\f155\"}.fa.fa-inr:before,.fa.fa-rupee:before{content:\"\\f156\"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:\"\\f157\"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:\"\\f158\"}.fa.fa-krw:before,.fa.fa-won:before{content:\"\\f159\"}.fa.fa-bitcoin,.fa.fa-btc{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bitcoin:before{content:\"\\f15a\"}.fa.fa-file-text:before{content:\"\\f15c\"}.fa.fa-sort-alpha-asc:before{content:\"\\f15d\"}.fa.fa-sort-alpha-desc:before{content:\"\\f15e\"}.fa.fa-sort-amount-asc:before{content:\"\\f160\"}.fa.fa-sort-amount-desc:before{content:\"\\f161\"}.fa.fa-sort-numeric-asc:before{content:\"\\f162\"}.fa.fa-sort-numeric-desc:before{content:\"\\f163\"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-youtube-play:before{content:\"\\f167\"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bitbucket-square:before{content:\"\\f171\"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-long-arrow-down:before{content:\"\\f309\"}.fa.fa-long-arrow-up:before{content:\"\\f30c\"}.fa.fa-long-arrow-left:before{content:\"\\f30a\"}.fa.fa-long-arrow-right:before{content:\"\\f30b\"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-gittip:before{content:\"\\f184\"}.fa.fa-sun-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-sun-o:before{content:\"\\f185\"}.fa.fa-moon-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-moon-o:before{content:\"\\f186\"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:\"\\f35a\"}.fa.fa-arrow-circle-o-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:\"\\f359\"}.fa.fa-caret-square-o-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-left:before{content:\"\\f191\"}.fa.fa-toggle-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-left:before{content:\"\\f191\"}.fa.fa-dot-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-dot-circle-o:before{content:\"\\f192\"}.fa.fa-vimeo-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:\"\\f195\"}.fa.fa-plus-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-plus-square-o:before{content:\"\\f0fe\"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:\"\\f19c\"}.fa.fa-mortar-board:before{content:\"\\f19d\"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-spoon:before{content:\"\\f2e5\"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-automobile:before{content:\"\\f1b9\"}.fa.fa-cab:before{content:\"\\f1ba\"}.fa.fa-envelope-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-envelope-o:before{content:\"\\f0e0\"}.fa.fa-deviantart,.fa.fa-soundcloud{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-file-pdf-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-pdf-o:before{content:\"\\f1c1\"}.fa.fa-file-word-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-word-o:before{content:\"\\f1c2\"}.fa.fa-file-excel-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-excel-o:before{content:\"\\f1c3\"}.fa.fa-file-powerpoint-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-powerpoint-o:before{content:\"\\f1c4\"}.fa.fa-file-image-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-image-o:before{content:\"\\f1c5\"}.fa.fa-file-photo-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-photo-o:before{content:\"\\f1c5\"}.fa.fa-file-picture-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-picture-o:before{content:\"\\f1c5\"}.fa.fa-file-archive-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-archive-o:before{content:\"\\f1c6\"}.fa.fa-file-zip-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-zip-o:before{content:\"\\f1c6\"}.fa.fa-file-audio-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-audio-o:before{content:\"\\f1c7\"}.fa.fa-file-sound-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-sound-o:before{content:\"\\f1c7\"}.fa.fa-file-video-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-video-o:before{content:\"\\f1c8\"}.fa.fa-file-movie-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-movie-o:before{content:\"\\f1c8\"}.fa.fa-file-code-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-code-o:before{content:\"\\f1c9\"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-life-bouy:before{content:\"\\f1cd\"}.fa.fa-life-buoy{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-life-buoy:before{content:\"\\f1cd\"}.fa.fa-life-saver{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-life-saver:before{content:\"\\f1cd\"}.fa.fa-support{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-support:before{content:\"\\f1cd\"}.fa.fa-circle-o-notch:before{content:\"\\f1ce\"}.fa.fa-ra,.fa.fa-rebel{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-ra:before{content:\"\\f1d0\"}.fa.fa-resistance{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-resistance:before{content:\"\\f1d0\"}.fa.fa-empire,.fa.fa-ge{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-ge:before{content:\"\\f1d1\"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-y-combinator-square:before{content:\"\\f1d4\"}.fa.fa-yc-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-yc-square:before{content:\"\\f1d4\"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-wechat:before{content:\"\\f1d7\"}.fa.fa-send:before{content:\"\\f1d8\"}.fa.fa-paper-plane-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-paper-plane-o:before{content:\"\\f1d8\"}.fa.fa-send-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-send-o:before{content:\"\\f1d8\"}.fa.fa-circle-thin{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-circle-thin:before{content:\"\\f111\"}.fa.fa-header:before{content:\"\\f1dc\"}.fa.fa-sliders:before{content:\"\\f1de\"}.fa.fa-futbol-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-futbol-o:before{content:\"\\f1e3\"}.fa.fa-soccer-ball-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-soccer-ball-o:before{content:\"\\f1e3\"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-newspaper-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-newspaper-o:before{content:\"\\f1ea\"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bell-slash-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bell-slash-o:before{content:\"\\f1f6\"}.fa.fa-trash:before{content:\"\\f2ed\"}.fa.fa-copyright{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-eyedropper:before{content:\"\\f1fb\"}.fa.fa-area-chart:before{content:\"\\f1fe\"}.fa.fa-pie-chart:before{content:\"\\f200\"}.fa.fa-line-chart:before{content:\"\\f201\"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-cc{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-cc:before{content:\"\\f20a\"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:\"\\f20b\"}.fa.fa-meanpath{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-meanpath:before{content:\"\\f2b4\"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-diamond{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-diamond:before{content:\"\\f3a5\"}.fa.fa-intersex:before{content:\"\\f224\"}.fa.fa-facebook-official{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-facebook-official:before{content:\"\\f09a\"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-hotel:before{content:\"\\f236\"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-yc:before{content:\"\\f23b\"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:\"\\f240\"}.fa.fa-battery-3:before{content:\"\\f241\"}.fa.fa-battery-2:before{content:\"\\f242\"}.fa.fa-battery-1:before{content:\"\\f243\"}.fa.fa-battery-0:before{content:\"\\f244\"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-sticky-note-o:before{content:\"\\f249\"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hourglass-o:before{content:\"\\f254\"}.fa.fa-hourglass-1:before{content:\"\\f251\"}.fa.fa-hourglass-2:before{content:\"\\f252\"}.fa.fa-hourglass-3:before{content:\"\\f253\"}.fa.fa-hand-rock-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-rock-o:before{content:\"\\f255\"}.fa.fa-hand-grab-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-grab-o:before{content:\"\\f255\"}.fa.fa-hand-paper-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-paper-o:before{content:\"\\f256\"}.fa.fa-hand-stop-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-stop-o:before{content:\"\\f256\"}.fa.fa-hand-scissors-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-scissors-o:before{content:\"\\f257\"}.fa.fa-hand-lizard-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-lizard-o:before{content:\"\\f258\"}.fa.fa-hand-spock-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-spock-o:before{content:\"\\f259\"}.fa.fa-hand-pointer-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-pointer-o:before{content:\"\\f25a\"}.fa.fa-hand-peace-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-peace-o:before{content:\"\\f25b\"}.fa.fa-registered{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-television:before{content:\"\\f26c\"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-calendar-plus-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-plus-o:before{content:\"\\f271\"}.fa.fa-calendar-minus-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-minus-o:before{content:\"\\f272\"}.fa.fa-calendar-times-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-times-o:before{content:\"\\f273\"}.fa.fa-calendar-check-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-check-o:before{content:\"\\f274\"}.fa.fa-map-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-map-o:before{content:\"\\f279\"}.fa.fa-commenting:before{content:\"\\f4ad\"}.fa.fa-commenting-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-commenting-o:before{content:\"\\f4ad\"}.fa.fa-houzz,.fa.fa-vimeo{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-vimeo:before{content:\"\\f27d\"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-credit-card-alt:before{content:\"\\f09d\"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-pause-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-pause-circle-o:before{content:\"\\f28b\"}.fa.fa-stop-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-stop-circle-o:before{content:\"\\f28d\"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-wheelchair-alt:before{content:\"\\f368\"}.fa.fa-question-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-question-circle-o:before{content:\"\\f059\"}.fa.fa-volume-control-phone:before{content:\"\\f2a0\"}.fa.fa-asl-interpreting:before{content:\"\\f2a3\"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:\"\\f2a4\"}.fa.fa-glide,.fa.fa-glide-g{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-signing:before{content:\"\\f2a7\"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-google-plus-official:before{content:\"\\f2b3\"}.fa.fa-google-plus-circle{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-google-plus-circle:before{content:\"\\f2b3\"}.fa.fa-fa,.fa.fa-font-awesome{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-fa:before{content:\"\\f2b4\"}.fa.fa-handshake-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-handshake-o:before{content:\"\\f2b5\"}.fa.fa-envelope-open-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-envelope-open-o:before{content:\"\\f2b6\"}.fa.fa-linode{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-address-book-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-address-book-o:before{content:\"\\f2b9\"}.fa.fa-vcard:before{content:\"\\f2bb\"}.fa.fa-address-card-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-address-card-o:before{content:\"\\f2bb\"}.fa.fa-vcard-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-vcard-o:before{content:\"\\f2bb\"}.fa.fa-user-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-user-circle-o:before{content:\"\\f2bd\"}.fa.fa-user-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-user-o:before{content:\"\\f007\"}.fa.fa-id-badge{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-drivers-license:before{content:\"\\f2c2\"}.fa.fa-id-card-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-id-card-o:before{content:\"\\f2c2\"}.fa.fa-drivers-license-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-drivers-license-o:before{content:\"\\f2c2\"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:\"\\f2c7\"}.fa.fa-thermometer-3:before{content:\"\\f2c8\"}.fa.fa-thermometer-2:before{content:\"\\f2c9\"}.fa.fa-thermometer-1:before{content:\"\\f2ca\"}.fa.fa-thermometer-0:before{content:\"\\f2cb\"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:\"\\f2cd\"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-times-rectangle:before{content:\"\\f410\"}.fa.fa-window-close-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-window-close-o:before{content:\"\\f410\"}.fa.fa-times-rectangle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-times-rectangle-o:before{content:\"\\f410\"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-eercast:before{content:\"\\f2da\"}.fa.fa-snowflake-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-snowflake-o:before{content:\"\\f2dc\"}.fa.fa-spotify,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:\"Font Awesome 5 Brands\";font-weight:400}', 'yes');
INSERT INTO `Airfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(240503, 'wp_page_for_privacy_policy', '0', 'yes'),
(240504, 'show_comments_cookies_opt_in', '1', 'yes'),
(240505, 'admin_email_lifespan', '1724515331', 'yes'),
(240506, 'disallowed_keys', '', 'no'),
(240507, 'comment_previously_approved', '1', 'yes'),
(240508, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(240509, 'auto_update_core_dev', 'enabled', 'yes'),
(240510, 'auto_update_core_minor', 'enabled', 'yes'),
(240511, 'auto_update_core_major', 'unset', 'yes'),
(240512, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(240513, 'wp_attachment_pages_enabled', '1', 'yes'),
(240515, 'user_count', '2', 'no'),
(240516, 'db_upgraded', '', 'yes'),
(240557, 'sbi_single_cache', 'TI2D3WA5V4k0RyV/u10BR3crSGtLOWpaM2JSK2pvKzNEMDBMSTJrMzY3T3I3R3pYMTNvT1VMSHBiYnIvN3RFY2JmT3BaajI2N2tMaXppNk81UmRUTDhEWXBnSGowT0l5UWtMTE5GL3A=', 'no'),
(240558, 'sbi_local_avatars', 'a:1:{s:10:\"air_frames\";b:0;}', 'yes'),
(240559, 'sbi_legacy_feed_settings', '{\"id\":[\"17841400567684306\"],\"width\":100,\"widthunit\":\"%\",\"widthresp\":\"\",\"height\":\"\",\"heightunit\":\"px\",\"sortby\":\"none\",\"num\":4,\"apinum\":0,\"nummobile\":\"\",\"cols\":\"4\",\"disablemobile\":\"\",\"imagepadding\":5,\"imagepaddingunit\":\"px\",\"background\":\"\",\"showbutton\":\"\",\"buttoncolor\":\"\",\"buttontextcolor\":\"\",\"buttontext\":\"Load More...\",\"imageres\":\"auto\",\"showfollow\":\"on\",\"followcolor\":\"\",\"followtextcolor\":\"\",\"followtext\":\"Follow on Instagram\",\"showheader\":\"\",\"headersize\":\"small\",\"showbio\":false,\"custombio\":\"\",\"customavatar\":\"\",\"headercolor\":\"\",\"class\":\"\",\"ajaxtheme\":false,\"cachetime\":1,\"media\":\"\",\"headeroutside\":false,\"accesstoken\":\"\",\"user\":false,\"feedid\":false,\"resizeprocess\":\"background\",\"customtemplates\":false,\"gdpr\":\"auto\",\"altresize\":true,\"minnum\":4,\"disable_resize\":false,\"favor_local\":true,\"backup_cache_enabled\":true,\"disable_js_image_loading\":false,\"ajax_post_load\":false,\"sbi_cache_cron_interval\":43200,\"sb_instagram_cache_time\":1,\"sb_instagram_cache_time_unit\":\"hours\"}', 'no'),
(240563, 'sbi_newuser_notifications', 'a:4:{s:6:\"update\";i:1708961586;s:4:\"feed\";a:2:{s:6:\"review\";a:6:{s:5:\"title\";s:25:\"How Do You Like {plugin}?\";s:7:\"content\";s:260:\"It\'s great to see that you\'ve been using the <strong>{plugin}</strong> plugin for a while now. Hopefully you\'re happy with it!&nbsp; If so, would you consider leaving a positive review? It really helps to support the plugin and helps others to discover it too!\";s:2:\"id\";s:6:\"review\";s:5:\"image\";s:12:\"sbi-icon.png\";s:4:\"btns\";a:4:{s:7:\"primary\";a:4:{s:3:\"url\";s:12:\"{review-url}\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:27:\"I\'ve already given a review\";}s:5:\"later\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:12:\"Ask Me Later\";}}s:4:\"wait\";s:2:\"14\";}s:8:\"discount\";a:8:{s:5:\"title\";s:28:\"Attention {platform} Lovers!\";s:7:\"content\";s:195:\"<strong>Exclusive offer!</strong> We don\'t run promotions very often, but for a limited time we\'re offering <strong>{amount} off</strong> our Pro version to all users of our free {plugin} plugin.\";s:2:\"id\";s:8:\"discount\";s:6:\"amount\";s:3:\"60%\";s:5:\"image\";s:12:\"sbi-icon.png\";s:13:\"image_overlay\";s:7:\"60% off\";s:4:\"btns\";a:2:{s:7:\"primary\";a:4:{s:3:\"url\";s:127:\"https://smashballoon.com/{slug}/?utm_campaign={campaign}&utm_source=notices&utm_medium=newuser&discount={lowerplatform}thankyou\";s:5:\"class\";s:32:\"sbi_notice_dismiss sbi_offer_btn\";s:4:\"text\";s:14:\"Get this offer\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:31:\"sbi_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"I\'m not interested\";}}s:4:\"wait\";s:2:\"30\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'yes'),
(240561, 'sbi_notifications', 'a:4:{s:6:\"update\";i:1708961586;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'yes'),
(240562, 'sbi_cron_report', 'a:2:{s:5:\"notes\";a:2:{s:8:\"time_ran\";s:19:\"2024-03-14 13:05:54\";s:20:\"num_found_transients\";i:1;}s:23:\"sbi_17841400567684306#4\";a:2:{s:13:\"last_retrieve\";s:19:\"2024-03-14 01:13:30\";s:10:\"did_update\";s:3:\"yes\";}}', 'no'),
(240565, 'rsssl_show_onboarding', '1', 'no'),
(243528, '_transient_timeout_avada_premium_plugins_info', '1710429292', 'no'),
(243529, '_transient_avada_premium_plugins_info', 'a:14:{s:11:\"fusion-core\";a:18:{s:4:\"name\";s:11:\"Fusion Core\";s:11:\"plugin_name\";s:10:\"Avada Core\";s:4:\"slug\";s:11:\"fusion-core\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:23:\"http://theme-fusion.com\";s:5:\"image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-core-thumbnail.jpg\";s:9:\"image_url\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-core-thumbnail.jpg\";s:12:\"external_url\";s:30:\"https://avada.theme-fusion.com\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:6:\"5.11.5\";s:8:\"required\";b:1;s:4:\"icon\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:6:\"banner\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";s:11:\"tf_cs_image\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-core-companysite.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:6:\"5.11.5\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:23:\"http://theme-fusion.com\";}s:14:\"fusion-builder\";a:18:{s:4:\"name\";s:14:\"Fusion Builder\";s:11:\"plugin_name\";s:13:\"Avada Builder\";s:4:\"slug\";s:14:\"fusion-builder\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:24:\"https://theme-fusion.com\";s:5:\"image\";s:87:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-builder-thumbnail.jpg\";s:9:\"image_url\";s:87:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-builder-thumbnail.jpg\";s:12:\"external_url\";s:30:\"https://avada.theme-fusion.com\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:6:\"3.11.5\";s:8:\"required\";b:1;s:4:\"icon\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:6:\"banner\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";s:11:\"tf_cs_image\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-builder-companysite.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:6:\"3.11.5\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:24:\"https://theme-fusion.com\";}s:27:\"fusion-white-label-branding\";a:18:{s:4:\"name\";s:27:\"Fusion White Label Branding\";s:11:\"plugin_name\";s:21:\"Avada Custom Branding\";s:4:\"slug\";s:27:\"fusion-white-label-branding\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:24:\"https://theme-fusion.com\";s:5:\"image\";s:95:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/avada-custom-branding-thumbnail.jpg\";s:9:\"image_url\";s:95:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/avada-custom-branding-thumbnail.jpg\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:3:\"1.2\";s:8:\"required\";b:0;s:4:\"icon\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:96:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/avada-custombranding-companysite.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:3:\"1.2\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:24:\"https://theme-fusion.com\";}s:9:\"revslider\";a:18:{s:4:\"name\";s:17:\"Slider Revolution\";s:11:\"plugin_name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:13:\"plugin_author\";s:10:\"ThemePunch\";s:17:\"plugin_author_url\";s:22:\"http://themepunch.com/\";s:5:\"image\";s:83:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution-1.png\";s:9:\"image_url\";s:83:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution-1.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:6:\"6.6.20\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution_cs.png\";s:11:\"has_package\";b:1;s:7:\"version\";s:6:\"6.6.20\";s:6:\"Author\";s:10:\"ThemePunch\";s:9:\"AuthorURI\";s:22:\"http://themepunch.com/\";}s:11:\"LayerSlider\";a:18:{s:4:\"name\";s:14:\"LayerSlider WP\";s:11:\"plugin_name\";s:14:\"LayerSlider WP\";s:4:\"slug\";s:11:\"LayerSlider\";s:13:\"plugin_author\";s:14:\"Kreatura Media\";s:17:\"plugin_author_url\";s:38:\"https://layerslider.kreaturamedia.com/\";s:5:\"image\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/layer_slider_plugin_thumb.png\";s:9:\"image_url\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/layer_slider_plugin_thumb.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"7.9.9\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/layerslider_company_site.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"7.9.9\";s:6:\"Author\";s:14:\"Kreatura Media\";s:9:\"AuthorURI\";s:38:\"https://layerslider.kreaturamedia.com/\";}s:26:\"advanced-custom-fields-pro\";a:18:{s:4:\"name\";s:26:\"Advanced Custom Fields PRO\";s:11:\"plugin_name\";s:26:\"Advanced Custom Fields PRO\";s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:13:\"plugin_author\";s:13:\"Elliot Condon\";s:17:\"plugin_author_url\";s:37:\"https://www.advancedcustomfields.com/\";s:5:\"image\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro.png\";s:9:\"image_url\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"6.2.7\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro_company_site.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"6.2.7\";s:6:\"Author\";s:13:\"Elliot Condon\";s:9:\"AuthorURI\";s:37:\"https://www.advancedcustomfields.com/\";}s:11:\"convertplug\";a:18:{s:4:\"name\";s:12:\"Convert Plus\";s:11:\"plugin_name\";s:12:\"Convert Plus\";s:4:\"slug\";s:11:\"convertplug\";s:13:\"plugin_author\";s:16:\"Brainstorm Force\";s:17:\"plugin_author_url\";s:31:\"https://www.brainstormforce.com\";s:5:\"image\";s:85:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_thumbnail.jpg\";s:9:\"image_url\";s:85:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_thumbnail.jpg\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:6:\"3.5.24\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:98:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_thumbnail_company_site.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:6:\"3.5.24\";s:6:\"Author\";s:16:\"Brainstorm Force\";s:9:\"AuthorURI\";s:31:\"https://www.brainstormforce.com\";}s:12:\"filebird-pro\";a:18:{s:4:\"name\";s:8:\"FileBird\";s:11:\"plugin_name\";s:8:\"FileBird\";s:4:\"slug\";s:12:\"filebird-pro\";s:13:\"plugin_author\";s:10:\"Ninja Team\";s:17:\"plugin_author_url\";s:54:\"https://ninjateam.org/wordpress-media-library-folders/\";s:5:\"image\";s:109:\"https://updates.theme-fusion.com/wp-content/uploads/2020/11/99966046-a7930180-2d8d-11eb-9695-a4e6bd9c870e.jpg\";s:9:\"image_url\";s:109:\"https://updates.theme-fusion.com/wp-content/uploads/2020/11/99966046-a7930180-2d8d-11eb-9695-a4e6bd9c870e.jpg\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"6.0.8\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:109:\"https://updates.theme-fusion.com/wp-content/uploads/2020/11/99966169-d3ae8280-2d8d-11eb-895e-0191ae051d45.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"6.0.8\";s:6:\"Author\";s:10:\"Ninja Team\";s:9:\"AuthorURI\";s:54:\"https://ninjateam.org/wordpress-media-library-folders/\";}s:6:\"leadin\";a:15:{s:4:\"name\";s:7:\"HubSpot\";s:11:\"plugin_name\";s:7:\"HubSpot\";s:4:\"slug\";s:6:\"leadin\";s:13:\"plugin_author\";s:7:\"HubSpot\";s:17:\"plugin_author_url\";s:23:\"https://www.hubspot.com\";s:5:\"image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2019/10/hubspot_plugin_thumb.jpg\";s:9:\"image_url\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2019/10/hubspot_plugin_thumb.jpg\";s:12:\"external_url\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2019/10/hubspot_plugin_thumb.jpg\";s:11:\"has_package\";b:0;}s:11:\"woocommerce\";a:15:{s:4:\"name\";s:11:\"WooCommerce\";s:11:\"plugin_name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:13:\"plugin_author\";s:10:\"Automattic\";s:17:\"plugin_author_url\";s:23:\"https://woocommerce.com\";s:5:\"image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:9:\"image_url\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:12:\"external_url\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:11:\"has_package\";b:0;}s:19:\"the-events-calendar\";a:15:{s:4:\"name\";s:19:\"The Events Calendar\";s:11:\"plugin_name\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:13:\"plugin_author\";s:18:\"Modern Tribe, Inc.\";s:17:\"plugin_author_url\";s:18:\"http://m.tri.be/1x\";s:5:\"image\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/events_calendar_plugin_thumb.png\";s:9:\"image_url\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/events_calendar_plugin_thumb.png\";s:12:\"external_url\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.7.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";N;s:6:\"banner\";N;s:11:\"tf_cs_image\";N;s:11:\"has_package\";b:0;}s:13:\"wordpress-seo\";a:15:{s:4:\"name\";s:9:\"Yoast SEO\";s:11:\"plugin_name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:13:\"plugin_author\";s:10:\"Team Yoast\";s:17:\"plugin_author_url\";s:18:\"https://yoast.com/\";s:5:\"image\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:9:\"image_url\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:12:\"external_url\";s:56:\"https://downloads.wordpress.org/plugin/wordpress-seo.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:11:\"has_package\";b:0;}s:7:\"bbpress\";a:15:{s:4:\"name\";s:7:\"bbPress\";s:11:\"plugin_name\";s:7:\"bbPress\";s:4:\"slug\";s:7:\"bbpress\";s:13:\"plugin_author\";s:21:\"The bbPress Community\";s:17:\"plugin_author_url\";s:19:\"https://bbpress.org\";s:5:\"image\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/bbpress.png\";s:9:\"image_url\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/bbpress.png\";s:12:\"external_url\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";N;s:6:\"banner\";N;s:11:\"tf_cs_image\";N;s:11:\"has_package\";b:0;}s:3:\"pwa\";a:15:{s:4:\"name\";s:3:\"PWA\";s:11:\"plugin_name\";s:3:\"PWA\";s:4:\"slug\";s:3:\"pwa\";s:13:\"plugin_author\";s:23:\"PWA Plugin Contributors\";s:17:\"plugin_author_url\";s:49:\"https://github.com/xwp/pwa-wp/graphs/contributors\";s:5:\"image\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_880_660.jpg\";s:9:\"image_url\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_880_660.jpg\";s:12:\"external_url\";s:46:\"https://downloads.wordpress.org/plugin/pwa.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_256_256.jpg\";s:6:\"banner\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_1544_500.jpg\";s:11:\"tf_cs_image\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_840_438.jpg\";s:11:\"has_package\";b:0;}}', 'no'),
(240570, 'rsssl_options', 'a:31:{s:12:\"site_has_ssl\";s:1:\"1\";s:19:\"review_notice_shown\";s:1:\"1\";s:8:\"redirect\";s:11:\"wp_redirect\";s:19:\"mixed_content_fixer\";i:1;s:29:\"enable_limited_login_attempts\";i:1;s:27:\"limit_login_attempts_amount\";s:1:\"5\";s:29:\"limit_login_attempts_duration\";s:2:\"15\";s:40:\"limit_login_attempts_locked_out_duration\";s:2:\"30\";s:16:\"x_xss_protection\";s:4:\"zero\";s:15:\"x_frame_options\";s:0:\"\";s:15:\"referrer_policy\";s:31:\"strict-origin-when-cross-origin\";s:12:\"hsts_max_age\";s:8:\"63072000\";s:26:\"cross_origin_opener_policy\";s:8:\"disabled\";s:28:\"cross_origin_resource_policy\";s:8:\"disabled\";s:28:\"cross_origin_embedder_policy\";s:8:\"disabled\";s:27:\"disable_anyone_can_register\";i:1;s:20:\"disable_file_editing\";i:1;s:28:\"block_code_execution_uploads\";i:1;s:22:\"hide_wordpress_version\";i:1;s:22:\"disable_login_feedback\";i:1;s:16:\"disable_indexing\";i:1;s:24:\"disable_user_enumeration\";i:1;s:24:\"login_protection_enabled\";i:1;s:14:\"two_fa_enabled\";i:1;s:19:\"csp_frame_ancestors\";s:8:\"disabled\";s:28:\"enable_vulnerability_scanner\";i:1;s:36:\"vulnerability_notification_dashboard\";s:1:\"l\";s:35:\"vulnerability_notification_sitewide\";s:1:\"h\";s:38:\"vulnerability_notification_email_admin\";s:1:\"c\";s:25:\"password_change_frequency\";s:2:\"12\";s:23:\"login_cookie_expiration\";s:2:\"48\";}', 'yes'),
(240577, 'rsssl_mixed_content_scan_dismissed', '1', 'no'),
(240590, 'rsssl_6_notice_dismissed', '1', 'no'),
(240604, 'rsssl_wp_version_detected', 'not-found', 'no'),
(240595, 'rsssl_last_tested_http_method', '7', 'no'),
(240596, 'rsssl_http_methods_allowed', 'a:2:{s:11:\"not-allowed\";a:2:{i:2;s:7:\"CONNECT\";i:3;s:5:\"TRACE\";}s:7:\"allowed\";a:6:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";i:2;s:3:\"PUT\";i:3;s:6:\"DELETE\";i:4;s:4:\"HEAD\";i:5;s:7:\"OPTIONS\";}}', 'no'),
(240521, 'can_compress_scripts', '0', 'yes'),
(240535, 'aioseo_options_dynamic_localized', 'a:20:{s:42:\"searchAppearance_taxonomies_category_title\";s:29:\"#taxonomy_title | #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:29:\"#taxonomy_title | #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";s:52:\"searchAppearance_taxonomies_portfolio_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:62:\"searchAppearance_taxonomies_portfolio_category_metaDescription\";s:21:\"#taxonomy_description\";s:50:\"searchAppearance_taxonomies_portfolio_skills_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:60:\"searchAppearance_taxonomies_portfolio_skills_metaDescription\";s:21:\"#taxonomy_description\";s:48:\"searchAppearance_taxonomies_portfolio_tags_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:58:\"searchAppearance_taxonomies_portfolio_tags_metaDescription\";s:21:\"#taxonomy_description\";s:46:\"searchAppearance_taxonomies_faq_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:56:\"searchAppearance_taxonomies_faq_category_metaDescription\";s:21:\"#taxonomy_description\";s:47:\"searchAppearance_archives_avada_portfolio_title\";s:28:\"#archive_title | #site_title\";s:41:\"searchAppearance_archives_avada_faq_title\";s:28:\"#archive_title | #site_title\";s:37:\"searchAppearance_postTypes_post_title\";s:25:\"#post_title | #site_title\";s:37:\"searchAppearance_postTypes_page_title\";s:25:\"#post_title | #site_title\";s:43:\"searchAppearance_postTypes_attachment_title\";s:25:\"#post_title | #site_title\";s:48:\"searchAppearance_postTypes_avada_portfolio_title\";s:25:\"#post_title | #site_title\";s:42:\"searchAppearance_postTypes_avada_faq_title\";s:25:\"#post_title | #site_title\";s:48:\"searchAppearance_postTypes_fusion_template_title\";s:25:\"#post_title | #site_title\";}', 'yes'),
(240534, 'aioseo_dynamic_settings_backup', '{}', 'yes'),
(240537, 'aioseo_options_v3', 'a:98:{s:16:\"aiosp_home_title\";s:0:\"\";s:22:\"aiosp_home_description\";s:0:\"\";s:20:\"aiosp_togglekeywords\";s:2:\"on\";s:19:\"aiosp_home_keywords\";s:0:\"\";s:26:\"aiosp_use_static_home_info\";s:1:\"1\";s:9:\"aiosp_can\";s:2:\"on\";s:30:\"aiosp_no_paged_canonical_links\";s:0:\"\";s:31:\"aiosp_customize_canonical_links\";s:0:\"\";s:20:\"aiosp_rewrite_titles\";s:1:\"1\";s:20:\"aiosp_force_rewrites\";s:1:\"1\";s:24:\"aiosp_use_original_title\";s:1:\"0\";s:28:\"aiosp_home_page_title_format\";s:12:\"%page_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %blog_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %blog_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:17:\"aiosp_enablecpost\";s:2:\"on\";s:17:\"aiosp_cpostactive\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"aiosp_cpostadvanced\";s:1:\"0\";s:18:\"aiosp_cpostnoindex\";s:0:\"\";s:19:\"aiosp_cpostnofollow\";s:0:\"\";s:17:\"aiosp_cposttitles\";s:0:\"\";s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:28:\"aiosp_google_disable_profile\";s:0:\"\";s:29:\"aiosp_google_sitelinks_search\";s:0:\"\";s:26:\"aiosp_google_set_site_name\";s:0:\"\";s:30:\"aiosp_google_specify_site_name\";s:0:\"\";s:28:\"aiosp_google_author_advanced\";s:1:\"0\";s:28:\"aiosp_google_author_location\";a:1:{i:0;s:3:\"all\";}s:29:\"aiosp_google_enable_publisher\";s:2:\"on\";s:30:\"aiosp_google_specify_publisher\";s:0:\"\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:25:\"aiosp_ga_advanced_options\";s:2:\"on\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:21:\"aiosp_ga_multi_domain\";s:0:\"\";s:21:\"aiosp_ga_addl_domains\";s:0:\"\";s:21:\"aiosp_ga_anonymize_ip\";s:0:\"\";s:28:\"aiosp_ga_display_advertising\";s:0:\"\";s:22:\"aiosp_ga_exclude_users\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:25:\"aiosp_ga_link_attribution\";s:0:\"\";s:27:\"aiosp_ga_enhanced_ecommerce\";s:0:\"\";s:20:\"aiosp_use_categories\";s:0:\"\";s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:20:\"aiosp_search_noindex\";s:0:\"\";s:17:\"aiosp_404_noindex\";s:0:\"\";s:17:\"aiosp_tax_noindex\";s:0:\"\";s:23:\"aiosp_paginated_noindex\";s:0:\"\";s:24:\"aiosp_paginated_nofollow\";s:0:\"\";s:27:\"aiosp_generate_descriptions\";s:0:\"\";s:18:\"aiosp_skip_excerpt\";s:0:\"\";s:20:\"aiosp_run_shortcodes\";s:0:\"\";s:33:\"aiosp_hide_paginated_descriptions\";s:0:\"\";s:32:\"aiosp_dont_truncate_descriptions\";s:0:\"\";s:19:\"aiosp_schema_markup\";s:1:\"1\";s:20:\"aiosp_unprotect_meta\";s:0:\"\";s:33:\"aiosp_redirect_attachement_parent\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";s:0:\"\";s:19:\"last_active_version\";s:5:\"3.6.2\";s:29:\"aiosp_attachment_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_oembed_cache_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_user_request_title_format\";s:27:\"%post_title% | %blog_title%\";s:37:\"aiosp_wpcf7_contact_form_title_format\";s:27:\"%post_title% | %blog_title%\";s:34:\"aiosp_avada_portfolio_title_format\";s:27:\"%post_title% | %blog_title%\";s:28:\"aiosp_avada_faq_title_format\";s:27:\"%post_title% | %blog_title%\";s:37:\"aiosp_avada_page_options_title_format\";s:27:\"%post_title% | %blog_title%\";s:24:\"aiosp_slide_title_format\";s:27:\"%post_title% | %blog_title%\";s:34:\"aiosp_fusion_template_title_format\";s:27:\"%post_title% | %blog_title%\";s:33:\"aiosp_fusion_element_title_format\";s:27:\"%post_title% | %blog_title%\";s:32:\"aiosp_schema_search_results_page\";s:1:\"0\";s:33:\"aiosp_schema_social_profile_links\";s:0:\"\";s:28:\"aiosp_schema_site_represents\";s:12:\"organization\";s:30:\"aiosp_schema_organization_name\";s:0:\"\";s:30:\"aiosp_schema_organization_logo\";s:0:\"\";s:24:\"aiosp_schema_person_user\";s:1:\"1\";s:25:\"aiosp_schema_phone_number\";s:0:\"\";s:25:\"aiosp_schema_contact_type\";s:4:\"none\";}', 'yes'),
(240648, '_transient_timeout_fusion_dynamic_css_a2cd3c9571e6ddd8beaed89736eebede', '1708967065', 'no'),
(240542, 'aioseo_options_lite', '{\"advanced\":{\"usageTracking\":false}}', 'yes'),
(240543, 'aioseo_options_dynamic', '{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"fusion_tb_layout\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"fusion_tb_section\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"avada_portfolio\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"avada_faq\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"fusion_template\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":{\"category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"post_tag\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"portfolio_category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"portfolio_skills\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"portfolio_tags\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"faq_category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"},\"fusion_tb_layout\":{\"objectType\":\"article\"},\"fusion_tb_section\":{\"objectType\":\"article\"},\"avada_portfolio\":{\"objectType\":\"article\"},\"avada_faq\":{\"objectType\":\"article\"},\"fusion_template\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"Article\",\"customFields\":null},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":null,\"redirectAttachmentUrls\":\"disabled\"},\"fusion_tb_layout\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"fusion_tb_section\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"avada_portfolio\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"avada_faq\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"fusion_template\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title | #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null}},\"taxonomies\":{\"category\":{\"show\":false,\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title | #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"portfolio_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"portfolio_skills\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"portfolio_tags\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"faq_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":{\"avada_portfolio\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null},\"title\":\"#archive_title | #site_title\",\"metaDescription\":\"\",\"customFields\":null},\"avada_faq\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null},\"title\":\"#archive_title | #site_title\",\"metaDescription\":\"\",\"customFields\":null}}}}', 'yes'),
(240607, 'rsssl_hashkey', 'be2ba6d6402ff89fdbb23b649a7310f7', 'no'),
(240608, 'rsssl_folder_name', 'really-simple-ssl/22ad36087824b6413ab3b2d817061962', 'yes'),
(240609, 'rsssl_wp_version_token', '6130627189', 'yes'),
(240610, 'rsssl_ssl_labs_data', 'a:13:{s:6:\"action\";s:14:\"store_ssl_labs\";s:7:\"_locale\";s:4:\"user\";s:4:\"host\";s:20:\"www.air-frames.co.uk\";s:4:\"port\";i:443;s:8:\"protocol\";s:4:\"http\";s:8:\"isPublic\";b:0;s:6:\"status\";s:11:\"IN_PROGRESS\";s:9:\"startTime\";i:1708961631660;s:13:\"engineVersion\";s:5:\"2.2.0\";s:15:\"criteriaVersion\";s:5:\"2009q\";s:9:\"endpoints\";a:1:{i:0;a:6:{s:9:\"ipAddress\";s:14:\"80.244.184.168\";s:10:\"serverName\";s:26:\"server2.gillgraphics.co.uk\";s:13:\"statusMessage\";s:11:\"In progress\";s:13:\"statusDetails\";s:17:\"TESTING_PROTO_3_2\";s:20:\"statusDetailsMessage\";s:15:\"Testing TLS 1.1\";s:10:\"delegation\";i:2;}}s:7:\"summary\";a:5:{s:5:\"grade\";s:1:\"?\";s:9:\"startTime\";i:1708961631660;s:13:\"statusMessage\";s:15:\"Testing TLS 1.1\";s:9:\"ipAddress\";s:14:\"80.244.184.168\";s:8:\"progress\";i:0;}s:5:\"nonce\";s:10:\"d4d599a375\";}', 'no'),
(240612, 'rsssl_onboarding_dismissed', '1', 'no'),
(240615, 'action_scheduler_migration_status', 'complete', 'yes'),
(240616, 'rsssl_l_notification_dismissed_for', 'a:0:{}', 'no'),
(240617, 'rsssl_m_notification_dismissed_for', 'a:1:{i:0;s:36:\"e3575a4d-45c7-433d-a652-bb08417ddec8\";}', 'no'),
(240618, 'rsssl_h_notification_dismissed_for', 'a:0:{}', 'no'),
(240619, 'rsssl_c_notification_dismissed_for', 'a:0:{}', 'no'),
(240622, 'rsssl_risk_level_h_dismissed', '1', 'no'),
(240640, '_transient_timeout_fusion_dynamic_css_65878b4b35f75d0f8e22aa5d4f649161', '1708965939', 'no'),
(240805, '_site_transient_avada_addons_json', '{\"416560\":{\"post_title\":\"Custom Field Element\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2018\\/08\\/custom_fields_element.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2018\\/08\\/custom_fields_element.jpg\",\"plugin_name\":\"Custom Field Element\",\"description\":\"\",\"url\":\"https:\\/\\/codecanyon.net\\/item\\/custom-field-element-for-fusion-builder\\/22247344?ref=ThemeFusion\",\"new\":false,\"date\":1533635113},\"416071\":{\"post_title\":\"Elegant Elements\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/12\\/elegant_elements.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2017\\/12\\/elegant_elements.jpg\",\"plugin_name\":\"Elegant Elements\",\"description\":\"\",\"url\":\"https:\\/\\/codecanyon.net\\/item\\/elegant-elements-for-fusion-builder\\/21113424?ref=ThemeFusion\",\"new\":false,\"date\":1513943064},\"415029\":{\"post_title\":\"Custom Post Types and Taxonomies\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/35815191-ee7402b4-0a65-11e8-8c17-78079117d5b4.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/35815191-ee7402b4-0a65-11e8-8c17-78079117d5b4.jpg\",\"plugin_name\":\"Fusion Builder Custom Post Types and Taxonomies\",\"description\":\"\",\"url\":\"https:\\/\\/codecanyon.net\\/item\\/custom-post-types-and-taxonomies-for-fusion-builder\\/15572585?ref=ThemeFusion\",\"new\":false,\"date\":1479378733},\"415031\":{\"post_title\":\"Elegant Tabs\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/elegant_tabs.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/11\\/elegant_tabs.jpg\",\"plugin_name\":\"Elegant Tabs for Fusion Builder\",\"description\":\"\",\"url\":\"https:\\/\\/codecanyon.net\\/item\\/elegant-tabs-for-fusion-builder\\/18795917?ref=ThemeFusion\",\"new\":false,\"date\":1479292408},\"415041\":{\"post_title\":\"Coming Soon\",\"thumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/10\\/coming_soon.jpg\",\"retinaThumbnail\":\"https:\\/\\/updates.theme-fusion.com\\/wp-content\\/uploads\\/2016\\/10\\/coming_soon.jpg\",\"plugin_name\":null,\"description\":\"\",\"url\":\"https:\\/\\/themeforest.net\\/item\\/avada-responsive-multipurpose-theme\\/2833226?ref=ThemeFusion\",\"new\":false,\"date\":1475330672}}', 'no'),
(240876, '_transient_health-check-site-status-result', '{\"good\":17,\"recommended\":9,\"critical\":2}', 'yes'),
(241014, 'secret_key', 'q9LmNX1>a^?fqp.$I&EZC,rSJ15<qnr^0Sb)L X0NX+ap~,%.3I2@:$#fGvLkL(Y', 'no'),
(243718, '_site_transient_timeout_theme_roots', '1710443317', 'no'),
(243719, '_site_transient_theme_roots', 'a:2:{s:5:\"Avada\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";}', 'no'),
(240676, 'fusion_builder_settings', 'a:1:{s:23:\"remove_empty_attributes\";s:3:\"off\";}', 'yes'),
(240677, 'awb_site_data_status', 'a:2:{s:6:\"status\";s:11:\"show_notice\";s:4:\"date\";s:0:\"\";}', 'yes');

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

--
-- Table structure for table `Airfr_postmeta`
--

CREATE TABLE `Airfr_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_postmeta`
--

INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(70439, 124, 'pyre_mp4_id', ''),
(70440, 124, 'pyre_ogv_id', ''),
(70441, 124, 'pyre_preview_image_id', ''),
(70442, 2656, '_wp_attached_file', '2018/11/favicon.png'),
(70443, 2656, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2018/11/favicon.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:19:\"favicon-500x400.png\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:19:\"favicon-500x272.png\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"favicon-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"favicon-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"favicon-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"favicon-500x272.png\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"favicon-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:19:\"favicon-500x441.png\";s:5:\"width\";i:500;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"favicon-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:19:\"favicon-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:19:\"favicon-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;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:{}}}'),
(70407, 1286, 'pyre_page_title_bar_bg_retina_id', ''),
(70429, 1276, '_aioseop_keywords', 'Air Frames, Aerial Drones, Drones, Drone Company, Aerial Drone Sevices, Low Altitude Drones, Drone Services, 4K Film, Photography, Aerial Photography,Birds Eye Photography, Drone Training, Drone Cameras, Ground Filming, Low Altitude Aerial Services, 360 Interactive Panoramas, RAW Photography, Mapping, Modelling,Surveys, Thermal Survey, IR Survey, Infrared Survey, Fly Throughs, Aerial Videography, Post Production, Videography, Inspection, Maintenance, Pollution Control,Site Surveys, TV Production, Film Production, Properties, Rescue Assistance, Disaster Support, Crisis Support, Construction Progress, Camera Equipment, DJI S1000,DJI Inspire X5R, DJI Phantom 3, DJIJI Osmo Gimbol, PFAW, Permission For Aerial Work, Unmanned Aerial Vehicles, Remotely Piloted Aircraft, Multirotors, Quadcopters,Hexacopters, Octocopters, UAV'),
(70399, 1286, 'pyre_fallback_id', ''),
(70400, 1286, 'pyre_mobile_header_bg_color', ''),
(70401, 1286, 'pyre_header_bg_id', ''),
(70402, 1286, 'pyre_responsive_sidebar_order', ''),
(70403, 1286, 'pyre_page_bg_id', ''),
(70404, 1286, 'pyre_wide_page_bg_id', ''),
(70405, 1286, 'pyre_page_title_subheader_font_color', ''),
(70406, 1286, 'pyre_page_title_bar_bg_id', ''),
(49552, 1946, 'pyre_caption_font_size', ''),
(49548, 1946, 'pyre_heading_bg', 'yes'),
(49549, 1946, 'pyre_heading_bg_color', ''),
(47524, 1932, '_edit_last', '1'),
(47525, 1932, '_edit_lock', '1536327907:1'),
(65658, 1932, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(65660, 1932, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(47530, 1932, 'slide_template', 'default'),
(51978, 1932, 'pyre_width', 'half'),
(51979, 1932, 'pyre_portfolio_width_100', 'no'),
(51980, 1932, 'pyre_project_desc_title', 'default'),
(51981, 1932, 'pyre_project_details', 'default'),
(51982, 1932, 'pyre_show_first_featured_image', 'default'),
(51983, 1932, 'pyre_fimg_width', ''),
(51984, 1932, 'pyre_fimg_height', ''),
(49460, 1946, '_wp_old_slug', 'gallery-image-cloned'),
(51987, 1932, 'pyre_project_url', ''),
(51988, 1932, 'pyre_project_url_text', ''),
(51989, 1932, 'pyre_copy_url', ''),
(51990, 1932, 'pyre_copy_url_text', ''),
(51991, 1932, 'pyre_image_rollover_icons', 'default'),
(51992, 1932, 'pyre_link_icon_url', ''),
(51993, 1932, 'pyre_link_icon_target', 'default'),
(51994, 1932, 'pyre_related_posts', 'default'),
(51995, 1932, 'pyre_share_box', 'default'),
(51996, 1932, 'pyre_post_pagination', 'default'),
(51997, 1932, 'pyre_main_top_padding', ''),
(51998, 1932, 'pyre_main_bottom_padding', ''),
(51999, 1932, 'pyre_hundredp_padding', ''),
(52000, 1932, 'pyre_slider_type', 'flex'),
(52001, 1932, 'pyre_slider', '0'),
(52002, 1932, 'pyre_wooslider', 'portfolio'),
(52003, 1932, 'pyre_revslider', '0'),
(52004, 1932, 'pyre_elasticslider', '0'),
(52005, 1932, 'pyre_slider_position', 'default'),
(52006, 1932, 'pyre_avada_rev_styles', 'default'),
(52007, 1932, 'pyre_fallback', ''),
(52008, 1932, 'pyre_demo_slider', ''),
(52009, 1932, 'pyre_display_header', 'yes'),
(52010, 1932, 'pyre_header_100_width', 'default'),
(52011, 1932, 'pyre_header_bg_color', ''),
(52012, 1932, 'pyre_header_bg_opacity', '0.00'),
(52013, 1932, 'pyre_header_bg', ''),
(52014, 1932, 'pyre_header_bg_full', 'no'),
(52015, 1932, 'pyre_header_bg_repeat', 'repeat'),
(52016, 1932, 'pyre_displayed_menu', 'default'),
(52017, 1932, 'pyre_display_footer', 'default'),
(52018, 1932, 'pyre_display_copyright', 'default'),
(52019, 1932, 'pyre_footer_100_width', 'default'),
(52020, 1932, 'pyre_sidebar_position', 'default'),
(52021, 1932, 'pyre_sidebar_bg_color', ''),
(52022, 1932, 'pyre_page_bg_layout', 'default'),
(52023, 1932, 'pyre_page_bg_color', ''),
(52024, 1932, 'pyre_page_bg', ''),
(52025, 1932, 'pyre_page_bg_full', 'no'),
(52026, 1932, 'pyre_page_bg_repeat', 'repeat'),
(52027, 1932, 'pyre_wide_page_bg_color', ''),
(52028, 1932, 'pyre_wide_page_bg', ''),
(52029, 1932, 'pyre_wide_page_bg_full', 'no'),
(52030, 1932, 'pyre_wide_page_bg_repeat', 'repeat'),
(52031, 1932, 'pyre_page_title', 'default'),
(52032, 1932, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(52033, 1932, 'pyre_page_title_text', 'default'),
(52034, 1932, 'pyre_page_title_text_alignment', 'default'),
(52035, 1932, 'pyre_page_title_custom_text', ''),
(52036, 1932, 'pyre_page_title_text_size', ''),
(52037, 1932, 'pyre_page_title_custom_subheader', ''),
(52038, 1932, 'pyre_page_title_custom_subheader_text_size', ''),
(52039, 1932, 'pyre_page_title_font_color', ''),
(52040, 1932, 'pyre_page_title_100_width', 'default'),
(52041, 1932, 'pyre_page_title_height', ''),
(52042, 1932, 'pyre_page_title_mobile_height', ''),
(52043, 1932, 'pyre_page_title_bar_bg_color', ''),
(52044, 1932, 'pyre_page_title_bar_borders_color', ''),
(52045, 1932, 'pyre_page_title_bar_bg', ''),
(52046, 1932, 'pyre_page_title_bar_bg_retina', ''),
(52047, 1932, 'pyre_page_title_bar_bg_full', 'default'),
(52048, 1932, 'pyre_page_title_bg_parallax', 'default'),
(47606, 1932, 'fusion_builder_status', 'active'),
(47761, 1932, '_thumbnail_id', '2322'),
(51985, 1932, 'pyre_video', ''),
(49546, 1946, 'pyre_heading_font_size', ''),
(51986, 1932, 'pyre_video_url', ''),
(49547, 1946, 'pyre_heading_color', ''),
(49540, 1946, 'pyre_autoplay_video', 'yes'),
(49541, 1946, 'pyre_loop_video', 'yes'),
(49542, 1946, 'pyre_hide_video_controls', 'yes'),
(49543, 1946, 'pyre_content_alignment', 'center'),
(49544, 1946, 'pyre_heading', ''),
(49545, 1946, 'pyre_heading_separator', 'none'),
(49262, 1944, '_edit_last', '1'),
(49263, 1944, '_edit_lock', '1501075329:1'),
(49264, 1944, '_thumbnail_id', '1478'),
(49265, 1944, 'slide_template', 'default'),
(49266, 1944, 'pyre_type', 'image'),
(49267, 1944, 'pyre_youtube_id', ''),
(49268, 1944, 'pyre_vimeo_id', ''),
(49269, 1944, 'pyre_webm', ''),
(49270, 1944, 'pyre_mp4', ''),
(49271, 1944, 'pyre_ogv', ''),
(49272, 1944, 'pyre_preview_image', ''),
(49273, 1944, 'pyre_aspect_ratio', ''),
(49274, 1944, 'pyre_video_display', 'cover'),
(49275, 1944, 'pyre_video_bg_color', ''),
(49276, 1944, 'pyre_mute_video', 'yes'),
(49277, 1944, 'pyre_autoplay_video', 'yes'),
(49278, 1944, 'pyre_loop_video', 'yes'),
(49279, 1944, 'pyre_hide_video_controls', 'yes'),
(49280, 1944, 'pyre_content_alignment', 'center'),
(49281, 1944, 'pyre_heading', ''),
(49282, 1944, 'pyre_heading_separator', 'none'),
(49283, 1944, 'pyre_heading_font_size', ''),
(49284, 1944, 'pyre_heading_color', ''),
(49285, 1944, 'pyre_heading_bg', 'yes'),
(49286, 1944, 'pyre_heading_bg_color', ''),
(49287, 1944, 'pyre_caption', ''),
(49288, 1944, 'pyre_caption_separator', 'none'),
(49289, 1944, 'pyre_caption_font_size', ''),
(49290, 1944, 'pyre_caption_color', ''),
(49291, 1944, 'pyre_caption_bg', 'yes'),
(49292, 1944, 'pyre_caption_bg_color', ''),
(49293, 1944, 'pyre_link_type', 'button'),
(49294, 1944, 'pyre_slide_link', ''),
(49295, 1944, 'pyre_slide_target', 'yes'),
(49296, 1944, 'pyre_button_1', ''),
(49297, 1944, 'pyre_button_2', ''),
(49461, 1946, '_edit_last', '1'),
(49462, 1946, '_edit_lock', '1501075442:1'),
(49463, 1946, '_thumbnail_id', '1843'),
(49464, 1946, 'slide_template', 'default'),
(49529, 1946, 'pyre_type', 'image'),
(49530, 1946, 'pyre_youtube_id', ''),
(49531, 1946, 'pyre_vimeo_id', ''),
(49532, 1946, 'pyre_webm', ''),
(49533, 1946, 'pyre_mp4', ''),
(49534, 1946, 'pyre_ogv', ''),
(49535, 1946, 'pyre_preview_image', ''),
(49536, 1946, 'pyre_aspect_ratio', ''),
(49537, 1946, 'pyre_video_display', 'cover'),
(49538, 1946, 'pyre_video_bg_color', ''),
(49539, 1946, 'pyre_mute_video', 'yes'),
(167, 7, '_wp_page_template', '100-width.php'),
(168, 7, 'pyre_portfolio_width_100', 'no'),
(169, 7, 'pyre_portfolio_content_length', 'default'),
(170, 7, 'pyre_portfolio_excerpt', ''),
(171, 7, 'pyre_portfolio_filters', 'yes'),
(172, 7, 'pyre_portfolio_text_layout', 'default'),
(173, 7, 'pyre_portfolio_featured_image_size', 'default'),
(174, 7, 'pyre_portfolio_column_spacing', ''),
(175, 7, 'fusion_builder_status', 'active'),
(176, 7, 'fusion_builder_content', ''),
(177, 7, 'fusion_builder_converted', 'yes'),
(64372, 7, 'pyre_slider_type', 'flex'),
(64373, 7, 'pyre_slider', '0'),
(64374, 7, 'pyre_wooslider', 'home'),
(64375, 7, 'pyre_revslider', '0'),
(64376, 7, 'pyre_elasticslider', '0'),
(64377, 7, 'pyre_slider_position', 'default'),
(64378, 7, 'pyre_avada_rev_styles', 'default'),
(64379, 7, 'pyre_fallback', ''),
(64380, 7, 'pyre_demo_slider', ''),
(64381, 7, 'pyre_main_top_padding', ''),
(64382, 7, 'pyre_main_bottom_padding', '0px'),
(64383, 7, 'pyre_hundredp_padding', ''),
(64384, 7, 'pyre_show_first_featured_image', 'no'),
(64385, 7, 'pyre_display_header', 'yes'),
(64386, 7, 'pyre_header_100_width', 'default'),
(69449, 2443, 'pyre_combined_header_bg_color', 'rgba(255,255,255,0)'),
(69448, 2443, 'pyre_fallback_id', ''),
(64389, 7, 'pyre_header_bg', ''),
(64390, 7, 'pyre_header_bg_full', 'no'),
(64391, 7, 'pyre_header_bg_repeat', 'repeat'),
(64392, 7, 'pyre_displayed_menu', 'default'),
(64393, 7, 'pyre_display_footer', 'default'),
(64394, 7, 'pyre_display_copyright', 'default'),
(64395, 7, 'pyre_footer_100_width', 'default'),
(64396, 7, 'pyre_sidebar_position', 'default'),
(64397, 7, 'pyre_sidebar_bg_color', ''),
(64398, 7, 'pyre_page_bg_layout', 'default'),
(64399, 7, 'pyre_page_bg_color', ''),
(64400, 7, 'pyre_page_bg', ''),
(64401, 7, 'pyre_page_bg_full', 'no'),
(64402, 7, 'pyre_page_bg_repeat', 'repeat'),
(64403, 7, 'pyre_wide_page_bg_color', ''),
(64404, 7, 'pyre_wide_page_bg', ''),
(64405, 7, 'pyre_wide_page_bg_full', 'no'),
(64406, 7, 'pyre_wide_page_bg_repeat', 'repeat'),
(64407, 7, 'pyre_page_title', 'no'),
(64408, 7, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(64409, 7, 'pyre_page_title_text', 'default'),
(64410, 7, 'pyre_page_title_text_alignment', 'default'),
(64411, 7, 'pyre_page_title_custom_text', ''),
(64412, 7, 'pyre_page_title_text_size', ''),
(64413, 7, 'pyre_page_title_custom_subheader', ''),
(64414, 7, 'pyre_page_title_custom_subheader_text_size', ''),
(64415, 7, 'pyre_page_title_font_color', ''),
(64416, 7, 'pyre_page_title_100_width', 'default'),
(64417, 7, 'pyre_page_title_height', ''),
(64418, 7, 'pyre_page_title_mobile_height', ''),
(64419, 7, 'pyre_page_title_bar_bg_color', ''),
(64420, 7, 'pyre_page_title_bar_borders_color', ''),
(64421, 7, 'pyre_page_title_bar_bg', ''),
(64422, 7, 'pyre_page_title_bar_bg_retina', ''),
(64423, 7, 'pyre_page_title_bar_bg_full', 'default'),
(64424, 7, 'pyre_page_title_bg_parallax', 'default'),
(302, 16, '_wp_page_template', '100-width.php'),
(303, 16, 'pyre_portfolio_width_100', 'no'),
(304, 16, 'pyre_portfolio_content_length', 'default'),
(305, 16, 'pyre_portfolio_excerpt', ''),
(306, 16, 'pyre_portfolio_filters', 'yes'),
(307, 16, 'pyre_portfolio_text_layout', 'default'),
(308, 16, 'pyre_portfolio_featured_image_size', 'default'),
(309, 16, 'pyre_portfolio_column_spacing', ''),
(310, 16, 'fusion_builder_status', 'active'),
(311, 16, 'fusion_builder_content', ''),
(312, 16, 'fusion_builder_converted', 'yes'),
(313, 16, 'pyre_container_padding_top', ''),
(314, 16, 'pyre_container_padding_right', ''),
(315, 16, 'pyre_container_padding_bottom', ''),
(316, 16, 'pyre_container_padding_left', ''),
(73262, 16, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(73264, 16, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(60401, 16, 'pyre_slider_type', 'flex'),
(60402, 16, 'pyre_slider', '0'),
(60403, 16, 'pyre_wooslider', 'about'),
(60404, 16, 'pyre_revslider', '0'),
(60405, 16, 'pyre_elasticslider', '0'),
(60406, 16, 'pyre_slider_position', 'default'),
(60407, 16, 'pyre_avada_rev_styles', 'default'),
(60408, 16, 'pyre_fallback', ''),
(60409, 16, 'pyre_demo_slider', ''),
(60410, 16, 'pyre_main_top_padding', ''),
(60411, 16, 'pyre_main_bottom_padding', '0px'),
(60412, 16, 'pyre_hundredp_padding', ''),
(60413, 16, 'pyre_show_first_featured_image', 'no'),
(60414, 16, 'pyre_display_header', 'yes'),
(60415, 16, 'pyre_header_100_width', 'default'),
(60418, 16, 'pyre_header_bg', ''),
(60419, 16, 'pyre_header_bg_full', 'no'),
(60420, 16, 'pyre_header_bg_repeat', 'repeat'),
(60421, 16, 'pyre_displayed_menu', 'default'),
(60422, 16, 'pyre_display_footer', 'default'),
(60423, 16, 'pyre_display_copyright', 'default'),
(60424, 16, 'pyre_footer_100_width', 'default'),
(60425, 16, 'pyre_sidebar_position', 'default'),
(60426, 16, 'pyre_sidebar_bg_color', ''),
(60427, 16, 'pyre_page_bg_layout', 'default'),
(60428, 16, 'pyre_page_bg_color', ''),
(60429, 16, 'pyre_page_bg', ''),
(60430, 16, 'pyre_page_bg_full', 'no'),
(60431, 16, 'pyre_page_bg_repeat', 'repeat'),
(60432, 16, 'pyre_wide_page_bg_color', ''),
(60433, 16, 'pyre_wide_page_bg', ''),
(60434, 16, 'pyre_wide_page_bg_full', 'no'),
(60435, 16, 'pyre_wide_page_bg_repeat', 'repeat'),
(60436, 16, 'pyre_page_title', 'no'),
(60437, 16, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(60438, 16, 'pyre_page_title_text', 'default'),
(60439, 16, 'pyre_page_title_text_alignment', 'default'),
(60440, 16, 'pyre_page_title_custom_text', ''),
(60441, 16, 'pyre_page_title_text_size', ''),
(60442, 16, 'pyre_page_title_custom_subheader', ''),
(60443, 16, 'pyre_page_title_custom_subheader_text_size', ''),
(60444, 16, 'pyre_page_title_font_color', ''),
(60445, 16, 'pyre_page_title_100_width', 'default'),
(60446, 16, 'pyre_page_title_height', ''),
(60447, 16, 'pyre_page_title_mobile_height', ''),
(60448, 16, 'pyre_page_title_bar_bg_color', ''),
(60449, 16, 'pyre_page_title_bar_borders_color', ''),
(60450, 16, 'pyre_page_title_bar_bg', ''),
(60451, 16, 'pyre_page_title_bar_bg_retina', ''),
(60452, 16, 'pyre_page_title_bar_bg_full', 'default'),
(60453, 16, 'pyre_page_title_bg_parallax', 'default'),
(440, 991, '_menu_item_type', 'post_type'),
(441, 991, '_menu_item_menu_item_parent', '0'),
(442, 991, '_menu_item_object_id', '16'),
(443, 991, '_menu_item_object', 'page'),
(444, 991, '_menu_item_target', ''),
(445, 991, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(446, 991, '_menu_item_xfn', ''),
(447, 991, '_menu_item_url', ''),
(32080, 1697, '_wp_attached_file', '2017/07/clients_abc_news.jpg'),
(32081, 1697, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2017/07/clients_abc_news.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"clients_abc_news-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"clients_abc_news-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"clients_abc_news-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"clients_abc_news-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"clients_abc_news-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"clients_abc_news-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"clients_abc_news-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"clients_abc_news-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"clients_abc_news-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:28:\"clients_abc_news-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:28:\"clients_abc_news-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(474, 993, '_menu_item_type', 'post_type'),
(475, 993, '_menu_item_menu_item_parent', '0'),
(476, 993, '_menu_item_object_id', '7'),
(477, 993, '_menu_item_object', 'page'),
(478, 993, '_menu_item_target', ''),
(479, 993, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(480, 993, '_menu_item_xfn', ''),
(481, 993, '_menu_item_url', ''),
(60884, 1278, 'pyre_page_bg', ''),
(60883, 1278, 'pyre_page_bg_color', ''),
(60882, 1278, 'pyre_page_bg_layout', 'default'),
(60881, 1278, 'pyre_sidebar_bg_color', ''),
(60880, 1278, 'pyre_sidebar_position', 'default'),
(60879, 1278, 'pyre_footer_100_width', 'default'),
(60878, 1278, 'pyre_display_copyright', 'default'),
(60877, 1278, 'pyre_display_footer', 'default'),
(60876, 1278, 'pyre_displayed_menu', 'default'),
(60875, 1278, 'pyre_header_bg_repeat', 'repeat'),
(60874, 1278, 'pyre_header_bg_full', 'no'),
(60873, 1278, 'pyre_header_bg', ''),
(60870, 1278, 'pyre_header_100_width', 'default'),
(60869, 1278, 'pyre_display_header', 'yes'),
(60868, 1278, 'pyre_show_first_featured_image', 'no'),
(60867, 1278, 'pyre_hundredp_padding', ''),
(60866, 1278, 'pyre_main_bottom_padding', '0px'),
(60865, 1278, 'pyre_main_top_padding', '0px'),
(60864, 1278, 'pyre_demo_slider', ''),
(60863, 1278, 'pyre_fallback', ''),
(60862, 1278, 'pyre_avada_rev_styles', 'default'),
(60861, 1278, 'pyre_slider_position', 'default'),
(60860, 1278, 'pyre_elasticslider', '0'),
(60859, 1278, 'pyre_revslider', '0'),
(60858, 1278, 'pyre_wooslider', 'aerial-filming'),
(60857, 1278, 'pyre_slider', '0'),
(60856, 1278, 'pyre_slider_type', 'flex'),
(72494, 1278, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(72492, 1278, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(9071, 1278, 'fusion_builder_converted', 'yes'),
(9130, 1278, '_edit_last', '1'),
(9127, 1278, '_edit_lock', '1541874854:1'),
(60908, 1278, 'pyre_page_title_bg_parallax', 'default'),
(60907, 1278, 'pyre_page_title_bar_bg_full', 'default'),
(60906, 1278, 'pyre_page_title_bar_bg_retina', ''),
(60905, 1278, 'pyre_page_title_bar_bg', ''),
(60904, 1278, 'pyre_page_title_bar_borders_color', ''),
(60903, 1278, 'pyre_page_title_bar_bg_color', ''),
(60902, 1278, 'pyre_page_title_mobile_height', ''),
(60901, 1278, 'pyre_page_title_height', ''),
(60900, 1278, 'pyre_page_title_100_width', 'default'),
(60899, 1278, 'pyre_page_title_font_color', ''),
(60898, 1278, 'pyre_page_title_custom_subheader_text_size', ''),
(60897, 1278, 'pyre_page_title_custom_subheader', ''),
(60896, 1278, 'pyre_page_title_text_size', ''),
(60895, 1278, 'pyre_page_title_custom_text', ''),
(60894, 1278, 'pyre_page_title_text_alignment', 'default'),
(60893, 1278, 'pyre_page_title_text', 'default'),
(60892, 1278, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(60891, 1278, 'pyre_page_title', 'default'),
(60890, 1278, 'pyre_wide_page_bg_repeat', 'repeat'),
(60889, 1278, 'pyre_wide_page_bg_full', 'no'),
(60888, 1278, 'pyre_wide_page_bg', ''),
(60887, 1278, 'pyre_wide_page_bg_color', ''),
(7078, 25, '_edit_lock', '1658587815:1'),
(7079, 25, '_edit_last', '1'),
(20796, 1261, 'pyre_loop_video', 'yes'),
(20797, 1261, 'pyre_hide_video_controls', 'yes'),
(20798, 1261, 'pyre_content_alignment', 'center'),
(20799, 1261, 'pyre_heading', '<br/><span style=\"font-weight: 900; line-height: 30px;\">LEADING EQUIPMENT</span>'),
(20800, 1261, 'pyre_heading_separator', 'none'),
(20801, 1261, 'pyre_heading_font_size', '70'),
(20802, 1261, 'pyre_heading_color', ''),
(20803, 1261, 'pyre_heading_bg', 'no'),
(20804, 1261, 'pyre_heading_bg_color', ''),
(20805, 1261, 'pyre_caption', ''),
(20806, 1261, 'pyre_caption_separator', 'none'),
(20807, 1261, 'pyre_caption_font_size', '19'),
(20808, 1261, 'pyre_caption_color', ''),
(20809, 1261, 'pyre_caption_bg', 'no'),
(20810, 1261, 'pyre_caption_bg_color', ''),
(20811, 1261, 'pyre_link_type', 'button'),
(20812, 1261, 'pyre_slide_link', ''),
(20813, 1261, 'pyre_slide_target', 'yes'),
(20814, 1261, 'pyre_button_1', ''),
(20815, 1261, 'pyre_button_2', ''),
(7738, 1262, '_wp_old_slug', 'equipment-cloned'),
(7739, 1262, '_wp_old_slug', 'services-cloned'),
(7740, 1262, 'slide_template', 'default'),
(7741, 1262, '_thumbnail_id', '1455'),
(7742, 1262, '_edit_lock', '1541524957:1'),
(7743, 1262, '_edit_last', '1'),
(20720, 1262, 'pyre_type', 'image'),
(20721, 1262, 'pyre_youtube_id', ''),
(20722, 1262, 'pyre_vimeo_id', ''),
(20723, 1262, 'pyre_webm', ''),
(20724, 1262, 'pyre_mp4', ''),
(1107, 528, 'pyre_show_first_featured_image', 'no'),
(1108, 528, 'pyre_portfolio_width_100', 'default'),
(1109, 528, 'pyre_video', ''),
(1110, 528, 'pyre_fimg_width', ''),
(1111, 528, 'pyre_fimg_height', ''),
(1112, 528, 'pyre_image_rollover_icons', 'default'),
(1113, 528, 'pyre_link_icon_url', ''),
(1114, 528, 'pyre_post_links_target', 'no'),
(1115, 528, 'pyre_related_posts', 'default'),
(1116, 528, 'pyre_share_box', 'default'),
(1117, 528, 'pyre_post_pagination', 'default'),
(1118, 528, 'pyre_author_info', 'default'),
(1119, 528, 'pyre_post_meta', 'default'),
(1120, 528, 'pyre_post_comments', 'default'),
(1121, 528, 'pyre_main_top_padding', ''),
(1122, 528, 'pyre_main_bottom_padding', ''),
(1123, 528, 'pyre_hundredp_padding', ''),
(1124, 528, 'pyre_slider_position', 'default'),
(1125, 528, 'pyre_slider_type', 'no'),
(1126, 528, 'pyre_slider', '0'),
(1127, 528, 'pyre_wooslider', '0'),
(1128, 528, 'pyre_revslider', '0'),
(1129, 528, 'pyre_elasticslider', '0'),
(1130, 528, 'pyre_fallback', ''),
(1131, 528, 'pyre_avada_rev_styles', 'default'),
(1132, 528, 'pyre_display_header', 'yes'),
(1133, 528, 'pyre_header_100_width', 'default'),
(1134, 528, 'pyre_header_bg', ''),
(1135, 528, 'pyre_header_bg_color', ''),
(1136, 528, 'pyre_header_bg_opacity', ''),
(1137, 528, 'pyre_header_bg_full', 'no'),
(1138, 528, 'pyre_header_bg_repeat', 'repeat'),
(1139, 528, 'pyre_displayed_menu', 'default'),
(1140, 528, 'pyre_display_footer', 'default'),
(1141, 528, 'pyre_display_copyright', 'default'),
(1142, 528, 'pyre_footer_100_width', 'default'),
(1143, 528, 'pyre_sidebar_position', 'default'),
(1144, 528, 'pyre_sidebar_bg_color', ''),
(1145, 528, 'pyre_page_bg_layout', 'default'),
(1146, 528, 'pyre_page_bg', ''),
(1147, 528, 'pyre_page_bg_color', ''),
(1148, 528, 'pyre_page_bg_full', 'no'),
(1149, 528, 'pyre_page_bg_repeat', 'repeat'),
(1150, 528, 'pyre_wide_page_bg', ''),
(1151, 528, 'pyre_wide_page_bg_color', ''),
(1152, 528, 'pyre_wide_page_bg_full', 'no'),
(1153, 528, 'pyre_wide_page_bg_repeat', 'repeat'),
(1154, 528, 'pyre_page_title', 'default'),
(1155, 528, 'pyre_page_title_text', 'default'),
(1156, 528, 'pyre_page_title_text_alignment', 'default'),
(1157, 528, 'pyre_page_title_100_width', 'default'),
(1158, 528, 'pyre_page_title_custom_text', ''),
(1159, 528, 'pyre_page_title_text_size', ''),
(1160, 528, 'pyre_page_title_custom_subheader', ''),
(1161, 528, 'pyre_page_title_custom_subheader_text_size', ''),
(1162, 528, 'pyre_page_title_font_color', ''),
(1163, 528, 'pyre_page_title_height', ''),
(1164, 528, 'pyre_page_title_mobile_height', ''),
(1165, 528, 'pyre_page_title_bar_bg', ''),
(1166, 528, 'pyre_page_title_bar_bg_retina', ''),
(1167, 528, 'pyre_page_title_bar_bg_color', ''),
(1168, 528, 'pyre_page_title_bar_borders_color', ''),
(1169, 528, 'pyre_page_title_bar_bg_full', 'default'),
(1170, 528, 'pyre_page_title_bg_parallax', 'default'),
(1171, 528, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(1172, 528, 'fusion_builder_status', 'inactive'),
(1173, 528, 'avada_post_views_count', '1539'),
(1174, 528, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(1175, 528, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(1176, 528, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(1177, 528, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(1178, 528, 'fusion_builder_converted', 'yes'),
(1182, 549, 'pyre_show_first_featured_image', 'no'),
(1183, 549, 'pyre_portfolio_width_100', 'default'),
(1184, 549, 'pyre_video', ''),
(1185, 549, 'pyre_fimg_width', ''),
(1186, 549, 'pyre_fimg_height', ''),
(1187, 549, 'pyre_image_rollover_icons', 'default'),
(1188, 549, 'pyre_link_icon_url', ''),
(1189, 549, 'pyre_post_links_target', 'no'),
(1190, 549, 'pyre_related_posts', 'default'),
(1191, 549, 'pyre_share_box', 'default'),
(1192, 549, 'pyre_post_pagination', 'default'),
(1193, 549, 'pyre_author_info', 'default'),
(1194, 549, 'pyre_post_meta', 'default'),
(1195, 549, 'pyre_post_comments', 'default'),
(1196, 549, 'pyre_main_top_padding', ''),
(1197, 549, 'pyre_main_bottom_padding', ''),
(1198, 549, 'pyre_hundredp_padding', ''),
(1199, 549, 'pyre_slider_position', 'default'),
(1200, 549, 'pyre_slider_type', 'no'),
(1201, 549, 'pyre_slider', '0'),
(1202, 549, 'pyre_wooslider', '0'),
(1203, 549, 'pyre_revslider', '0'),
(1204, 549, 'pyre_elasticslider', '0'),
(1205, 549, 'pyre_fallback', ''),
(1206, 549, 'pyre_avada_rev_styles', 'default'),
(1207, 549, 'pyre_display_header', 'yes'),
(1208, 549, 'pyre_header_100_width', 'default'),
(1209, 549, 'pyre_header_bg', ''),
(1210, 549, 'pyre_header_bg_color', ''),
(1211, 549, 'pyre_header_bg_opacity', ''),
(1212, 549, 'pyre_header_bg_full', 'no'),
(1213, 549, 'pyre_header_bg_repeat', 'repeat'),
(1214, 549, 'pyre_displayed_menu', 'default'),
(1215, 549, 'pyre_display_footer', 'default'),
(1216, 549, 'pyre_display_copyright', 'default'),
(1217, 549, 'pyre_footer_100_width', 'default'),
(1218, 549, 'pyre_sidebar_position', 'default'),
(1219, 549, 'pyre_sidebar_bg_color', ''),
(1220, 549, 'pyre_page_bg_layout', 'default'),
(1221, 549, 'pyre_page_bg', ''),
(1222, 549, 'pyre_page_bg_color', ''),
(1223, 549, 'pyre_page_bg_full', 'no'),
(1224, 549, 'pyre_page_bg_repeat', 'repeat'),
(1225, 549, 'pyre_wide_page_bg', ''),
(1226, 549, 'pyre_wide_page_bg_color', ''),
(1227, 549, 'pyre_wide_page_bg_full', 'no'),
(1228, 549, 'pyre_wide_page_bg_repeat', 'repeat'),
(1229, 549, 'pyre_page_title', 'default'),
(1230, 549, 'pyre_page_title_text', 'default'),
(1231, 549, 'pyre_page_title_text_alignment', 'default'),
(1232, 549, 'pyre_page_title_100_width', 'default'),
(1233, 549, 'pyre_page_title_custom_text', ''),
(1234, 549, 'pyre_page_title_text_size', ''),
(1235, 549, 'pyre_page_title_custom_subheader', ''),
(1236, 549, 'pyre_page_title_custom_subheader_text_size', ''),
(1237, 549, 'pyre_page_title_font_color', ''),
(1238, 549, 'pyre_page_title_height', ''),
(1239, 549, 'pyre_page_title_mobile_height', ''),
(1240, 549, 'pyre_page_title_bar_bg', ''),
(1241, 549, 'pyre_page_title_bar_bg_retina', ''),
(1242, 549, 'pyre_page_title_bar_bg_color', ''),
(1243, 549, 'pyre_page_title_bar_borders_color', ''),
(1244, 549, 'pyre_page_title_bar_bg_full', 'default'),
(1245, 549, 'pyre_page_title_bg_parallax', 'default'),
(1246, 549, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(1247, 549, 'fusion_builder_status', 'inactive'),
(1248, 549, 'avada_post_views_count', '1564'),
(1249, 549, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(1250, 549, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(1251, 549, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(1252, 549, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(1253, 549, 'fusion_builder_converted', 'yes'),
(1257, 551, 'pyre_show_first_featured_image', 'no'),
(1258, 551, 'pyre_portfolio_width_100', 'default'),
(1259, 551, 'pyre_video', ''),
(1260, 551, 'pyre_fimg_width', ''),
(1261, 551, 'pyre_fimg_height', ''),
(1262, 551, 'pyre_image_rollover_icons', 'default'),
(1263, 551, 'pyre_link_icon_url', ''),
(1264, 551, 'pyre_post_links_target', 'no'),
(1265, 551, 'pyre_related_posts', 'default'),
(1266, 551, 'pyre_share_box', 'default'),
(1267, 551, 'pyre_post_pagination', 'default'),
(1268, 551, 'pyre_author_info', 'default'),
(1269, 551, 'pyre_post_meta', 'default'),
(1270, 551, 'pyre_post_comments', 'default'),
(1271, 551, 'pyre_main_top_padding', ''),
(1272, 551, 'pyre_main_bottom_padding', ''),
(1273, 551, 'pyre_hundredp_padding', ''),
(1274, 551, 'pyre_slider_position', 'default'),
(1275, 551, 'pyre_slider_type', 'no'),
(1276, 551, 'pyre_slider', '0'),
(1277, 551, 'pyre_wooslider', '0'),
(1278, 551, 'pyre_revslider', '0'),
(1279, 551, 'pyre_elasticslider', '0'),
(1280, 551, 'pyre_fallback', ''),
(1281, 551, 'pyre_avada_rev_styles', 'default'),
(1282, 551, 'pyre_display_header', 'yes'),
(1283, 551, 'pyre_header_100_width', 'default'),
(1284, 551, 'pyre_header_bg', ''),
(1285, 551, 'pyre_header_bg_color', ''),
(1286, 551, 'pyre_header_bg_opacity', ''),
(1287, 551, 'pyre_header_bg_full', 'no'),
(1288, 551, 'pyre_header_bg_repeat', 'repeat'),
(1289, 551, 'pyre_displayed_menu', 'default'),
(1290, 551, 'pyre_display_footer', 'default'),
(1291, 551, 'pyre_display_copyright', 'default'),
(1292, 551, 'pyre_footer_100_width', 'default'),
(1293, 551, 'pyre_sidebar_position', 'default'),
(1294, 551, 'pyre_sidebar_bg_color', ''),
(1295, 551, 'pyre_page_bg_layout', 'default'),
(1296, 551, 'pyre_page_bg', ''),
(1297, 551, 'pyre_page_bg_color', ''),
(1298, 551, 'pyre_page_bg_full', 'no'),
(1299, 551, 'pyre_page_bg_repeat', 'repeat'),
(1300, 551, 'pyre_wide_page_bg', ''),
(1301, 551, 'pyre_wide_page_bg_color', ''),
(1302, 551, 'pyre_wide_page_bg_full', 'no'),
(1303, 551, 'pyre_wide_page_bg_repeat', 'repeat'),
(1304, 551, 'pyre_page_title', 'default'),
(1305, 551, 'pyre_page_title_text', 'default'),
(1306, 551, 'pyre_page_title_text_alignment', 'default'),
(1307, 551, 'pyre_page_title_100_width', 'default'),
(1308, 551, 'pyre_page_title_custom_text', ''),
(1309, 551, 'pyre_page_title_text_size', ''),
(1310, 551, 'pyre_page_title_custom_subheader', ''),
(1311, 551, 'pyre_page_title_custom_subheader_text_size', ''),
(1312, 551, 'pyre_page_title_font_color', ''),
(1313, 551, 'pyre_page_title_height', ''),
(1314, 551, 'pyre_page_title_mobile_height', ''),
(1315, 551, 'pyre_page_title_bar_bg', ''),
(1316, 551, 'pyre_page_title_bar_bg_retina', ''),
(1317, 551, 'pyre_page_title_bar_bg_color', ''),
(1318, 551, 'pyre_page_title_bar_borders_color', ''),
(1319, 551, 'pyre_page_title_bar_bg_full', 'default'),
(1320, 551, 'pyre_page_title_bg_parallax', 'default'),
(1321, 551, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(1322, 551, 'fusion_builder_status', 'inactive'),
(1323, 551, 'avada_post_views_count', '1574'),
(1324, 551, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(1325, 551, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(1326, 551, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(1327, 551, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(1328, 551, 'fusion_builder_converted', 'yes'),
(1332, 553, 'pyre_show_first_featured_image', 'no'),
(1333, 553, 'pyre_portfolio_width_100', 'default'),
(1334, 553, 'pyre_video', ''),
(1335, 553, 'pyre_fimg_width', ''),
(1336, 553, 'pyre_fimg_height', ''),
(1337, 553, 'pyre_image_rollover_icons', 'default'),
(1338, 553, 'pyre_link_icon_url', ''),
(1339, 553, 'pyre_post_links_target', 'no'),
(1340, 553, 'pyre_related_posts', 'default'),
(1341, 553, 'pyre_share_box', 'default'),
(1342, 553, 'pyre_post_pagination', 'default'),
(1343, 553, 'pyre_author_info', 'default'),
(1344, 553, 'pyre_post_meta', 'default'),
(1345, 553, 'pyre_post_comments', 'default'),
(1346, 553, 'pyre_main_top_padding', ''),
(1347, 553, 'pyre_main_bottom_padding', ''),
(1348, 553, 'pyre_hundredp_padding', ''),
(1349, 553, 'pyre_slider_position', 'default'),
(1350, 553, 'pyre_slider_type', 'no'),
(1351, 553, 'pyre_slider', '0'),
(1352, 553, 'pyre_wooslider', '0'),
(1353, 553, 'pyre_revslider', '0'),
(1354, 553, 'pyre_elasticslider', '0'),
(1355, 553, 'pyre_fallback', ''),
(1356, 553, 'pyre_avada_rev_styles', 'default'),
(1357, 553, 'pyre_display_header', 'yes'),
(1358, 553, 'pyre_header_100_width', 'default'),
(1359, 553, 'pyre_header_bg', ''),
(1360, 553, 'pyre_header_bg_color', ''),
(1361, 553, 'pyre_header_bg_opacity', ''),
(1362, 553, 'pyre_header_bg_full', 'no'),
(1363, 553, 'pyre_header_bg_repeat', 'repeat'),
(1364, 553, 'pyre_displayed_menu', 'default'),
(1365, 553, 'pyre_display_footer', 'default'),
(1366, 553, 'pyre_display_copyright', 'default'),
(1367, 553, 'pyre_footer_100_width', 'default'),
(1368, 553, 'pyre_sidebar_position', 'default'),
(1369, 553, 'pyre_sidebar_bg_color', ''),
(1370, 553, 'pyre_page_bg_layout', 'default'),
(1371, 553, 'pyre_page_bg', ''),
(1372, 553, 'pyre_page_bg_color', ''),
(1373, 553, 'pyre_page_bg_full', 'no'),
(1374, 553, 'pyre_page_bg_repeat', 'repeat'),
(1375, 553, 'pyre_wide_page_bg', ''),
(1376, 553, 'pyre_wide_page_bg_color', ''),
(1377, 553, 'pyre_wide_page_bg_full', 'no'),
(1378, 553, 'pyre_wide_page_bg_repeat', 'repeat'),
(1379, 553, 'pyre_page_title', 'default'),
(1380, 553, 'pyre_page_title_text', 'default'),
(1381, 553, 'pyre_page_title_text_alignment', 'default'),
(1382, 553, 'pyre_page_title_100_width', 'default'),
(1383, 553, 'pyre_page_title_custom_text', ''),
(1384, 553, 'pyre_page_title_text_size', ''),
(1385, 553, 'pyre_page_title_custom_subheader', ''),
(1386, 553, 'pyre_page_title_custom_subheader_text_size', ''),
(1387, 553, 'pyre_page_title_font_color', ''),
(1388, 553, 'pyre_page_title_height', ''),
(1389, 553, 'pyre_page_title_mobile_height', ''),
(1390, 553, 'pyre_page_title_bar_bg', ''),
(1391, 553, 'pyre_page_title_bar_bg_retina', ''),
(1392, 553, 'pyre_page_title_bar_bg_color', ''),
(1393, 553, 'pyre_page_title_bar_borders_color', ''),
(1394, 553, 'pyre_page_title_bar_bg_full', 'default'),
(1395, 553, 'pyre_page_title_bg_parallax', 'default'),
(1396, 553, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(1397, 553, 'fusion_builder_status', 'inactive'),
(1398, 553, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(1399, 553, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(1400, 553, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(1401, 553, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(1402, 553, 'avada_post_views_count', '1525'),
(1403, 553, 'fusion_builder_converted', 'yes'),
(1407, 554, 'pyre_show_first_featured_image', 'no'),
(1408, 554, 'pyre_portfolio_width_100', 'default'),
(1409, 554, 'pyre_video', ''),
(1410, 554, 'pyre_fimg_width', ''),
(1411, 554, 'pyre_fimg_height', ''),
(1412, 554, 'pyre_image_rollover_icons', 'default'),
(1413, 554, 'pyre_link_icon_url', ''),
(1414, 554, 'pyre_post_links_target', 'no'),
(1415, 554, 'pyre_related_posts', 'default'),
(1416, 554, 'pyre_share_box', 'default'),
(1417, 554, 'pyre_post_pagination', 'default'),
(1418, 554, 'pyre_author_info', 'default'),
(1419, 554, 'pyre_post_meta', 'default'),
(1420, 554, 'pyre_post_comments', 'default'),
(1421, 554, 'pyre_main_top_padding', ''),
(1422, 554, 'pyre_main_bottom_padding', ''),
(1423, 554, 'pyre_hundredp_padding', ''),
(1424, 554, 'pyre_slider_position', 'default'),
(1425, 554, 'pyre_slider_type', 'no'),
(1426, 554, 'pyre_slider', '0'),
(1427, 554, 'pyre_wooslider', '0'),
(1428, 554, 'pyre_revslider', '0'),
(1429, 554, 'pyre_elasticslider', '0'),
(1430, 554, 'pyre_fallback', ''),
(1431, 554, 'pyre_avada_rev_styles', 'default'),
(1432, 554, 'pyre_display_header', 'yes'),
(1433, 554, 'pyre_header_100_width', 'default'),
(1434, 554, 'pyre_header_bg', ''),
(1435, 554, 'pyre_header_bg_color', ''),
(1436, 554, 'pyre_header_bg_opacity', ''),
(1437, 554, 'pyre_header_bg_full', 'no'),
(1438, 554, 'pyre_header_bg_repeat', 'repeat'),
(1439, 554, 'pyre_displayed_menu', 'default'),
(1440, 554, 'pyre_display_footer', 'default'),
(1441, 554, 'pyre_display_copyright', 'default'),
(1442, 554, 'pyre_footer_100_width', 'default'),
(1443, 554, 'pyre_sidebar_position', 'default'),
(1444, 554, 'pyre_sidebar_bg_color', ''),
(1445, 554, 'pyre_page_bg_layout', 'default'),
(1446, 554, 'pyre_page_bg', ''),
(1447, 554, 'pyre_page_bg_color', ''),
(1448, 554, 'pyre_page_bg_full', 'no'),
(1449, 554, 'pyre_page_bg_repeat', 'repeat'),
(1450, 554, 'pyre_wide_page_bg', ''),
(1451, 554, 'pyre_wide_page_bg_color', ''),
(1452, 554, 'pyre_wide_page_bg_full', 'no'),
(1453, 554, 'pyre_wide_page_bg_repeat', 'repeat'),
(1454, 554, 'pyre_page_title', 'default'),
(1455, 554, 'pyre_page_title_text', 'default'),
(1456, 554, 'pyre_page_title_text_alignment', 'default'),
(1457, 554, 'pyre_page_title_100_width', 'default'),
(1458, 554, 'pyre_page_title_custom_text', ''),
(1459, 554, 'pyre_page_title_text_size', ''),
(1460, 554, 'pyre_page_title_custom_subheader', ''),
(1461, 554, 'pyre_page_title_custom_subheader_text_size', ''),
(1462, 554, 'pyre_page_title_font_color', ''),
(1463, 554, 'pyre_page_title_height', ''),
(1464, 554, 'pyre_page_title_mobile_height', ''),
(1465, 554, 'pyre_page_title_bar_bg', ''),
(1466, 554, 'pyre_page_title_bar_bg_retina', ''),
(1467, 554, 'pyre_page_title_bar_bg_color', ''),
(1468, 554, 'pyre_page_title_bar_borders_color', ''),
(1469, 554, 'pyre_page_title_bar_bg_full', 'default'),
(1470, 554, 'pyre_page_title_bg_parallax', 'default'),
(1471, 554, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(1472, 554, 'fusion_builder_status', 'inactive'),
(1473, 554, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(1474, 554, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(1475, 554, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(1476, 554, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(1477, 554, 'avada_post_views_count', '1529'),
(1478, 554, 'fusion_builder_converted', 'yes'),
(1482, 555, 'pyre_show_first_featured_image', 'no'),
(1483, 555, 'pyre_portfolio_width_100', 'default'),
(1484, 555, 'pyre_video', ''),
(1485, 555, 'pyre_fimg_width', ''),
(1486, 555, 'pyre_fimg_height', ''),
(1487, 555, 'pyre_image_rollover_icons', 'default'),
(1488, 555, 'pyre_link_icon_url', ''),
(1489, 555, 'pyre_post_links_target', 'no'),
(1490, 555, 'pyre_related_posts', 'default'),
(1491, 555, 'pyre_share_box', 'default'),
(1492, 555, 'pyre_post_pagination', 'default'),
(1493, 555, 'pyre_author_info', 'default'),
(1494, 555, 'pyre_post_meta', 'default'),
(1495, 555, 'pyre_post_comments', 'default'),
(1496, 555, 'pyre_main_top_padding', ''),
(1497, 555, 'pyre_main_bottom_padding', ''),
(1498, 555, 'pyre_hundredp_padding', ''),
(1499, 555, 'pyre_slider_position', 'default'),
(1500, 555, 'pyre_slider_type', 'no'),
(1501, 555, 'pyre_slider', '0'),
(1502, 555, 'pyre_wooslider', '0'),
(1503, 555, 'pyre_revslider', '0'),
(1504, 555, 'pyre_elasticslider', '0'),
(1505, 555, 'pyre_fallback', ''),
(1506, 555, 'pyre_avada_rev_styles', 'default'),
(1507, 555, 'pyre_display_header', 'yes'),
(1508, 555, 'pyre_header_100_width', 'default'),
(1509, 555, 'pyre_header_bg', ''),
(1510, 555, 'pyre_header_bg_color', ''),
(1511, 555, 'pyre_header_bg_opacity', ''),
(1512, 555, 'pyre_header_bg_full', 'no'),
(1513, 555, 'pyre_header_bg_repeat', 'repeat'),
(1514, 555, 'pyre_displayed_menu', 'default'),
(1515, 555, 'pyre_display_footer', 'default'),
(1516, 555, 'pyre_display_copyright', 'default'),
(1517, 555, 'pyre_footer_100_width', 'default'),
(1518, 555, 'pyre_sidebar_position', 'default'),
(1519, 555, 'pyre_sidebar_bg_color', ''),
(1520, 555, 'pyre_page_bg_layout', 'default'),
(1521, 555, 'pyre_page_bg', ''),
(1522, 555, 'pyre_page_bg_color', ''),
(1523, 555, 'pyre_page_bg_full', 'no'),
(1524, 555, 'pyre_page_bg_repeat', 'repeat'),
(1525, 555, 'pyre_wide_page_bg', ''),
(1526, 555, 'pyre_wide_page_bg_color', ''),
(1527, 555, 'pyre_wide_page_bg_full', 'no'),
(1528, 555, 'pyre_wide_page_bg_repeat', 'repeat'),
(1529, 555, 'pyre_page_title', 'default'),
(1530, 555, 'pyre_page_title_text', 'default'),
(1531, 555, 'pyre_page_title_text_alignment', 'default'),
(1532, 555, 'pyre_page_title_100_width', 'default'),
(1533, 555, 'pyre_page_title_custom_text', ''),
(1534, 555, 'pyre_page_title_text_size', ''),
(1535, 555, 'pyre_page_title_custom_subheader', ''),
(1536, 555, 'pyre_page_title_custom_subheader_text_size', ''),
(1537, 555, 'pyre_page_title_font_color', ''),
(1538, 555, 'pyre_page_title_height', ''),
(1539, 555, 'pyre_page_title_mobile_height', ''),
(1540, 555, 'pyre_page_title_bar_bg', ''),
(1541, 555, 'pyre_page_title_bar_bg_retina', ''),
(1542, 555, 'pyre_page_title_bar_bg_color', ''),
(1543, 555, 'pyre_page_title_bar_borders_color', ''),
(1544, 555, 'pyre_page_title_bar_bg_full', 'default'),
(1545, 555, 'pyre_page_title_bg_parallax', 'default'),
(1546, 555, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(1547, 555, 'fusion_builder_status', 'inactive'),
(1548, 555, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(1549, 555, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(1550, 555, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(1551, 555, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(1552, 555, 'avada_post_views_count', '1775'),
(1553, 555, 'fusion_builder_converted', 'yes'),
(1557, 556, 'pyre_show_first_featured_image', 'no'),
(1558, 556, 'pyre_portfolio_width_100', 'default'),
(1559, 556, 'pyre_video', ''),
(1560, 556, 'pyre_fimg_width', ''),
(1561, 556, 'pyre_fimg_height', ''),
(1562, 556, 'pyre_image_rollover_icons', 'default'),
(1563, 556, 'pyre_link_icon_url', ''),
(1564, 556, 'pyre_post_links_target', 'no'),
(1565, 556, 'pyre_related_posts', 'default'),
(1566, 556, 'pyre_share_box', 'default'),
(1567, 556, 'pyre_post_pagination', 'default'),
(1568, 556, 'pyre_author_info', 'default'),
(1569, 556, 'pyre_post_meta', 'default'),
(1570, 556, 'pyre_post_comments', 'default'),
(1571, 556, 'pyre_main_top_padding', ''),
(1572, 556, 'pyre_main_bottom_padding', ''),
(1573, 556, 'pyre_hundredp_padding', ''),
(1574, 556, 'pyre_slider_position', 'default'),
(1575, 556, 'pyre_slider_type', 'no'),
(1576, 556, 'pyre_slider', '0'),
(1577, 556, 'pyre_wooslider', '0'),
(1578, 556, 'pyre_revslider', '0'),
(1579, 556, 'pyre_elasticslider', '0'),
(1580, 556, 'pyre_fallback', ''),
(1581, 556, 'pyre_avada_rev_styles', 'default'),
(1582, 556, 'pyre_display_header', 'yes'),
(1583, 556, 'pyre_header_100_width', 'default'),
(1584, 556, 'pyre_header_bg', ''),
(1585, 556, 'pyre_header_bg_color', ''),
(1586, 556, 'pyre_header_bg_opacity', ''),
(1587, 556, 'pyre_header_bg_full', 'no'),
(1588, 556, 'pyre_header_bg_repeat', 'repeat'),
(1589, 556, 'pyre_displayed_menu', 'default'),
(1590, 556, 'pyre_display_footer', 'default'),
(1591, 556, 'pyre_display_copyright', 'default'),
(1592, 556, 'pyre_footer_100_width', 'default'),
(1593, 556, 'pyre_sidebar_position', 'default'),
(1594, 556, 'pyre_sidebar_bg_color', ''),
(1595, 556, 'pyre_page_bg_layout', 'default'),
(1596, 556, 'pyre_page_bg', ''),
(1597, 556, 'pyre_page_bg_color', ''),
(1598, 556, 'pyre_page_bg_full', 'no'),
(1599, 556, 'pyre_page_bg_repeat', 'repeat'),
(1600, 556, 'pyre_wide_page_bg', ''),
(1601, 556, 'pyre_wide_page_bg_color', ''),
(1602, 556, 'pyre_wide_page_bg_full', 'no'),
(1603, 556, 'pyre_wide_page_bg_repeat', 'repeat'),
(1604, 556, 'pyre_page_title', 'default'),
(1605, 556, 'pyre_page_title_text', 'default'),
(1606, 556, 'pyre_page_title_text_alignment', 'default'),
(1607, 556, 'pyre_page_title_100_width', 'default'),
(1608, 556, 'pyre_page_title_custom_text', ''),
(1609, 556, 'pyre_page_title_text_size', ''),
(1610, 556, 'pyre_page_title_custom_subheader', ''),
(1611, 556, 'pyre_page_title_custom_subheader_text_size', ''),
(1612, 556, 'pyre_page_title_font_color', ''),
(1613, 556, 'pyre_page_title_height', ''),
(1614, 556, 'pyre_page_title_mobile_height', ''),
(1615, 556, 'pyre_page_title_bar_bg', ''),
(1616, 556, 'pyre_page_title_bar_bg_retina', ''),
(1617, 556, 'pyre_page_title_bar_bg_color', ''),
(1618, 556, 'pyre_page_title_bar_borders_color', ''),
(1619, 556, 'pyre_page_title_bar_bg_full', 'default'),
(1620, 556, 'pyre_page_title_bg_parallax', 'default'),
(1621, 556, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(1622, 556, 'fusion_builder_status', 'inactive'),
(1623, 556, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(1624, 556, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(1625, 556, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(1626, 556, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(1627, 556, 'avada_post_views_count', '1711'),
(1628, 556, 'fusion_builder_converted', 'yes'),
(1632, 557, 'pyre_show_first_featured_image', 'no'),
(1633, 557, 'pyre_portfolio_width_100', 'default'),
(1634, 557, 'pyre_video', ''),
(1635, 557, 'pyre_fimg_width', ''),
(1636, 557, 'pyre_fimg_height', ''),
(1637, 557, 'pyre_image_rollover_icons', 'default'),
(1638, 557, 'pyre_link_icon_url', ''),
(1639, 557, 'pyre_post_links_target', 'no'),
(1640, 557, 'pyre_related_posts', 'default'),
(1641, 557, 'pyre_share_box', 'default'),
(1642, 557, 'pyre_post_pagination', 'default'),
(1643, 557, 'pyre_author_info', 'default'),
(1644, 557, 'pyre_post_meta', 'default'),
(1645, 557, 'pyre_post_comments', 'default'),
(1646, 557, 'pyre_main_top_padding', ''),
(1647, 557, 'pyre_main_bottom_padding', ''),
(1648, 557, 'pyre_hundredp_padding', ''),
(1649, 557, 'pyre_slider_position', 'default'),
(1650, 557, 'pyre_slider_type', 'no'),
(1651, 557, 'pyre_slider', '0'),
(1652, 557, 'pyre_wooslider', '0'),
(1653, 557, 'pyre_revslider', '0'),
(1654, 557, 'pyre_elasticslider', '0'),
(1655, 557, 'pyre_fallback', ''),
(1656, 557, 'pyre_avada_rev_styles', 'default'),
(1657, 557, 'pyre_display_header', 'yes'),
(1658, 557, 'pyre_header_100_width', 'default'),
(1659, 557, 'pyre_header_bg', ''),
(1660, 557, 'pyre_header_bg_color', ''),
(1661, 557, 'pyre_header_bg_opacity', ''),
(1662, 557, 'pyre_header_bg_full', 'no'),
(1663, 557, 'pyre_header_bg_repeat', 'repeat'),
(1664, 557, 'pyre_displayed_menu', 'default'),
(1665, 557, 'pyre_display_footer', 'default'),
(1666, 557, 'pyre_display_copyright', 'default'),
(1667, 557, 'pyre_footer_100_width', 'default'),
(1668, 557, 'pyre_sidebar_position', 'default'),
(1669, 557, 'pyre_sidebar_bg_color', ''),
(1670, 557, 'pyre_page_bg_layout', 'default'),
(1671, 557, 'pyre_page_bg', ''),
(1672, 557, 'pyre_page_bg_color', ''),
(1673, 557, 'pyre_page_bg_full', 'no'),
(1674, 557, 'pyre_page_bg_repeat', 'repeat'),
(1675, 557, 'pyre_wide_page_bg', ''),
(1676, 557, 'pyre_wide_page_bg_color', ''),
(1677, 557, 'pyre_wide_page_bg_full', 'no'),
(1678, 557, 'pyre_wide_page_bg_repeat', 'repeat'),
(1679, 557, 'pyre_page_title', 'default'),
(1680, 557, 'pyre_page_title_text', 'default'),
(1681, 557, 'pyre_page_title_text_alignment', 'default'),
(1682, 557, 'pyre_page_title_100_width', 'default'),
(1683, 557, 'pyre_page_title_custom_text', ''),
(1684, 557, 'pyre_page_title_text_size', ''),
(1685, 557, 'pyre_page_title_custom_subheader', ''),
(1686, 557, 'pyre_page_title_custom_subheader_text_size', ''),
(1687, 557, 'pyre_page_title_font_color', ''),
(1688, 557, 'pyre_page_title_height', ''),
(1689, 557, 'pyre_page_title_mobile_height', ''),
(1690, 557, 'pyre_page_title_bar_bg', ''),
(1691, 557, 'pyre_page_title_bar_bg_retina', ''),
(1692, 557, 'pyre_page_title_bar_bg_color', ''),
(1693, 557, 'pyre_page_title_bar_borders_color', ''),
(1694, 557, 'pyre_page_title_bar_bg_full', 'default'),
(1695, 557, 'pyre_page_title_bg_parallax', 'default'),
(1696, 557, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(1697, 557, 'fusion_builder_status', 'inactive'),
(1698, 557, 'avada_post_views_count', '1795'),
(1699, 557, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(1700, 557, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(1701, 557, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(1702, 557, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(1703, 557, 'fusion_builder_converted', 'yes'),
(1707, 558, 'pyre_show_first_featured_image', 'no'),
(1708, 558, 'pyre_portfolio_width_100', 'default'),
(1709, 558, 'pyre_video', ''),
(1710, 558, 'pyre_fimg_width', ''),
(1711, 558, 'pyre_fimg_height', ''),
(1712, 558, 'pyre_image_rollover_icons', 'default'),
(1713, 558, 'pyre_link_icon_url', ''),
(1714, 558, 'pyre_post_links_target', 'no'),
(1715, 558, 'pyre_related_posts', 'default'),
(1716, 558, 'pyre_share_box', 'default'),
(1717, 558, 'pyre_post_pagination', 'default'),
(1718, 558, 'pyre_author_info', 'default'),
(1719, 558, 'pyre_post_meta', 'default'),
(1720, 558, 'pyre_post_comments', 'default'),
(1721, 558, 'pyre_main_top_padding', ''),
(1722, 558, 'pyre_main_bottom_padding', ''),
(1723, 558, 'pyre_hundredp_padding', ''),
(1724, 558, 'pyre_slider_position', 'default'),
(1725, 558, 'pyre_slider_type', 'no'),
(1726, 558, 'pyre_slider', '0'),
(1727, 558, 'pyre_wooslider', '0'),
(1728, 558, 'pyre_revslider', '0'),
(1729, 558, 'pyre_elasticslider', '0'),
(1730, 558, 'pyre_fallback', ''),
(1731, 558, 'pyre_avada_rev_styles', 'default'),
(1732, 558, 'pyre_display_header', 'yes'),
(1733, 558, 'pyre_header_100_width', 'default'),
(1734, 558, 'pyre_header_bg', ''),
(1735, 558, 'pyre_header_bg_color', ''),
(1736, 558, 'pyre_header_bg_opacity', ''),
(1737, 558, 'pyre_header_bg_full', 'no'),
(1738, 558, 'pyre_header_bg_repeat', 'repeat'),
(1739, 558, 'pyre_displayed_menu', 'default'),
(1740, 558, 'pyre_display_footer', 'default'),
(1741, 558, 'pyre_display_copyright', 'default'),
(1742, 558, 'pyre_footer_100_width', 'default'),
(1743, 558, 'pyre_sidebar_position', 'default');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1744, 558, 'pyre_sidebar_bg_color', ''),
(1745, 558, 'pyre_page_bg_layout', 'default'),
(1746, 558, 'pyre_page_bg', ''),
(1747, 558, 'pyre_page_bg_color', ''),
(1748, 558, 'pyre_page_bg_full', 'no'),
(1749, 558, 'pyre_page_bg_repeat', 'repeat'),
(1750, 558, 'pyre_wide_page_bg', ''),
(1751, 558, 'pyre_wide_page_bg_color', ''),
(1752, 558, 'pyre_wide_page_bg_full', 'no'),
(1753, 558, 'pyre_wide_page_bg_repeat', 'repeat'),
(1754, 558, 'pyre_page_title', 'default'),
(1755, 558, 'pyre_page_title_text', 'default'),
(1756, 558, 'pyre_page_title_text_alignment', 'default'),
(1757, 558, 'pyre_page_title_100_width', 'default'),
(1758, 558, 'pyre_page_title_custom_text', ''),
(1759, 558, 'pyre_page_title_text_size', ''),
(1760, 558, 'pyre_page_title_custom_subheader', ''),
(1761, 558, 'pyre_page_title_custom_subheader_text_size', ''),
(1762, 558, 'pyre_page_title_font_color', ''),
(1763, 558, 'pyre_page_title_height', ''),
(1764, 558, 'pyre_page_title_mobile_height', ''),
(1765, 558, 'pyre_page_title_bar_bg', ''),
(1766, 558, 'pyre_page_title_bar_bg_retina', ''),
(1767, 558, 'pyre_page_title_bar_bg_color', ''),
(1768, 558, 'pyre_page_title_bar_borders_color', ''),
(1769, 558, 'pyre_page_title_bar_bg_full', 'default'),
(1770, 558, 'pyre_page_title_bg_parallax', 'default'),
(1771, 558, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(1772, 558, 'fusion_builder_status', 'inactive'),
(1773, 558, '_wp_old_slug', '205-holiday-sale-is-here'),
(1774, 558, 'avada_post_views_count', '2237'),
(1775, 558, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(1776, 558, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(1777, 558, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(1778, 558, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(1779, 558, 'fusion_builder_converted', 'yes'),
(1914, 60, '_visibility', 'visible'),
(1915, 60, '_stock_status', 'instock'),
(1916, 60, 'total_sales', '2'),
(1917, 60, '_downloadable', 'no'),
(1918, 60, '_virtual', 'no'),
(1919, 60, '_regular_price', '19'),
(1920, 60, '_sale_price', ''),
(1921, 60, '_purchase_note', ''),
(1922, 60, '_featured', 'no'),
(1923, 60, '_weight', '1'),
(1924, 60, '_length', '110'),
(1925, 60, '_width', '30'),
(1926, 60, '_height', ''),
(1927, 60, '_sku', 'MS001'),
(1928, 60, '_product_attributes', 'a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"4\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"5\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"6\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),
(1929, 60, '_sale_price_dates_from', ''),
(1930, 60, '_sale_price_dates_to', ''),
(1931, 60, '_price', '19'),
(1932, 60, '_sold_individually', ''),
(1933, 60, '_manage_stock', 'no'),
(1934, 60, '_backorders', 'no'),
(1935, 60, '_stock', ''),
(1936, 60, '_upsell_ids', 'a:0:{}'),
(1937, 60, '_crosssell_ids', 'a:0:{}'),
(1938, 60, '_product_image_gallery', '917,915,913'),
(1939, 60, 'pyre_main_top_padding', ''),
(1940, 60, 'pyre_main_bottom_padding', ''),
(1941, 60, 'pyre_hundredp_padding', ''),
(1942, 60, 'pyre_display_header', 'yes'),
(1943, 60, 'pyre_header_100_width', 'default'),
(1944, 60, 'pyre_header_bg', ''),
(1945, 60, 'pyre_header_bg_color', ''),
(1946, 60, 'pyre_header_bg_opacity', '0'),
(1947, 60, 'pyre_header_bg_full', 'no'),
(1948, 60, 'pyre_header_bg_repeat', 'repeat'),
(1949, 60, 'pyre_displayed_menu', 'default'),
(1950, 60, 'pyre_display_footer', 'default'),
(1951, 60, 'pyre_display_copyright', 'default'),
(1952, 60, 'pyre_footer_100_width', 'default'),
(1953, 60, 'pyre_sidebar_position', 'default'),
(1954, 60, 'pyre_sidebar_bg_color', ''),
(1955, 60, 'pyre_slider_position', 'default'),
(1956, 60, 'pyre_slider_type', 'flex'),
(1957, 60, 'pyre_slider', '0'),
(1958, 60, 'pyre_wooslider', 'mens-product-1'),
(1959, 60, 'pyre_revslider', '0'),
(1960, 60, 'pyre_elasticslider', '0'),
(1961, 60, 'pyre_fallback', ''),
(1962, 60, 'pyre_avada_rev_styles', 'default'),
(1963, 60, 'pyre_page_bg_layout', 'default'),
(1964, 60, 'pyre_page_bg', ''),
(1965, 60, 'pyre_page_bg_color', ''),
(1966, 60, 'pyre_page_bg_full', 'no'),
(1967, 60, 'pyre_page_bg_repeat', 'repeat'),
(1968, 60, 'pyre_wide_page_bg', ''),
(1969, 60, 'pyre_wide_page_bg_color', ''),
(1970, 60, 'pyre_wide_page_bg_full', 'no'),
(1971, 60, 'pyre_wide_page_bg_repeat', 'repeat'),
(1972, 60, 'pyre_page_title', 'default'),
(1973, 60, 'pyre_page_title_text', 'default'),
(1974, 60, 'pyre_page_title_text_alignment', 'default'),
(1975, 60, 'pyre_page_title_100_width', 'default'),
(1976, 60, 'pyre_page_title_custom_text', ''),
(1977, 60, 'pyre_page_title_text_size', ''),
(1978, 60, 'pyre_page_title_custom_subheader', ''),
(1979, 60, 'pyre_page_title_custom_subheader_text_size', ''),
(1980, 60, 'pyre_page_title_font_color', ''),
(1981, 60, 'pyre_page_title_height', ''),
(1982, 60, 'pyre_page_title_mobile_height', ''),
(1983, 60, 'pyre_page_title_bar_bg', ''),
(1984, 60, 'pyre_page_title_bar_bg_retina', ''),
(1985, 60, 'pyre_page_title_bar_bg_color', ''),
(1986, 60, 'pyre_page_title_bar_borders_color', ''),
(1987, 60, 'pyre_page_title_bar_bg_full', 'default'),
(1988, 60, 'pyre_page_title_bg_parallax', 'default'),
(1989, 60, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(1990, 60, '_tax_status', 'taxable'),
(1991, 60, '_tax_class', ''),
(1992, 60, '_product_version', '2.4.7'),
(1994, 60, '_wp_old_slug', 'product-1'),
(1995, 60, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(1996, 60, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(1997, 60, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(1998, 60, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(1999, 60, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(2000, 60, '_wc_average_rating', '5.00'),
(2001, 60, '_wc_review_count', '1'),
(2002, 60, 'fusion_builder_converted', 'yes'),
(2003, 61, '_visibility', 'visible'),
(2004, 61, '_stock_status', 'instock'),
(2005, 61, 'total_sales', '0'),
(2006, 61, '_downloadable', 'no'),
(2007, 61, '_virtual', 'no'),
(2008, 61, '_regular_price', '59'),
(2009, 61, '_sale_price', ''),
(2010, 61, '_purchase_note', ''),
(2011, 61, '_featured', 'no'),
(2012, 61, '_weight', '2'),
(2013, 61, '_length', '200'),
(2014, 61, '_width', '100'),
(2015, 61, '_height', '50'),
(2016, 61, '_sku', 'MS002'),
(2017, 61, '_product_attributes', 'a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),
(2018, 61, '_sale_price_dates_from', ''),
(2019, 61, '_sale_price_dates_to', ''),
(2020, 61, '_price', '59'),
(2021, 61, '_sold_individually', ''),
(2022, 61, '_manage_stock', 'no'),
(2023, 61, '_backorders', 'no'),
(2024, 61, '_stock', ''),
(2025, 61, '_upsell_ids', 'a:0:{}'),
(2026, 61, '_crosssell_ids', 'a:0:{}'),
(2027, 61, '_product_image_gallery', '919,920,916'),
(2028, 61, 'pyre_main_top_padding', ''),
(2029, 61, 'pyre_main_bottom_padding', ''),
(2030, 61, 'pyre_hundredp_padding', ''),
(2031, 61, 'pyre_display_header', 'yes'),
(2032, 61, 'pyre_header_100_width', 'default'),
(2033, 61, 'pyre_header_bg', ''),
(2034, 61, 'pyre_header_bg_color', ''),
(2035, 61, 'pyre_header_bg_opacity', '0'),
(2036, 61, 'pyre_header_bg_full', 'no'),
(2037, 61, 'pyre_header_bg_repeat', 'repeat'),
(2038, 61, 'pyre_displayed_menu', 'default'),
(2039, 61, 'pyre_display_footer', 'default'),
(2040, 61, 'pyre_display_copyright', 'default'),
(2041, 61, 'pyre_footer_100_width', 'default'),
(2042, 61, 'pyre_sidebar_position', 'default'),
(2043, 61, 'pyre_sidebar_bg_color', ''),
(2044, 61, 'pyre_slider_position', 'default'),
(2045, 61, 'pyre_slider_type', 'flex'),
(2046, 61, 'pyre_slider', '0'),
(2047, 61, 'pyre_wooslider', 'womens-product-1'),
(2048, 61, 'pyre_revslider', '0'),
(2049, 61, 'pyre_elasticslider', '0'),
(2050, 61, 'pyre_fallback', ''),
(2051, 61, 'pyre_avada_rev_styles', 'default'),
(2052, 61, 'pyre_page_bg_layout', 'default'),
(2053, 61, 'pyre_page_bg', ''),
(2054, 61, 'pyre_page_bg_color', ''),
(2055, 61, 'pyre_page_bg_full', 'no'),
(2056, 61, 'pyre_page_bg_repeat', 'repeat'),
(2057, 61, 'pyre_wide_page_bg', ''),
(2058, 61, 'pyre_wide_page_bg_color', ''),
(2059, 61, 'pyre_wide_page_bg_full', 'no'),
(2060, 61, 'pyre_wide_page_bg_repeat', 'repeat'),
(2061, 61, 'pyre_page_title', 'default'),
(2062, 61, 'pyre_page_title_text', 'default'),
(2063, 61, 'pyre_page_title_text_alignment', 'default'),
(2064, 61, 'pyre_page_title_100_width', 'default'),
(2065, 61, 'pyre_page_title_custom_text', ''),
(2066, 61, 'pyre_page_title_text_size', ''),
(2067, 61, 'pyre_page_title_custom_subheader', ''),
(2068, 61, 'pyre_page_title_custom_subheader_text_size', ''),
(2069, 61, 'pyre_page_title_font_color', ''),
(2070, 61, 'pyre_page_title_height', ''),
(2071, 61, 'pyre_page_title_mobile_height', ''),
(2072, 61, 'pyre_page_title_bar_bg', ''),
(2073, 61, 'pyre_page_title_bar_bg_retina', ''),
(2074, 61, 'pyre_page_title_bar_bg_color', ''),
(2075, 61, 'pyre_page_title_bar_borders_color', ''),
(2076, 61, 'pyre_page_title_bar_bg_full', 'default'),
(2077, 61, 'pyre_page_title_bg_parallax', 'default'),
(2078, 61, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(2079, 61, '_tax_status', 'taxable'),
(2080, 61, '_tax_class', ''),
(2082, 61, '_product_version', '2.4.7'),
(2083, 61, '_wp_old_slug', 'product-2'),
(2084, 61, '_product_url', 'http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion'),
(2085, 61, '_button_text', 'Buy On Amazon'),
(2086, 61, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(2087, 61, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2088, 61, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(2089, 61, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2090, 61, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(2091, 61, '_wc_average_rating', '5.00'),
(2092, 61, '_wc_review_count', '1'),
(2093, 61, 'fusion_builder_converted', 'yes'),
(2094, 66, '_visibility', 'visible'),
(2095, 66, '_stock_status', 'instock'),
(2096, 66, 'total_sales', '6'),
(2097, 66, '_downloadable', 'no'),
(2098, 66, '_virtual', 'no'),
(2099, 66, '_regular_price', '150'),
(2100, 66, '_sale_price', ''),
(2101, 66, '_purchase_note', ''),
(2102, 66, '_featured', 'no'),
(2103, 66, '_weight', '1'),
(2104, 66, '_length', '30'),
(2105, 66, '_width', '120'),
(2106, 66, '_height', ''),
(2107, 66, '_sku', 'MS004'),
(2108, 66, '_product_attributes', 'a:4:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_fit\";a:6:{s:4:\"name\";s:6:\"pa_fit\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),
(2109, 66, '_sale_price_dates_from', ''),
(2110, 66, '_sale_price_dates_to', ''),
(2111, 66, '_price', '150'),
(2112, 66, '_sold_individually', ''),
(2113, 66, '_manage_stock', 'no'),
(2114, 66, '_backorders', 'no'),
(2115, 66, '_stock', ''),
(2116, 66, '_upsell_ids', 'a:0:{}'),
(2117, 66, '_crosssell_ids', 'a:0:{}'),
(2118, 66, '_product_image_gallery', '918,919,923'),
(2119, 66, 'pyre_main_top_padding', ''),
(2120, 66, 'pyre_main_bottom_padding', ''),
(2121, 66, 'pyre_hundredp_padding', ''),
(2122, 66, 'pyre_display_header', 'yes'),
(2123, 66, 'pyre_header_100_width', 'default'),
(2124, 66, 'pyre_header_bg', ''),
(2125, 66, 'pyre_header_bg_color', ''),
(2126, 66, 'pyre_header_bg_opacity', '0'),
(2127, 66, 'pyre_header_bg_full', 'no'),
(2128, 66, 'pyre_header_bg_repeat', 'repeat'),
(2129, 66, 'pyre_displayed_menu', 'default'),
(2130, 66, 'pyre_display_footer', 'default'),
(2131, 66, 'pyre_display_copyright', 'default'),
(2132, 66, 'pyre_footer_100_width', 'default'),
(2133, 66, 'pyre_sidebar_position', 'default'),
(2134, 66, 'pyre_sidebar_bg_color', ''),
(2135, 66, 'pyre_slider_position', 'default'),
(2136, 66, 'pyre_slider_type', 'flex'),
(2137, 66, 'pyre_slider', '0'),
(2138, 66, 'pyre_wooslider', 'womens-product-3'),
(2139, 66, 'pyre_revslider', '0'),
(2140, 66, 'pyre_elasticslider', '0'),
(2141, 66, 'pyre_fallback', ''),
(2142, 66, 'pyre_avada_rev_styles', 'default'),
(2143, 66, 'pyre_page_bg_layout', 'default'),
(2144, 66, 'pyre_page_bg', ''),
(2145, 66, 'pyre_page_bg_color', ''),
(2146, 66, 'pyre_page_bg_full', 'no'),
(2147, 66, 'pyre_page_bg_repeat', 'repeat'),
(2148, 66, 'pyre_wide_page_bg', ''),
(2149, 66, 'pyre_wide_page_bg_color', ''),
(2150, 66, 'pyre_wide_page_bg_full', 'no'),
(2151, 66, 'pyre_wide_page_bg_repeat', 'repeat'),
(2152, 66, 'pyre_page_title', 'default'),
(2153, 66, 'pyre_page_title_text', 'default'),
(2154, 66, 'pyre_page_title_text_alignment', 'default'),
(2155, 66, 'pyre_page_title_100_width', 'default'),
(2156, 66, 'pyre_page_title_custom_text', ''),
(2157, 66, 'pyre_page_title_text_size', ''),
(2158, 66, 'pyre_page_title_custom_subheader', ''),
(2159, 66, 'pyre_page_title_custom_subheader_text_size', ''),
(2160, 66, 'pyre_page_title_font_color', ''),
(2161, 66, 'pyre_page_title_height', ''),
(2162, 66, 'pyre_page_title_mobile_height', ''),
(2163, 66, 'pyre_page_title_bar_bg', ''),
(2164, 66, 'pyre_page_title_bar_bg_retina', ''),
(2165, 66, 'pyre_page_title_bar_bg_color', ''),
(2166, 66, 'pyre_page_title_bar_borders_color', ''),
(2167, 66, 'pyre_page_title_bar_bg_full', 'default'),
(2168, 66, 'pyre_page_title_bg_parallax', 'default'),
(2169, 66, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(2170, 66, '_tax_status', 'taxable'),
(2171, 66, '_tax_class', ''),
(2173, 66, '_product_version', '2.4.7'),
(2174, 66, '_wp_old_slug', 'product-4'),
(2175, 66, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(2176, 66, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2177, 66, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(2178, 66, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2179, 66, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(2180, 66, '_wc_average_rating', '5.00'),
(2181, 66, '_wc_review_count', '1'),
(2182, 66, 'fusion_builder_converted', 'yes'),
(2183, 68, '_visibility', 'visible'),
(2184, 68, '_stock_status', 'instock'),
(2185, 68, 'total_sales', '4'),
(2186, 68, '_downloadable', 'no'),
(2187, 68, '_virtual', 'no'),
(2188, 68, '_regular_price', '230'),
(2189, 68, '_sale_price', ''),
(2190, 68, '_purchase_note', ''),
(2191, 68, '_featured', 'yes'),
(2192, 68, '_weight', '1'),
(2193, 68, '_length', '100'),
(2194, 68, '_width', '30'),
(2195, 68, '_height', ''),
(2196, 68, '_sku', 'MS005'),
(2197, 68, '_product_attributes', 'a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_fit\";a:6:{s:4:\"name\";s:6:\"pa_fit\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),
(2198, 68, '_sale_price_dates_from', ''),
(2199, 68, '_sale_price_dates_to', ''),
(2200, 68, '_price', '230'),
(2201, 68, '_sold_individually', ''),
(2202, 68, '_manage_stock', 'no'),
(2203, 68, '_backorders', 'no'),
(2204, 68, '_stock', ''),
(2205, 68, '_upsell_ids', 'a:0:{}'),
(2206, 68, '_crosssell_ids', 'a:0:{}'),
(2207, 68, '_product_image_gallery', '920,916,924'),
(2208, 68, 'pyre_main_top_padding', ''),
(2209, 68, 'pyre_main_bottom_padding', ''),
(2210, 68, 'pyre_hundredp_padding', ''),
(2211, 68, 'pyre_display_header', 'yes'),
(2212, 68, 'pyre_header_100_width', 'default'),
(2213, 68, 'pyre_header_bg', ''),
(2214, 68, 'pyre_header_bg_color', ''),
(2215, 68, 'pyre_header_bg_opacity', '0'),
(2216, 68, 'pyre_header_bg_full', 'no'),
(2217, 68, 'pyre_header_bg_repeat', 'repeat'),
(2218, 68, 'pyre_displayed_menu', 'default'),
(2219, 68, 'pyre_display_footer', 'default'),
(2220, 68, 'pyre_display_copyright', 'default'),
(2221, 68, 'pyre_footer_100_width', 'default'),
(2222, 68, 'pyre_sidebar_position', 'default'),
(2223, 68, 'pyre_sidebar_bg_color', ''),
(2224, 68, 'pyre_slider_position', 'default'),
(2225, 68, 'pyre_slider_type', 'flex'),
(2226, 68, 'pyre_slider', '0'),
(2227, 68, 'pyre_wooslider', 'womens-product-2'),
(2228, 68, 'pyre_revslider', '0'),
(2229, 68, 'pyre_elasticslider', '0'),
(2230, 68, 'pyre_fallback', ''),
(2231, 68, 'pyre_avada_rev_styles', 'default'),
(2232, 68, 'pyre_page_bg_layout', 'default'),
(2233, 68, 'pyre_page_bg', ''),
(2234, 68, 'pyre_page_bg_color', ''),
(2235, 68, 'pyre_page_bg_full', 'no'),
(2236, 68, 'pyre_page_bg_repeat', 'repeat'),
(2237, 68, 'pyre_wide_page_bg', ''),
(2238, 68, 'pyre_wide_page_bg_color', ''),
(2239, 68, 'pyre_wide_page_bg_full', 'no'),
(2240, 68, 'pyre_wide_page_bg_repeat', 'repeat'),
(2241, 68, 'pyre_page_title', 'default'),
(2242, 68, 'pyre_page_title_text', 'default'),
(2243, 68, 'pyre_page_title_text_alignment', 'default'),
(2244, 68, 'pyre_page_title_100_width', 'default'),
(2245, 68, 'pyre_page_title_custom_text', ''),
(2246, 68, 'pyre_page_title_text_size', ''),
(2247, 68, 'pyre_page_title_custom_subheader', ''),
(2248, 68, 'pyre_page_title_custom_subheader_text_size', ''),
(2249, 68, 'pyre_page_title_font_color', ''),
(2250, 68, 'pyre_page_title_height', ''),
(2251, 68, 'pyre_page_title_mobile_height', ''),
(2252, 68, 'pyre_page_title_bar_bg', ''),
(2253, 68, 'pyre_page_title_bar_bg_retina', ''),
(2254, 68, 'pyre_page_title_bar_bg_color', ''),
(2255, 68, 'pyre_page_title_bar_borders_color', ''),
(2256, 68, 'pyre_page_title_bar_bg_full', 'default'),
(2257, 68, 'pyre_page_title_bg_parallax', 'default'),
(2258, 68, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(2259, 68, '_tax_status', 'taxable'),
(2260, 68, '_tax_class', ''),
(2262, 68, '_product_version', '2.4.7'),
(2263, 68, '_wp_old_slug', 'product-5'),
(2264, 68, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(2265, 68, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2266, 68, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(2267, 68, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2268, 68, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(2269, 68, '_wc_average_rating', '5.00'),
(2270, 68, '_wc_review_count', '1'),
(2271, 68, 'fusion_builder_converted', 'yes'),
(2272, 70, '_visibility', 'visible'),
(2273, 70, '_stock_status', 'instock'),
(2274, 70, 'total_sales', '14'),
(2275, 70, '_downloadable', 'no'),
(2276, 70, '_virtual', 'no'),
(2277, 70, '_regular_price', '75'),
(2278, 70, '_sale_price', ''),
(2279, 70, '_purchase_note', ''),
(2280, 70, '_featured', 'yes'),
(2281, 70, '_weight', '2'),
(2282, 70, '_length', '100'),
(2283, 70, '_width', '30'),
(2284, 70, '_height', ''),
(2285, 70, '_sku', 'MS006'),
(2286, 70, '_product_attributes', 'a:4:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_fit\";a:6:{s:4:\"name\";s:6:\"pa_fit\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),
(2287, 70, '_sale_price_dates_from', ''),
(2288, 70, '_sale_price_dates_to', ''),
(2289, 70, '_price', '75'),
(2290, 70, '_sold_individually', ''),
(2291, 70, '_manage_stock', 'no'),
(2292, 70, '_backorders', 'no'),
(2293, 70, '_stock', ''),
(2294, 70, '_upsell_ids', 'a:0:{}'),
(2295, 70, '_crosssell_ids', 'a:0:{}'),
(2296, 70, '_product_image_gallery', '926,925,922'),
(2297, 70, 'pyre_main_top_padding', ''),
(2298, 70, 'pyre_main_bottom_padding', ''),
(2299, 70, 'pyre_hundredp_padding', ''),
(2300, 70, 'pyre_display_header', 'yes'),
(2301, 70, 'pyre_header_100_width', 'default'),
(2302, 70, 'pyre_header_bg', ''),
(2303, 70, 'pyre_header_bg_color', ''),
(2304, 70, 'pyre_header_bg_opacity', '0'),
(2305, 70, 'pyre_header_bg_full', 'no'),
(2306, 70, 'pyre_header_bg_repeat', 'repeat'),
(2307, 70, 'pyre_displayed_menu', 'default'),
(2308, 70, 'pyre_display_footer', 'default'),
(2309, 70, 'pyre_display_copyright', 'default'),
(2310, 70, 'pyre_footer_100_width', 'default'),
(2311, 70, 'pyre_sidebar_position', 'default'),
(2312, 70, 'pyre_sidebar_bg_color', ''),
(2313, 70, 'pyre_slider_position', 'default'),
(2314, 70, 'pyre_slider_type', 'flex'),
(2315, 70, 'pyre_slider', '0'),
(2316, 70, 'pyre_wooslider', 'mens-product-2'),
(2317, 70, 'pyre_revslider', '0'),
(2318, 70, 'pyre_elasticslider', '0'),
(2319, 70, 'pyre_fallback', ''),
(2320, 70, 'pyre_avada_rev_styles', 'default'),
(2321, 70, 'pyre_page_bg_layout', 'default'),
(2322, 70, 'pyre_page_bg', ''),
(2323, 70, 'pyre_page_bg_color', ''),
(2324, 70, 'pyre_page_bg_full', 'no'),
(2325, 70, 'pyre_page_bg_repeat', 'repeat'),
(2326, 70, 'pyre_wide_page_bg', ''),
(2327, 70, 'pyre_wide_page_bg_color', ''),
(2328, 70, 'pyre_wide_page_bg_full', 'no'),
(2329, 70, 'pyre_wide_page_bg_repeat', 'repeat'),
(2330, 70, 'pyre_page_title', 'default'),
(2331, 70, 'pyre_page_title_text', 'default'),
(2332, 70, 'pyre_page_title_text_alignment', 'default'),
(2333, 70, 'pyre_page_title_100_width', 'default'),
(2334, 70, 'pyre_page_title_custom_text', ''),
(2335, 70, 'pyre_page_title_text_size', ''),
(2336, 70, 'pyre_page_title_custom_subheader', ''),
(2337, 70, 'pyre_page_title_custom_subheader_text_size', ''),
(2338, 70, 'pyre_page_title_font_color', ''),
(2339, 70, 'pyre_page_title_height', ''),
(2340, 70, 'pyre_page_title_mobile_height', ''),
(2341, 70, 'pyre_page_title_bar_bg', ''),
(2342, 70, 'pyre_page_title_bar_bg_retina', ''),
(2343, 70, 'pyre_page_title_bar_bg_color', ''),
(2344, 70, 'pyre_page_title_bar_borders_color', ''),
(2345, 70, 'pyre_page_title_bar_bg_full', 'default'),
(2346, 70, 'pyre_page_title_bg_parallax', 'default'),
(2347, 70, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(2348, 70, '_tax_status', 'taxable'),
(2349, 70, '_tax_class', ''),
(2351, 70, '_product_version', '2.4.7'),
(2352, 70, '_wp_old_slug', 'product-6'),
(2353, 70, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(2354, 70, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2355, 70, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(2356, 70, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2357, 70, '_wc_rating_count', 'a:1:{i:4;i:1;}'),
(2358, 70, '_wc_average_rating', '4.00'),
(2359, 70, '_wc_review_count', '1'),
(2360, 70, 'fusion_builder_converted', 'yes'),
(2361, 72, '_visibility', 'visible'),
(2362, 72, '_stock_status', 'instock'),
(2363, 72, 'total_sales', '3'),
(2364, 72, '_downloadable', 'no'),
(2365, 72, '_virtual', 'no'),
(2366, 72, '_regular_price', '120'),
(2367, 72, '_sale_price', ''),
(2368, 72, '_purchase_note', ''),
(2369, 72, '_featured', 'yes'),
(2370, 72, '_weight', '2'),
(2371, 72, '_length', '100'),
(2372, 72, '_width', '30'),
(2373, 72, '_height', ''),
(2374, 72, '_sku', 'MS007'),
(2375, 72, '_product_attributes', 'a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_fit\";a:6:{s:4:\"name\";s:6:\"pa_fit\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),
(2376, 72, '_sale_price_dates_from', ''),
(2377, 72, '_sale_price_dates_to', ''),
(2378, 72, '_price', '120'),
(2379, 72, '_sold_individually', ''),
(2380, 72, '_manage_stock', 'no'),
(2381, 72, '_backorders', 'no'),
(2382, 72, '_stock', ''),
(2383, 72, '_upsell_ids', 'a:0:{}'),
(2384, 72, '_crosssell_ids', 'a:0:{}'),
(2385, 72, '_product_image_gallery', '913,922,917'),
(2386, 72, 'pyre_main_top_padding', ''),
(2387, 72, 'pyre_main_bottom_padding', ''),
(2388, 72, 'pyre_hundredp_padding', ''),
(2389, 72, 'pyre_display_header', 'yes'),
(2390, 72, 'pyre_header_100_width', 'default'),
(2391, 72, 'pyre_header_bg', ''),
(2392, 72, 'pyre_header_bg_color', ''),
(2393, 72, 'pyre_header_bg_opacity', '0'),
(2394, 72, 'pyre_header_bg_full', 'no'),
(2395, 72, 'pyre_header_bg_repeat', 'repeat'),
(2396, 72, 'pyre_displayed_menu', 'default'),
(2397, 72, 'pyre_display_footer', 'default'),
(2398, 72, 'pyre_display_copyright', 'default'),
(2399, 72, 'pyre_footer_100_width', 'default'),
(2400, 72, 'pyre_sidebar_position', 'default'),
(2401, 72, 'pyre_sidebar_bg_color', ''),
(2402, 72, 'pyre_slider_position', 'default'),
(2403, 72, 'pyre_slider_type', 'flex'),
(2404, 72, 'pyre_slider', '0'),
(2405, 72, 'pyre_wooslider', 'mens-product-1'),
(2406, 72, 'pyre_revslider', '0'),
(2407, 72, 'pyre_elasticslider', '0'),
(2408, 72, 'pyre_fallback', ''),
(2409, 72, 'pyre_avada_rev_styles', 'default'),
(2410, 72, 'pyre_page_bg_layout', 'default'),
(2411, 72, 'pyre_page_bg', ''),
(2412, 72, 'pyre_page_bg_color', ''),
(2413, 72, 'pyre_page_bg_full', 'no'),
(2414, 72, 'pyre_page_bg_repeat', 'repeat'),
(2415, 72, 'pyre_wide_page_bg', ''),
(2416, 72, 'pyre_wide_page_bg_color', ''),
(2417, 72, 'pyre_wide_page_bg_full', 'no'),
(2418, 72, 'pyre_wide_page_bg_repeat', 'repeat'),
(2419, 72, 'pyre_page_title', 'default'),
(2420, 72, 'pyre_page_title_text', 'default'),
(2421, 72, 'pyre_page_title_text_alignment', 'default'),
(2422, 72, 'pyre_page_title_100_width', 'default'),
(2423, 72, 'pyre_page_title_custom_text', ''),
(2424, 72, 'pyre_page_title_text_size', ''),
(2425, 72, 'pyre_page_title_custom_subheader', ''),
(2426, 72, 'pyre_page_title_custom_subheader_text_size', ''),
(2427, 72, 'pyre_page_title_font_color', ''),
(2428, 72, 'pyre_page_title_height', ''),
(2429, 72, 'pyre_page_title_mobile_height', ''),
(2430, 72, 'pyre_page_title_bar_bg', ''),
(2431, 72, 'pyre_page_title_bar_bg_retina', ''),
(2432, 72, 'pyre_page_title_bar_bg_color', ''),
(2433, 72, 'pyre_page_title_bar_borders_color', ''),
(2434, 72, 'pyre_page_title_bar_bg_full', 'default'),
(2435, 72, 'pyre_page_title_bg_parallax', 'default'),
(2436, 72, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(2437, 72, '_tax_status', 'taxable'),
(2438, 72, '_tax_class', ''),
(2440, 72, '_product_version', '2.4.7'),
(2441, 72, '_wp_old_slug', 'product-7'),
(2442, 72, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(2443, 72, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2444, 72, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(2445, 72, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2446, 72, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(2447, 72, '_wc_average_rating', '5.00'),
(2448, 72, '_wc_review_count', '1'),
(2449, 72, 'fusion_builder_converted', 'yes'),
(2451, 74, '_visibility', 'visible'),
(2452, 74, '_stock_status', 'instock'),
(2453, 74, 'total_sales', '17'),
(2454, 74, '_downloadable', 'no'),
(2455, 74, '_virtual', 'no'),
(2456, 74, '_regular_price', '29'),
(2457, 74, '_sale_price', ''),
(2458, 74, '_purchase_note', ''),
(2459, 74, '_featured', 'yes'),
(2460, 74, '_weight', '1'),
(2461, 74, '_length', '100'),
(2462, 74, '_width', '30'),
(2463, 74, '_height', ''),
(2464, 74, '_sku', 'MS008'),
(2465, 74, '_product_attributes', 'a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),
(2466, 74, '_sale_price_dates_from', ''),
(2467, 74, '_sale_price_dates_to', ''),
(2468, 74, '_price', '29'),
(2469, 74, '_sold_individually', ''),
(2470, 74, '_manage_stock', 'no'),
(2471, 74, '_backorders', 'no'),
(2472, 74, '_stock', ''),
(2473, 74, '_upsell_ids', 'a:0:{}'),
(2474, 74, '_crosssell_ids', 'a:0:{}'),
(2475, 74, '_product_image_gallery', '912,916,920'),
(2476, 74, 'pyre_main_top_padding', ''),
(2477, 74, 'pyre_main_bottom_padding', ''),
(2478, 74, 'pyre_hundredp_padding', ''),
(2479, 74, 'pyre_display_header', 'yes'),
(2480, 74, 'pyre_header_100_width', 'default'),
(2481, 74, 'pyre_header_bg', ''),
(2482, 74, 'pyre_header_bg_color', ''),
(2483, 74, 'pyre_header_bg_opacity', '0'),
(2484, 74, 'pyre_header_bg_full', 'no'),
(2485, 74, 'pyre_header_bg_repeat', 'repeat'),
(2486, 74, 'pyre_displayed_menu', 'default'),
(2487, 74, 'pyre_display_footer', 'default'),
(2488, 74, 'pyre_display_copyright', 'default'),
(2489, 74, 'pyre_footer_100_width', 'default'),
(2490, 74, 'pyre_sidebar_position', 'default'),
(2491, 74, 'pyre_sidebar_bg_color', ''),
(2492, 74, 'pyre_slider_position', 'default'),
(2493, 74, 'pyre_slider_type', 'flex'),
(2494, 74, 'pyre_slider', '0'),
(2495, 74, 'pyre_wooslider', 'womens-product-2'),
(2496, 74, 'pyre_revslider', '0'),
(2497, 74, 'pyre_elasticslider', '0'),
(2498, 74, 'pyre_fallback', ''),
(2499, 74, 'pyre_avada_rev_styles', 'default'),
(2500, 74, 'pyre_page_bg_layout', 'default'),
(2501, 74, 'pyre_page_bg', ''),
(2502, 74, 'pyre_page_bg_color', ''),
(2503, 74, 'pyre_page_bg_full', 'no'),
(2504, 74, 'pyre_page_bg_repeat', 'repeat'),
(2505, 74, 'pyre_wide_page_bg', ''),
(2506, 74, 'pyre_wide_page_bg_color', ''),
(2507, 74, 'pyre_wide_page_bg_full', 'no'),
(2508, 74, 'pyre_wide_page_bg_repeat', 'repeat'),
(2509, 74, 'pyre_page_title', 'default'),
(2510, 74, 'pyre_page_title_text', 'default'),
(2511, 74, 'pyre_page_title_text_alignment', 'default'),
(2512, 74, 'pyre_page_title_100_width', 'default'),
(2513, 74, 'pyre_page_title_custom_text', ''),
(2514, 74, 'pyre_page_title_text_size', ''),
(2515, 74, 'pyre_page_title_custom_subheader', ''),
(2516, 74, 'pyre_page_title_custom_subheader_text_size', ''),
(2517, 74, 'pyre_page_title_font_color', ''),
(2518, 74, 'pyre_page_title_height', ''),
(2519, 74, 'pyre_page_title_mobile_height', ''),
(2520, 74, 'pyre_page_title_bar_bg', ''),
(2521, 74, 'pyre_page_title_bar_bg_retina', ''),
(2522, 74, 'pyre_page_title_bar_bg_color', ''),
(2523, 74, 'pyre_page_title_bar_borders_color', ''),
(2524, 74, 'pyre_page_title_bar_bg_full', 'default'),
(2525, 74, 'pyre_page_title_bg_parallax', 'default'),
(2526, 74, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(2527, 74, '_tax_status', 'taxable'),
(2528, 74, '_tax_class', ''),
(2529, 74, '_product_version', '2.4.7'),
(2530, 74, '_wp_old_slug', 'product-8'),
(2531, 74, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(2532, 74, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2533, 74, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(2534, 74, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2535, 74, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(2536, 74, '_wc_average_rating', '5.00'),
(2537, 74, '_wc_review_count', '1'),
(2538, 74, 'fusion_builder_converted', 'yes'),
(2540, 76, '_visibility', 'visible'),
(2541, 76, '_stock_status', 'instock'),
(2542, 76, 'total_sales', '0'),
(2543, 76, '_downloadable', 'no'),
(2544, 76, '_virtual', 'no'),
(2545, 76, '_regular_price', ''),
(2546, 76, '_sale_price', ''),
(2547, 76, '_purchase_note', ''),
(2548, 76, '_featured', 'yes'),
(2549, 76, '_weight', '1'),
(2550, 76, '_length', '100'),
(2551, 76, '_width', '30'),
(2552, 76, '_height', ''),
(2553, 76, '_sku', 'MS009'),
(2554, 76, '_product_attributes', 'a:2:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),
(2555, 76, '_sale_price_dates_from', ''),
(2556, 76, '_sale_price_dates_to', ''),
(2557, 76, '_price', '29'),
(2558, 76, '_sold_individually', ''),
(2559, 76, '_manage_stock', 'no'),
(2560, 76, '_backorders', 'no'),
(2561, 76, '_stock', ''),
(2562, 76, '_upsell_ids', 'a:0:{}'),
(2563, 76, '_crosssell_ids', 'a:0:{}'),
(2564, 76, '_product_image_gallery', '912,914,919'),
(2565, 76, 'pyre_main_top_padding', ''),
(2566, 76, 'pyre_main_bottom_padding', ''),
(2567, 76, 'pyre_hundredp_padding', ''),
(2568, 76, 'pyre_display_header', 'yes'),
(2569, 76, 'pyre_header_100_width', 'default'),
(2570, 76, 'pyre_header_bg', ''),
(2571, 76, 'pyre_header_bg_color', ''),
(2572, 76, 'pyre_header_bg_opacity', '0'),
(2573, 76, 'pyre_header_bg_full', 'no'),
(2574, 76, 'pyre_header_bg_repeat', 'repeat'),
(2575, 76, 'pyre_displayed_menu', 'default'),
(2576, 76, 'pyre_display_footer', 'default'),
(2577, 76, 'pyre_display_copyright', 'default'),
(2578, 76, 'pyre_footer_100_width', 'default'),
(2579, 76, 'pyre_sidebar_position', 'default'),
(2580, 76, 'pyre_sidebar_bg_color', ''),
(2581, 76, 'pyre_slider_position', 'default'),
(2582, 76, 'pyre_slider_type', 'flex'),
(2583, 76, 'pyre_slider', '0'),
(2584, 76, 'pyre_wooslider', 'womens-product-1'),
(2585, 76, 'pyre_revslider', '0'),
(2586, 76, 'pyre_elasticslider', '0'),
(2587, 76, 'pyre_fallback', ''),
(2588, 76, 'pyre_avada_rev_styles', 'default'),
(2589, 76, 'pyre_page_bg_layout', 'default'),
(2590, 76, 'pyre_page_bg', ''),
(2591, 76, 'pyre_page_bg_color', ''),
(2592, 76, 'pyre_page_bg_full', 'no'),
(2593, 76, 'pyre_page_bg_repeat', 'repeat'),
(2594, 76, 'pyre_wide_page_bg', ''),
(2595, 76, 'pyre_wide_page_bg_color', ''),
(2596, 76, 'pyre_wide_page_bg_full', 'no'),
(2597, 76, 'pyre_wide_page_bg_repeat', 'repeat'),
(2598, 76, 'pyre_page_title', 'default'),
(2599, 76, 'pyre_page_title_text', 'default'),
(2600, 76, 'pyre_page_title_text_alignment', 'default'),
(2601, 76, 'pyre_page_title_100_width', 'default'),
(2602, 76, 'pyre_page_title_custom_text', ''),
(2603, 76, 'pyre_page_title_text_size', ''),
(2604, 76, 'pyre_page_title_custom_subheader', ''),
(2605, 76, 'pyre_page_title_custom_subheader_text_size', ''),
(2606, 76, 'pyre_page_title_font_color', ''),
(2607, 76, 'pyre_page_title_height', ''),
(2608, 76, 'pyre_page_title_mobile_height', ''),
(2609, 76, 'pyre_page_title_bar_bg', ''),
(2610, 76, 'pyre_page_title_bar_bg_retina', ''),
(2611, 76, 'pyre_page_title_bar_bg_color', ''),
(2612, 76, 'pyre_page_title_bar_borders_color', ''),
(2613, 76, 'pyre_page_title_bar_bg_full', 'default'),
(2614, 76, 'pyre_page_title_bg_parallax', 'default'),
(2615, 76, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(2616, 76, '_tax_status', 'taxable'),
(2617, 76, '_tax_class', ''),
(2618, 76, '_product_version', '2.4.7'),
(2619, 76, '_wp_old_slug', 'product-9'),
(2620, 76, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(2621, 76, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2622, 76, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(2623, 76, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2624, 76, 'fusion_builder_converted', 'yes'),
(2625, 76, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(2626, 76, '_wc_average_rating', '5.00'),
(2627, 76, '_wc_review_count', '1'),
(2628, 76, '_children', 'a:3:{i:0;i:760;i:1;i:757;i:2;i:74;}'),
(2630, 78, '_visibility', 'visible'),
(2631, 78, '_stock_status', 'instock'),
(2632, 78, 'total_sales', '17'),
(2633, 78, '_downloadable', 'yes'),
(2634, 78, '_virtual', 'yes'),
(2635, 78, '_regular_price', '170'),
(2636, 78, '_sale_price', ''),
(2637, 78, '_purchase_note', 'This is a download product'),
(2638, 78, '_featured', 'yes'),
(2639, 78, '_weight', ''),
(2640, 78, '_length', ''),
(2641, 78, '_width', ''),
(2642, 78, '_height', ''),
(2643, 78, '_sku', 'MS010'),
(2644, 78, '_product_attributes', 'a:2:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),
(2645, 78, '_sale_price_dates_from', ''),
(2646, 78, '_sale_price_dates_to', ''),
(2647, 78, '_price', '170'),
(2648, 78, '_sold_individually', ''),
(2649, 78, '_manage_stock', 'no'),
(2650, 78, '_backorders', 'no'),
(2651, 78, '_stock', ''),
(2652, 78, '_upsell_ids', 'a:0:{}'),
(2653, 78, '_crosssell_ids', 'a:0:{}'),
(2654, 78, '_product_image_gallery', '925,922,915'),
(2655, 78, 'pyre_main_top_padding', ''),
(2656, 78, 'pyre_main_bottom_padding', ''),
(2657, 78, 'pyre_hundredp_padding', ''),
(2658, 78, 'pyre_display_header', 'yes'),
(2659, 78, 'pyre_header_100_width', 'default'),
(2660, 78, 'pyre_header_bg', ''),
(2661, 78, 'pyre_header_bg_color', ''),
(2662, 78, 'pyre_header_bg_opacity', '0'),
(2663, 78, 'pyre_header_bg_full', 'no'),
(2664, 78, 'pyre_header_bg_repeat', 'repeat'),
(2665, 78, 'pyre_displayed_menu', 'default'),
(2666, 78, 'pyre_display_footer', 'default'),
(2667, 78, 'pyre_display_copyright', 'default'),
(2668, 78, 'pyre_footer_100_width', 'default'),
(2669, 78, 'pyre_sidebar_position', 'default'),
(2670, 78, 'pyre_sidebar_bg_color', ''),
(2671, 78, 'pyre_slider_position', 'default'),
(2672, 78, 'pyre_slider_type', 'flex'),
(2673, 78, 'pyre_slider', '0'),
(2674, 78, 'pyre_wooslider', 'mens-product-3'),
(2675, 78, 'pyre_revslider', '0'),
(2676, 78, 'pyre_elasticslider', '0'),
(2677, 78, 'pyre_fallback', ''),
(2678, 78, 'pyre_avada_rev_styles', 'default'),
(2679, 78, 'pyre_page_bg_layout', 'default'),
(2680, 78, 'pyre_page_bg', ''),
(2681, 78, 'pyre_page_bg_color', ''),
(2682, 78, 'pyre_page_bg_full', 'no'),
(2683, 78, 'pyre_page_bg_repeat', 'repeat'),
(2684, 78, 'pyre_wide_page_bg', ''),
(2685, 78, 'pyre_wide_page_bg_color', ''),
(2686, 78, 'pyre_wide_page_bg_full', 'no'),
(2687, 78, 'pyre_wide_page_bg_repeat', 'repeat'),
(2688, 78, 'pyre_page_title', 'default'),
(2689, 78, 'pyre_page_title_text', 'default'),
(2690, 78, 'pyre_page_title_text_alignment', 'default'),
(2691, 78, 'pyre_page_title_100_width', 'default'),
(2692, 78, 'pyre_page_title_custom_text', ''),
(2693, 78, 'pyre_page_title_text_size', ''),
(2694, 78, 'pyre_page_title_custom_subheader', ''),
(2695, 78, 'pyre_page_title_custom_subheader_text_size', ''),
(2696, 78, 'pyre_page_title_font_color', ''),
(2697, 78, 'pyre_page_title_height', ''),
(2698, 78, 'pyre_page_title_mobile_height', ''),
(2699, 78, 'pyre_page_title_bar_bg', ''),
(2700, 78, 'pyre_page_title_bar_bg_retina', ''),
(2701, 78, 'pyre_page_title_bar_bg_color', ''),
(2702, 78, 'pyre_page_title_bar_borders_color', ''),
(2703, 78, 'pyre_page_title_bar_bg_full', 'default'),
(2704, 78, 'pyre_page_title_bg_parallax', 'default'),
(2705, 78, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(2706, 78, '_tax_status', 'taxable'),
(2707, 78, '_tax_class', ''),
(2708, 78, '_product_version', '2.4.7'),
(2709, 78, '_wp_old_slug', 'product-10'),
(2710, 78, '_downloadable_files', 'a:1:{s:32:\"9a262085b60f586b0b7bbd5e2961a83b\";a:2:{s:4:\"name\";s:21:\"Avada WordPress Theme\";s:4:\"file\";s:87:\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\";}}'),
(2711, 78, '_download_limit', '5'),
(2712, 78, '_download_expiry', ''),
(2713, 78, '_download_type', 'application'),
(2714, 78, '_wp_old_slug', 'ultra-ray-glasses'),
(2715, 78, '_wp_old_slug', 'x-ray-glass-software'),
(2716, 78, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(2717, 78, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2718, 78, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(2719, 78, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2720, 78, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(2721, 78, '_wc_average_rating', '5.00'),
(2722, 78, '_wc_review_count', '1'),
(2723, 78, 'fusion_builder_converted', 'yes'),
(2727, 582, 'pyre_show_first_featured_image', 'no'),
(2728, 582, 'pyre_portfolio_width_100', 'default'),
(2729, 582, 'pyre_video', ''),
(2730, 582, 'pyre_fimg_width', ''),
(2731, 582, 'pyre_fimg_height', ''),
(2732, 582, 'pyre_image_rollover_icons', 'default'),
(2733, 582, 'pyre_link_icon_url', ''),
(2734, 582, 'pyre_post_links_target', 'no'),
(2735, 582, 'pyre_related_posts', 'default'),
(2736, 582, 'pyre_share_box', 'default'),
(2737, 582, 'pyre_post_pagination', 'default'),
(2738, 582, 'pyre_author_info', 'default'),
(2739, 582, 'pyre_post_meta', 'default'),
(2740, 582, 'pyre_post_comments', 'default'),
(2741, 582, 'pyre_main_top_padding', ''),
(2742, 582, 'pyre_main_bottom_padding', ''),
(2743, 582, 'pyre_hundredp_padding', ''),
(2744, 582, 'pyre_slider_position', 'default'),
(2745, 582, 'pyre_slider_type', 'no'),
(2746, 582, 'pyre_slider', '0'),
(2747, 582, 'pyre_wooslider', '0'),
(2748, 582, 'pyre_revslider', '0'),
(2749, 582, 'pyre_elasticslider', '0'),
(2750, 582, 'pyre_fallback', ''),
(2751, 582, 'pyre_avada_rev_styles', 'default'),
(2752, 582, 'pyre_display_header', 'yes'),
(2753, 582, 'pyre_header_100_width', 'default'),
(2754, 582, 'pyre_header_bg', ''),
(2755, 582, 'pyre_header_bg_color', ''),
(2756, 582, 'pyre_header_bg_opacity', ''),
(2757, 582, 'pyre_header_bg_full', 'no'),
(2758, 582, 'pyre_header_bg_repeat', 'repeat'),
(2759, 582, 'pyre_displayed_menu', 'default'),
(2760, 582, 'pyre_display_footer', 'default'),
(2761, 582, 'pyre_display_copyright', 'default'),
(2762, 582, 'pyre_footer_100_width', 'default'),
(2763, 582, 'pyre_sidebar_position', 'default'),
(2764, 582, 'pyre_sidebar_bg_color', ''),
(2765, 582, 'pyre_page_bg_layout', 'default'),
(2766, 582, 'pyre_page_bg', ''),
(2767, 582, 'pyre_page_bg_color', ''),
(2768, 582, 'pyre_page_bg_full', 'no'),
(2769, 582, 'pyre_page_bg_repeat', 'repeat'),
(2770, 582, 'pyre_wide_page_bg', ''),
(2771, 582, 'pyre_wide_page_bg_color', ''),
(2772, 582, 'pyre_wide_page_bg_full', 'no'),
(2773, 582, 'pyre_wide_page_bg_repeat', 'repeat'),
(2774, 582, 'pyre_page_title', 'default'),
(2775, 582, 'pyre_page_title_text', 'default'),
(2776, 582, 'pyre_page_title_text_alignment', 'default'),
(2777, 582, 'pyre_page_title_100_width', 'default'),
(2778, 582, 'pyre_page_title_custom_text', ''),
(2779, 582, 'pyre_page_title_text_size', ''),
(2780, 582, 'pyre_page_title_custom_subheader', ''),
(2781, 582, 'pyre_page_title_custom_subheader_text_size', ''),
(2782, 582, 'pyre_page_title_font_color', ''),
(2783, 582, 'pyre_page_title_height', ''),
(2784, 582, 'pyre_page_title_mobile_height', ''),
(2785, 582, 'pyre_page_title_bar_bg', ''),
(2786, 582, 'pyre_page_title_bar_bg_retina', ''),
(2787, 582, 'pyre_page_title_bar_bg_color', ''),
(2788, 582, 'pyre_page_title_bar_borders_color', ''),
(2789, 582, 'pyre_page_title_bar_bg_full', 'default'),
(2790, 582, 'pyre_page_title_bg_parallax', 'default'),
(2791, 582, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(2792, 582, 'fusion_builder_status', 'inactive'),
(2793, 582, 'avada_post_views_count', '2432'),
(2794, 582, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(2795, 582, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(2796, 582, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(2797, 582, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2798, 582, 'fusion_builder_converted', 'yes'),
(2800, 757, '_visibility', 'visible'),
(2801, 757, '_stock_status', 'instock'),
(2802, 757, '_downloadable', 'no'),
(2803, 757, '_virtual', 'no'),
(2804, 757, '_regular_price', '150'),
(2805, 757, '_sale_price', ''),
(2806, 757, '_purchase_note', ''),
(2807, 757, '_featured', 'yes'),
(2808, 757, '_weight', '1'),
(2809, 757, '_length', '100'),
(2810, 757, '_width', '30'),
(2811, 757, '_height', ''),
(2812, 757, '_sku', 'MS011'),
(2813, 757, '_product_attributes', 'a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),
(2814, 757, '_sale_price_dates_from', ''),
(2815, 757, '_sale_price_dates_to', ''),
(2816, 757, '_price', '150'),
(2817, 757, '_sold_individually', ''),
(2818, 757, '_manage_stock', 'no'),
(2819, 757, '_backorders', 'no'),
(2820, 757, '_stock', ''),
(2821, 757, '_upsell_ids', 'a:0:{}'),
(2822, 757, '_crosssell_ids', 'a:0:{}'),
(2823, 757, '_product_image_gallery', '920,919,916'),
(2824, 757, 'pyre_main_top_padding', ''),
(2825, 757, 'pyre_main_bottom_padding', ''),
(2826, 757, 'pyre_hundredp_padding', ''),
(2827, 757, 'pyre_display_header', 'yes'),
(2828, 757, 'pyre_header_100_width', 'default'),
(2829, 757, 'pyre_header_bg', ''),
(2830, 757, 'pyre_header_bg_color', ''),
(2831, 757, 'pyre_header_bg_opacity', '0'),
(2832, 757, 'pyre_header_bg_full', 'no'),
(2833, 757, 'pyre_header_bg_repeat', 'repeat'),
(2834, 757, 'pyre_displayed_menu', 'default'),
(2835, 757, 'pyre_display_footer', 'default'),
(2836, 757, 'pyre_display_copyright', 'default'),
(2837, 757, 'pyre_footer_100_width', 'default'),
(2838, 757, 'pyre_sidebar_position', 'default'),
(2839, 757, 'pyre_sidebar_bg_color', ''),
(2840, 757, 'pyre_slider_position', 'default'),
(2841, 757, 'pyre_slider_type', 'flex'),
(2842, 757, 'pyre_slider', '0'),
(2843, 757, 'pyre_wooslider', 'womens-product-3'),
(2844, 757, 'pyre_revslider', '0'),
(2845, 757, 'pyre_elasticslider', '0'),
(2846, 757, 'pyre_fallback', ''),
(2847, 757, 'pyre_avada_rev_styles', 'default'),
(2848, 757, 'pyre_page_bg_layout', 'default'),
(2849, 757, 'pyre_page_bg', ''),
(2850, 757, 'pyre_page_bg_color', ''),
(2851, 757, 'pyre_page_bg_full', 'no'),
(2852, 757, 'pyre_page_bg_repeat', 'repeat'),
(2853, 757, 'pyre_wide_page_bg', ''),
(2854, 757, 'pyre_wide_page_bg_color', ''),
(2855, 757, 'pyre_wide_page_bg_full', 'no'),
(2856, 757, 'pyre_wide_page_bg_repeat', 'repeat'),
(2857, 757, 'pyre_page_title', 'default'),
(2858, 757, 'pyre_page_title_text', 'default'),
(2859, 757, 'pyre_page_title_text_alignment', 'default'),
(2860, 757, 'pyre_page_title_100_width', 'default'),
(2861, 757, 'pyre_page_title_custom_text', ''),
(2862, 757, 'pyre_page_title_text_size', ''),
(2863, 757, 'pyre_page_title_custom_subheader', ''),
(2864, 757, 'pyre_page_title_custom_subheader_text_size', ''),
(2865, 757, 'pyre_page_title_font_color', ''),
(2866, 757, 'pyre_page_title_height', ''),
(2867, 757, 'pyre_page_title_mobile_height', ''),
(2868, 757, 'pyre_page_title_bar_bg', ''),
(2869, 757, 'pyre_page_title_bar_bg_retina', ''),
(2870, 757, 'pyre_page_title_bar_bg_color', ''),
(2871, 757, 'pyre_page_title_bar_borders_color', ''),
(2872, 757, 'pyre_page_title_bar_bg_full', 'default'),
(2873, 757, 'pyre_page_title_bg_parallax', 'default'),
(2874, 757, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(2875, 757, '_tax_status', 'taxable'),
(2876, 757, '_tax_class', ''),
(2877, 757, '_product_version', '2.4.7'),
(2878, 757, 'total_sales', '23'),
(2879, 757, '_wp_old_slug', 'product-10-copy'),
(2880, 757, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(2881, 757, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2882, 757, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(2883, 757, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2884, 757, 'fusion_builder_converted', 'yes'),
(2885, 757, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(2886, 757, '_wc_average_rating', '5.00'),
(2887, 757, '_wc_review_count', '1'),
(2889, 758, '_visibility', 'visible'),
(2890, 758, '_stock_status', 'instock'),
(2891, 758, '_downloadable', 'no'),
(2892, 758, '_virtual', 'no'),
(2893, 758, '_regular_price', '89'),
(2894, 758, '_sale_price', ''),
(2895, 758, '_purchase_note', ''),
(2896, 758, '_featured', 'yes'),
(2897, 758, '_weight', '1'),
(2898, 758, '_length', '100'),
(2899, 758, '_width', '30'),
(2900, 758, '_height', ''),
(2901, 758, '_sku', 'MS012'),
(2902, 758, '_product_attributes', 'a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),
(2903, 758, '_sale_price_dates_from', ''),
(2904, 758, '_sale_price_dates_to', ''),
(2905, 758, '_price', '89'),
(2906, 758, '_sold_individually', ''),
(2907, 758, '_manage_stock', 'no'),
(2908, 758, '_backorders', 'no'),
(2909, 758, '_stock', ''),
(2910, 758, '_upsell_ids', 'a:0:{}'),
(2911, 758, '_crosssell_ids', 'a:0:{}'),
(2912, 758, '_product_image_gallery', '923,919,916'),
(2913, 758, 'pyre_main_top_padding', ''),
(2914, 758, 'pyre_main_bottom_padding', ''),
(2915, 758, 'pyre_hundredp_padding', ''),
(2916, 758, 'pyre_display_header', 'yes'),
(2917, 758, 'pyre_header_100_width', 'default'),
(2918, 758, 'pyre_header_bg', ''),
(2919, 758, 'pyre_header_bg_color', ''),
(2920, 758, 'pyre_header_bg_opacity', '0'),
(2921, 758, 'pyre_header_bg_full', 'no'),
(2922, 758, 'pyre_header_bg_repeat', 'repeat'),
(2923, 758, 'pyre_displayed_menu', 'default'),
(2924, 758, 'pyre_display_footer', 'default'),
(2925, 758, 'pyre_display_copyright', 'default'),
(2926, 758, 'pyre_footer_100_width', 'default'),
(2927, 758, 'pyre_sidebar_position', 'default'),
(2928, 758, 'pyre_sidebar_bg_color', ''),
(2929, 758, 'pyre_slider_position', 'default'),
(2930, 758, 'pyre_slider_type', 'flex'),
(2931, 758, 'pyre_slider', '0'),
(2932, 758, 'pyre_wooslider', 'womens-product-2'),
(2933, 758, 'pyre_revslider', '0'),
(2934, 758, 'pyre_elasticslider', '0'),
(2935, 758, 'pyre_fallback', ''),
(2936, 758, 'pyre_avada_rev_styles', 'default'),
(2937, 758, 'pyre_page_bg_layout', 'default'),
(2938, 758, 'pyre_page_bg', ''),
(2939, 758, 'pyre_page_bg_color', ''),
(2940, 758, 'pyre_page_bg_full', 'no'),
(2941, 758, 'pyre_page_bg_repeat', 'repeat'),
(2942, 758, 'pyre_wide_page_bg', ''),
(2943, 758, 'pyre_wide_page_bg_color', ''),
(2944, 758, 'pyre_wide_page_bg_full', 'no'),
(2945, 758, 'pyre_wide_page_bg_repeat', 'repeat'),
(2946, 758, 'pyre_page_title', 'default'),
(2947, 758, 'pyre_page_title_text', 'default'),
(2948, 758, 'pyre_page_title_text_alignment', 'default'),
(2949, 758, 'pyre_page_title_100_width', 'default');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2950, 758, 'pyre_page_title_custom_text', ''),
(2951, 758, 'pyre_page_title_text_size', ''),
(2952, 758, 'pyre_page_title_custom_subheader', ''),
(2953, 758, 'pyre_page_title_custom_subheader_text_size', ''),
(2954, 758, 'pyre_page_title_font_color', ''),
(2955, 758, 'pyre_page_title_height', ''),
(2956, 758, 'pyre_page_title_mobile_height', ''),
(2957, 758, 'pyre_page_title_bar_bg', ''),
(2958, 758, 'pyre_page_title_bar_bg_retina', ''),
(2959, 758, 'pyre_page_title_bar_bg_color', ''),
(2960, 758, 'pyre_page_title_bar_borders_color', ''),
(2961, 758, 'pyre_page_title_bar_bg_full', 'default'),
(2962, 758, 'pyre_page_title_bg_parallax', 'default'),
(2963, 758, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(2964, 758, '_tax_status', 'taxable'),
(2965, 758, '_tax_class', ''),
(2966, 758, '_product_version', '2.4.7'),
(2967, 758, 'total_sales', '12'),
(2968, 758, '_wp_old_slug', 'product-12'),
(2969, 758, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(2970, 758, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2971, 758, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(2972, 758, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(2973, 758, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(2974, 758, '_wc_average_rating', '5.00'),
(2975, 758, '_wc_review_count', '1'),
(2976, 758, 'fusion_builder_converted', 'yes'),
(2978, 759, '_visibility', 'visible'),
(2979, 759, '_stock_status', 'instock'),
(2980, 759, '_downloadable', 'no'),
(2981, 759, '_virtual', 'no'),
(2982, 759, '_regular_price', '39'),
(2983, 759, '_sale_price', ''),
(2984, 759, '_purchase_note', ''),
(2985, 759, '_featured', 'yes'),
(2986, 759, '_weight', '1'),
(2987, 759, '_length', '100'),
(2988, 759, '_width', '30'),
(2989, 759, '_height', ''),
(2990, 759, '_sku', 'MS013'),
(2991, 759, '_product_attributes', 'a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),
(2992, 759, '_sale_price_dates_from', ''),
(2993, 759, '_sale_price_dates_to', ''),
(2994, 759, '_price', '39'),
(2995, 759, '_sold_individually', ''),
(2996, 759, '_manage_stock', 'no'),
(2997, 759, '_backorders', 'no'),
(2998, 759, '_stock', ''),
(2999, 759, '_upsell_ids', 'a:0:{}'),
(3000, 759, '_crosssell_ids', 'a:0:{}'),
(3001, 759, '_product_image_gallery', '925,921,913'),
(3002, 759, 'pyre_main_top_padding', ''),
(3003, 759, 'pyre_main_bottom_padding', ''),
(3004, 759, 'pyre_hundredp_padding', ''),
(3005, 759, 'pyre_display_header', 'yes'),
(3006, 759, 'pyre_header_100_width', 'default'),
(3007, 759, 'pyre_header_bg', ''),
(3008, 759, 'pyre_header_bg_color', ''),
(3009, 759, 'pyre_header_bg_opacity', '0'),
(3010, 759, 'pyre_header_bg_full', 'no'),
(3011, 759, 'pyre_header_bg_repeat', 'repeat'),
(3012, 759, 'pyre_displayed_menu', 'default'),
(3013, 759, 'pyre_display_footer', 'default'),
(3014, 759, 'pyre_display_copyright', 'default'),
(3015, 759, 'pyre_footer_100_width', 'default'),
(3016, 759, 'pyre_sidebar_position', 'default'),
(3017, 759, 'pyre_sidebar_bg_color', ''),
(3018, 759, 'pyre_slider_position', 'default'),
(3019, 759, 'pyre_slider_type', 'flex'),
(3020, 759, 'pyre_slider', '0'),
(3021, 759, 'pyre_wooslider', 'mens-product-2'),
(3022, 759, 'pyre_revslider', '0'),
(3023, 759, 'pyre_elasticslider', '0'),
(3024, 759, 'pyre_fallback', ''),
(3025, 759, 'pyre_avada_rev_styles', 'default'),
(3026, 759, 'pyre_page_bg_layout', 'default'),
(3027, 759, 'pyre_page_bg', ''),
(3028, 759, 'pyre_page_bg_color', ''),
(3029, 759, 'pyre_page_bg_full', 'no'),
(3030, 759, 'pyre_page_bg_repeat', 'repeat'),
(3031, 759, 'pyre_wide_page_bg', ''),
(3032, 759, 'pyre_wide_page_bg_color', ''),
(3033, 759, 'pyre_wide_page_bg_full', 'no'),
(3034, 759, 'pyre_wide_page_bg_repeat', 'repeat'),
(3035, 759, 'pyre_page_title', 'default'),
(3036, 759, 'pyre_page_title_text', 'default'),
(3037, 759, 'pyre_page_title_text_alignment', 'default'),
(3038, 759, 'pyre_page_title_100_width', 'default'),
(3039, 759, 'pyre_page_title_custom_text', ''),
(3040, 759, 'pyre_page_title_text_size', ''),
(3041, 759, 'pyre_page_title_custom_subheader', ''),
(3042, 759, 'pyre_page_title_custom_subheader_text_size', ''),
(3043, 759, 'pyre_page_title_font_color', ''),
(3044, 759, 'pyre_page_title_height', ''),
(3045, 759, 'pyre_page_title_mobile_height', ''),
(3046, 759, 'pyre_page_title_bar_bg', ''),
(3047, 759, 'pyre_page_title_bar_bg_retina', ''),
(3048, 759, 'pyre_page_title_bar_bg_color', ''),
(3049, 759, 'pyre_page_title_bar_borders_color', ''),
(3050, 759, 'pyre_page_title_bar_bg_full', 'default'),
(3051, 759, 'pyre_page_title_bg_parallax', 'default'),
(3052, 759, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(3053, 759, '_tax_status', 'taxable'),
(3054, 759, '_tax_class', ''),
(3055, 759, '_product_version', '2.4.7'),
(3056, 759, 'total_sales', '23'),
(3057, 759, '_wp_old_slug', 'product-13'),
(3058, 759, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(3059, 759, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(3060, 759, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(3061, 759, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(3062, 759, 'fusion_builder_converted', 'yes'),
(3063, 759, '_wc_rating_count', 'a:1:{i:4;i:1;}'),
(3064, 759, '_wc_average_rating', '4.00'),
(3065, 759, '_wc_review_count', '1'),
(3067, 760, '_visibility', 'visible'),
(3068, 760, '_stock_status', 'instock'),
(3069, 760, '_downloadable', 'no'),
(3070, 760, '_virtual', 'no'),
(3071, 760, '_regular_price', '40'),
(3072, 760, '_sale_price', ''),
(3073, 760, '_purchase_note', ''),
(3074, 760, '_featured', 'yes'),
(3075, 760, '_weight', '1'),
(3076, 760, '_length', '100'),
(3077, 760, '_width', '30'),
(3078, 760, '_height', ''),
(3079, 760, '_sku', 'MS014'),
(3080, 760, '_product_attributes', 'a:4:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_fit\";a:6:{s:4:\"name\";s:6:\"pa_fit\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),
(3081, 760, '_sale_price_dates_from', ''),
(3082, 760, '_sale_price_dates_to', ''),
(3083, 760, '_price', '40'),
(3084, 760, '_sold_individually', ''),
(3085, 760, '_manage_stock', 'no'),
(3086, 760, '_backorders', 'no'),
(3087, 760, '_stock', ''),
(3088, 760, '_upsell_ids', 'a:0:{}'),
(3089, 760, '_crosssell_ids', 'a:0:{}'),
(3090, 760, '_product_image_gallery', '916,924,914'),
(3091, 760, '_tax_status', 'taxable'),
(3092, 760, '_tax_class', ''),
(3093, 760, '_product_version', '2.6.9'),
(3094, 760, 'total_sales', '76'),
(3095, 760, '_wp_old_slug', 'product-14'),
(3096, 760, 'fusion_builder_converted', 'yes'),
(3097, 760, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(3098, 760, '_wc_average_rating', '5.00'),
(3099, 760, '_wc_review_count', '1'),
(3100, 760, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(3101, 760, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(3102, 760, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(3103, 760, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(3104, 760, 'pyre_main_top_padding', ''),
(3105, 760, 'pyre_main_bottom_padding', ''),
(3106, 760, 'pyre_hundredp_padding', ''),
(3107, 760, 'pyre_display_header', 'yes'),
(3108, 760, 'pyre_header_100_width', 'default'),
(3109, 760, 'pyre_header_bg_color', ''),
(3110, 760, 'pyre_header_bg_opacity', '0'),
(3111, 760, 'pyre_header_bg', ''),
(3112, 760, 'pyre_header_bg_full', 'no'),
(3113, 760, 'pyre_header_bg_repeat', 'repeat'),
(3114, 760, 'pyre_displayed_menu', 'default'),
(3115, 760, 'pyre_display_footer', 'default'),
(3116, 760, 'pyre_display_copyright', 'default'),
(3117, 760, 'pyre_footer_100_width', 'default'),
(3118, 760, 'pyre_sidebar_position', 'default'),
(3119, 760, 'pyre_sidebar_bg_color', ''),
(3120, 760, 'pyre_slider_type', 'flex'),
(3121, 760, 'pyre_slider', '0'),
(3122, 760, 'pyre_wooslider', 'womens-product-1'),
(3123, 760, 'pyre_revslider', '0'),
(3124, 760, 'pyre_elasticslider', '0'),
(3125, 760, 'pyre_slider_position', 'default'),
(3126, 760, 'pyre_avada_rev_styles', 'default'),
(3127, 760, 'pyre_fallback', ''),
(3128, 760, 'pyre_demo_slider', ''),
(3129, 760, 'pyre_page_bg_layout', 'default'),
(3130, 760, 'pyre_page_bg_color', ''),
(3131, 760, 'pyre_page_bg', ''),
(3132, 760, 'pyre_page_bg_full', 'no'),
(3133, 760, 'pyre_page_bg_repeat', 'repeat'),
(3134, 760, 'pyre_wide_page_bg_color', ''),
(3135, 760, 'pyre_wide_page_bg', ''),
(3136, 760, 'pyre_wide_page_bg_full', 'no'),
(3137, 760, 'pyre_wide_page_bg_repeat', 'repeat'),
(3138, 760, 'pyre_page_title', 'default'),
(3139, 760, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(3140, 760, 'pyre_page_title_text', 'default'),
(3141, 760, 'pyre_page_title_text_alignment', 'default'),
(3142, 760, 'pyre_page_title_custom_text', ''),
(3143, 760, 'pyre_page_title_text_size', ''),
(3144, 760, 'pyre_page_title_custom_subheader', ''),
(3145, 760, 'pyre_page_title_custom_subheader_text_size', ''),
(3146, 760, 'pyre_page_title_font_color', ''),
(3147, 760, 'pyre_page_title_100_width', 'default'),
(3148, 760, 'pyre_page_title_height', ''),
(3149, 760, 'pyre_page_title_mobile_height', ''),
(3150, 760, 'pyre_page_title_bar_bg_color', ''),
(3151, 760, 'pyre_page_title_bar_borders_color', ''),
(3152, 760, 'pyre_page_title_bar_bg', ''),
(3153, 760, 'pyre_page_title_bar_bg_retina', ''),
(3154, 760, 'pyre_page_title_bar_bg_full', 'default'),
(3155, 760, 'pyre_page_title_bg_parallax', 'default'),
(3156, 761, '_visibility', 'visible'),
(3157, 761, '_stock_status', 'instock'),
(3158, 761, '_downloadable', 'no'),
(3159, 761, '_virtual', 'no'),
(3160, 761, '_regular_price', '120'),
(3161, 761, '_sale_price', ''),
(3162, 761, '_purchase_note', ''),
(3163, 761, '_featured', 'yes'),
(3164, 761, '_weight', '1'),
(3165, 761, '_length', '100'),
(3166, 761, '_width', '30'),
(3167, 761, '_height', ''),
(3168, 761, '_sku', 'MS015'),
(3169, 761, '_product_attributes', 'a:4:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_fit\";a:6:{s:4:\"name\";s:6:\"pa_fit\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),
(3170, 761, '_sale_price_dates_from', ''),
(3171, 761, '_sale_price_dates_to', ''),
(3172, 761, '_price', '120'),
(3173, 761, '_sold_individually', ''),
(3174, 761, '_manage_stock', 'no'),
(3175, 761, '_backorders', 'no'),
(3176, 761, '_stock', ''),
(3177, 761, '_upsell_ids', 'a:0:{}'),
(3178, 761, '_crosssell_ids', 'a:0:{}'),
(3179, 761, '_product_image_gallery', '922,917,913'),
(3180, 761, 'pyre_main_top_padding', ''),
(3181, 761, 'pyre_main_bottom_padding', ''),
(3182, 761, 'pyre_hundredp_padding', ''),
(3183, 761, 'pyre_display_header', 'yes'),
(3184, 761, 'pyre_header_100_width', 'default'),
(3185, 761, 'pyre_header_bg', ''),
(3186, 761, 'pyre_header_bg_color', ''),
(3187, 761, 'pyre_header_bg_opacity', '0'),
(3188, 761, 'pyre_header_bg_full', 'no'),
(3189, 761, 'pyre_header_bg_repeat', 'repeat'),
(3190, 761, 'pyre_displayed_menu', 'default'),
(3191, 761, 'pyre_display_footer', 'default'),
(3192, 761, 'pyre_display_copyright', 'default'),
(3193, 761, 'pyre_footer_100_width', 'default'),
(3194, 761, 'pyre_sidebar_position', 'default'),
(3195, 761, 'pyre_sidebar_bg_color', ''),
(3196, 761, 'pyre_slider_position', 'default'),
(3197, 761, 'pyre_slider_type', 'flex'),
(3198, 761, 'pyre_slider', '0'),
(3199, 761, 'pyre_wooslider', 'mens-product-1'),
(3200, 761, 'pyre_revslider', '0'),
(3201, 761, 'pyre_elasticslider', '0'),
(3202, 761, 'pyre_fallback', ''),
(3203, 761, 'pyre_avada_rev_styles', 'default'),
(3204, 761, 'pyre_page_bg_layout', 'default'),
(3205, 761, 'pyre_page_bg', ''),
(3206, 761, 'pyre_page_bg_color', ''),
(3207, 761, 'pyre_page_bg_full', 'no'),
(3208, 761, 'pyre_page_bg_repeat', 'repeat'),
(3209, 761, 'pyre_wide_page_bg', ''),
(3210, 761, 'pyre_wide_page_bg_color', ''),
(3211, 761, 'pyre_wide_page_bg_full', 'no'),
(3212, 761, 'pyre_wide_page_bg_repeat', 'repeat'),
(3213, 761, 'pyre_page_title', 'default'),
(3214, 761, 'pyre_page_title_text', 'default'),
(3215, 761, 'pyre_page_title_text_alignment', 'default'),
(3216, 761, 'pyre_page_title_100_width', 'default'),
(3217, 761, 'pyre_page_title_custom_text', ''),
(3218, 761, 'pyre_page_title_text_size', ''),
(3219, 761, 'pyre_page_title_custom_subheader', ''),
(3220, 761, 'pyre_page_title_custom_subheader_text_size', ''),
(3221, 761, 'pyre_page_title_font_color', ''),
(3222, 761, 'pyre_page_title_height', ''),
(3223, 761, 'pyre_page_title_mobile_height', ''),
(3224, 761, 'pyre_page_title_bar_bg', ''),
(3225, 761, 'pyre_page_title_bar_bg_retina', ''),
(3226, 761, 'pyre_page_title_bar_bg_color', ''),
(3227, 761, 'pyre_page_title_bar_borders_color', ''),
(3228, 761, 'pyre_page_title_bar_bg_full', 'default'),
(3229, 761, 'pyre_page_title_bg_parallax', 'default'),
(3230, 761, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(3231, 761, '_tax_status', 'taxable'),
(3232, 761, '_tax_class', ''),
(3233, 761, '_product_version', '2.4.7'),
(3234, 761, 'total_sales', '17'),
(3235, 761, '_wp_old_slug', 'product-15'),
(3237, 761, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(3238, 761, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(3239, 761, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(3240, 761, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(3241, 761, '_wc_rating_count', 'a:1:{i:5;i:1;}'),
(3242, 761, '_wc_average_rating', '5.00'),
(3243, 761, '_wc_review_count', '1'),
(3244, 761, 'fusion_builder_converted', 'yes'),
(3245, 1016, '_visibility', 'visible'),
(3246, 1016, '_stock_status', 'instock'),
(3247, 1016, '_downloadable', 'no'),
(3248, 1016, '_virtual', 'no'),
(3249, 1016, '_regular_price', '120'),
(3250, 1016, '_sale_price', ''),
(3251, 1016, '_purchase_note', ''),
(3252, 1016, '_featured', 'yes'),
(3253, 1016, '_weight', '2'),
(3254, 1016, '_length', '100'),
(3255, 1016, '_width', '30'),
(3256, 1016, '_height', ''),
(3257, 1016, '_sku', 'MS007'),
(3258, 1016, '_product_attributes', 'a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_fit\";a:6:{s:4:\"name\";s:6:\"pa_fit\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),
(3259, 1016, '_sale_price_dates_from', ''),
(3260, 1016, '_sale_price_dates_to', ''),
(3261, 1016, '_price', '120'),
(3262, 1016, '_sold_individually', ''),
(3263, 1016, '_manage_stock', 'no'),
(3264, 1016, '_backorders', 'no'),
(3265, 1016, '_stock', ''),
(3266, 1016, '_upsell_ids', 'a:0:{}'),
(3267, 1016, '_crosssell_ids', 'a:0:{}'),
(3268, 1016, '_product_image_gallery', '913,922,917'),
(3269, 1016, 'pyre_main_top_padding', ''),
(3270, 1016, 'pyre_main_bottom_padding', ''),
(3271, 1016, 'pyre_hundredp_padding', ''),
(3272, 1016, 'pyre_display_header', 'yes'),
(3273, 1016, 'pyre_header_100_width', 'default'),
(3274, 1016, 'pyre_header_bg', ''),
(3275, 1016, 'pyre_header_bg_color', ''),
(3276, 1016, 'pyre_header_bg_opacity', '0'),
(3277, 1016, 'pyre_header_bg_full', 'no'),
(3278, 1016, 'pyre_header_bg_repeat', 'repeat'),
(3279, 1016, 'pyre_displayed_menu', 'default'),
(3280, 1016, 'pyre_display_footer', 'default'),
(3281, 1016, 'pyre_display_copyright', 'default'),
(3282, 1016, 'pyre_footer_100_width', 'default'),
(3283, 1016, 'pyre_sidebar_position', 'default'),
(3284, 1016, 'pyre_sidebar_bg_color', ''),
(3285, 1016, 'pyre_slider_position', 'default'),
(3286, 1016, 'pyre_slider_type', 'flex'),
(3287, 1016, 'pyre_slider', '0'),
(3288, 1016, 'pyre_wooslider', 'mens-product-2'),
(3289, 1016, 'pyre_revslider', '0'),
(3290, 1016, 'pyre_elasticslider', '0'),
(3291, 1016, 'pyre_fallback', ''),
(3292, 1016, 'pyre_avada_rev_styles', 'default'),
(3293, 1016, 'pyre_page_bg_layout', 'default'),
(3294, 1016, 'pyre_page_bg', ''),
(3295, 1016, 'pyre_page_bg_color', ''),
(3296, 1016, 'pyre_page_bg_full', 'no'),
(3297, 1016, 'pyre_page_bg_repeat', 'repeat'),
(3298, 1016, 'pyre_wide_page_bg', ''),
(3299, 1016, 'pyre_wide_page_bg_color', ''),
(3300, 1016, 'pyre_wide_page_bg_full', 'no'),
(3301, 1016, 'pyre_wide_page_bg_repeat', 'repeat'),
(3302, 1016, 'pyre_page_title', 'default'),
(3303, 1016, 'pyre_page_title_text', 'default'),
(3304, 1016, 'pyre_page_title_text_alignment', 'default'),
(3305, 1016, 'pyre_page_title_100_width', 'default'),
(3306, 1016, 'pyre_page_title_custom_text', ''),
(3307, 1016, 'pyre_page_title_text_size', ''),
(3308, 1016, 'pyre_page_title_custom_subheader', ''),
(3309, 1016, 'pyre_page_title_custom_subheader_text_size', ''),
(3310, 1016, 'pyre_page_title_font_color', ''),
(3311, 1016, 'pyre_page_title_height', ''),
(3312, 1016, 'pyre_page_title_mobile_height', ''),
(3313, 1016, 'pyre_page_title_bar_bg', ''),
(3314, 1016, 'pyre_page_title_bar_bg_retina', ''),
(3315, 1016, 'pyre_page_title_bar_bg_color', ''),
(3316, 1016, 'pyre_page_title_bar_borders_color', ''),
(3317, 1016, 'pyre_page_title_bar_bg_full', 'default'),
(3318, 1016, 'pyre_page_title_bg_parallax', 'default'),
(3319, 1016, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(3320, 1016, '_tax_status', 'taxable'),
(3321, 1016, '_tax_class', ''),
(3323, 1016, '_product_version', '2.4.7'),
(3324, 1016, '_wp_old_slug', 'product-7'),
(3325, 1016, 'total_sales', '1'),
(3326, 1016, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(3327, 1016, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(3328, 1016, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(3329, 1016, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(3330, 1016, '_wc_rating_count', 'a:0:{}'),
(3331, 1016, '_wc_average_rating', '0'),
(3332, 1016, '_wc_review_count', '0'),
(3333, 1016, 'fusion_builder_converted', 'yes'),
(3334, 1181, '_product_attributes', 'a:3:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:17:\"34 | 42 | 44 | 48\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}s:6:\"colors\";a:6:{s:4:\"name\";s:6:\"Colors\";s:5:\"value\";s:27:\"Black | Blue | Brown | Gray\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}s:5:\"shape\";a:6:{s:4:\"name\";s:5:\"Shape\";s:5:\"value\";s:23:\"Loose | Slim | Straight\";s:8:\"position\";i:2;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),
(3336, 1181, '_visibility', 'visible'),
(3337, 1181, 'total_sales', '32'),
(3338, 1181, '_downloadable', 'no'),
(3339, 1181, '_virtual', 'no'),
(3340, 1181, '_purchase_note', ''),
(3341, 1181, '_featured', 'no'),
(3342, 1181, '_weight', '3'),
(3343, 1181, '_length', '48'),
(3344, 1181, '_width', '120'),
(3345, 1181, '_height', ''),
(3346, 1181, '_regular_price', ''),
(3347, 1181, '_sale_price', ''),
(3348, 1181, '_sale_price_dates_from', ''),
(3349, 1181, '_sale_price_dates_to', ''),
(3350, 1181, '_sold_individually', ''),
(3351, 1181, '_manage_stock', 'no'),
(3352, 1181, '_backorders', 'no'),
(3353, 1181, '_stock', ''),
(3354, 1181, '_upsell_ids', 'a:0:{}'),
(3355, 1181, '_crosssell_ids', 'a:0:{}'),
(3356, 1181, '_stock_status', 'instock'),
(3357, 1181, '_product_version', '2.7.0'),
(3358, 1181, '_product_image_gallery', '921,917,915'),
(3359, 1181, '_min_variation_price', '120'),
(3360, 1181, '_max_variation_price', '120'),
(3361, 1181, '_min_price_variation_id', '1182'),
(3362, 1181, '_max_price_variation_id', '1182'),
(3363, 1181, '_min_variation_regular_price', '120'),
(3364, 1181, '_max_variation_regular_price', '120'),
(3365, 1181, '_min_regular_price_variation_id', '1182'),
(3366, 1181, '_max_regular_price_variation_id', '1182'),
(3367, 1181, '_min_variation_sale_price', ''),
(3368, 1181, '_max_variation_sale_price', ''),
(3369, 1181, '_min_sale_price_variation_id', ''),
(3370, 1181, '_max_sale_price_variation_id', ''),
(3371, 1181, '_default_attributes', 'a:0:{}'),
(3372, 1181, '_sku', 'MS003'),
(3373, 1181, '_wp_old_slug', 'suede-jacket-2'),
(3374, 1181, 'fusion_builder_converted', 'yes'),
(3375, 1181, '_wc_rating_count', 'a:0:{}'),
(3376, 1181, '_wc_average_rating', '0'),
(3377, 1181, '_wc_review_count', '0'),
(3378, 1181, '_tax_status', 'taxable'),
(3379, 1181, '_tax_class', ''),
(3380, 1181, '_download_limit', '-1'),
(3381, 1181, '_download_expiry', '-1'),
(3382, 1181, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(3383, 1181, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(3384, 1181, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(3385, 1181, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(3386, 1181, 'pyre_main_top_padding', ''),
(3387, 1181, 'pyre_main_bottom_padding', ''),
(3388, 1181, 'pyre_hundredp_padding', ''),
(3389, 1181, 'pyre_display_header', 'yes'),
(3390, 1181, 'pyre_header_100_width', 'default'),
(3391, 1181, 'pyre_header_bg_color', ''),
(3392, 1181, 'pyre_header_bg_opacity', ''),
(3393, 1181, 'pyre_header_bg', ''),
(3394, 1181, 'pyre_header_bg_full', 'no'),
(3395, 1181, 'pyre_header_bg_repeat', 'repeat'),
(3396, 1181, 'pyre_displayed_menu', 'default'),
(3397, 1181, 'pyre_display_footer', 'default'),
(3398, 1181, 'pyre_display_copyright', 'default'),
(3399, 1181, 'pyre_footer_100_width', 'default'),
(3400, 1181, 'pyre_sidebar_position', 'default'),
(3401, 1181, 'pyre_sidebar_bg_color', ''),
(3402, 1181, 'pyre_slider_type', 'no'),
(3403, 1181, 'pyre_slider', '0'),
(3404, 1181, 'pyre_wooslider', '0'),
(3405, 1181, 'pyre_revslider', '0'),
(3406, 1181, 'pyre_elasticslider', '0'),
(3407, 1181, 'pyre_slider_position', 'default'),
(3408, 1181, 'pyre_avada_rev_styles', 'default'),
(3409, 1181, 'pyre_fallback', ''),
(3410, 1181, 'pyre_demo_slider', ''),
(3411, 1181, 'pyre_page_bg_layout', 'default'),
(3412, 1181, 'pyre_page_bg_color', ''),
(3413, 1181, 'pyre_page_bg', ''),
(3414, 1181, 'pyre_page_bg_full', 'no'),
(3415, 1181, 'pyre_page_bg_repeat', 'repeat'),
(3416, 1181, 'pyre_wide_page_bg_color', ''),
(3417, 1181, 'pyre_wide_page_bg', ''),
(3418, 1181, 'pyre_wide_page_bg_full', 'no'),
(3419, 1181, 'pyre_wide_page_bg_repeat', 'repeat'),
(3420, 1181, 'pyre_page_title', 'default'),
(3421, 1181, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(3422, 1181, 'pyre_page_title_text', 'default'),
(3423, 1181, 'pyre_page_title_text_alignment', 'default'),
(3424, 1181, 'pyre_page_title_custom_text', ''),
(3425, 1181, 'pyre_page_title_text_size', ''),
(3426, 1181, 'pyre_page_title_custom_subheader', ''),
(3427, 1181, 'pyre_page_title_custom_subheader_text_size', ''),
(3428, 1181, 'pyre_page_title_font_color', ''),
(3429, 1181, 'pyre_page_title_100_width', 'default'),
(3430, 1181, 'pyre_page_title_height', ''),
(3431, 1181, 'pyre_page_title_mobile_height', ''),
(3432, 1181, 'pyre_page_title_bar_bg_color', ''),
(3433, 1181, 'pyre_page_title_bar_borders_color', ''),
(3434, 1181, 'pyre_page_title_bar_bg', ''),
(3435, 1181, 'pyre_page_title_bar_bg_retina', ''),
(3436, 1181, 'pyre_page_title_bar_bg_full', 'default'),
(3437, 1181, 'pyre_page_title_bg_parallax', 'default'),
(3438, 1181, '_price', '110'),
(3439, 1181, '_price', '115'),
(3440, 1181, '_price', '120'),
(3441, 1182, '_sku', ''),
(3442, 1182, '_thumbnail_id', '0'),
(3443, 1182, '_virtual', 'no'),
(3444, 1182, '_downloadable', 'no'),
(3445, 1182, '_weight', ''),
(3446, 1182, '_length', ''),
(3447, 1182, '_width', ''),
(3448, 1182, '_height', ''),
(3449, 1182, '_manage_stock', 'no'),
(3450, 1182, '_stock_status', 'instock'),
(3451, 1182, '_regular_price', '120'),
(3452, 1182, '_sale_price', ''),
(3453, 1182, '_sale_price_dates_from', ''),
(3454, 1182, '_sale_price_dates_to', ''),
(3455, 1182, '_price', '120'),
(3456, 1182, '_download_limit', ''),
(3457, 1182, '_download_expiry', ''),
(3458, 1182, '_downloadable_files', ''),
(3459, 1182, '_variation_description', ''),
(3460, 1182, 'attribute_sizes', ''),
(3461, 1182, 'attribute_colors', ''),
(3462, 1182, 'attribute_shape', ''),
(3463, 1183, '_sku', ''),
(3464, 1183, '_thumbnail_id', '0'),
(3465, 1183, '_virtual', 'no'),
(3466, 1183, '_downloadable', 'no'),
(3467, 1183, '_weight', ''),
(3468, 1183, '_length', ''),
(3469, 1183, '_width', ''),
(3470, 1183, '_height', ''),
(3471, 1183, '_manage_stock', 'no'),
(3472, 1183, '_stock_status', 'instock'),
(3473, 1183, '_regular_price', '110'),
(3474, 1183, '_sale_price', ''),
(3475, 1183, '_sale_price_dates_from', ''),
(3476, 1183, '_sale_price_dates_to', ''),
(3477, 1183, '_price', '110'),
(3478, 1183, '_download_limit', ''),
(3479, 1183, '_download_expiry', ''),
(3480, 1183, '_downloadable_files', ''),
(3481, 1183, '_variation_description', ''),
(3482, 1183, 'attribute_sizes', ''),
(3483, 1183, 'attribute_colors', ''),
(3484, 1183, 'attribute_shape', ''),
(3485, 1183, 'total_sales', '0'),
(3486, 1183, '_tax_status', 'taxable'),
(3487, 1183, '_tax_class', ''),
(3488, 1183, '_backorders', 'no'),
(3489, 1183, '_sold_individually', 'no'),
(3490, 1183, '_upsell_ids', 'a:0:{}'),
(3491, 1183, '_crosssell_ids', 'a:0:{}'),
(3492, 1183, '_purchase_note', ''),
(3493, 1183, '_default_attributes', 'a:0:{}'),
(3494, 1183, '_product_image_gallery', ''),
(3495, 1183, '_stock', ''),
(3496, 1183, '_wc_average_rating', '0'),
(3497, 1183, '_wc_rating_count', 'a:0:{}'),
(3498, 1183, '_wc_review_count', '0'),
(3499, 1183, '_product_version', '2.7.0'),
(3500, 1184, '_sku', ''),
(3501, 1184, '_thumbnail_id', '0'),
(3502, 1184, '_virtual', 'no'),
(3503, 1184, '_downloadable', 'no'),
(3504, 1184, '_weight', ''),
(3505, 1184, '_length', ''),
(3506, 1184, '_width', ''),
(3507, 1184, '_height', ''),
(3508, 1184, '_manage_stock', 'no'),
(3509, 1184, '_stock_status', 'instock'),
(3510, 1184, '_regular_price', '115'),
(3511, 1184, '_sale_price', ''),
(3512, 1184, '_sale_price_dates_from', ''),
(3513, 1184, '_sale_price_dates_to', ''),
(3514, 1184, '_price', '115'),
(3515, 1184, '_download_limit', ''),
(3516, 1184, '_download_expiry', ''),
(3517, 1184, '_downloadable_files', ''),
(3518, 1184, '_variation_description', ''),
(3519, 1184, 'attribute_sizes', ''),
(3520, 1184, 'attribute_colors', ''),
(3521, 1184, 'attribute_shape', ''),
(3522, 1184, 'total_sales', '0'),
(3523, 1184, '_tax_status', 'taxable'),
(3524, 1184, '_tax_class', ''),
(3525, 1184, '_backorders', 'no'),
(3526, 1184, '_sold_individually', 'no'),
(3527, 1184, '_upsell_ids', 'a:0:{}'),
(3528, 1184, '_crosssell_ids', 'a:0:{}'),
(3529, 1184, '_purchase_note', ''),
(3530, 1184, '_default_attributes', 'a:0:{}'),
(3531, 1184, '_product_image_gallery', ''),
(3532, 1184, '_stock', ''),
(3533, 1184, '_wc_average_rating', '0'),
(3534, 1184, '_wc_rating_count', 'a:0:{}'),
(3535, 1184, '_wc_review_count', '0'),
(3536, 1184, '_product_version', '2.7.0'),
(55513, 1630, 'pyre_main_top_padding', ''),
(35551, 1754, '_wp_old_slug', 'what-do-we-get-if-we-hire-you'),
(35542, 1754, 'fusion_builder_status', ''),
(35689, 1754, 'pyre_page_title_bg_parallax', 'default'),
(35688, 1754, 'pyre_page_title_bar_bg_full', 'default'),
(39563, 1822, '_wp_attached_file', '2017/07/web-image-1.jpg'),
(39564, 1822, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1204;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2017/07/web-image-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"web-image-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"web-image-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"web-image-1-768x490.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"web-image-1-1024x653.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"web-image-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"web-image-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"web-image-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"web-image-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"web-image-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"web-image-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"web-image-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"web-image-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"web-image-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"web-image-1-200x128.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"web-image-1-400x255.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"web-image-1-600x383.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"web-image-1-800x510.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:24:\"web-image-1-1200x765.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(40611, 1843, '_wp_attached_file', '2015/05/Hebden-900kb.jpg'),
(40612, 1843, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:6660;s:6:\"height\";i:3330;s:4:\"file\";s:24:\"2015/05/Hebden-900kb.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Hebden-900kb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Hebden-900kb-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Hebden-900kb-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Hebden-900kb-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"Hebden-900kb-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"Hebden-900kb-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"Hebden-900kb-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"Hebden-900kb-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"Hebden-900kb-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"Hebden-900kb-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"Hebden-900kb-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"Hebden-900kb-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"Hebden-900kb-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"Hebden-900kb-200x100.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"Hebden-900kb-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"Hebden-900kb-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"Hebden-900kb-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"Hebden-900kb-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(41195, 1853, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:97;s:6:\"height\";i:97;s:4:\"file\";s:28:\"2017/07/home_icon_price2.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"home_icon_price2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),
(41194, 1853, '_wp_attached_file', '2017/07/home_icon_price2.png'),
(55514, 1630, 'pyre_main_bottom_padding', '0px'),
(41518, 1858, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:371;s:4:\"file\";s:29:\"2015/05/ABCTelevision.svg.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ABCTelevision.svg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ABCTelevision.svg-300x87.png\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"ABCTelevision.svg-768x223.png\";s:5:\"width\";i:768;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"ABCTelevision.svg-1024x297.png\";s:5:\"width\";i:1024;s:6:\"height\";i:297;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"ABCTelevision.svg-940x371.png\";s:5:\"width\";i:940;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"ABCTelevision.svg-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"ABCTelevision.svg-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"ABCTelevision.svg-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"ABCTelevision.svg-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"ABCTelevision.svg-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"ABCTelevision.svg-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"ABCTelevision.svg-700x371.png\";s:5:\"width\";i:700;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"ABCTelevision.svg-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:28:\"ABCTelevision.svg-200x58.png\";s:5:\"width\";i:200;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:29:\"ABCTelevision.svg-400x116.png\";s:5:\"width\";i:400;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:29:\"ABCTelevision.svg-600x174.png\";s:5:\"width\";i:600;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:29:\"ABCTelevision.svg-800x232.png\";s:5:\"width\";i:800;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}i:1200;a:4:{s:4:\"file\";s:30:\"ABCTelevision.svg-1200x348.png\";s:5:\"width\";i:1200;s:6:\"height\";i:348;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:{}}}'),
(41517, 1858, '_wp_attached_file', '2015/05/ABCTelevision.svg.png'),
(35659, 1754, 'pyre_display_copyright', 'default'),
(35660, 1754, 'pyre_footer_100_width', 'default'),
(35661, 1754, 'pyre_sidebar_position', 'default'),
(35662, 1754, 'pyre_sidebar_bg_color', ''),
(35663, 1754, 'pyre_page_bg_layout', 'default'),
(35664, 1754, 'pyre_page_bg_color', ''),
(35665, 1754, 'pyre_page_bg', ''),
(35666, 1754, 'pyre_page_bg_full', 'no'),
(35667, 1754, 'pyre_page_bg_repeat', 'repeat'),
(35668, 1754, 'pyre_wide_page_bg_color', ''),
(35669, 1754, 'pyre_wide_page_bg', ''),
(35670, 1754, 'pyre_wide_page_bg_full', 'no'),
(35671, 1754, 'pyre_wide_page_bg_repeat', 'repeat'),
(35672, 1754, 'pyre_page_title', 'default'),
(35673, 1754, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(35674, 1754, 'pyre_page_title_text', 'default'),
(35675, 1754, 'pyre_page_title_text_alignment', 'default'),
(35676, 1754, 'pyre_page_title_custom_text', ''),
(35677, 1754, 'pyre_page_title_text_size', ''),
(35678, 1754, 'pyre_page_title_custom_subheader', ''),
(35679, 1754, 'pyre_page_title_custom_subheader_text_size', ''),
(35680, 1754, 'pyre_page_title_font_color', ''),
(35681, 1754, 'pyre_page_title_100_width', 'default'),
(35682, 1754, 'pyre_page_title_height', ''),
(35683, 1754, 'pyre_page_title_mobile_height', ''),
(35684, 1754, 'pyre_page_title_bar_bg_color', ''),
(35685, 1754, 'pyre_page_title_bar_borders_color', ''),
(35686, 1754, 'pyre_page_title_bar_bg', ''),
(35687, 1754, 'pyre_page_title_bar_bg_retina', ''),
(29571, 634, 'pyre_type', 'image'),
(29572, 634, 'pyre_youtube_id', ''),
(29573, 634, 'pyre_vimeo_id', ''),
(29574, 634, 'pyre_webm', ''),
(29575, 634, 'pyre_mp4', ''),
(29576, 634, 'pyre_ogv', ''),
(29577, 634, 'pyre_preview_image', ''),
(29578, 634, 'pyre_aspect_ratio', ''),
(29580, 634, 'pyre_video_bg_color', ''),
(29581, 634, 'pyre_mute_video', 'yes'),
(29582, 634, 'pyre_autoplay_video', 'yes'),
(29583, 634, 'pyre_loop_video', 'yes'),
(29584, 634, 'pyre_hide_video_controls', 'yes'),
(29585, 634, 'pyre_content_alignment', 'center'),
(29587, 634, 'pyre_heading_separator', 'none'),
(29588, 634, 'pyre_heading_font_size', '70'),
(29589, 634, 'pyre_heading_color', ''),
(29590, 634, 'pyre_heading_bg', 'no'),
(29591, 634, 'pyre_heading_bg_color', ''),
(29592, 634, 'pyre_caption', ''),
(29593, 634, 'pyre_caption_separator', 'none'),
(29594, 634, 'pyre_caption_font_size', '19'),
(29595, 634, 'pyre_caption_color', ''),
(29596, 634, 'pyre_caption_bg', 'no'),
(29597, 634, 'pyre_caption_bg_color', ''),
(29598, 634, 'pyre_link_type', 'button'),
(29599, 634, 'pyre_slide_link', ''),
(29600, 634, 'pyre_slide_target', 'yes'),
(29601, 634, 'pyre_button_1', ''),
(29602, 634, 'pyre_button_2', ''),
(3891, 634, '_thumbnail_id', '1455'),
(7846, 1263, '_edit_last', '1'),
(7845, 1263, '_edit_lock', '1541524919:1'),
(7844, 1263, '_thumbnail_id', '1455'),
(7843, 1263, 'slide_template', 'default'),
(7842, 1263, '_wp_old_slug', 'services-cloned'),
(20751, 1262, 'pyre_button_2', ''),
(20750, 1262, 'pyre_button_1', ''),
(20749, 1262, 'pyre_slide_target', 'yes'),
(20748, 1262, 'pyre_slide_link', ''),
(20747, 1262, 'pyre_link_type', 'button'),
(20746, 1262, 'pyre_caption_bg_color', ''),
(20745, 1262, 'pyre_caption_bg', 'no'),
(20744, 1262, 'pyre_caption_color', ''),
(20743, 1262, 'pyre_caption_font_size', '19'),
(20742, 1262, 'pyre_caption_separator', 'none'),
(20741, 1262, 'pyre_caption', ''),
(20740, 1262, 'pyre_heading_bg_color', ''),
(20739, 1262, 'pyre_heading_bg', 'no'),
(20738, 1262, 'pyre_heading_color', ''),
(20737, 1262, 'pyre_heading_font_size', '70'),
(20736, 1262, 'pyre_heading_separator', 'none'),
(20735, 1262, 'pyre_heading', '<br/><span style=\"font-weight: 900; line-height: 30px;\">FAQ\'S</span>'),
(20727, 1262, 'pyre_aspect_ratio', ''),
(20728, 1262, 'pyre_video_display', 'cover'),
(20729, 1262, 'pyre_video_bg_color', ''),
(20730, 1262, 'pyre_mute_video', 'yes'),
(20731, 1262, 'pyre_autoplay_video', 'yes'),
(20732, 1262, 'pyre_loop_video', 'yes'),
(20733, 1262, 'pyre_hide_video_controls', 'yes'),
(20734, 1262, 'pyre_content_alignment', 'center'),
(20725, 1262, 'pyre_ogv', ''),
(20726, 1262, 'pyre_preview_image', ''),
(7840, 1263, '_wp_old_slug', 'faq-cloned'),
(7841, 1263, '_wp_old_slug', 'equipment-cloned'),
(20714, 1263, 'pyre_caption_bg_color', ''),
(20713, 1263, 'pyre_caption_bg', 'no'),
(20712, 1263, 'pyre_caption_color', ''),
(20711, 1263, 'pyre_caption_font_size', '19'),
(20710, 1263, 'pyre_caption_separator', 'none'),
(20709, 1263, 'pyre_caption', ''),
(20708, 1263, 'pyre_heading_bg_color', ''),
(20707, 1263, 'pyre_heading_bg', 'no'),
(20706, 1263, 'pyre_heading_color', ''),
(20705, 1263, 'pyre_heading_font_size', '70'),
(20704, 1263, 'pyre_heading_separator', 'none'),
(20703, 1263, 'pyre_heading', '<br/><span style=\"font-weight: 900; line-height: 30px;\">PORTFOLIO</span>'),
(20702, 1263, 'pyre_content_alignment', 'center'),
(20701, 1263, 'pyre_hide_video_controls', 'yes'),
(20700, 1263, 'pyre_loop_video', 'yes'),
(20699, 1263, 'pyre_autoplay_video', 'yes'),
(20688, 1263, 'pyre_type', 'image'),
(20689, 1263, 'pyre_youtube_id', ''),
(20690, 1263, 'pyre_vimeo_id', ''),
(20691, 1263, 'pyre_webm', ''),
(20692, 1263, 'pyre_mp4', ''),
(20693, 1263, 'pyre_ogv', ''),
(20694, 1263, 'pyre_preview_image', ''),
(20695, 1263, 'pyre_aspect_ratio', ''),
(20696, 1263, 'pyre_video_display', 'cover'),
(20697, 1263, 'pyre_video_bg_color', ''),
(20698, 1263, 'pyre_mute_video', 'yes'),
(49550, 1946, 'pyre_caption', ''),
(49551, 1946, 'pyre_caption_separator', 'none'),
(34358, 1264, 'pyre_caption_separator', 'none'),
(34357, 1264, 'pyre_caption', ''),
(34356, 1264, 'pyre_heading_bg_color', ''),
(34355, 1264, 'pyre_heading_bg', 'no'),
(34354, 1264, 'pyre_heading_color', ''),
(34353, 1264, 'pyre_heading_font_size', '70'),
(34352, 1264, 'pyre_heading_separator', 'none'),
(34351, 1264, 'pyre_heading', '<br/><span style=\"font-weight: 900; line-height: 30px;\">AERIAL FILMING </span>'),
(34350, 1264, 'pyre_content_alignment', 'center'),
(34349, 1264, 'pyre_hide_video_controls', 'yes'),
(34348, 1264, 'pyre_loop_video', 'yes'),
(34347, 1264, 'pyre_autoplay_video', 'yes'),
(34346, 1264, 'pyre_mute_video', 'yes'),
(34345, 1264, 'pyre_video_bg_color', ''),
(34344, 1264, 'pyre_video_display', 'cover'),
(34343, 1264, 'pyre_aspect_ratio', ''),
(34342, 1264, 'pyre_preview_image', ''),
(34341, 1264, 'pyre_ogv', ''),
(34340, 1264, 'pyre_mp4', ''),
(34339, 1264, 'pyre_webm', ''),
(34338, 1264, 'pyre_vimeo_id', ''),
(34337, 1264, 'pyre_youtube_id', ''),
(34336, 1264, 'pyre_type', 'image'),
(20717, 1263, 'pyre_slide_target', 'yes'),
(20718, 1263, 'pyre_button_1', ''),
(20719, 1263, 'pyre_button_2', ''),
(7911, 1264, '_wp_old_slug', 'portfolio-cloned'),
(7912, 1264, '_wp_old_slug', 'faq-cloned'),
(7913, 1264, '_wp_old_slug', 'equipment-cloned'),
(7914, 1264, '_wp_old_slug', 'services-cloned'),
(7915, 1264, 'slide_template', 'default'),
(7916, 1264, '_thumbnail_id', '1455'),
(20715, 1263, 'pyre_link_type', 'button'),
(20716, 1263, 'pyre_slide_link', ''),
(7917, 1264, '_edit_lock', '1499424016:1'),
(7918, 1264, '_edit_last', '1'),
(34360, 1264, 'pyre_caption_color', ''),
(34361, 1264, 'pyre_caption_bg', 'no'),
(34362, 1264, 'pyre_caption_bg_color', ''),
(34363, 1264, 'pyre_link_type', 'button'),
(34364, 1264, 'pyre_slide_link', ''),
(34365, 1264, 'pyre_slide_target', 'yes'),
(34366, 1264, 'pyre_button_1', ''),
(34367, 1264, 'pyre_button_2', ''),
(34359, 1264, 'pyre_caption_font_size', '19'),
(34305, 1266, 'pyre_youtube_id', ''),
(34304, 1266, 'pyre_type', 'image'),
(8097, 1266, '_edit_last', '1'),
(8096, 1266, '_edit_lock', '1499423991:1'),
(8095, 1266, '_thumbnail_id', '1455'),
(8094, 1266, 'slide_template', 'default'),
(8093, 1266, '_wp_old_slug', 'services-cloned'),
(8091, 1266, '_wp_old_slug', 'faq-cloned'),
(8092, 1266, '_wp_old_slug', 'equipment-cloned'),
(8090, 1266, '_wp_old_slug', 'portfolio-cloned'),
(8089, 1266, '_wp_old_slug', 'aerial-videography-cloned'),
(8088, 1266, '_wp_old_slug', 'ground-filming-cloned'),
(34334, 1266, 'pyre_button_1', ''),
(34333, 1266, 'pyre_slide_target', 'yes'),
(34332, 1266, 'pyre_slide_link', ''),
(34331, 1266, 'pyre_link_type', 'button'),
(34330, 1266, 'pyre_caption_bg_color', ''),
(34329, 1266, 'pyre_caption_bg', 'no'),
(34328, 1266, 'pyre_caption_color', ''),
(34327, 1266, 'pyre_caption_font_size', '19'),
(34326, 1266, 'pyre_caption_separator', 'none'),
(34325, 1266, 'pyre_caption', ''),
(34324, 1266, 'pyre_heading_bg_color', ''),
(34323, 1266, 'pyre_heading_bg', 'no'),
(34322, 1266, 'pyre_heading_color', ''),
(34320, 1266, 'pyre_heading_separator', 'none'),
(34321, 1266, 'pyre_heading_font_size', '70'),
(34319, 1266, 'pyre_heading', '<br/><span style=\"font-weight: 900; line-height: 30px;\">AERIAL PHOTOGRAPHY</span>'),
(34318, 1266, 'pyre_content_alignment', 'center'),
(34317, 1266, 'pyre_hide_video_controls', 'yes'),
(34307, 1266, 'pyre_webm', ''),
(34308, 1266, 'pyre_mp4', ''),
(34309, 1266, 'pyre_ogv', ''),
(34310, 1266, 'pyre_preview_image', ''),
(34311, 1266, 'pyre_aspect_ratio', ''),
(34312, 1266, 'pyre_video_display', 'cover'),
(34313, 1266, 'pyre_video_bg_color', ''),
(34314, 1266, 'pyre_mute_video', 'yes'),
(34315, 1266, 'pyre_autoplay_video', 'yes'),
(34316, 1266, 'pyre_loop_video', 'yes'),
(34306, 1266, 'pyre_vimeo_id', ''),
(34335, 1266, 'pyre_button_2', ''),
(8237, 1268, '_wp_old_slug', '360-degree-panorama-cloned'),
(8238, 1268, '_wp_old_slug', 'photography-cloned'),
(73528, 1665, '_aioseop_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(73529, 1665, '_aioseop_title', 'Air-Frames - Clients | Working With Clients All Over The UK | Aerial Drone Services UK'),
(73267, 16, '_aioseop_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(73268, 16, '_aioseop_title', 'Air-Frames - About | The Company, Licenses and Testimonials | Aerial Drone Services UK'),
(20509, 1268, 'pyre_hide_video_controls', 'yes'),
(20508, 1268, 'pyre_loop_video', 'yes'),
(20507, 1268, 'pyre_autoplay_video', 'yes'),
(20506, 1268, 'pyre_mute_video', 'yes'),
(20505, 1268, 'pyre_video_bg_color', ''),
(20504, 1268, 'pyre_video_display', 'cover'),
(20503, 1268, 'pyre_aspect_ratio', ''),
(20502, 1268, 'pyre_preview_image', ''),
(20501, 1268, 'pyre_ogv', ''),
(20500, 1268, 'pyre_mp4', ''),
(20498, 1268, 'pyre_vimeo_id', ''),
(20499, 1268, 'pyre_webm', ''),
(20497, 1268, 'pyre_youtube_id', ''),
(20496, 1268, 'pyre_type', 'image'),
(8248, 1268, '_edit_last', '1'),
(8247, 1268, '_edit_lock', '1535058275:1'),
(8246, 1268, '_thumbnail_id', '1455'),
(8245, 1268, 'slide_template', 'default'),
(8244, 1268, '_wp_old_slug', 'services-cloned'),
(8243, 1268, '_wp_old_slug', 'equipment-cloned'),
(8242, 1268, '_wp_old_slug', 'faq-cloned'),
(8241, 1268, '_wp_old_slug', 'portfolio-cloned'),
(8240, 1268, '_wp_old_slug', 'aerial-videography-cloned'),
(20527, 1268, 'pyre_button_2', ''),
(20526, 1268, 'pyre_button_1', ''),
(32078, 1696, '_wp_attached_file', '2017/07/clients_revilo_homes.jpg');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(32079, 1696, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2017/07/clients_revilo_homes.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"clients_revilo_homes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"clients_revilo_homes-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:32:\"clients_revilo_homes-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:32:\"clients_revilo_homes-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:32:\"clients_revilo_homes-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:32:\"clients_revilo_homes-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:32:\"clients_revilo_homes-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"clients_revilo_homes-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:30:\"clients_revilo_homes-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:32:\"clients_revilo_homes-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:32:\"clients_revilo_homes-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31882, 1692, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2017/07/clients_alun_griffiths.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"clients_alun_griffiths-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"clients_alun_griffiths-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:34:\"clients_alun_griffiths-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:34:\"clients_alun_griffiths-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:34:\"clients_alun_griffiths-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:34:\"clients_alun_griffiths-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:34:\"clients_alun_griffiths-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"clients_alun_griffiths-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:32:\"clients_alun_griffiths-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:34:\"clients_alun_griffiths-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:34:\"clients_alun_griffiths-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31881, 1692, '_wp_attached_file', '2017/07/clients_alun_griffiths.jpg'),
(32085, 1699, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2017/07/clients_bbc.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"clients_bbc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"clients_bbc-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"clients_bbc-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"clients_bbc-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"clients_bbc-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"clients_bbc-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"clients_bbc-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"clients_bbc-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"clients_bbc-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"clients_bbc-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"clients_bbc-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(49553, 1946, 'pyre_caption_color', ''),
(49554, 1946, 'pyre_caption_bg', 'yes'),
(49555, 1946, 'pyre_caption_bg_color', ''),
(49556, 1946, 'pyre_link_type', 'button'),
(49557, 1946, 'pyre_slide_link', ''),
(49558, 1946, 'pyre_slide_target', 'yes'),
(49559, 1946, 'pyre_button_1', ''),
(49560, 1946, 'pyre_button_2', ''),
(55524, 1630, 'pyre_displayed_menu', 'default'),
(55525, 1630, 'pyre_display_footer', 'default'),
(55526, 1630, 'pyre_display_copyright', 'default'),
(55527, 1630, 'pyre_footer_100_width', 'default'),
(55528, 1630, 'pyre_sidebar_position', 'default'),
(55529, 1630, 'pyre_sidebar_bg_color', ''),
(55530, 1630, 'pyre_page_bg_layout', 'default'),
(55531, 1630, 'pyre_page_bg_color', ''),
(55532, 1630, 'pyre_page_bg', ''),
(55533, 1630, 'pyre_page_bg_full', 'no'),
(55534, 1630, 'pyre_page_bg_repeat', 'repeat'),
(55535, 1630, 'pyre_wide_page_bg_color', ''),
(55536, 1630, 'pyre_wide_page_bg', ''),
(55537, 1630, 'pyre_wide_page_bg_full', 'no'),
(55538, 1630, 'pyre_wide_page_bg_repeat', 'repeat'),
(55539, 1630, 'pyre_page_title', 'no'),
(55540, 1630, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(55541, 1630, 'pyre_page_title_text', 'default'),
(55542, 1630, 'pyre_page_title_text_alignment', 'default'),
(55543, 1630, 'pyre_page_title_custom_text', ''),
(55544, 1630, 'pyre_page_title_text_size', ''),
(55545, 1630, 'pyre_page_title_custom_subheader', ''),
(55546, 1630, 'pyre_page_title_custom_subheader_text_size', ''),
(55547, 1630, 'pyre_page_title_font_color', ''),
(55548, 1630, 'pyre_page_title_100_width', 'default'),
(55549, 1630, 'pyre_page_title_height', ''),
(55550, 1630, 'pyre_page_title_mobile_height', ''),
(55551, 1630, 'pyre_page_title_bar_bg_color', ''),
(55552, 1630, 'pyre_page_title_bar_borders_color', ''),
(55553, 1630, 'pyre_page_title_bar_bg', ''),
(55554, 1630, 'pyre_page_title_bar_bg_retina', ''),
(55555, 1630, 'pyre_page_title_bar_bg_full', 'default'),
(55556, 1630, 'pyre_page_title_bg_parallax', 'default'),
(29795, 1630, '_edit_lock', '1708966293:1'),
(29796, 1630, '_edit_last', '1'),
(29797, 1630, 'slide_template', 'default'),
(31875, 1689, '_wp_attached_file', '2017/07/clients_cannonball.jpg'),
(31876, 1689, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2017/07/clients_cannonball.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"clients_cannonball-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"clients_cannonball-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"clients_cannonball-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"clients_cannonball-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"clients_cannonball-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"clients_cannonball-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"clients_cannonball-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"clients_cannonball-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"clients_cannonball-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:30:\"clients_cannonball-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:30:\"clients_cannonball-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(55523, 1630, 'pyre_header_bg_repeat', 'repeat'),
(55515, 1630, 'pyre_hundredp_padding', ''),
(55516, 1630, 'pyre_show_first_featured_image', 'no'),
(55517, 1630, 'pyre_display_header', 'yes'),
(55518, 1630, 'pyre_header_100_width', 'default'),
(55521, 1630, 'pyre_header_bg', ''),
(55522, 1630, 'pyre_header_bg_full', 'no'),
(29610, 1627, 'pyre_elasticslider', '0'),
(29611, 1627, 'pyre_slider_position', 'default'),
(29612, 1627, 'pyre_avada_rev_styles', 'default'),
(29613, 1627, 'pyre_fallback', ''),
(29614, 1627, 'pyre_demo_slider', ''),
(29615, 1627, 'pyre_main_top_padding', '0px'),
(29616, 1627, 'pyre_main_bottom_padding', '0px'),
(29617, 1627, 'pyre_hundredp_padding', ''),
(29618, 1627, 'pyre_show_first_featured_image', 'no'),
(29619, 1627, 'pyre_display_header', 'yes'),
(29620, 1627, 'pyre_header_100_width', 'default'),
(29621, 1627, 'pyre_header_bg_color', ''),
(29622, 1627, 'pyre_header_bg_opacity', '0.00'),
(29623, 1627, 'pyre_header_bg', ''),
(29624, 1627, 'pyre_header_bg_full', 'no'),
(29625, 1627, 'pyre_header_bg_repeat', 'repeat'),
(29626, 1627, 'pyre_displayed_menu', 'default'),
(29627, 1627, 'pyre_display_footer', 'default'),
(29628, 1627, 'pyre_display_copyright', 'default'),
(29629, 1627, 'pyre_footer_100_width', 'default'),
(29630, 1627, 'pyre_sidebar_1', ''),
(29631, 1627, 'pyre_sidebar_position', 'default'),
(29632, 1627, 'pyre_sidebar_bg_color', ''),
(29633, 1627, 'pyre_page_bg_layout', 'default'),
(29634, 1627, 'pyre_page_bg_color', ''),
(29635, 1627, 'pyre_page_bg', ''),
(29636, 1627, 'pyre_page_bg_full', 'no'),
(29637, 1627, 'pyre_page_bg_repeat', 'repeat'),
(29638, 1627, 'pyre_wide_page_bg_color', ''),
(29639, 1627, 'pyre_wide_page_bg', ''),
(29640, 1627, 'pyre_wide_page_bg_full', 'no'),
(29641, 1627, 'pyre_wide_page_bg_repeat', 'repeat'),
(29642, 1627, 'pyre_page_title', 'default'),
(29643, 1627, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(29644, 1627, 'pyre_page_title_text', 'yes'),
(29645, 1627, 'pyre_page_title_text_alignment', 'default'),
(29646, 1627, 'pyre_page_title_text_size', ''),
(29647, 1627, 'pyre_page_title_custom_subheader_text_size', ''),
(29648, 1627, 'pyre_page_title_font_color', ''),
(29649, 1627, 'pyre_page_title_100_width', 'default'),
(29650, 1627, 'pyre_page_title_height', ''),
(29651, 1627, 'pyre_page_title_mobile_height', ''),
(29652, 1627, 'pyre_page_title_bar_bg_color', ''),
(29653, 1627, 'pyre_page_title_bar_borders_color', ''),
(29654, 1627, 'pyre_page_title_bar_bg', ''),
(29655, 1627, 'pyre_page_title_bar_bg_retina', ''),
(29656, 1627, 'pyre_page_title_bar_bg_full', 'default'),
(29657, 1627, 'pyre_page_title_bg_parallax', 'default'),
(29723, 1630, '_wp_page_template', '100-width.php'),
(29724, 1630, 'pyre_portfolio_width_100', 'no'),
(29725, 1630, 'pyre_portfolio_content_length', 'default'),
(29726, 1630, 'pyre_portfolio_excerpt', ''),
(29727, 1630, 'pyre_portfolio_filters', 'yes'),
(29728, 1630, 'pyre_portfolio_text_layout', 'default'),
(29729, 1630, 'pyre_portfolio_featured_image_size', 'default'),
(29730, 1630, 'pyre_portfolio_column_spacing', ''),
(29731, 1630, 'fusion_builder_status', 'active'),
(29732, 1630, 'fusion_builder_content', ''),
(29733, 1630, 'fusion_builder_converted', 'yes'),
(29734, 1630, 'pyre_container_padding_top', ''),
(29735, 1630, 'pyre_container_padding_right', ''),
(29736, 1630, 'pyre_container_padding_bottom', ''),
(29737, 1630, 'pyre_container_padding_left', ''),
(65256, 1630, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(65257, 1630, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(65258, 1630, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(65259, 1630, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(55504, 1630, 'pyre_slider_type', 'flex'),
(55505, 1630, 'pyre_slider', '0'),
(55506, 1630, 'pyre_wooslider', 'contact'),
(55507, 1630, 'pyre_revslider', '0'),
(55508, 1630, 'pyre_elasticslider', '0'),
(55509, 1630, 'pyre_slider_position', 'default'),
(55510, 1630, 'pyre_avada_rev_styles', 'default'),
(55511, 1630, 'pyre_fallback', ''),
(55512, 1630, 'pyre_demo_slider', ''),
(29603, 1627, 'fusion_builder_status', 'active'),
(29604, 1627, '_wp_page_template', '100-width.php'),
(29605, 1627, 'pyre_page_options-hide', 'pyre_page_options'),
(29606, 1627, 'pyre_slider_type', 'flex'),
(29607, 1627, 'pyre_slider', '0'),
(29608, 1627, 'pyre_wooslider', 'contact'),
(60885, 1278, 'pyre_page_bg_full', 'no'),
(60886, 1278, 'pyre_page_bg_repeat', 'repeat'),
(20511, 1268, 'pyre_heading', '<br/><span style=\"font-weight: 900; line-height: 30px;\">SURVEY & MAPPING</span>'),
(20512, 1268, 'pyre_heading_separator', 'none'),
(20513, 1268, 'pyre_heading_font_size', '70'),
(20514, 1268, 'pyre_heading_color', ''),
(20515, 1268, 'pyre_heading_bg', 'no'),
(20516, 1268, 'pyre_heading_bg_color', ''),
(20517, 1268, 'pyre_caption', ''),
(20518, 1268, 'pyre_caption_separator', 'none'),
(20519, 1268, 'pyre_caption_font_size', '19'),
(20520, 1268, 'pyre_caption_color', ''),
(20521, 1268, 'pyre_caption_bg', 'no'),
(20522, 1268, 'pyre_caption_bg_color', ''),
(20523, 1268, 'pyre_link_type', 'button'),
(20524, 1268, 'pyre_slide_link', ''),
(20525, 1268, 'pyre_slide_target', 'yes'),
(32082, 1698, '_wp_attached_file', '2017/07/clients_yorkshire_water.jpg'),
(32083, 1698, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2017/07/clients_yorkshire_water.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"clients_yorkshire_water-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"clients_yorkshire_water-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:35:\"clients_yorkshire_water-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:35:\"clients_yorkshire_water-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:35:\"clients_yorkshire_water-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:35:\"clients_yorkshire_water-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:35:\"clients_yorkshire_water-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:35:\"clients_yorkshire_water-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:33:\"clients_yorkshire_water-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:35:\"clients_yorkshire_water-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:35:\"clients_yorkshire_water-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(32084, 1699, '_wp_attached_file', '2017/07/clients_bbc.jpg'),
(31879, 1691, '_wp_attached_file', '2017/07/clients_bam_nuttall.jpg'),
(31877, 1690, '_wp_attached_file', '2017/07/clients_bedlam_productions.jpg'),
(31878, 1690, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:38:\"2017/07/clients_bedlam_productions.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"clients_bedlam_productions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"clients_bedlam_productions-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:38:\"clients_bedlam_productions-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:38:\"clients_bedlam_productions-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:38:\"clients_bedlam_productions-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:38:\"clients_bedlam_productions-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:38:\"clients_bedlam_productions-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:38:\"clients_bedlam_productions-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:36:\"clients_bedlam_productions-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:38:\"clients_bedlam_productions-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:38:\"clients_bedlam_productions-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(32142, 1665, 'pyre_page_title_100_width', 'default'),
(32141, 1665, 'pyre_page_title_font_color', ''),
(32140, 1665, 'pyre_page_title_custom_subheader_text_size', ''),
(32139, 1665, 'pyre_page_title_custom_subheader', ''),
(32138, 1665, 'pyre_page_title_text_size', ''),
(32137, 1665, 'pyre_page_title_custom_text', ''),
(32136, 1665, 'pyre_page_title_text_alignment', 'default'),
(32129, 1665, 'pyre_wide_page_bg_color', ''),
(32128, 1665, 'pyre_page_bg_repeat', 'repeat'),
(32127, 1665, 'pyre_page_bg_full', 'no'),
(32126, 1665, 'pyre_page_bg', ''),
(32125, 1665, 'pyre_page_bg_color', ''),
(32124, 1665, 'pyre_page_bg_layout', 'default'),
(32123, 1665, 'pyre_sidebar_bg_color', ''),
(32122, 1665, 'pyre_sidebar_position', 'default'),
(32121, 1665, 'pyre_footer_100_width', 'default'),
(32120, 1665, 'pyre_display_copyright', 'default'),
(32119, 1665, 'pyre_display_footer', 'default'),
(32118, 1665, 'pyre_displayed_menu', 'default'),
(32117, 1665, 'pyre_header_bg_repeat', 'repeat'),
(32107, 1665, 'pyre_main_top_padding', ''),
(32135, 1665, 'pyre_page_title_text', 'default'),
(31534, 1665, 'fusion_builder_status', 'active'),
(31535, 1665, 'fusion_builder_content', ''),
(32132, 1665, 'pyre_wide_page_bg_repeat', 'repeat'),
(32133, 1665, 'pyre_page_title', 'no'),
(32131, 1665, 'pyre_wide_page_bg_full', 'no'),
(32130, 1665, 'pyre_wide_page_bg', ''),
(31606, 1667, '_edit_lock', '1499416263:1'),
(31607, 1667, '_thumbnail_id', '1455'),
(31608, 1667, 'slide_template', 'default'),
(31609, 1667, '_wp_old_slug', 'services-cloned'),
(31610, 1667, '_wp_old_slug', 'faq-cloned'),
(31611, 1667, '_wp_old_slug', 'equipment-cloned'),
(31703, 1667, 'pyre_caption_bg_color', ''),
(31702, 1667, 'pyre_caption_bg', 'no'),
(31701, 1667, 'pyre_caption_color', ''),
(31700, 1667, 'pyre_caption_font_size', '19'),
(31699, 1667, 'pyre_caption_separator', 'none'),
(31698, 1667, 'pyre_caption', ''),
(31697, 1667, 'pyre_heading_bg_color', ''),
(31696, 1667, 'pyre_heading_bg', 'no'),
(31695, 1667, 'pyre_heading_color', ''),
(31694, 1667, 'pyre_heading_font_size', '70'),
(31693, 1667, 'pyre_heading_separator', 'none'),
(31692, 1667, 'pyre_heading', '<br/><span style=\"font-weight: 900; line-height: 30px;\">PREVIOUS CLIENTS</span>'),
(31691, 1667, 'pyre_content_alignment', 'center'),
(31690, 1667, 'pyre_hide_video_controls', 'yes'),
(31689, 1667, 'pyre_loop_video', 'yes'),
(31688, 1667, 'pyre_autoplay_video', 'yes'),
(31677, 1667, 'pyre_type', 'image'),
(31678, 1667, 'pyre_youtube_id', ''),
(31679, 1667, 'pyre_vimeo_id', ''),
(31680, 1667, 'pyre_webm', ''),
(31681, 1667, 'pyre_mp4', ''),
(31682, 1667, 'pyre_ogv', ''),
(31683, 1667, 'pyre_preview_image', ''),
(31684, 1667, 'pyre_aspect_ratio', ''),
(31685, 1667, 'pyre_video_display', 'cover'),
(31686, 1667, 'pyre_video_bg_color', ''),
(31687, 1667, 'pyre_mute_video', 'yes'),
(31706, 1667, 'pyre_slide_target', 'yes'),
(31707, 1667, 'pyre_button_1', ''),
(31708, 1667, 'pyre_button_2', ''),
(31704, 1667, 'pyre_link_type', 'button'),
(31705, 1667, 'pyre_slide_link', ''),
(31644, 1667, '_wp_old_slug', 'services-2-2-2'),
(31836, 1669, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2017/07/clients_JBA_consulting.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"clients_JBA_consulting-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"clients_JBA_consulting-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:34:\"clients_JBA_consulting-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:34:\"clients_JBA_consulting-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:34:\"clients_JBA_consulting-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:34:\"clients_JBA_consulting-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:34:\"clients_JBA_consulting-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"clients_JBA_consulting-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:32:\"clients_JBA_consulting-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:34:\"clients_JBA_consulting-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:34:\"clients_JBA_consulting-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31837, 1670, '_wp_attached_file', '2017/07/clients_invictus_games.jpg'),
(31838, 1670, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2017/07/clients_invictus_games.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"clients_invictus_games-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"clients_invictus_games-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:34:\"clients_invictus_games-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:34:\"clients_invictus_games-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:34:\"clients_invictus_games-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:34:\"clients_invictus_games-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:34:\"clients_invictus_games-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"clients_invictus_games-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:32:\"clients_invictus_games-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:34:\"clients_invictus_games-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:34:\"clients_invictus_games-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31839, 1671, '_wp_attached_file', '2017/07/clients_help_for_heros.jpg'),
(31840, 1671, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2017/07/clients_help_for_heros.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"clients_help_for_heros-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"clients_help_for_heros-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:34:\"clients_help_for_heros-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:34:\"clients_help_for_heros-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:34:\"clients_help_for_heros-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:34:\"clients_help_for_heros-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:34:\"clients_help_for_heros-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"clients_help_for_heros-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:32:\"clients_help_for_heros-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:34:\"clients_help_for_heros-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:34:\"clients_help_for_heros-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31841, 1672, '_wp_attached_file', '2017/07/clients_videoink.jpg'),
(31842, 1672, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2017/07/clients_videoink.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"clients_videoink-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"clients_videoink-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"clients_videoink-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"clients_videoink-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"clients_videoink-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"clients_videoink-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"clients_videoink-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"clients_videoink-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"clients_videoink-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:28:\"clients_videoink-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:28:\"clients_videoink-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31843, 1673, '_wp_attached_file', '2017/07/clients_airstoc.jpg'),
(31844, 1673, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2017/07/clients_airstoc.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"clients_airstoc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"clients_airstoc-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:27:\"clients_airstoc-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:27:\"clients_airstoc-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:27:\"clients_airstoc-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:27:\"clients_airstoc-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:27:\"clients_airstoc-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"clients_airstoc-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"clients_airstoc-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:27:\"clients_airstoc-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:27:\"clients_airstoc-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(32143, 1665, 'pyre_page_title_height', ''),
(32144, 1665, 'pyre_page_title_mobile_height', ''),
(32145, 1665, 'pyre_page_title_bar_bg_color', ''),
(32146, 1665, 'pyre_page_title_bar_borders_color', ''),
(32147, 1665, 'pyre_page_title_bar_bg', ''),
(32148, 1665, 'pyre_page_title_bar_bg_retina', ''),
(32149, 1665, 'pyre_page_title_bar_bg_full', 'default'),
(31605, 1667, '_edit_last', '1'),
(32150, 1665, 'pyre_page_title_bg_parallax', 'default'),
(31503, 1665, '_edit_lock', '1569016230:1'),
(31502, 1665, '_edit_last', '1'),
(31501, 1665, 'slide_template', 'default'),
(32116, 1665, 'pyre_header_bg_full', 'no'),
(32108, 1665, 'pyre_main_bottom_padding', '0px'),
(32109, 1665, 'pyre_hundredp_padding', ''),
(32110, 1665, 'pyre_show_first_featured_image', 'no'),
(32111, 1665, 'pyre_display_header', 'yes'),
(32112, 1665, 'pyre_header_100_width', 'default'),
(31835, 1669, '_wp_attached_file', '2017/07/clients_JBA_consulting.jpg'),
(32115, 1665, 'pyre_header_bg', ''),
(31491, 1665, '_wp_page_template', '100-width.php'),
(31490, 1665, 'pyre_portfolio_width_100', 'no'),
(31489, 1665, 'pyre_portfolio_content_length', 'default'),
(31488, 1665, 'pyre_portfolio_excerpt', ''),
(31487, 1665, 'pyre_portfolio_filters', 'yes'),
(31486, 1665, 'pyre_portfolio_text_layout', 'default'),
(32134, 1665, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(31484, 1665, 'pyre_portfolio_featured_image_size', 'default'),
(31483, 1665, 'pyre_portfolio_column_spacing', ''),
(31482, 1665, 'fusion_builder_converted', 'yes'),
(31481, 1665, 'pyre_container_padding_top', ''),
(31480, 1665, 'pyre_container_padding_right', ''),
(32106, 1665, 'pyre_demo_slider', ''),
(32105, 1665, 'pyre_fallback', ''),
(32104, 1665, 'pyre_avada_rev_styles', 'default'),
(32103, 1665, 'pyre_slider_position', 'default'),
(32102, 1665, 'pyre_elasticslider', '0'),
(32101, 1665, 'pyre_revslider', '0'),
(31009, 1657, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:97;s:6:\"height\";i:97;s:4:\"file\";s:27:\"2015/05/home_icon_night.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"home_icon_night-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),
(31008, 1657, '_wp_attached_file', '2015/05/home_icon_night.png'),
(31851, 1677, '_wp_attached_file', '2017/07/clients_splat_training.jpg'),
(31852, 1677, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2017/07/clients_splat_training.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"clients_splat_training-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"clients_splat_training-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:34:\"clients_splat_training-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:34:\"clients_splat_training-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:34:\"clients_splat_training-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:34:\"clients_splat_training-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:34:\"clients_splat_training-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"clients_splat_training-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:32:\"clients_splat_training-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:34:\"clients_splat_training-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:34:\"clients_splat_training-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31853, 1678, '_wp_attached_file', '2017/07/clients_site_eye.jpg'),
(31854, 1678, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2017/07/clients_site_eye.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"clients_site_eye-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"clients_site_eye-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"clients_site_eye-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"clients_site_eye-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"clients_site_eye-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"clients_site_eye-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"clients_site_eye-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"clients_site_eye-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"clients_site_eye-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:28:\"clients_site_eye-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:28:\"clients_site_eye-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31855, 1679, '_wp_attached_file', '2017/07/clients_scot_rail.jpg'),
(31856, 1679, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2017/07/clients_scot_rail.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"clients_scot_rail-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"clients_scot_rail-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"clients_scot_rail-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"clients_scot_rail-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"clients_scot_rail-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"clients_scot_rail-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"clients_scot_rail-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"clients_scot_rail-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"clients_scot_rail-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"clients_scot_rail-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:29:\"clients_scot_rail-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31857, 1680, '_wp_attached_file', '2017/07/clients_reeds_rains.jpg'),
(31858, 1680, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2017/07/clients_reeds_rains.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"clients_reeds_rains-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"clients_reeds_rains-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:31:\"clients_reeds_rains-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:31:\"clients_reeds_rains-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:31:\"clients_reeds_rains-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:31:\"clients_reeds_rains-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"clients_reeds_rains-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"clients_reeds_rains-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:29:\"clients_reeds_rains-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:31:\"clients_reeds_rains-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:31:\"clients_reeds_rains-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31859, 1681, '_wp_attached_file', '2017/07/clients_pukka_films.jpg'),
(31860, 1681, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2017/07/clients_pukka_films.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"clients_pukka_films-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"clients_pukka_films-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:31:\"clients_pukka_films-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:31:\"clients_pukka_films-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:31:\"clients_pukka_films-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:31:\"clients_pukka_films-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"clients_pukka_films-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"clients_pukka_films-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:29:\"clients_pukka_films-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:31:\"clients_pukka_films-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:31:\"clients_pukka_films-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31861, 1682, '_wp_attached_file', '2017/07/clients_network_rail.jpg');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(31862, 1682, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2017/07/clients_network_rail.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"clients_network_rail-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"clients_network_rail-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:32:\"clients_network_rail-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:32:\"clients_network_rail-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:32:\"clients_network_rail-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:32:\"clients_network_rail-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:32:\"clients_network_rail-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"clients_network_rail-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:30:\"clients_network_rail-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:32:\"clients_network_rail-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:32:\"clients_network_rail-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31863, 1683, '_wp_attached_file', '2017/07/clients_morgan_sindall.jpg'),
(31864, 1683, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2017/07/clients_morgan_sindall.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"clients_morgan_sindall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"clients_morgan_sindall-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:34:\"clients_morgan_sindall-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:34:\"clients_morgan_sindall-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:34:\"clients_morgan_sindall-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:34:\"clients_morgan_sindall-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:34:\"clients_morgan_sindall-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"clients_morgan_sindall-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:32:\"clients_morgan_sindall-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:34:\"clients_morgan_sindall-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:34:\"clients_morgan_sindall-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31850, 1676, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2017/07/clients_saipem.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"clients_saipem-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"clients_saipem-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"clients_saipem-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"clients_saipem-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"clients_saipem-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"clients_saipem-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"clients_saipem-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"clients_saipem-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"clients_saipem-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:26:\"clients_saipem-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"clients_saipem-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31849, 1676, '_wp_attached_file', '2017/07/clients_saipem.jpg'),
(31845, 1674, '_wp_attached_file', '2017/07/clients_uascdc.jpg'),
(31846, 1674, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2017/07/clients_uascdc.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"clients_uascdc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"clients_uascdc-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"clients_uascdc-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"clients_uascdc-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"clients_uascdc-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"clients_uascdc-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"clients_uascdc-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"clients_uascdc-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"clients_uascdc-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:26:\"clients_uascdc-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"clients_uascdc-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31847, 1675, '_wp_attached_file', '2017/07/clients_hermes.jpg'),
(31848, 1675, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2017/07/clients_hermes.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"clients_hermes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"clients_hermes-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"clients_hermes-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"clients_hermes-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"clients_hermes-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"clients_hermes-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"clients_hermes-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"clients_hermes-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"clients_hermes-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:26:\"clients_hermes-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"clients_hermes-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5312, 1239, 'fusion_builder_status', 'active'),
(5313, 1239, '_wp_old_slug', 'hello-world'),
(5314, 1239, 'slide_template', 'default'),
(5315, 1239, 'avada_post_views_count', '1249'),
(5317, 1239, '_wp_old_slug', 'whats-news-avada-4-0-is-live'),
(5318, 1239, 'fusion_builder_content_backup', '[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"20\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-weight: 16px;letter-spacing: 2px;text-align: center\">Avada News   •   June 2, 2016</p>\n[/fusion_text][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/article1-1.jpg\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]A[/dropcap]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In et scelerisque sem. Nunc molestie neque augue, at gravida mi blandit eget. Aenean eu augue id lacus eleifend interdum. Cras sit amet metus sit amet velit lacinia ullamcorper. Nam facilisis a orci quis tempus. Vivamus id odio justo. Curabitur ut euismod metus. Donec nec neque non ligula vestibulum blandit id sed eros.\n\nVestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa, ut ultrices quam libero vel dolor. In sit amet ultricies dolor. Suspendisse maximus odio mollis massa tristique rhoncus.\n<h3>Keep It Simple</h3>\nDuis vel tellus a ante convallis pellentesque. Ut nec eros ullamcorper, dictum enim in, euismod est. Proin scelerisque convallis ipsum consequat aliquam. Praesent semper scelerisque accumsan. Integer vitae nulla suscipit, molestie tortor sed, eleifend tellus. Pellentesque a bibendum massa.[/fusion_text][separator style_type=\"none\" top_margin=\"30px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<ul>\n 	<li>Print Design Services</li>\n 	<li>Content Marketing</li>\n 	<li>PPC Advertising</li>\n</ul>\n[/fusion_text][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]Donec quam est, suscipit vel ligula ut, aliquet maximus libero. Pellentesque finibus tellus vitae dolor lacinia eleifend. Vivamus convallis nunc ante, ac placerat turpis imperdiet in. Aenean posuere tortor vitae mi mollis tempus.\n<h3>Focus on The User</h3>\nSuspendisse eu lectus tempus, feugiat enim in, lacinia augue. Cras scelerisque risus vel nulla dictum vehicula. Phasellus vel massa massa. Curabitur a turpis vitae ipsum tempor varius. Etiam iaculis purus vitae velit blandit posuere. Cras scelerisque volutpat bibendum. Donec a justo sapien. Phasellus condimentum volutpat ex eget consectetur. Mauris vulputate aliquet commodo. Aliquam dictum tristique risus vel cursus.\n\nNulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo. Nulla fringilla porttitor congue. Nunc ac semper sapien, a lobortis augue. Morbi ullamcorper erat vel nunc euismod, at condimentum turpis iaculis. Aliquam pretium blandit ultrices.\n\nUt porttitor bibendum velit. Vivamus urna lorem, dapibus in odio nec, dapibus maximus risus. Vivamus eleifend vulputate egestas. Curabitur in diam eget lorem vehicula scelerisque. Mauris neque nibh, scelerisque ac malesuada at, feugiat a nisl. Etiam pulvinar nibh eget ullamcorper rutrum. Duis nec lobortis ex.[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth]'),
(5319, 1239, 'fusion_builder_converted', 'yes'),
(5320, 1239, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(5321, 1239, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(5322, 1239, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(5323, 1239, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(5324, 1239, 'pyre_show_first_featured_image', 'no'),
(5325, 1239, 'pyre_fimg_width', ''),
(5326, 1239, 'pyre_fimg_height', ''),
(5327, 1239, 'pyre_portfolio_width_100', 'default'),
(5328, 1239, 'pyre_video', ''),
(5329, 1239, 'pyre_image_rollover_icons', 'default'),
(5330, 1239, 'pyre_link_icon_url', ''),
(5331, 1239, 'pyre_post_links_target', 'no'),
(5332, 1239, 'pyre_related_posts', 'default'),
(5333, 1239, 'pyre_share_box', 'default'),
(5334, 1239, 'pyre_post_pagination', 'default'),
(5335, 1239, 'pyre_author_info', 'default'),
(5336, 1239, 'pyre_post_meta', 'default'),
(5337, 1239, 'pyre_post_comments', 'default'),
(5338, 1239, 'pyre_main_top_padding', ''),
(5339, 1239, 'pyre_main_bottom_padding', ''),
(5340, 1239, 'pyre_hundredp_padding', ''),
(5341, 1239, 'pyre_slider_type', 'no'),
(5342, 1239, 'pyre_slider', '0'),
(5343, 1239, 'pyre_wooslider', '0'),
(5344, 1239, 'pyre_revslider', '0'),
(5345, 1239, 'pyre_elasticslider', '0'),
(5346, 1239, 'pyre_slider_position', 'default'),
(5347, 1239, 'pyre_avada_rev_styles', 'default'),
(5348, 1239, 'pyre_fallback', ''),
(5349, 1239, 'pyre_demo_slider', ''),
(5350, 1239, 'pyre_display_header', 'yes'),
(5351, 1239, 'pyre_header_100_width', 'default'),
(5352, 1239, 'pyre_header_bg_color', ''),
(5353, 1239, 'pyre_header_bg_opacity', ''),
(5354, 1239, 'pyre_header_bg', ''),
(5355, 1239, 'pyre_header_bg_full', 'no'),
(5356, 1239, 'pyre_header_bg_repeat', 'repeat'),
(5357, 1239, 'pyre_displayed_menu', 'default'),
(5358, 1239, 'pyre_display_footer', 'default'),
(5359, 1239, 'pyre_display_copyright', 'default'),
(5360, 1239, 'pyre_footer_100_width', 'default'),
(5361, 1239, 'pyre_sidebar_position', 'default'),
(5362, 1239, 'pyre_sidebar_bg_color', ''),
(5363, 1239, 'pyre_page_bg_layout', 'default'),
(5364, 1239, 'pyre_page_bg_color', ''),
(5365, 1239, 'pyre_page_bg', ''),
(5366, 1239, 'pyre_page_bg_full', 'no'),
(5367, 1239, 'pyre_page_bg_repeat', 'repeat'),
(5368, 1239, 'pyre_wide_page_bg_color', ''),
(5369, 1239, 'pyre_wide_page_bg', ''),
(5370, 1239, 'pyre_wide_page_bg_full', 'no'),
(5371, 1239, 'pyre_wide_page_bg_repeat', 'repeat'),
(5372, 1239, 'pyre_page_title', 'default'),
(5373, 1239, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(5374, 1239, 'pyre_page_title_text', 'default'),
(5375, 1239, 'pyre_page_title_text_alignment', 'default'),
(5376, 1239, 'pyre_page_title_custom_text', ''),
(5377, 1239, 'pyre_page_title_text_size', ''),
(5378, 1239, 'pyre_page_title_custom_subheader', ''),
(5379, 1239, 'pyre_page_title_custom_subheader_text_size', ''),
(5380, 1239, 'pyre_page_title_font_color', ''),
(5381, 1239, 'pyre_page_title_100_width', 'default'),
(5382, 1239, 'pyre_page_title_height', ''),
(5383, 1239, 'pyre_page_title_mobile_height', ''),
(5384, 1239, 'pyre_page_title_bar_bg_color', ''),
(5385, 1239, 'pyre_page_title_bar_borders_color', ''),
(5386, 1239, 'pyre_page_title_bar_bg', ''),
(5387, 1239, 'pyre_page_title_bar_bg_retina', ''),
(5388, 1239, 'pyre_page_title_bar_bg_full', 'default'),
(5389, 1239, 'pyre_page_title_bg_parallax', 'default'),
(8738, 1274, 'fusion_builder_converted', 'yes'),
(72878, 1274, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(72880, 1274, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(54138, 1274, 'pyre_slider_type', 'flex'),
(54139, 1274, 'pyre_slider', '0'),
(54140, 1274, 'pyre_wooslider', 'equipment'),
(54141, 1274, 'pyre_revslider', '0'),
(54142, 1274, 'pyre_elasticslider', '0'),
(54143, 1274, 'pyre_slider_position', 'default'),
(54144, 1274, 'pyre_avada_rev_styles', 'default'),
(54145, 1274, 'pyre_fallback', ''),
(54146, 1274, 'pyre_demo_slider', ''),
(54147, 1274, 'pyre_main_top_padding', '0px'),
(54148, 1274, 'pyre_main_bottom_padding', '0px'),
(54149, 1274, 'pyre_hundredp_padding', ''),
(54150, 1274, 'pyre_show_first_featured_image', 'no'),
(54151, 1274, 'pyre_display_header', 'yes'),
(54152, 1274, 'pyre_header_100_width', 'default'),
(72879, 1274, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(72877, 1274, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(54155, 1274, 'pyre_header_bg', ''),
(54156, 1274, 'pyre_header_bg_full', 'no'),
(54157, 1274, 'pyre_header_bg_repeat', 'repeat'),
(54158, 1274, 'pyre_displayed_menu', 'default'),
(54159, 1274, 'pyre_display_footer', 'default'),
(54160, 1274, 'pyre_display_copyright', 'default'),
(54161, 1274, 'pyre_footer_100_width', 'default'),
(54162, 1274, 'pyre_sidebar_position', 'default'),
(54163, 1274, 'pyre_sidebar_bg_color', ''),
(54164, 1274, 'pyre_page_bg_layout', 'default'),
(54165, 1274, 'pyre_page_bg_color', ''),
(54166, 1274, 'pyre_page_bg', ''),
(54167, 1274, 'pyre_page_bg_full', 'no'),
(54168, 1274, 'pyre_page_bg_repeat', 'repeat'),
(54169, 1274, 'pyre_wide_page_bg_color', ''),
(54170, 1274, 'pyre_wide_page_bg', ''),
(54171, 1274, 'pyre_wide_page_bg_full', 'no'),
(54172, 1274, 'pyre_wide_page_bg_repeat', 'repeat'),
(54173, 1274, 'pyre_page_title', 'default'),
(54174, 1274, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(54175, 1274, 'pyre_page_title_text', 'default'),
(54176, 1274, 'pyre_page_title_text_alignment', 'default'),
(54177, 1274, 'pyre_page_title_custom_text', ''),
(54178, 1274, 'pyre_page_title_text_size', ''),
(54179, 1274, 'pyre_page_title_custom_subheader', ''),
(54180, 1274, 'pyre_page_title_custom_subheader_text_size', ''),
(54181, 1274, 'pyre_page_title_font_color', ''),
(54182, 1274, 'pyre_page_title_100_width', 'default'),
(54183, 1274, 'pyre_page_title_height', ''),
(54184, 1274, 'pyre_page_title_mobile_height', ''),
(54185, 1274, 'pyre_page_title_bar_bg_color', ''),
(54186, 1274, 'pyre_page_title_bar_borders_color', ''),
(54187, 1274, 'pyre_page_title_bar_bg', ''),
(54188, 1274, 'pyre_page_title_bar_bg_retina', ''),
(54189, 1274, 'pyre_page_title_bar_bg_full', 'default'),
(54190, 1274, 'pyre_page_title_bg_parallax', 'default'),
(8794, 1274, '_edit_lock', '1634204055:1'),
(8797, 1274, '_edit_last', '1'),
(8863, 1276, '_wp_page_template', '100-width.php'),
(8864, 1276, 'pyre_portfolio_width_100', 'no'),
(8865, 1276, 'pyre_portfolio_content_length', 'default'),
(8866, 1276, 'pyre_portfolio_excerpt', ''),
(8867, 1276, 'pyre_portfolio_filters', 'yes'),
(8868, 1276, 'pyre_portfolio_text_layout', 'default'),
(8869, 1276, 'pyre_portfolio_featured_image_size', 'default'),
(8870, 1276, 'pyre_portfolio_column_spacing', ''),
(8871, 1276, 'fusion_builder_status', 'active'),
(8872, 1276, 'slide_template', 'default');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8873, 1276, 'fusion_builder_content_backup', '[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\">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.</p>\r\n[/fusion_text][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/mockup_2.png\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"681px\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"yes\" menu_anchor=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"150px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"#303745\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][two_fifth last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px 10% 100px 20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"mobile-no-padding\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/logo_blue.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left\"><span style=\"color: #ffffff\">Branding</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;font-size: 16px;letter-spacing: 2px;color: #ffffff\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\"><span style=\"color: #bbc1cd\">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.</span></p>\r\n[/fusion_text][/two_fifth][three_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/branding_images.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"1100px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/three_fifth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"font-weight: 300;font-size: 22px;line-height: 40px;letter-spacing: 2px;text-align: center\">LOREM IPSUM DOLOR SIT AMET, CONSECTETUR ADIPISICING ELIT, SED DO EIUSMOD TEMPOR INCIDIDUNT UT LABORE ET DOLORE MAGNA ALIQUA. UT ENIM AD MINIM</p>\r\n[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"right top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][five_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/mockup_3.png\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"no-background-cover\" id=\"\"][separator style_type=\"none\" top_margin=\"1329px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/five_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"right top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2>WordPress\r\nDevelopment</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\">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.</p>\r\n[/fusion_text][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"no-background-cover\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/agency-services1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][five_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][testimonial name=\"LUKE BECK\" avatar=\"image\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/luke-beck.png\" image_border_radius=\"50%\" company=\"THEME FUSION\" link=\"\" target=\"_self\"]Ability proceeds from a fusion of skills, knowledge, understanding and imagination, consolidated by experience.[/testimonial][testimonial name=\"GEORGE MARTIN\" avatar=\"image\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/luke-beck.png\" image_border_radius=\"50%\" company=\"ARCHITECT\" link=\"\" target=\"_self\"]Beauty is when you can appreciate yourself. When you love yourself, that’s when you’re most beautiful.[/testimonial][/testimonials][/five_sixth][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center\">More Expertise</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"80px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][content_boxes settings_lvl=\"parent\" layout=\"icon-on-top\" columns=\"3\" icon_align=\"left\" title_size=\"\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" link_type=\"\" link_area=\"\" link_target=\"\" animation_delay=\"\" animation_offset=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"0.1\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"][content_box title=\"DIGITAL\" icon=\"fa-laptop\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_1.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">Branding</li>\r\n 	<li style=\"text-align: center\">Logo Design</li>\r\n 	<li style=\"text-align: center\">Print Design Services</li>\r\n</ul>\r\n[/content_box][content_box title=\"BRANDING\" icon=\"fa-paint-brush\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_2.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">Print Design Services</li>\r\n 	<li style=\"text-align: center\">Content Marketing</li>\r\n 	<li style=\"text-align: center\">PPC Advertising</li>\r\n</ul>\r\n[/content_box][content_box title=\"MARKETING\" icon=\"fa-rocket\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_3.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">PPC Advertising</li>\r\n 	<li style=\"text-align: center\">SEO &amp; Online Marketing</li>\r\n 	<li style=\"text-align: center\">Social Media Marketing</li>\r\n</ul>\r\n[/content_box][/content_boxes][separator style_type=\"none\" top_margin=\"30px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"/creative/services/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"outline-button\" id=\"\"]View All Services[/button][/one_full][/fullwidth]'),
(64591, 2232, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:290;s:4:\"file\";s:17:\"2018/08/new-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"new-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"new-1-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"new-1-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"new-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"new-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"new-1-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"new-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"new-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"new-1-200x145.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"new-1-400x290.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6995, 1260, '_menu_item_url', ''),
(6994, 1260, '_menu_item_xfn', ''),
(6993, 1260, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6992, 1260, '_menu_item_target', ''),
(6991, 1260, '_menu_item_object', 'page'),
(6990, 1260, '_menu_item_object_id', '7'),
(6989, 1260, '_menu_item_menu_item_parent', '0'),
(6988, 1260, '_menu_item_type', 'post_type'),
(64604, 2234, '_wp_attached_file', '2018/08/rc-1.jpg'),
(64605, 2234, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:16:\"2018/08/rc-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"rc-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"rc-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"rc-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"rc-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"rc-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"rc-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:16:\"rc-1-200x134.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:16:\"rc-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6977, 1259, '_menu_item_url', ''),
(6976, 1259, '_menu_item_xfn', ''),
(6975, 1259, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6974, 1259, '_menu_item_target', ''),
(6973, 1259, '_menu_item_object', 'page'),
(6972, 1259, '_menu_item_object_id', '16'),
(6971, 1259, '_menu_item_menu_item_parent', '0'),
(6970, 1259, '_menu_item_type', 'post_type'),
(64455, 7, 'kd_featured-image-5_page_id', ''),
(8874, 1276, 'fusion_builder_converted', 'yes'),
(70425, 1276, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(70427, 1276, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(29274, 1276, 'pyre_slider_type', 'flex'),
(29275, 1276, 'pyre_slider', '0'),
(29276, 1276, 'pyre_wooslider', 'faq'),
(29277, 1276, 'pyre_revslider', '0'),
(29278, 1276, 'pyre_elasticslider', '0'),
(29279, 1276, 'pyre_slider_position', 'default'),
(29280, 1276, 'pyre_avada_rev_styles', 'default'),
(29281, 1276, 'pyre_fallback', ''),
(29282, 1276, 'pyre_demo_slider', ''),
(29283, 1276, 'pyre_main_top_padding', '0px'),
(29284, 1276, 'pyre_main_bottom_padding', '0px'),
(29285, 1276, 'pyre_hundredp_padding', ''),
(29286, 1276, 'pyre_show_first_featured_image', 'no'),
(29287, 1276, 'pyre_display_header', 'yes'),
(29288, 1276, 'pyre_header_100_width', 'default'),
(70141, 1276, 'pyre_fallback_id', ''),
(29291, 1276, 'pyre_header_bg', ''),
(29292, 1276, 'pyre_header_bg_full', 'no'),
(29293, 1276, 'pyre_header_bg_repeat', 'repeat'),
(29294, 1276, 'pyre_displayed_menu', 'default'),
(29295, 1276, 'pyre_display_footer', 'default'),
(29296, 1276, 'pyre_display_copyright', 'default'),
(29297, 1276, 'pyre_footer_100_width', 'default'),
(29298, 1276, 'pyre_sidebar_position', 'default'),
(29299, 1276, 'pyre_sidebar_bg_color', ''),
(29300, 1276, 'pyre_page_bg_layout', 'default'),
(29301, 1276, 'pyre_page_bg_color', ''),
(29302, 1276, 'pyre_page_bg', ''),
(29303, 1276, 'pyre_page_bg_full', 'no'),
(29304, 1276, 'pyre_page_bg_repeat', 'repeat'),
(29305, 1276, 'pyre_wide_page_bg_color', ''),
(29306, 1276, 'pyre_wide_page_bg', ''),
(29307, 1276, 'pyre_wide_page_bg_full', 'no'),
(29308, 1276, 'pyre_wide_page_bg_repeat', 'repeat'),
(29309, 1276, 'pyre_page_title', 'default'),
(29310, 1276, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(29311, 1276, 'pyre_page_title_text', 'default'),
(29312, 1276, 'pyre_page_title_text_alignment', 'default'),
(29313, 1276, 'pyre_page_title_custom_text', ''),
(29314, 1276, 'pyre_page_title_text_size', ''),
(29315, 1276, 'pyre_page_title_custom_subheader', ''),
(29316, 1276, 'pyre_page_title_custom_subheader_text_size', ''),
(29317, 1276, 'pyre_page_title_font_color', ''),
(29318, 1276, 'pyre_page_title_100_width', 'default'),
(29319, 1276, 'pyre_page_title_height', ''),
(29320, 1276, 'pyre_page_title_mobile_height', ''),
(29321, 1276, 'pyre_page_title_bar_bg_color', ''),
(29322, 1276, 'pyre_page_title_bar_borders_color', ''),
(29323, 1276, 'pyre_page_title_bar_bg', ''),
(29324, 1276, 'pyre_page_title_bar_bg_retina', ''),
(29325, 1276, 'pyre_page_title_bar_bg_full', 'default'),
(29326, 1276, 'pyre_page_title_bg_parallax', 'default'),
(8930, 1276, '_edit_lock', '1541524906:1'),
(70428, 1276, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(70426, 1276, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(8933, 1276, '_edit_last', '1'),
(9060, 1278, '_wp_page_template', '100-width.php'),
(9061, 1278, 'pyre_portfolio_width_100', 'no'),
(9062, 1278, 'pyre_portfolio_content_length', 'default'),
(9063, 1278, 'pyre_portfolio_excerpt', ''),
(9064, 1278, 'pyre_portfolio_filters', 'yes'),
(9065, 1278, 'pyre_portfolio_text_layout', 'default'),
(9066, 1278, 'pyre_portfolio_featured_image_size', 'default'),
(9067, 1278, 'pyre_portfolio_column_spacing', ''),
(9068, 1278, 'fusion_builder_status', 'active'),
(9069, 1278, 'slide_template', 'default');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9070, 1278, 'fusion_builder_content_backup', '[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\">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.</p>\r\n[/fusion_text][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/mockup_2.png\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"681px\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"yes\" menu_anchor=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"150px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"#303745\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][two_fifth last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px 10% 100px 20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"mobile-no-padding\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/logo_blue.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left\"><span style=\"color: #ffffff\">Branding</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;font-size: 16px;letter-spacing: 2px;color: #ffffff\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\"><span style=\"color: #bbc1cd\">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.</span></p>\r\n[/fusion_text][/two_fifth][three_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/branding_images.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"1100px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/three_fifth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"font-weight: 300;font-size: 22px;line-height: 40px;letter-spacing: 2px;text-align: center\">LOREM IPSUM DOLOR SIT AMET, CONSECTETUR ADIPISICING ELIT, SED DO EIUSMOD TEMPOR INCIDIDUNT UT LABORE ET DOLORE MAGNA ALIQUA. UT ENIM AD MINIM</p>\r\n[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"right top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][five_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/mockup_3.png\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"no-background-cover\" id=\"\"][separator style_type=\"none\" top_margin=\"1329px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/five_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"right top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2>WordPress\r\nDevelopment</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\">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.</p>\r\n[/fusion_text][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"no-background-cover\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/agency-services1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][five_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][testimonial name=\"LUKE BECK\" avatar=\"image\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/luke-beck.png\" image_border_radius=\"50%\" company=\"THEME FUSION\" link=\"\" target=\"_self\"]Ability proceeds from a fusion of skills, knowledge, understanding and imagination, consolidated by experience.[/testimonial][testimonial name=\"GEORGE MARTIN\" avatar=\"image\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/luke-beck.png\" image_border_radius=\"50%\" company=\"ARCHITECT\" link=\"\" target=\"_self\"]Beauty is when you can appreciate yourself. When you love yourself, that’s when you’re most beautiful.[/testimonial][/testimonials][/five_sixth][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center\">More Expertise</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"80px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][content_boxes settings_lvl=\"parent\" layout=\"icon-on-top\" columns=\"3\" icon_align=\"left\" title_size=\"\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" link_type=\"\" link_area=\"\" link_target=\"\" animation_delay=\"\" animation_offset=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"0.1\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"][content_box title=\"DIGITAL\" icon=\"fa-laptop\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_1.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">Branding</li>\r\n 	<li style=\"text-align: center\">Logo Design</li>\r\n 	<li style=\"text-align: center\">Print Design Services</li>\r\n</ul>\r\n[/content_box][content_box title=\"BRANDING\" icon=\"fa-paint-brush\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_2.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">Print Design Services</li>\r\n 	<li style=\"text-align: center\">Content Marketing</li>\r\n 	<li style=\"text-align: center\">PPC Advertising</li>\r\n</ul>\r\n[/content_box][content_box title=\"MARKETING\" icon=\"fa-rocket\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_3.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">PPC Advertising</li>\r\n 	<li style=\"text-align: center\">SEO &amp; Online Marketing</li>\r\n 	<li style=\"text-align: center\">Social Media Marketing</li>\r\n</ul>\r\n[/content_box][/content_boxes][separator style_type=\"none\" top_margin=\"30px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"/creative/services/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"outline-button\" id=\"\"]View All Services[/button][/one_full][/fullwidth]'),
(30467, 1641, 'pyre_container_padding_bottom', ''),
(30468, 1641, 'pyre_container_padding_left', ''),
(73305, 1641, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(73307, 1641, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(63375, 1641, 'pyre_slider_type', 'flex'),
(63376, 1641, 'pyre_slider', '0'),
(63377, 1641, 'pyre_wooslider', 'portfolio'),
(63378, 1641, 'pyre_revslider', '0'),
(63379, 1641, 'pyre_elasticslider', '0'),
(63380, 1641, 'pyre_slider_position', 'default'),
(63381, 1641, 'pyre_avada_rev_styles', 'default'),
(63382, 1641, 'pyre_fallback', ''),
(63383, 1641, 'pyre_demo_slider', ''),
(30552, 1643, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(30553, 1643, '_menu_item_xfn', ''),
(30554, 1643, '_menu_item_url', ''),
(64441, 1467, '_edit_lock', '1525379078:1'),
(64450, 7, 'pyre_sidebar_sticky', 'default'),
(64451, 7, 'pyre_page_title_line_height', ''),
(64452, 7, 'kd_featured-image-2_page_id', ''),
(64453, 7, 'kd_featured-image-3_page_id', ''),
(64454, 7, 'kd_featured-image-4_page_id', ''),
(30811, 1652, '_wp_attached_file', '2017/07/main-logo_clear.png'),
(30812, 1652, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:196;s:6:\"height\";i:66;s:4:\"file\";s:27:\"2017/07/main-logo_clear.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"main-logo_clear-150x66.png\";s:5:\"width\";i:150;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"main-logo_clear-177x66.png\";s:5:\"width\";i:177;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"main-logo_clear-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),
(30813, 1653, '_wp_attached_file', '2017/07/favicon.png'),
(30814, 1653, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:35;s:6:\"height\";i:32;s:4:\"file\";s:19:\"2017/07/favicon.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:{}}}'),
(30815, 1654, '_wp_attached_file', '2017/07/favicon_white.png'),
(30816, 1654, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:35;s:6:\"height\";i:32;s:4:\"file\";s:25:\"2017/07/favicon_white.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:{}}}'),
(30466, 1641, 'pyre_container_padding_right', ''),
(30465, 1641, 'pyre_container_padding_top', ''),
(30464, 1641, 'fusion_builder_converted', 'yes'),
(30461, 1641, 'pyre_portfolio_column_spacing', ''),
(30460, 1641, 'pyre_portfolio_featured_image_size', 'default'),
(63411, 1641, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(30459, 1641, 'pyre_portfolio_text_layout', 'default'),
(30458, 1641, 'pyre_portfolio_filters', 'yes'),
(30457, 1641, 'pyre_portfolio_excerpt', ''),
(30456, 1641, 'pyre_portfolio_content_length', 'default'),
(30455, 1641, 'pyre_portfolio_width_100', 'no'),
(30454, 1641, '_wp_page_template', '100-width.php'),
(63392, 1641, 'pyre_header_bg', ''),
(63389, 1641, 'pyre_header_100_width', 'default'),
(63388, 1641, 'pyre_display_header', 'yes'),
(63387, 1641, 'pyre_show_first_featured_image', 'no'),
(30551, 1643, '_menu_item_target', ''),
(63386, 1641, 'pyre_hundredp_padding', ''),
(63385, 1641, 'pyre_main_bottom_padding', '0px'),
(63393, 1641, 'pyre_header_bg_full', 'no'),
(30550, 1643, '_menu_item_object', 'page'),
(30444, 1641, 'slide_template', 'default'),
(30443, 1641, '_edit_last', '1'),
(30442, 1641, '_edit_lock', '1607863061:1'),
(63427, 1641, 'pyre_page_title_bg_parallax', 'default'),
(63426, 1641, 'pyre_page_title_bar_bg_full', 'default'),
(63425, 1641, 'pyre_page_title_bar_bg_retina', ''),
(30547, 1643, '_menu_item_type', 'post_type'),
(63424, 1641, 'pyre_page_title_bar_bg', ''),
(63423, 1641, 'pyre_page_title_bar_borders_color', ''),
(63422, 1641, 'pyre_page_title_bar_bg_color', ''),
(63421, 1641, 'pyre_page_title_mobile_height', ''),
(63420, 1641, 'pyre_page_title_height', ''),
(63419, 1641, 'pyre_page_title_100_width', 'default'),
(63418, 1641, 'pyre_page_title_font_color', ''),
(63417, 1641, 'pyre_page_title_custom_subheader_text_size', ''),
(63416, 1641, 'pyre_page_title_custom_subheader', ''),
(30548, 1643, '_menu_item_menu_item_parent', '0'),
(63415, 1641, 'pyre_page_title_text_size', ''),
(63414, 1641, 'pyre_page_title_custom_text', ''),
(63413, 1641, 'pyre_page_title_text_alignment', 'default'),
(8594, 16, '_edit_lock', '1709033822:1'),
(8595, 16, '_edit_last', '1'),
(8600, 16, 'slide_template', 'default'),
(8727, 1274, '_wp_page_template', '100-width.php'),
(8728, 1274, 'pyre_portfolio_width_100', 'no'),
(8729, 1274, 'pyre_portfolio_content_length', 'default'),
(8730, 1274, 'pyre_portfolio_excerpt', ''),
(8731, 1274, 'pyre_portfolio_filters', 'yes'),
(8732, 1274, 'pyre_portfolio_text_layout', 'default'),
(8733, 1274, 'pyre_portfolio_featured_image_size', 'default'),
(8734, 1274, 'pyre_portfolio_column_spacing', ''),
(8735, 1274, 'fusion_builder_status', 'active'),
(8736, 1274, 'slide_template', 'default');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8737, 1274, 'fusion_builder_content_backup', '[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\">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.</p>\r\n[/fusion_text][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/mockup_2.png\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"681px\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"yes\" menu_anchor=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"150px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"#303745\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][two_fifth last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px 10% 100px 20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"mobile-no-padding\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/logo_blue.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left\"><span style=\"color: #ffffff\">Branding</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;font-size: 16px;letter-spacing: 2px;color: #ffffff\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\"><span style=\"color: #bbc1cd\">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.</span></p>\r\n[/fusion_text][/two_fifth][three_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/branding_images.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"1100px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/three_fifth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"font-weight: 300;font-size: 22px;line-height: 40px;letter-spacing: 2px;text-align: center\">LOREM IPSUM DOLOR SIT AMET, CONSECTETUR ADIPISICING ELIT, SED DO EIUSMOD TEMPOR INCIDIDUNT UT LABORE ET DOLORE MAGNA ALIQUA. UT ENIM AD MINIM</p>\r\n[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"right top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][five_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/mockup_3.png\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"no-background-cover\" id=\"\"][separator style_type=\"none\" top_margin=\"1329px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/five_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"right top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2>WordPress\r\nDevelopment</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\">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.</p>\r\n[/fusion_text][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"no-background-cover\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/agency-services1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][five_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][testimonial name=\"LUKE BECK\" avatar=\"image\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/luke-beck.png\" image_border_radius=\"50%\" company=\"THEME FUSION\" link=\"\" target=\"_self\"]Ability proceeds from a fusion of skills, knowledge, understanding and imagination, consolidated by experience.[/testimonial][testimonial name=\"GEORGE MARTIN\" avatar=\"image\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/luke-beck.png\" image_border_radius=\"50%\" company=\"ARCHITECT\" link=\"\" target=\"_self\"]Beauty is when you can appreciate yourself. When you love yourself, that’s when you’re most beautiful.[/testimonial][/testimonials][/five_sixth][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center\">More Expertise</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"80px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][content_boxes settings_lvl=\"parent\" layout=\"icon-on-top\" columns=\"3\" icon_align=\"left\" title_size=\"\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" link_type=\"\" link_area=\"\" link_target=\"\" animation_delay=\"\" animation_offset=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"0.1\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"][content_box title=\"DIGITAL\" icon=\"fa-laptop\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_1.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">Branding</li>\r\n 	<li style=\"text-align: center\">Logo Design</li>\r\n 	<li style=\"text-align: center\">Print Design Services</li>\r\n</ul>\r\n[/content_box][content_box title=\"BRANDING\" icon=\"fa-paint-brush\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_2.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">Print Design Services</li>\r\n 	<li style=\"text-align: center\">Content Marketing</li>\r\n 	<li style=\"text-align: center\">PPC Advertising</li>\r\n</ul>\r\n[/content_box][content_box title=\"MARKETING\" icon=\"fa-rocket\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_3.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">PPC Advertising</li>\r\n 	<li style=\"text-align: center\">SEO &amp; Online Marketing</li>\r\n 	<li style=\"text-align: center\">Social Media Marketing</li>\r\n</ul>\r\n[/content_box][/content_boxes][separator style_type=\"none\" top_margin=\"30px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"/creative/services/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"outline-button\" id=\"\"]View All Services[/button][/one_full][/fullwidth]'),
(5666, 12, '_wp_page_template', '100-width.php'),
(5667, 12, 'pyre_portfolio_width_100', 'no'),
(5668, 12, 'pyre_portfolio_content_length', 'default'),
(5669, 12, 'pyre_portfolio_excerpt', ''),
(5670, 12, 'pyre_portfolio_filters', 'yes'),
(5671, 12, 'pyre_portfolio_text_layout', 'default'),
(5672, 12, 'pyre_portfolio_featured_image_size', 'default'),
(5673, 12, 'pyre_portfolio_column_spacing', ''),
(5674, 12, 'fusion_builder_status', 'active'),
(5675, 12, 'slide_template', 'default');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5676, 12, 'fusion_builder_content_backup', '[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\">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.</p>\r\n[/fusion_text][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/mockup_2.png\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"681px\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"yes\" menu_anchor=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"150px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"#303745\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][two_fifth last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px 10% 100px 20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"mobile-no-padding\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/logo_blue.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left\"><span style=\"color: #ffffff\">Branding</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;font-size: 16px;letter-spacing: 2px;color: #ffffff\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\"><span style=\"color: #bbc1cd\">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.</span></p>\r\n[/fusion_text][/two_fifth][three_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/branding_images.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"1100px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/three_fifth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"font-weight: 300;font-size: 22px;line-height: 40px;letter-spacing: 2px;text-align: center\">LOREM IPSUM DOLOR SIT AMET, CONSECTETUR ADIPISICING ELIT, SED DO EIUSMOD TEMPOR INCIDIDUNT UT LABORE ET DOLORE MAGNA ALIQUA. UT ENIM AD MINIM</p>\r\n[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"right top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][five_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/mockup_3.png\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"no-background-cover\" id=\"\"][separator style_type=\"none\" top_margin=\"1329px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/five_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"right top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2>WordPress\r\nDevelopment</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\">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.</p>\r\n[/fusion_text][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"no-background-cover\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/agency-services1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][five_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][testimonial name=\"LUKE BECK\" avatar=\"image\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/luke-beck.png\" image_border_radius=\"50%\" company=\"THEME FUSION\" link=\"\" target=\"_self\"]Ability proceeds from a fusion of skills, knowledge, understanding and imagination, consolidated by experience.[/testimonial][testimonial name=\"GEORGE MARTIN\" avatar=\"image\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/luke-beck.png\" image_border_radius=\"50%\" company=\"ARCHITECT\" link=\"\" target=\"_self\"]Beauty is when you can appreciate yourself. When you love yourself, that’s when you’re most beautiful.[/testimonial][/testimonials][/five_sixth][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center\">More Expertise</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"80px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][content_boxes settings_lvl=\"parent\" layout=\"icon-on-top\" columns=\"3\" icon_align=\"left\" title_size=\"\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" link_type=\"\" link_area=\"\" link_target=\"\" animation_delay=\"\" animation_offset=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"0.1\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"][content_box title=\"DIGITAL\" icon=\"fa-laptop\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_1.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">Branding</li>\r\n 	<li style=\"text-align: center\">Logo Design</li>\r\n 	<li style=\"text-align: center\">Print Design Services</li>\r\n</ul>\r\n[/content_box][content_box title=\"BRANDING\" icon=\"fa-paint-brush\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_2.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">Print Design Services</li>\r\n 	<li style=\"text-align: center\">Content Marketing</li>\r\n 	<li style=\"text-align: center\">PPC Advertising</li>\r\n</ul>\r\n[/content_box][content_box title=\"MARKETING\" icon=\"fa-rocket\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_3.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">PPC Advertising</li>\r\n 	<li style=\"text-align: center\">SEO &amp; Online Marketing</li>\r\n 	<li style=\"text-align: center\">Social Media Marketing</li>\r\n</ul>\r\n[/content_box][/content_boxes][separator style_type=\"none\" top_margin=\"30px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"/creative/services/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"outline-button\" id=\"\"]View All Services[/button][/one_full][/fullwidth]'),
(5677, 12, 'fusion_builder_converted', 'yes'),
(72192, 12, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(72194, 12, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(62713, 12, 'pyre_slider_type', 'flex'),
(62714, 12, 'pyre_slider', '0'),
(62715, 12, 'pyre_wooslider', 'services'),
(62716, 12, 'pyre_revslider', '0'),
(62717, 12, 'pyre_elasticslider', '0'),
(62718, 12, 'pyre_slider_position', 'default'),
(62719, 12, 'pyre_avada_rev_styles', 'default'),
(62720, 12, 'pyre_fallback', ''),
(62721, 12, 'pyre_demo_slider', ''),
(62722, 12, 'pyre_main_top_padding', '0px'),
(62723, 12, 'pyre_main_bottom_padding', '0px'),
(62724, 12, 'pyre_hundredp_padding', ''),
(62725, 12, 'pyre_show_first_featured_image', 'no'),
(62726, 12, 'pyre_display_header', 'yes'),
(62727, 12, 'pyre_header_100_width', 'default'),
(69872, 12, 'pyre_mobile_header_bg_color', ''),
(69871, 12, 'pyre_fallback_id', ''),
(62730, 12, 'pyre_header_bg', ''),
(62731, 12, 'pyre_header_bg_full', 'no'),
(62732, 12, 'pyre_header_bg_repeat', 'repeat'),
(62733, 12, 'pyre_displayed_menu', 'default'),
(62734, 12, 'pyre_display_footer', 'default'),
(62735, 12, 'pyre_display_copyright', 'default'),
(62736, 12, 'pyre_footer_100_width', 'default'),
(62737, 12, 'pyre_sidebar_position', 'default'),
(62738, 12, 'pyre_sidebar_bg_color', ''),
(62739, 12, 'pyre_page_bg_layout', 'default'),
(62740, 12, 'pyre_page_bg_color', ''),
(62741, 12, 'pyre_page_bg', ''),
(62742, 12, 'pyre_page_bg_full', 'no'),
(62743, 12, 'pyre_page_bg_repeat', 'repeat'),
(62744, 12, 'pyre_wide_page_bg_color', ''),
(62745, 12, 'pyre_wide_page_bg', ''),
(62746, 12, 'pyre_wide_page_bg_full', 'no'),
(62747, 12, 'pyre_wide_page_bg_repeat', 'repeat'),
(62748, 12, 'pyre_page_title', 'default'),
(62749, 12, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(62750, 12, 'pyre_page_title_text', 'default'),
(62751, 12, 'pyre_page_title_text_alignment', 'default'),
(62752, 12, 'pyre_page_title_custom_text', ''),
(62753, 12, 'pyre_page_title_text_size', ''),
(62754, 12, 'pyre_page_title_custom_subheader', ''),
(62755, 12, 'pyre_page_title_custom_subheader_text_size', ''),
(62756, 12, 'pyre_page_title_font_color', ''),
(62757, 12, 'pyre_page_title_100_width', 'default'),
(62758, 12, 'pyre_page_title_height', ''),
(62759, 12, 'pyre_page_title_mobile_height', ''),
(62760, 12, 'pyre_page_title_bar_bg_color', ''),
(62761, 12, 'pyre_page_title_bar_borders_color', ''),
(62762, 12, 'pyre_page_title_bar_bg', ''),
(62763, 12, 'pyre_page_title_bar_bg_retina', ''),
(62764, 12, 'pyre_page_title_bar_bg_full', 'default'),
(62765, 12, 'pyre_page_title_bg_parallax', 'default'),
(31867, 1685, '_wp_attached_file', '2017/07/clients_excalibur_productions.jpg'),
(31868, 1685, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:41:\"2017/07/clients_excalibur_productions.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"clients_excalibur_productions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"clients_excalibur_productions-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:41:\"clients_excalibur_productions-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:41:\"clients_excalibur_productions-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:41:\"clients_excalibur_productions-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:41:\"clients_excalibur_productions-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:41:\"clients_excalibur_productions-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:41:\"clients_excalibur_productions-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:39:\"clients_excalibur_productions-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:41:\"clients_excalibur_productions-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:41:\"clients_excalibur_productions-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31869, 1686, '_wp_attached_file', '2017/07/clients_egip.jpg'),
(31870, 1686, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2017/07/clients_egip.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"clients_egip-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"clients_egip-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"clients_egip-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"clients_egip-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"clients_egip-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"clients_egip-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"clients_egip-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"clients_egip-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"clients_egip-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"clients_egip-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"clients_egip-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31871, 1687, '_wp_attached_file', '2017/07/clients_crossrail.jpg'),
(31872, 1687, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2017/07/clients_crossrail.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"clients_crossrail-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"clients_crossrail-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"clients_crossrail-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"clients_crossrail-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"clients_crossrail-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"clients_crossrail-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"clients_crossrail-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"clients_crossrail-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"clients_crossrail-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"clients_crossrail-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:29:\"clients_crossrail-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31873, 1688, '_wp_attached_file', '2017/07/clients_charnock_bates.jpg'),
(31874, 1688, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2017/07/clients_charnock_bates.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"clients_charnock_bates-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"clients_charnock_bates-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:34:\"clients_charnock_bates-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:34:\"clients_charnock_bates-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:34:\"clients_charnock_bates-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:34:\"clients_charnock_bates-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:34:\"clients_charnock_bates-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"clients_charnock_bates-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:32:\"clients_charnock_bates-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:34:\"clients_charnock_bates-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:34:\"clients_charnock_bates-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6885, 12, '_edit_lock', '1541873197:1'),
(29609, 1627, 'pyre_revslider', '0'),
(31866, 1684, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:40:\"2017/07/clients_kingsknowe_golf_club.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"clients_kingsknowe_golf_club-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"clients_kingsknowe_golf_club-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:40:\"clients_kingsknowe_golf_club-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:40:\"clients_kingsknowe_golf_club-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:40:\"clients_kingsknowe_golf_club-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:40:\"clients_kingsknowe_golf_club-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:40:\"clients_kingsknowe_golf_club-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:40:\"clients_kingsknowe_golf_club-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:38:\"clients_kingsknowe_golf_club-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:40:\"clients_kingsknowe_golf_club-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:40:\"clients_kingsknowe_golf_club-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(31865, 1684, '_wp_attached_file', '2017/07/clients_kingsknowe_golf_club.jpg'),
(5804, 1242, '_menu_item_type', 'post_type'),
(5805, 1242, '_menu_item_menu_item_parent', '0'),
(5806, 1242, '_menu_item_object_id', '12'),
(5807, 1242, '_menu_item_object', 'page'),
(5808, 1242, '_menu_item_target', ''),
(5809, 1242, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5810, 1242, '_menu_item_xfn', ''),
(5811, 1242, '_menu_item_url', ''),
(63406, 1641, 'pyre_wide_page_bg_color', ''),
(63405, 1641, 'pyre_page_bg_repeat', 'repeat'),
(63404, 1641, 'pyre_page_bg_full', 'no'),
(63403, 1641, 'pyre_page_bg', ''),
(63402, 1641, 'pyre_page_bg_color', ''),
(63401, 1641, 'pyre_page_bg_layout', 'default'),
(63400, 1641, 'pyre_sidebar_bg_color', ''),
(63399, 1641, 'pyre_sidebar_position', 'default'),
(63398, 1641, 'pyre_footer_100_width', 'default'),
(63397, 1641, 'pyre_display_copyright', 'default'),
(63396, 1641, 'pyre_display_footer', 'default'),
(63395, 1641, 'pyre_displayed_menu', 'default'),
(63394, 1641, 'pyre_header_bg_repeat', 'repeat'),
(63384, 1641, 'pyre_main_top_padding', ''),
(29938, 1633, '_menu_item_url', ''),
(29936, 1633, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(29937, 1633, '_menu_item_xfn', ''),
(29935, 1633, '_menu_item_target', ''),
(29934, 1633, '_menu_item_object', 'page'),
(29933, 1633, '_menu_item_object_id', '1630'),
(29932, 1633, '_menu_item_menu_item_parent', '0'),
(29931, 1633, '_menu_item_type', 'post_type'),
(6886, 12, '_edit_last', '1'),
(5891, 1247, 'fusion_builder_status', 'active'),
(5892, 1247, 'avada_post_views_count', '1276'),
(5893, 1247, 'slide_template', 'default'),
(5895, 1247, '_wp_old_slug', 'avada-customer-spotlight-purple-custard');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5896, 1247, 'fusion_builder_content_backup', '[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"20\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-weight: 16px;letter-spacing: 2px;text-align: center\">Avada News   •   June 2, 2016</p>\n[/fusion_text][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/article4.jpg\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]A[/dropcap]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In et scelerisque sem. Nunc molestie neque augue, at gravida mi blandit eget. Aenean eu augue id lacus eleifend interdum. Cras sit amet metus sit amet velit lacinia ullamcorper. Nam facilisis a orci quis tempus. Vivamus id odio justo. Curabitur ut euismod metus. Donec nec neque non ligula vestibulum blandit id sed eros.\n\nVestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa, ut ultrices quam libero vel dolor. In sit amet ultricies dolor. Suspendisse maximus odio mollis massa tristique rhoncus.\n<h3>Keep It Simple</h3>\nDuis vel tellus a ante convallis pellentesque. Ut nec eros ullamcorper, dictum enim in, euismod est. Proin scelerisque convallis ipsum consequat aliquam. Praesent semper scelerisque accumsan. Integer vitae nulla suscipit, molestie tortor sed, eleifend tellus. Pellentesque a bibendum massa.[/fusion_text][separator style_type=\"none\" top_margin=\"30px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<ul>\n 	<li>Print Design Services</li>\n 	<li>Content Marketing</li>\n 	<li>PPC Advertising</li>\n</ul>\n[/fusion_text][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]Donec quam est, suscipit vel ligula ut, aliquet maximus libero. Pellentesque finibus tellus vitae dolor lacinia eleifend. Vivamus convallis nunc ante, ac placerat turpis imperdiet in. Aenean posuere tortor vitae mi mollis tempus.\n<h3>Focus on The User</h3>\nSuspendisse eu lectus tempus, feugiat enim in, lacinia augue. Cras scelerisque risus vel nulla dictum vehicula. Phasellus vel massa massa. Curabitur a turpis vitae ipsum tempor varius. Etiam iaculis purus vitae velit blandit posuere. Cras scelerisque volutpat bibendum. Donec a justo sapien. Phasellus condimentum volutpat ex eget consectetur. Mauris vulputate aliquet commodo. Aliquam dictum tristique risus vel cursus.\n\nNulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo. Nulla fringilla porttitor congue. Nunc ac semper sapien, a lobortis augue. Morbi ullamcorper erat vel nunc euismod, at condimentum turpis iaculis. Aliquam pretium blandit ultrices.\n\nUt porttitor bibendum velit. Vivamus urna lorem, dapibus in odio nec, dapibus maximus risus. Vivamus eleifend vulputate egestas. Curabitur in diam eget lorem vehicula scelerisque. Mauris neque nibh, scelerisque ac malesuada at, feugiat a nisl. Etiam pulvinar nibh eget ullamcorper rutrum. Duis nec lobortis ex.[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth]'),
(5897, 1247, 'fusion_builder_converted', 'yes'),
(5898, 1247, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(5899, 1247, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(5900, 1247, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(5901, 1247, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(5902, 1247, 'pyre_show_first_featured_image', 'no'),
(5903, 1247, 'pyre_fimg_width', ''),
(5904, 1247, 'pyre_fimg_height', ''),
(5905, 1247, 'pyre_portfolio_width_100', 'default'),
(5906, 1247, 'pyre_video', ''),
(5907, 1247, 'pyre_image_rollover_icons', 'default'),
(5908, 1247, 'pyre_link_icon_url', ''),
(5909, 1247, 'pyre_post_links_target', 'no'),
(5910, 1247, 'pyre_related_posts', 'default'),
(5911, 1247, 'pyre_share_box', 'default'),
(5912, 1247, 'pyre_post_pagination', 'default'),
(5913, 1247, 'pyre_author_info', 'default'),
(5914, 1247, 'pyre_post_meta', 'default'),
(5915, 1247, 'pyre_post_comments', 'default'),
(5916, 1247, 'pyre_main_top_padding', ''),
(5917, 1247, 'pyre_main_bottom_padding', ''),
(5918, 1247, 'pyre_hundredp_padding', ''),
(5919, 1247, 'pyre_slider_type', 'no'),
(5920, 1247, 'pyre_slider', '0'),
(5921, 1247, 'pyre_wooslider', '0'),
(5922, 1247, 'pyre_revslider', '0'),
(5923, 1247, 'pyre_elasticslider', '0'),
(5924, 1247, 'pyre_slider_position', 'default'),
(5925, 1247, 'pyre_avada_rev_styles', 'default'),
(5926, 1247, 'pyre_fallback', ''),
(5927, 1247, 'pyre_demo_slider', ''),
(5928, 1247, 'pyre_display_header', 'yes'),
(5929, 1247, 'pyre_header_100_width', 'default'),
(5930, 1247, 'pyre_header_bg_color', ''),
(5931, 1247, 'pyre_header_bg_opacity', ''),
(5932, 1247, 'pyre_header_bg', ''),
(5933, 1247, 'pyre_header_bg_full', 'no'),
(5934, 1247, 'pyre_header_bg_repeat', 'repeat'),
(5935, 1247, 'pyre_displayed_menu', 'default'),
(5936, 1247, 'pyre_display_footer', 'default'),
(5937, 1247, 'pyre_display_copyright', 'default'),
(5938, 1247, 'pyre_footer_100_width', 'default'),
(5939, 1247, 'pyre_sidebar_position', 'default'),
(5940, 1247, 'pyre_sidebar_bg_color', ''),
(5941, 1247, 'pyre_page_bg_layout', 'default'),
(5942, 1247, 'pyre_page_bg_color', ''),
(5943, 1247, 'pyre_page_bg', ''),
(5944, 1247, 'pyre_page_bg_full', 'no'),
(5945, 1247, 'pyre_page_bg_repeat', 'repeat'),
(5946, 1247, 'pyre_wide_page_bg_color', ''),
(5947, 1247, 'pyre_wide_page_bg', ''),
(5948, 1247, 'pyre_wide_page_bg_full', 'no'),
(5949, 1247, 'pyre_wide_page_bg_repeat', 'repeat'),
(5950, 1247, 'pyre_page_title', 'default'),
(5951, 1247, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(5952, 1247, 'pyre_page_title_text', 'default'),
(5953, 1247, 'pyre_page_title_text_alignment', 'default'),
(5954, 1247, 'pyre_page_title_custom_text', ''),
(5955, 1247, 'pyre_page_title_text_size', ''),
(5956, 1247, 'pyre_page_title_custom_subheader', ''),
(5957, 1247, 'pyre_page_title_custom_subheader_text_size', ''),
(5958, 1247, 'pyre_page_title_font_color', ''),
(5959, 1247, 'pyre_page_title_100_width', 'default'),
(5960, 1247, 'pyre_page_title_height', ''),
(5961, 1247, 'pyre_page_title_mobile_height', ''),
(5962, 1247, 'pyre_page_title_bar_bg_color', ''),
(5963, 1247, 'pyre_page_title_bar_borders_color', ''),
(5964, 1247, 'pyre_page_title_bar_bg', ''),
(5965, 1247, 'pyre_page_title_bar_bg_retina', ''),
(5966, 1247, 'pyre_page_title_bar_bg_full', 'default'),
(5967, 1247, 'pyre_page_title_bg_parallax', 'default'),
(5970, 1248, 'fusion_builder_status', 'active'),
(5971, 1248, 'slide_template', 'default'),
(5972, 1248, 'avada_post_views_count', '1300'),
(5974, 1248, '_wp_old_slug', 'the-3-most-important-page-layouts'),
(5975, 1248, 'fusion_builder_content_backup', '[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"20\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-weight: 16px;letter-spacing: 2px;text-align: center\">Avada News   •   June 2, 2016</p>\n[/fusion_text][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/article3.jpg\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]A[/dropcap]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In et scelerisque sem. Nunc molestie neque augue, at gravida mi blandit eget. Aenean eu augue id lacus eleifend interdum. Cras sit amet metus sit amet velit lacinia ullamcorper. Nam facilisis a orci quis tempus. Vivamus id odio justo. Curabitur ut euismod metus. Donec nec neque non ligula vestibulum blandit id sed eros.\n\nVestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa, ut ultrices quam libero vel dolor. In sit amet ultricies dolor. Suspendisse maximus odio mollis massa tristique rhoncus.\n<h3>Keep It Simple</h3>\nDuis vel tellus a ante convallis pellentesque. Ut nec eros ullamcorper, dictum enim in, euismod est. Proin scelerisque convallis ipsum consequat aliquam. Praesent semper scelerisque accumsan. Integer vitae nulla suscipit, molestie tortor sed, eleifend tellus. Pellentesque a bibendum massa.[/fusion_text][separator style_type=\"none\" top_margin=\"30px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<ul>\n 	<li>Print Design Services</li>\n 	<li>Content Marketing</li>\n 	<li>PPC Advertising</li>\n</ul>\n[/fusion_text][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]Donec quam est, suscipit vel ligula ut, aliquet maximus libero. Pellentesque finibus tellus vitae dolor lacinia eleifend. Vivamus convallis nunc ante, ac placerat turpis imperdiet in. Aenean posuere tortor vitae mi mollis tempus.\n<h3>Focus on The User</h3>\nSuspendisse eu lectus tempus, feugiat enim in, lacinia augue. Cras scelerisque risus vel nulla dictum vehicula. Phasellus vel massa massa. Curabitur a turpis vitae ipsum tempor varius. Etiam iaculis purus vitae velit blandit posuere. Cras scelerisque volutpat bibendum. Donec a justo sapien. Phasellus condimentum volutpat ex eget consectetur. Mauris vulputate aliquet commodo. Aliquam dictum tristique risus vel cursus.\n\nNulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo. Nulla fringilla porttitor congue. Nunc ac semper sapien, a lobortis augue. Morbi ullamcorper erat vel nunc euismod, at condimentum turpis iaculis. Aliquam pretium blandit ultrices.\n\nUt porttitor bibendum velit. Vivamus urna lorem, dapibus in odio nec, dapibus maximus risus. Vivamus eleifend vulputate egestas. Curabitur in diam eget lorem vehicula scelerisque. Mauris neque nibh, scelerisque ac malesuada at, feugiat a nisl. Etiam pulvinar nibh eget ullamcorper rutrum. Duis nec lobortis ex.[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth]'),
(5976, 1248, 'fusion_builder_converted', 'yes'),
(5977, 1248, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(5978, 1248, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(5979, 1248, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(5980, 1248, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(5981, 1248, 'pyre_show_first_featured_image', 'no'),
(5982, 1248, 'pyre_fimg_width', ''),
(5983, 1248, 'pyre_fimg_height', ''),
(5984, 1248, 'pyre_portfolio_width_100', 'default'),
(5985, 1248, 'pyre_video', ''),
(5986, 1248, 'pyre_image_rollover_icons', 'default'),
(5987, 1248, 'pyre_link_icon_url', ''),
(5988, 1248, 'pyre_post_links_target', 'no'),
(5989, 1248, 'pyre_related_posts', 'default'),
(5990, 1248, 'pyre_share_box', 'default'),
(5991, 1248, 'pyre_post_pagination', 'default'),
(5992, 1248, 'pyre_author_info', 'default'),
(5993, 1248, 'pyre_post_meta', 'default'),
(5994, 1248, 'pyre_post_comments', 'default'),
(5995, 1248, 'pyre_main_top_padding', ''),
(5996, 1248, 'pyre_main_bottom_padding', ''),
(5997, 1248, 'pyre_hundredp_padding', ''),
(5998, 1248, 'pyre_slider_type', 'no'),
(5999, 1248, 'pyre_slider', '0'),
(6000, 1248, 'pyre_wooslider', '0'),
(6001, 1248, 'pyre_revslider', '0'),
(6002, 1248, 'pyre_elasticslider', '0'),
(6003, 1248, 'pyre_slider_position', 'default'),
(6004, 1248, 'pyre_avada_rev_styles', 'default'),
(6005, 1248, 'pyre_fallback', ''),
(6006, 1248, 'pyre_demo_slider', ''),
(6007, 1248, 'pyre_display_header', 'yes'),
(6008, 1248, 'pyre_header_100_width', 'default'),
(6009, 1248, 'pyre_header_bg_color', ''),
(6010, 1248, 'pyre_header_bg_opacity', ''),
(6011, 1248, 'pyre_header_bg', ''),
(6012, 1248, 'pyre_header_bg_full', 'no'),
(6013, 1248, 'pyre_header_bg_repeat', 'repeat'),
(6014, 1248, 'pyre_displayed_menu', 'default'),
(6015, 1248, 'pyre_display_footer', 'default'),
(6016, 1248, 'pyre_display_copyright', 'default'),
(6017, 1248, 'pyre_footer_100_width', 'default'),
(6018, 1248, 'pyre_sidebar_position', 'default'),
(6019, 1248, 'pyre_sidebar_bg_color', ''),
(6020, 1248, 'pyre_page_bg_layout', 'default'),
(6021, 1248, 'pyre_page_bg_color', ''),
(6022, 1248, 'pyre_page_bg', ''),
(6023, 1248, 'pyre_page_bg_full', 'no'),
(6024, 1248, 'pyre_page_bg_repeat', 'repeat'),
(6025, 1248, 'pyre_wide_page_bg_color', ''),
(6026, 1248, 'pyre_wide_page_bg', ''),
(6027, 1248, 'pyre_wide_page_bg_full', 'no'),
(6028, 1248, 'pyre_wide_page_bg_repeat', 'repeat'),
(6029, 1248, 'pyre_page_title', 'default'),
(6030, 1248, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(6031, 1248, 'pyre_page_title_text', 'default'),
(6032, 1248, 'pyre_page_title_text_alignment', 'default'),
(6033, 1248, 'pyre_page_title_custom_text', ''),
(6034, 1248, 'pyre_page_title_text_size', ''),
(6035, 1248, 'pyre_page_title_custom_subheader', ''),
(6036, 1248, 'pyre_page_title_custom_subheader_text_size', ''),
(6037, 1248, 'pyre_page_title_font_color', ''),
(6038, 1248, 'pyre_page_title_100_width', 'default'),
(6039, 1248, 'pyre_page_title_height', ''),
(6040, 1248, 'pyre_page_title_mobile_height', ''),
(6041, 1248, 'pyre_page_title_bar_bg_color', ''),
(6042, 1248, 'pyre_page_title_bar_borders_color', ''),
(6043, 1248, 'pyre_page_title_bar_bg', ''),
(6044, 1248, 'pyre_page_title_bar_bg_retina', ''),
(6045, 1248, 'pyre_page_title_bar_bg_full', 'default'),
(6046, 1248, 'pyre_page_title_bg_parallax', 'default'),
(6049, 1249, 'fusion_builder_status', 'active'),
(6050, 1249, 'avada_post_views_count', '1308'),
(6051, 1249, 'slide_template', 'default'),
(6053, 1249, '_wp_old_slug', 'avada-customer-spotlight-mass-impressions'),
(6054, 1249, 'fusion_builder_content_backup', '[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"20\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-weight: 16px;letter-spacing: 2px;text-align: center\">Avada News   •   June 2, 2016</p>\n[/fusion_text][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/article2.jpg\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]A[/dropcap]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In et scelerisque sem. Nunc molestie neque augue, at gravida mi blandit eget. Aenean eu augue id lacus eleifend interdum. Cras sit amet metus sit amet velit lacinia ullamcorper. Nam facilisis a orci quis tempus. Vivamus id odio justo. Curabitur ut euismod metus. Donec nec neque non ligula vestibulum blandit id sed eros.\n\nVestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa, ut ultrices quam libero vel dolor. In sit amet ultricies dolor. Suspendisse maximus odio mollis massa tristique rhoncus.\n<h3>Keep It Simple</h3>\nDuis vel tellus a ante convallis pellentesque. Ut nec eros ullamcorper, dictum enim in, euismod est. Proin scelerisque convallis ipsum consequat aliquam. Praesent semper scelerisque accumsan. Integer vitae nulla suscipit, molestie tortor sed, eleifend tellus. Pellentesque a bibendum massa.[/fusion_text][separator style_type=\"none\" top_margin=\"30px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<ul>\n 	<li>Print Design Services</li>\n 	<li>Content Marketing</li>\n 	<li>PPC Advertising</li>\n</ul>\n[/fusion_text][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]Donec quam est, suscipit vel ligula ut, aliquet maximus libero. Pellentesque finibus tellus vitae dolor lacinia eleifend. Vivamus convallis nunc ante, ac placerat turpis imperdiet in. Aenean posuere tortor vitae mi mollis tempus.\n<h3>Focus on The User</h3>\nSuspendisse eu lectus tempus, feugiat enim in, lacinia augue. Cras scelerisque risus vel nulla dictum vehicula. Phasellus vel massa massa. Curabitur a turpis vitae ipsum tempor varius. Etiam iaculis purus vitae velit blandit posuere. Cras scelerisque volutpat bibendum. Donec a justo sapien. Phasellus condimentum volutpat ex eget consectetur. Mauris vulputate aliquet commodo. Aliquam dictum tristique risus vel cursus.\n\nNulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo. Nulla fringilla porttitor congue. Nunc ac semper sapien, a lobortis augue. Morbi ullamcorper erat vel nunc euismod, at condimentum turpis iaculis. Aliquam pretium blandit ultrices.\n\nUt porttitor bibendum velit. Vivamus urna lorem, dapibus in odio nec, dapibus maximus risus. Vivamus eleifend vulputate egestas. Curabitur in diam eget lorem vehicula scelerisque. Mauris neque nibh, scelerisque ac malesuada at, feugiat a nisl. Etiam pulvinar nibh eget ullamcorper rutrum. Duis nec lobortis ex.[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth]'),
(6055, 1249, 'fusion_builder_converted', 'yes'),
(6056, 1249, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(6057, 1249, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(6058, 1249, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(6059, 1249, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(6060, 1249, 'pyre_show_first_featured_image', 'no'),
(6061, 1249, 'pyre_fimg_width', ''),
(6062, 1249, 'pyre_fimg_height', ''),
(6063, 1249, 'pyre_portfolio_width_100', 'default'),
(6064, 1249, 'pyre_video', ''),
(6065, 1249, 'pyre_image_rollover_icons', 'default'),
(6066, 1249, 'pyre_link_icon_url', ''),
(6067, 1249, 'pyre_post_links_target', 'no'),
(6068, 1249, 'pyre_related_posts', 'default'),
(6069, 1249, 'pyre_share_box', 'default'),
(6070, 1249, 'pyre_post_pagination', 'default'),
(6071, 1249, 'pyre_author_info', 'default'),
(6072, 1249, 'pyre_post_meta', 'default'),
(6073, 1249, 'pyre_post_comments', 'default'),
(6074, 1249, 'pyre_main_top_padding', ''),
(6075, 1249, 'pyre_main_bottom_padding', ''),
(6076, 1249, 'pyre_hundredp_padding', ''),
(6077, 1249, 'pyre_slider_type', 'no'),
(6078, 1249, 'pyre_slider', '0'),
(6079, 1249, 'pyre_wooslider', '0'),
(6080, 1249, 'pyre_revslider', '0'),
(6081, 1249, 'pyre_elasticslider', '0'),
(6082, 1249, 'pyre_slider_position', 'default'),
(6083, 1249, 'pyre_avada_rev_styles', 'default'),
(6084, 1249, 'pyre_fallback', ''),
(6085, 1249, 'pyre_demo_slider', ''),
(6086, 1249, 'pyre_display_header', 'yes'),
(6087, 1249, 'pyre_header_100_width', 'default'),
(6088, 1249, 'pyre_header_bg_color', ''),
(6089, 1249, 'pyre_header_bg_opacity', ''),
(6090, 1249, 'pyre_header_bg', ''),
(6091, 1249, 'pyre_header_bg_full', 'no'),
(6092, 1249, 'pyre_header_bg_repeat', 'repeat'),
(6093, 1249, 'pyre_displayed_menu', 'default'),
(6094, 1249, 'pyre_display_footer', 'default'),
(6095, 1249, 'pyre_display_copyright', 'default'),
(6096, 1249, 'pyre_footer_100_width', 'default'),
(6097, 1249, 'pyre_sidebar_position', 'default'),
(6098, 1249, 'pyre_sidebar_bg_color', ''),
(6099, 1249, 'pyre_page_bg_layout', 'default'),
(6100, 1249, 'pyre_page_bg_color', ''),
(6101, 1249, 'pyre_page_bg', ''),
(6102, 1249, 'pyre_page_bg_full', 'no'),
(6103, 1249, 'pyre_page_bg_repeat', 'repeat'),
(6104, 1249, 'pyre_wide_page_bg_color', ''),
(6105, 1249, 'pyre_wide_page_bg', ''),
(6106, 1249, 'pyre_wide_page_bg_full', 'no'),
(6107, 1249, 'pyre_wide_page_bg_repeat', 'repeat'),
(6108, 1249, 'pyre_page_title', 'default'),
(6109, 1249, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(6110, 1249, 'pyre_page_title_text', 'default'),
(6111, 1249, 'pyre_page_title_text_alignment', 'default'),
(6112, 1249, 'pyre_page_title_custom_text', ''),
(6113, 1249, 'pyre_page_title_text_size', ''),
(6114, 1249, 'pyre_page_title_custom_subheader', ''),
(6115, 1249, 'pyre_page_title_custom_subheader_text_size', ''),
(6116, 1249, 'pyre_page_title_font_color', ''),
(6117, 1249, 'pyre_page_title_100_width', 'default'),
(6118, 1249, 'pyre_page_title_height', ''),
(6119, 1249, 'pyre_page_title_mobile_height', ''),
(6120, 1249, 'pyre_page_title_bar_bg_color', ''),
(6121, 1249, 'pyre_page_title_bar_borders_color', ''),
(6122, 1249, 'pyre_page_title_bar_bg', ''),
(6123, 1249, 'pyre_page_title_bar_bg_retina', ''),
(6124, 1249, 'pyre_page_title_bar_bg_full', 'default'),
(6125, 1249, 'pyre_page_title_bg_parallax', 'default'),
(6128, 359, 'slide_template', 'default'),
(6129, 359, 'fusion_builder_status', 'active'),
(6130, 359, 'avada_post_views_count', '1310'),
(31880, 1691, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2017/07/clients_bam_nuttall.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"clients_bam_nuttall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"clients_bam_nuttall-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:31:\"clients_bam_nuttall-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:31:\"clients_bam_nuttall-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:31:\"clients_bam_nuttall-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:31:\"clients_bam_nuttall-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"clients_bam_nuttall-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"clients_bam_nuttall-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:29:\"clients_bam_nuttall-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:31:\"clients_bam_nuttall-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:31:\"clients_bam_nuttall-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6132, 359, '_wp_old_slug', 'the-humble-wooden-desk-meets-the-internet'),
(6133, 359, 'fusion_builder_content_backup', '[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding_top=\"20\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<p style=\"font-weight: 16px;letter-spacing: 2px;text-align: center\">Avada News   •   June 2, 2016</p>\n[/fusion_text][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/article5.jpg\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]A[/dropcap]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In et scelerisque sem. Nunc molestie neque augue, at gravida mi blandit eget. Aenean eu augue id lacus eleifend interdum. Cras sit amet metus sit amet velit lacinia ullamcorper. Nam facilisis a orci quis tempus. Vivamus id odio justo. Curabitur ut euismod metus. Donec nec neque non ligula vestibulum blandit id sed eros.\n\nVestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa, ut ultrices quam libero vel dolor. In sit amet ultricies dolor. Suspendisse maximus odio mollis massa tristique rhoncus.\n<h3>Keep It Simple</h3>\nDuis vel tellus a ante convallis pellentesque. Ut nec eros ullamcorper, dictum enim in, euismod est. Proin scelerisque convallis ipsum consequat aliquam. Praesent semper scelerisque accumsan. Integer vitae nulla suscipit, molestie tortor sed, eleifend tellus. Pellentesque a bibendum massa. Etiam auctor ligula nibh.[/fusion_text][separator style_type=\"none\" top_margin=\"30px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<ul>\n 	<li>Print Design Services</li>\n 	<li>Content Marketing</li>\n 	<li>PPC Advertising</li>\n</ul>\n[/fusion_text][separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]Donec quam est, suscipit vel ligula ut, aliquet maximus libero. Pellentesque finibus tellus vitae dolor lacinia eleifend. Vivamus convallis nunc ante, ac placerat turpis imperdiet in. Aenean posuere tortor vitae mi mollis tempus.\n<h3>Focus on The User</h3>\nSuspendisse eu lectus tempus, feugiat enim in, lacinia augue. Cras scelerisque risus vel nulla dictum vehicula. Phasellus vel massa massa. Curabitur a turpis vitae ipsum tempor varius. Etiam iaculis purus vitae velit blandit posuere. Cras scelerisque volutpat bibendum. Donec a justo sapien. Phasellus condimentum volutpat ex eget consectetur. Mauris vulputate aliquet commodo. Aliquam dictum tristique risus vel cursus.\n\nNulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo. Nulla fringilla porttitor congue. Nunc ac semper sapien, a lobortis augue. Morbi ullamcorper erat vel nunc euismod, at condimentum turpis iaculis. Aliquam pretium blandit ultrices.\n\nUt porttitor bibendum velit. Vivamus urna lorem, dapibus in odio nec, dapibus maximus risus. Vivamus eleifend vulputate egestas. Curabitur in diam eget lorem vehicula scelerisque. Mauris neque nibh, scelerisque ac malesuada at, feugiat a nisl. Etiam pulvinar nibh eget ullamcorper rutrum. Duis nec lobortis ex.[/fusion_text][social_links icons_boxed=\"\" icons_boxed_radius=\"\" color_type=\"\" icon_colors=\"\" box_colors=\"\" tooltip_placement=\"\" rss=\"\" facebook=\"\" twitter=\"\" instagram=\"\" dribbble=\"\" google=\"\" linkedin=\"\" blogger=\"\" tumblr=\"\" reddit=\"\" yahoo=\"\" deviantart=\"\" vimeo=\"\" youtube=\"\" pinterest=\"\" digg=\"\" flickr=\"\" forrst=\"\" myspace=\"\" skype=\"\" paypal=\"\" dropbox=\"\" soundcloud=\"\" vk=\"\" xing=\"\" email=\"\" show_custom=\"no\" alignment=\"\" class=\"\" id=\"\"][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth]'),
(6134, 359, 'fusion_builder_converted', 'yes'),
(6135, 359, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(6136, 359, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(6137, 359, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(6138, 359, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(6139, 359, 'pyre_show_first_featured_image', 'no'),
(6140, 359, 'pyre_fimg_width', ''),
(6141, 359, 'pyre_fimg_height', ''),
(6142, 359, 'pyre_portfolio_width_100', 'default'),
(6143, 359, 'pyre_video', ''),
(6144, 359, 'pyre_image_rollover_icons', 'default'),
(6145, 359, 'pyre_link_icon_url', ''),
(6146, 359, 'pyre_post_links_target', 'no'),
(6147, 359, 'pyre_related_posts', 'default'),
(6148, 359, 'pyre_share_box', 'default'),
(6149, 359, 'pyre_post_pagination', 'default'),
(6150, 359, 'pyre_author_info', 'default'),
(6151, 359, 'pyre_post_meta', 'default'),
(6152, 359, 'pyre_post_comments', 'default'),
(6153, 359, 'pyre_main_top_padding', ''),
(6154, 359, 'pyre_main_bottom_padding', ''),
(6155, 359, 'pyre_hundredp_padding', ''),
(6156, 359, 'pyre_slider_type', 'no'),
(6157, 359, 'pyre_slider', '0'),
(6158, 359, 'pyre_wooslider', '0'),
(6159, 359, 'pyre_revslider', '0'),
(6160, 359, 'pyre_elasticslider', '0'),
(6161, 359, 'pyre_slider_position', 'default'),
(6162, 359, 'pyre_avada_rev_styles', 'default'),
(6163, 359, 'pyre_fallback', ''),
(6164, 359, 'pyre_demo_slider', ''),
(6165, 359, 'pyre_display_header', 'yes'),
(6166, 359, 'pyre_header_100_width', 'default'),
(6167, 359, 'pyre_header_bg_color', ''),
(6168, 359, 'pyre_header_bg_opacity', ''),
(6169, 359, 'pyre_header_bg', ''),
(6170, 359, 'pyre_header_bg_full', 'no'),
(6171, 359, 'pyre_header_bg_repeat', 'repeat'),
(6172, 359, 'pyre_displayed_menu', 'default'),
(6173, 359, 'pyre_display_footer', 'default'),
(6174, 359, 'pyre_display_copyright', 'default'),
(6175, 359, 'pyre_footer_100_width', 'default'),
(6176, 359, 'pyre_sidebar_position', 'default'),
(6177, 359, 'pyre_sidebar_bg_color', ''),
(6178, 359, 'pyre_page_bg_layout', 'default'),
(6179, 359, 'pyre_page_bg_color', ''),
(6180, 359, 'pyre_page_bg', ''),
(6181, 359, 'pyre_page_bg_full', 'no'),
(6182, 359, 'pyre_page_bg_repeat', 'repeat'),
(6183, 359, 'pyre_wide_page_bg_color', ''),
(6184, 359, 'pyre_wide_page_bg', ''),
(6185, 359, 'pyre_wide_page_bg_full', 'no'),
(6186, 359, 'pyre_wide_page_bg_repeat', 'repeat'),
(6187, 359, 'pyre_page_title', 'default'),
(6188, 359, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(6189, 359, 'pyre_page_title_text', 'default'),
(6190, 359, 'pyre_page_title_text_alignment', 'default'),
(6191, 359, 'pyre_page_title_custom_text', ''),
(6192, 359, 'pyre_page_title_text_size', ''),
(6193, 359, 'pyre_page_title_custom_subheader', ''),
(6194, 359, 'pyre_page_title_custom_subheader_text_size', ''),
(6195, 359, 'pyre_page_title_font_color', ''),
(6196, 359, 'pyre_page_title_100_width', 'default'),
(6197, 359, 'pyre_page_title_height', ''),
(6198, 359, 'pyre_page_title_mobile_height', ''),
(6199, 359, 'pyre_page_title_bar_bg_color', ''),
(6200, 359, 'pyre_page_title_bar_borders_color', ''),
(6201, 359, 'pyre_page_title_bar_bg', ''),
(6202, 359, 'pyre_page_title_bar_bg_retina', ''),
(6203, 359, 'pyre_page_title_bar_bg_full', 'default'),
(6204, 359, 'pyre_page_title_bg_parallax', 'default'),
(6207, 731, 'slide_template', 'default'),
(6208, 731, 'fusion_builder_status', 'active'),
(6210, 731, 'avada_post_views_count', '1252'),
(6211, 731, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(6212, 731, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(6213, 731, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(6214, 731, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(6215, 731, 'pyre_show_first_featured_image', 'no'),
(6216, 731, 'pyre_fimg_width', ''),
(6217, 731, 'pyre_fimg_height', ''),
(6218, 731, 'pyre_portfolio_width_100', 'default'),
(6219, 731, 'pyre_video', ''),
(6220, 731, 'pyre_image_rollover_icons', 'default'),
(6221, 731, 'pyre_link_icon_url', ''),
(6222, 731, 'pyre_post_links_target', 'no'),
(6223, 731, 'pyre_related_posts', 'default'),
(6224, 731, 'pyre_share_box', 'default'),
(6225, 731, 'pyre_post_pagination', 'default'),
(6226, 731, 'pyre_author_info', 'default'),
(6227, 731, 'pyre_post_meta', 'default'),
(6228, 731, 'pyre_post_comments', 'default'),
(6229, 731, 'pyre_main_top_padding', ''),
(6230, 731, 'pyre_main_bottom_padding', ''),
(6231, 731, 'pyre_hundredp_padding', ''),
(6232, 731, 'pyre_slider_type', 'no'),
(6233, 731, 'pyre_slider', '0'),
(6234, 731, 'pyre_wooslider', '0'),
(6235, 731, 'pyre_revslider', '0'),
(6236, 731, 'pyre_elasticslider', '0'),
(6237, 731, 'pyre_slider_position', 'default'),
(6238, 731, 'pyre_avada_rev_styles', 'default'),
(6239, 731, 'pyre_fallback', ''),
(6240, 731, 'pyre_demo_slider', ''),
(6241, 731, 'pyre_display_header', 'yes'),
(6242, 731, 'pyre_header_100_width', 'default'),
(6243, 731, 'pyre_header_bg_color', ''),
(6244, 731, 'pyre_header_bg_opacity', ''),
(6245, 731, 'pyre_header_bg', ''),
(6246, 731, 'pyre_header_bg_full', 'no'),
(6247, 731, 'pyre_header_bg_repeat', 'repeat'),
(6248, 731, 'pyre_displayed_menu', 'default'),
(6249, 731, 'pyre_display_footer', 'default'),
(6250, 731, 'pyre_display_copyright', 'default'),
(6251, 731, 'pyre_footer_100_width', 'default'),
(6252, 731, 'pyre_sidebar_position', 'default'),
(6253, 731, 'pyre_sidebar_bg_color', ''),
(6254, 731, 'pyre_page_bg_layout', 'default'),
(6255, 731, 'pyre_page_bg_color', ''),
(6256, 731, 'pyre_page_bg', ''),
(6257, 731, 'pyre_page_bg_full', 'no'),
(6258, 731, 'pyre_page_bg_repeat', 'repeat'),
(6259, 731, 'pyre_wide_page_bg_color', ''),
(6260, 731, 'pyre_wide_page_bg', ''),
(6261, 731, 'pyre_wide_page_bg_full', 'no'),
(6262, 731, 'pyre_wide_page_bg_repeat', 'repeat'),
(6263, 731, 'pyre_page_title', 'default'),
(6264, 731, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(6265, 731, 'pyre_page_title_text', 'default'),
(6266, 731, 'pyre_page_title_text_alignment', 'default'),
(6267, 731, 'pyre_page_title_custom_text', ''),
(6268, 731, 'pyre_page_title_text_size', ''),
(6269, 731, 'pyre_page_title_custom_subheader', ''),
(6270, 731, 'pyre_page_title_custom_subheader_text_size', ''),
(6271, 731, 'pyre_page_title_font_color', ''),
(6272, 731, 'pyre_page_title_100_width', 'default'),
(6273, 731, 'pyre_page_title_height', ''),
(6274, 731, 'pyre_page_title_mobile_height', ''),
(6275, 731, 'pyre_page_title_bar_bg_color', ''),
(6276, 731, 'pyre_page_title_bar_borders_color', ''),
(6277, 731, 'pyre_page_title_bar_bg', ''),
(6278, 731, 'pyre_page_title_bar_bg_retina', ''),
(6279, 731, 'pyre_page_title_bar_bg_full', 'default'),
(6280, 731, 'pyre_page_title_bg_parallax', 'default'),
(6283, 733, 'slide_template', 'default'),
(6284, 733, 'fusion_builder_status', 'active'),
(6286, 733, 'avada_post_views_count', '1368'),
(6287, 733, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(6288, 733, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(6289, 733, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(6290, 733, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(6291, 733, 'pyre_show_first_featured_image', 'no'),
(6292, 733, 'pyre_fimg_width', ''),
(6293, 733, 'pyre_fimg_height', ''),
(6294, 733, 'pyre_portfolio_width_100', 'default'),
(6295, 733, 'pyre_video', ''),
(6296, 733, 'pyre_image_rollover_icons', 'default'),
(6297, 733, 'pyre_link_icon_url', ''),
(6298, 733, 'pyre_post_links_target', 'no'),
(6299, 733, 'pyre_related_posts', 'default'),
(6300, 733, 'pyre_share_box', 'default'),
(6301, 733, 'pyre_post_pagination', 'default'),
(6302, 733, 'pyre_author_info', 'default'),
(6303, 733, 'pyre_post_meta', 'default'),
(6304, 733, 'pyre_post_comments', 'default'),
(6305, 733, 'pyre_main_top_padding', ''),
(6306, 733, 'pyre_main_bottom_padding', ''),
(6307, 733, 'pyre_hundredp_padding', '');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6308, 733, 'pyre_slider_type', 'no'),
(6309, 733, 'pyre_slider', '0'),
(6310, 733, 'pyre_wooslider', '0'),
(6311, 733, 'pyre_revslider', '0'),
(6312, 733, 'pyre_elasticslider', '0'),
(6313, 733, 'pyre_slider_position', 'default'),
(6314, 733, 'pyre_avada_rev_styles', 'default'),
(6315, 733, 'pyre_fallback', ''),
(6316, 733, 'pyre_demo_slider', ''),
(6317, 733, 'pyre_display_header', 'yes'),
(6318, 733, 'pyre_header_100_width', 'default'),
(6319, 733, 'pyre_header_bg_color', ''),
(6320, 733, 'pyre_header_bg_opacity', ''),
(6321, 733, 'pyre_header_bg', ''),
(6322, 733, 'pyre_header_bg_full', 'no'),
(6323, 733, 'pyre_header_bg_repeat', 'repeat'),
(6324, 733, 'pyre_displayed_menu', 'default'),
(6325, 733, 'pyre_display_footer', 'default'),
(6326, 733, 'pyre_display_copyright', 'default'),
(6327, 733, 'pyre_footer_100_width', 'default'),
(6328, 733, 'pyre_sidebar_position', 'default'),
(6329, 733, 'pyre_sidebar_bg_color', ''),
(6330, 733, 'pyre_page_bg_layout', 'default'),
(6331, 733, 'pyre_page_bg_color', ''),
(6332, 733, 'pyre_page_bg', ''),
(6333, 733, 'pyre_page_bg_full', 'no'),
(6334, 733, 'pyre_page_bg_repeat', 'repeat'),
(6335, 733, 'pyre_wide_page_bg_color', ''),
(6336, 733, 'pyre_wide_page_bg', ''),
(6337, 733, 'pyre_wide_page_bg_full', 'no'),
(6338, 733, 'pyre_wide_page_bg_repeat', 'repeat'),
(6339, 733, 'pyre_page_title', 'default'),
(6340, 733, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(6341, 733, 'pyre_page_title_text', 'default'),
(6342, 733, 'pyre_page_title_text_alignment', 'default'),
(6343, 733, 'pyre_page_title_custom_text', ''),
(6344, 733, 'pyre_page_title_text_size', ''),
(6345, 733, 'pyre_page_title_custom_subheader', ''),
(6346, 733, 'pyre_page_title_custom_subheader_text_size', ''),
(6347, 733, 'pyre_page_title_font_color', ''),
(6348, 733, 'pyre_page_title_100_width', 'default'),
(6349, 733, 'pyre_page_title_height', ''),
(6350, 733, 'pyre_page_title_mobile_height', ''),
(6351, 733, 'pyre_page_title_bar_bg_color', ''),
(6352, 733, 'pyre_page_title_bar_borders_color', ''),
(6353, 733, 'pyre_page_title_bar_bg', ''),
(6354, 733, 'pyre_page_title_bar_bg_retina', ''),
(6355, 733, 'pyre_page_title_bar_bg_full', 'default'),
(6356, 733, 'pyre_page_title_bg_parallax', 'default'),
(6359, 735, 'slide_template', 'default'),
(6360, 735, 'fusion_builder_status', 'active'),
(6362, 735, 'avada_post_views_count', '1180'),
(6363, 735, '_wp_old_slug', 'the-best-creative-tools'),
(6364, 735, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(6365, 735, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(6366, 735, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(6367, 735, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(6368, 735, 'pyre_show_first_featured_image', 'no'),
(6369, 735, 'pyre_fimg_width', ''),
(6370, 735, 'pyre_fimg_height', ''),
(6371, 735, 'pyre_portfolio_width_100', 'default'),
(6372, 735, 'pyre_video', ''),
(6373, 735, 'pyre_image_rollover_icons', 'default'),
(6374, 735, 'pyre_link_icon_url', ''),
(6375, 735, 'pyre_post_links_target', 'no'),
(6376, 735, 'pyre_related_posts', 'default'),
(6377, 735, 'pyre_share_box', 'default'),
(6378, 735, 'pyre_post_pagination', 'default'),
(6379, 735, 'pyre_author_info', 'default'),
(6380, 735, 'pyre_post_meta', 'default'),
(6381, 735, 'pyre_post_comments', 'default'),
(6382, 735, 'pyre_main_top_padding', ''),
(6383, 735, 'pyre_main_bottom_padding', ''),
(6384, 735, 'pyre_hundredp_padding', ''),
(6385, 735, 'pyre_slider_type', 'no'),
(6386, 735, 'pyre_slider', '0'),
(6387, 735, 'pyre_wooslider', '0'),
(6388, 735, 'pyre_revslider', '0'),
(6389, 735, 'pyre_elasticslider', '0'),
(6390, 735, 'pyre_slider_position', 'default'),
(6391, 735, 'pyre_avada_rev_styles', 'default'),
(6392, 735, 'pyre_fallback', ''),
(6393, 735, 'pyre_demo_slider', ''),
(6394, 735, 'pyre_display_header', 'yes'),
(6395, 735, 'pyre_header_100_width', 'default'),
(6396, 735, 'pyre_header_bg_color', ''),
(6397, 735, 'pyre_header_bg_opacity', ''),
(6398, 735, 'pyre_header_bg', ''),
(6399, 735, 'pyre_header_bg_full', 'no'),
(6400, 735, 'pyre_header_bg_repeat', 'repeat'),
(6401, 735, 'pyre_displayed_menu', 'default'),
(6402, 735, 'pyre_display_footer', 'default'),
(6403, 735, 'pyre_display_copyright', 'default'),
(6404, 735, 'pyre_footer_100_width', 'default'),
(6405, 735, 'pyre_sidebar_position', 'default'),
(6406, 735, 'pyre_sidebar_bg_color', ''),
(6407, 735, 'pyre_page_bg_layout', 'default'),
(6408, 735, 'pyre_page_bg_color', ''),
(6409, 735, 'pyre_page_bg', ''),
(6410, 735, 'pyre_page_bg_full', 'no'),
(6411, 735, 'pyre_page_bg_repeat', 'repeat'),
(6412, 735, 'pyre_wide_page_bg_color', ''),
(6413, 735, 'pyre_wide_page_bg', ''),
(6414, 735, 'pyre_wide_page_bg_full', 'no'),
(6415, 735, 'pyre_wide_page_bg_repeat', 'repeat'),
(6416, 735, 'pyre_page_title', 'default'),
(6417, 735, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(6418, 735, 'pyre_page_title_text', 'default'),
(6419, 735, 'pyre_page_title_text_alignment', 'default'),
(6420, 735, 'pyre_page_title_custom_text', ''),
(6421, 735, 'pyre_page_title_text_size', ''),
(6422, 735, 'pyre_page_title_custom_subheader', ''),
(6423, 735, 'pyre_page_title_custom_subheader_text_size', ''),
(6424, 735, 'pyre_page_title_font_color', ''),
(6425, 735, 'pyre_page_title_100_width', 'default'),
(6426, 735, 'pyre_page_title_height', ''),
(6427, 735, 'pyre_page_title_mobile_height', ''),
(6428, 735, 'pyre_page_title_bar_bg_color', ''),
(6429, 735, 'pyre_page_title_bar_borders_color', ''),
(6430, 735, 'pyre_page_title_bar_bg', ''),
(6431, 735, 'pyre_page_title_bar_bg_retina', ''),
(6432, 735, 'pyre_page_title_bar_bg_full', 'default'),
(6433, 735, 'pyre_page_title_bg_parallax', 'default'),
(6436, 737, 'slide_template', 'default'),
(6437, 737, 'fusion_builder_status', 'active'),
(6439, 737, 'avada_post_views_count', '1422'),
(6440, 737, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(6441, 737, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:12:\"Blog Sidebar\";}'),
(6442, 737, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(6443, 737, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(6444, 737, 'pyre_show_first_featured_image', 'no'),
(6445, 737, 'pyre_fimg_width', ''),
(6446, 737, 'pyre_fimg_height', ''),
(6447, 737, 'pyre_portfolio_width_100', 'default'),
(6448, 737, 'pyre_video', ''),
(6449, 737, 'pyre_image_rollover_icons', 'default'),
(6450, 737, 'pyre_link_icon_url', ''),
(6451, 737, 'pyre_post_links_target', 'no'),
(6452, 737, 'pyre_related_posts', 'default'),
(6453, 737, 'pyre_share_box', 'default'),
(6454, 737, 'pyre_post_pagination', 'default'),
(6455, 737, 'pyre_author_info', 'default'),
(6456, 737, 'pyre_post_meta', 'default'),
(6457, 737, 'pyre_post_comments', 'default'),
(6458, 737, 'pyre_main_top_padding', ''),
(6459, 737, 'pyre_main_bottom_padding', ''),
(6460, 737, 'pyre_hundredp_padding', ''),
(6461, 737, 'pyre_slider_type', 'no'),
(6462, 737, 'pyre_slider', '0'),
(6463, 737, 'pyre_wooslider', '0'),
(6464, 737, 'pyre_revslider', '0'),
(6465, 737, 'pyre_elasticslider', '0'),
(6466, 737, 'pyre_slider_position', 'default'),
(6467, 737, 'pyre_avada_rev_styles', 'default'),
(6468, 737, 'pyre_fallback', ''),
(6469, 737, 'pyre_demo_slider', ''),
(6470, 737, 'pyre_display_header', 'yes'),
(6471, 737, 'pyre_header_100_width', 'default'),
(6472, 737, 'pyre_header_bg_color', ''),
(6473, 737, 'pyre_header_bg_opacity', ''),
(6474, 737, 'pyre_header_bg', ''),
(6475, 737, 'pyre_header_bg_full', 'no'),
(6476, 737, 'pyre_header_bg_repeat', 'repeat'),
(6477, 737, 'pyre_displayed_menu', 'default'),
(6478, 737, 'pyre_display_footer', 'default'),
(6479, 737, 'pyre_display_copyright', 'default'),
(6480, 737, 'pyre_footer_100_width', 'default'),
(6481, 737, 'pyre_sidebar_position', 'default'),
(6482, 737, 'pyre_sidebar_bg_color', ''),
(6483, 737, 'pyre_page_bg_layout', 'default'),
(6484, 737, 'pyre_page_bg_color', ''),
(6485, 737, 'pyre_page_bg', ''),
(6486, 737, 'pyre_page_bg_full', 'no'),
(6487, 737, 'pyre_page_bg_repeat', 'repeat'),
(6488, 737, 'pyre_wide_page_bg_color', ''),
(6489, 737, 'pyre_wide_page_bg', ''),
(6490, 737, 'pyre_wide_page_bg_full', 'no'),
(6491, 737, 'pyre_wide_page_bg_repeat', 'repeat'),
(6492, 737, 'pyre_page_title', 'default'),
(6493, 737, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(6494, 737, 'pyre_page_title_text', 'default'),
(6495, 737, 'pyre_page_title_text_alignment', 'default'),
(6496, 737, 'pyre_page_title_custom_text', ''),
(6497, 737, 'pyre_page_title_text_size', ''),
(6498, 737, 'pyre_page_title_custom_subheader', ''),
(6499, 737, 'pyre_page_title_custom_subheader_text_size', ''),
(6500, 737, 'pyre_page_title_font_color', ''),
(6501, 737, 'pyre_page_title_100_width', 'default'),
(6502, 737, 'pyre_page_title_height', ''),
(6503, 737, 'pyre_page_title_mobile_height', ''),
(6504, 737, 'pyre_page_title_bar_bg_color', ''),
(6505, 737, 'pyre_page_title_bar_borders_color', ''),
(6506, 737, 'pyre_page_title_bar_bg', ''),
(6507, 737, 'pyre_page_title_bar_bg_retina', ''),
(6508, 737, 'pyre_page_title_bar_bg_full', 'default'),
(6509, 737, 'pyre_page_title_bg_parallax', 'default'),
(6511, 25, 'slide_template', 'default'),
(62805, 25, 'pyre_type', 'image'),
(62806, 25, 'pyre_youtube_id', ''),
(62807, 25, 'pyre_vimeo_id', ''),
(62808, 25, 'pyre_webm', ''),
(62809, 25, 'pyre_mp4', ''),
(62810, 25, 'pyre_ogv', ''),
(62811, 25, 'pyre_preview_image', ''),
(62812, 25, 'pyre_aspect_ratio', ''),
(62813, 25, 'pyre_video_display', 'cover'),
(62814, 25, 'pyre_video_bg_color', ''),
(62815, 25, 'pyre_mute_video', 'yes'),
(62816, 25, 'pyre_autoplay_video', 'yes'),
(62817, 25, 'pyre_loop_video', 'yes'),
(62818, 25, 'pyre_hide_video_controls', 'yes'),
(62819, 25, 'pyre_content_alignment', 'center'),
(62821, 25, 'pyre_heading_separator', 'none'),
(62822, 25, 'pyre_heading_font_size', '70'),
(62823, 25, 'pyre_heading_color', ''),
(62824, 25, 'pyre_heading_bg', 'no'),
(62825, 25, 'pyre_heading_bg_color', ''),
(62826, 25, 'pyre_caption', '<span style=\"font-weight: 600; line-height: 30px;\">COMMERCIAL DRONE SERVICES</span>'),
(7337, 224, '_edit_lock', '1535036434:1'),
(62827, 25, 'pyre_caption_separator', 'none'),
(62828, 25, 'pyre_caption_font_size', '19'),
(62829, 25, 'pyre_caption_color', ''),
(62830, 25, 'pyre_caption_bg', 'no'),
(62831, 25, 'pyre_caption_bg_color', ''),
(62832, 25, 'pyre_link_type', 'button'),
(62833, 25, 'pyre_slide_link', ''),
(62834, 25, 'pyre_slide_target', 'yes'),
(62835, 25, 'pyre_button_1', ''),
(62820, 25, 'pyre_heading', '<span style=\"font-weight: 900; line-height: 30px;\">AIR-FRAMES</span>'),
(7338, 224, '_edit_last', '1'),
(20831, 224, 'pyre_heading', '<br/><span style=\"font-weight: 900; line-height: 30px;\">SERVICES</span>'),
(20792, 1261, 'pyre_video_display', 'cover'),
(20793, 1261, 'pyre_video_bg_color', ''),
(20794, 1261, 'pyre_mute_video', 'yes'),
(62836, 25, 'pyre_button_2', ''),
(7112, 7, '_edit_lock', '1709041635:1'),
(63412, 1641, 'pyre_page_title_text', 'default'),
(6613, 119, '_form', '<p>[text* your-name akismet:author placeholder \"NAME\"] </p>\n\n<p>[email* your-email akismet:author_email placeholder \"EMAIL\"] </p>\n\n<p>[tel tel-145 minlength:11 placeholder \"PHONE\"]</p>\n\n<p>[textarea* your-message placeholder \"HOW CAN WE HELP?\"] </p>\n\n<div style=\"margin-bottom: 25px;\">[recaptcha]</div>\n\n<p>[submit \"LET\'S TALK\"]</p>'),
(6614, 119, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:19:\"Airframes Enquiries\";s:6:\"sender\";s:36:\"[your-name] <james@air-frames.co.uk>\";s:9:\"recipient\";s:22:\"james@air-frames.co.uk\";s:4:\"body\";s:140:\"From: [your-name] <[your-email]>\nPhone: [tel-145]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from the contact form on Airframes\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(6615, 119, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(6616, 119, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:27:\"Thank you for your message.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:22:\"Invalid date supplied.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(6617, 119, '_additional_settings', ''),
(6618, 119, '_locale', 'en_US'),
(39036, 1810, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:259;s:6:\"height\";i:194;s:4:\"file\";s:20:\"2017/07/Unknown.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Unknown-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"Unknown-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"Unknown-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"Unknown-200x150.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(39035, 1810, '_wp_attached_file', '2017/07/Unknown.jpeg'),
(38257, 1798, '_wp_attached_file', '2015/05/home_portfolio_bg.jpg'),
(6620, 124, '_thumbnail_id', '1455'),
(6621, 124, 'slide_template', 'default'),
(20848, 124, 'pyre_type', 'image'),
(20849, 124, 'pyre_youtube_id', ''),
(20850, 124, 'pyre_vimeo_id', ''),
(20851, 124, 'pyre_webm', ''),
(20852, 124, 'pyre_mp4', ''),
(20853, 124, 'pyre_ogv', ''),
(20854, 124, 'pyre_preview_image', ''),
(20855, 124, 'pyre_aspect_ratio', ''),
(20856, 124, 'pyre_video_display', 'cover'),
(20857, 124, 'pyre_video_bg_color', ''),
(20858, 124, 'pyre_mute_video', 'yes'),
(20859, 124, 'pyre_autoplay_video', 'yes'),
(20860, 124, 'pyre_loop_video', 'yes'),
(20861, 124, 'pyre_hide_video_controls', 'yes'),
(20862, 124, 'pyre_content_alignment', 'center'),
(20786, 1261, 'pyre_vimeo_id', ''),
(20864, 124, 'pyre_heading_separator', 'none'),
(20865, 124, 'pyre_heading_font_size', '70'),
(20866, 124, 'pyre_heading_color', ''),
(20867, 124, 'pyre_heading_bg', 'no'),
(20868, 124, 'pyre_heading_bg_color', ''),
(20869, 124, 'pyre_caption', ''),
(7669, 1261, '_wp_old_slug', 'services-cloned'),
(7670, 1261, 'slide_template', 'default'),
(20870, 124, 'pyre_caption_separator', 'none'),
(20871, 124, 'pyre_caption_font_size', '19'),
(20872, 124, 'pyre_caption_color', ''),
(20873, 124, 'pyre_caption_bg', 'no'),
(20874, 124, 'pyre_caption_bg_color', ''),
(20875, 124, 'pyre_link_type', 'button'),
(20876, 124, 'pyre_slide_link', ''),
(20877, 124, 'pyre_slide_target', 'yes'),
(20878, 124, 'pyre_button_1', ''),
(29579, 634, 'pyre_video_display', 'cover'),
(29586, 634, 'pyre_heading', '<br/><span style=\"font-weight: 900; line-height: 30px;\">GET IN TOUCH</span>'),
(7636, 124, '_wp_old_slug', 'about-2'),
(20787, 1261, 'pyre_webm', ''),
(20788, 1261, 'pyre_mp4', ''),
(20879, 124, 'pyre_button_2', ''),
(7597, 634, '_edit_lock', '1499372625:1'),
(7598, 634, '_edit_last', '1'),
(7599, 634, 'slide_template', 'default'),
(6688, 224, 'slide_template', 'default'),
(6689, 224, '_thumbnail_id', '1455'),
(20816, 224, 'pyre_type', 'image'),
(20817, 224, 'pyre_youtube_id', ''),
(20818, 224, 'pyre_vimeo_id', ''),
(20819, 224, 'pyre_webm', ''),
(20820, 224, 'pyre_mp4', ''),
(20821, 224, 'pyre_ogv', ''),
(20822, 224, 'pyre_preview_image', ''),
(20823, 224, 'pyre_aspect_ratio', ''),
(20824, 224, 'pyre_video_display', 'cover'),
(20825, 224, 'pyre_video_bg_color', ''),
(20826, 224, 'pyre_mute_video', 'yes'),
(20827, 224, 'pyre_autoplay_video', 'yes'),
(20828, 224, 'pyre_loop_video', 'yes'),
(20829, 224, 'pyre_hide_video_controls', 'yes'),
(20830, 224, 'pyre_content_alignment', 'center'),
(20795, 1261, 'pyre_autoplay_video', 'yes'),
(20832, 224, 'pyre_heading_separator', 'none'),
(20833, 224, 'pyre_heading_font_size', '70'),
(20834, 224, 'pyre_heading_color', ''),
(20835, 224, 'pyre_heading_bg', 'no'),
(20836, 224, 'pyre_heading_bg_color', ''),
(20837, 224, 'pyre_caption', ''),
(20789, 1261, 'pyre_ogv', ''),
(20790, 1261, 'pyre_preview_image', ''),
(20791, 1261, 'pyre_aspect_ratio', ''),
(20838, 224, 'pyre_caption_separator', 'none'),
(20839, 224, 'pyre_caption_font_size', '19'),
(20840, 224, 'pyre_caption_color', ''),
(20841, 224, 'pyre_caption_bg', 'no'),
(20842, 224, 'pyre_caption_bg_color', ''),
(20843, 224, 'pyre_link_type', 'button'),
(20844, 224, 'pyre_slide_link', ''),
(20845, 224, 'pyre_slide_target', 'yes'),
(20846, 224, 'pyre_button_1', ''),
(7499, 124, '_edit_lock', '1541524992:1'),
(7500, 124, '_edit_last', '1'),
(20863, 124, 'pyre_heading', '<br/><span style=\"font-weight: 900; line-height: 30px;\">BEHIND AIR-FRAMES</span>'),
(7671, 1261, '_thumbnail_id', '1455'),
(7672, 1261, '_edit_lock', '1499115532:1'),
(7673, 1261, '_edit_last', '1'),
(20784, 1261, 'pyre_type', 'image'),
(20785, 1261, 'pyre_youtube_id', ''),
(20847, 224, 'pyre_button_2', ''),
(30549, 1643, '_menu_item_object_id', '1641'),
(20510, 1268, 'pyre_content_alignment', 'center'),
(8239, 1268, '_wp_old_slug', 'ground-filming-cloned'),
(30462, 1641, 'fusion_builder_status', 'active'),
(30463, 1641, 'fusion_builder_content', ''),
(63409, 1641, 'pyre_wide_page_bg_repeat', 'repeat'),
(63410, 1641, 'pyre_page_title', 'no'),
(63408, 1641, 'pyre_wide_page_bg_full', 'no'),
(9332, 1282, '_wp_page_template', '100-width.php'),
(9333, 1282, 'pyre_portfolio_width_100', 'no'),
(9334, 1282, 'pyre_portfolio_content_length', 'default'),
(9335, 1282, 'pyre_portfolio_excerpt', ''),
(9336, 1282, 'pyre_portfolio_filters', 'yes'),
(9337, 1282, 'pyre_portfolio_text_layout', 'default'),
(9338, 1282, 'pyre_portfolio_featured_image_size', 'default'),
(9339, 1282, 'pyre_portfolio_column_spacing', ''),
(9340, 1282, 'fusion_builder_status', 'active'),
(9341, 1282, 'slide_template', 'default'),
(9342, 1282, 'fusion_builder_content_backup', '[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\">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.</p>\r\n[/fusion_text][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/mockup_2.png\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"681px\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"yes\" menu_anchor=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"150px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"#303745\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][two_fifth last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px 10% 100px 20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"mobile-no-padding\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/logo_blue.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left\"><span style=\"color: #ffffff\">Branding</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;font-size: 16px;letter-spacing: 2px;color: #ffffff\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\"><span style=\"color: #bbc1cd\">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.</span></p>\r\n[/fusion_text][/two_fifth][three_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/branding_images.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"1100px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/three_fifth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"font-weight: 300;font-size: 22px;line-height: 40px;letter-spacing: 2px;text-align: center\">LOREM IPSUM DOLOR SIT AMET, CONSECTETUR ADIPISICING ELIT, SED DO EIUSMOD TEMPOR INCIDIDUNT UT LABORE ET DOLORE MAGNA ALIQUA. UT ENIM AD MINIM</p>\r\n[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"right top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][five_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/mockup_3.png\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"no-background-cover\" id=\"\"][separator style_type=\"none\" top_margin=\"1329px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/five_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"right top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2>WordPress\r\nDevelopment</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\">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.</p>\r\n[/fusion_text][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"no-background-cover\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/agency-services1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][five_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][testimonial name=\"LUKE BECK\" avatar=\"image\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/luke-beck.png\" image_border_radius=\"50%\" company=\"THEME FUSION\" link=\"\" target=\"_self\"]Ability proceeds from a fusion of skills, knowledge, understanding and imagination, consolidated by experience.[/testimonial][testimonial name=\"GEORGE MARTIN\" avatar=\"image\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/luke-beck.png\" image_border_radius=\"50%\" company=\"ARCHITECT\" link=\"\" target=\"_self\"]Beauty is when you can appreciate yourself. When you love yourself, that’s when you’re most beautiful.[/testimonial][/testimonials][/five_sixth][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center\">More Expertise</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"80px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][content_boxes settings_lvl=\"parent\" layout=\"icon-on-top\" columns=\"3\" icon_align=\"left\" title_size=\"\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" link_type=\"\" link_area=\"\" link_target=\"\" animation_delay=\"\" animation_offset=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"0.1\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"][content_box title=\"DIGITAL\" icon=\"fa-laptop\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_1.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">Branding</li>\r\n 	<li style=\"text-align: center\">Logo Design</li>\r\n 	<li style=\"text-align: center\">Print Design Services</li>\r\n</ul>\r\n[/content_box][content_box title=\"BRANDING\" icon=\"fa-paint-brush\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_2.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">Print Design Services</li>\r\n 	<li style=\"text-align: center\">Content Marketing</li>\r\n 	<li style=\"text-align: center\">PPC Advertising</li>\r\n</ul>\r\n[/content_box][content_box title=\"MARKETING\" icon=\"fa-rocket\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_3.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">PPC Advertising</li>\r\n 	<li style=\"text-align: center\">SEO &amp; Online Marketing</li>\r\n 	<li style=\"text-align: center\">Social Media Marketing</li>\r\n</ul>\r\n[/content_box][/content_boxes][separator style_type=\"none\" top_margin=\"30px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"/creative/services/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"outline-button\" id=\"\"]View All Services[/button][/one_full][/fullwidth]'),
(9343, 1282, 'fusion_builder_converted', 'yes'),
(54593, 1282, 'pyre_slider_type', 'flex'),
(54594, 1282, 'pyre_slider', '0'),
(54595, 1282, 'pyre_wooslider', 'aerial-photography'),
(54596, 1282, 'pyre_revslider', '0'),
(54597, 1282, 'pyre_elasticslider', '0'),
(54598, 1282, 'pyre_slider_position', 'default'),
(54599, 1282, 'pyre_avada_rev_styles', 'default'),
(54600, 1282, 'pyre_fallback', ''),
(54601, 1282, 'pyre_demo_slider', ''),
(54602, 1282, 'pyre_main_top_padding', '0px'),
(54603, 1282, 'pyre_main_bottom_padding', '0px'),
(54604, 1282, 'pyre_hundredp_padding', ''),
(54605, 1282, 'pyre_show_first_featured_image', 'no'),
(54606, 1282, 'pyre_display_header', 'yes'),
(54607, 1282, 'pyre_header_100_width', 'default'),
(72277, 1282, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(72275, 1282, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(54610, 1282, 'pyre_header_bg', ''),
(54611, 1282, 'pyre_header_bg_full', 'no'),
(54612, 1282, 'pyre_header_bg_repeat', 'repeat'),
(54613, 1282, 'pyre_displayed_menu', 'default'),
(54614, 1282, 'pyre_display_footer', 'default'),
(54615, 1282, 'pyre_display_copyright', 'default'),
(54616, 1282, 'pyre_footer_100_width', 'default'),
(54617, 1282, 'pyre_sidebar_position', 'default'),
(54618, 1282, 'pyre_sidebar_bg_color', ''),
(54619, 1282, 'pyre_page_bg_layout', 'default'),
(54620, 1282, 'pyre_page_bg_color', ''),
(54621, 1282, 'pyre_page_bg', ''),
(54622, 1282, 'pyre_page_bg_full', 'no'),
(54623, 1282, 'pyre_page_bg_repeat', 'repeat'),
(54624, 1282, 'pyre_wide_page_bg_color', ''),
(54625, 1282, 'pyre_wide_page_bg', ''),
(54626, 1282, 'pyre_wide_page_bg_full', 'no'),
(54627, 1282, 'pyre_wide_page_bg_repeat', 'repeat'),
(54628, 1282, 'pyre_page_title', 'default'),
(54629, 1282, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(54630, 1282, 'pyre_page_title_text', 'default'),
(54631, 1282, 'pyre_page_title_text_alignment', 'default'),
(54632, 1282, 'pyre_page_title_custom_text', ''),
(54633, 1282, 'pyre_page_title_text_size', ''),
(54634, 1282, 'pyre_page_title_custom_subheader', ''),
(54635, 1282, 'pyre_page_title_custom_subheader_text_size', ''),
(54636, 1282, 'pyre_page_title_font_color', ''),
(54637, 1282, 'pyre_page_title_100_width', 'default'),
(54638, 1282, 'pyre_page_title_height', ''),
(54639, 1282, 'pyre_page_title_mobile_height', ''),
(54640, 1282, 'pyre_page_title_bar_bg_color', ''),
(54641, 1282, 'pyre_page_title_bar_borders_color', ''),
(54642, 1282, 'pyre_page_title_bar_bg', ''),
(54643, 1282, 'pyre_page_title_bar_bg_retina', ''),
(54644, 1282, 'pyre_page_title_bar_bg_full', 'default'),
(54645, 1282, 'pyre_page_title_bg_parallax', 'default'),
(9399, 1282, '_edit_lock', '1541873437:1'),
(72278, 1282, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(72276, 1282, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(9402, 1282, '_edit_last', '1'),
(9604, 1286, '_wp_page_template', '100-width.php'),
(9605, 1286, 'pyre_portfolio_width_100', 'no'),
(9606, 1286, 'pyre_portfolio_content_length', 'default'),
(9607, 1286, 'pyre_portfolio_excerpt', ''),
(9608, 1286, 'pyre_portfolio_filters', 'yes'),
(9609, 1286, 'pyre_portfolio_text_layout', 'default'),
(9610, 1286, 'pyre_portfolio_featured_image_size', 'default'),
(9611, 1286, 'pyre_portfolio_column_spacing', ''),
(9612, 1286, 'fusion_builder_status', 'active'),
(9613, 1286, 'slide_template', 'default');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9614, 1286, 'fusion_builder_content_backup', '[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\">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.</p>\r\n[/fusion_text][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/mockup_2.png\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"681px\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"yes\" menu_anchor=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"150px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"#303745\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][two_fifth last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px 10% 100px 20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"mobile-no-padding\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/logo_blue.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left\"><span style=\"color: #ffffff\">Branding</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;font-size: 16px;letter-spacing: 2px;color: #ffffff\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\"><span style=\"color: #bbc1cd\">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.</span></p>\r\n[/fusion_text][/two_fifth][three_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/branding_images.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"1100px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/three_fifth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"font-weight: 300;font-size: 22px;line-height: 40px;letter-spacing: 2px;text-align: center\">LOREM IPSUM DOLOR SIT AMET, CONSECTETUR ADIPISICING ELIT, SED DO EIUSMOD TEMPOR INCIDIDUNT UT LABORE ET DOLORE MAGNA ALIQUA. UT ENIM AD MINIM</p>\r\n[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"right top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][five_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/mockup_3.png\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"no-background-cover\" id=\"\"][separator style_type=\"none\" top_margin=\"1329px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/five_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"right top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2>WordPress\r\nDevelopment</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\">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.</p>\r\n[/fusion_text][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"no-background-cover\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/agency-services1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][five_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][testimonial name=\"LUKE BECK\" avatar=\"image\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/luke-beck.png\" image_border_radius=\"50%\" company=\"THEME FUSION\" link=\"\" target=\"_self\"]Ability proceeds from a fusion of skills, knowledge, understanding and imagination, consolidated by experience.[/testimonial][testimonial name=\"GEORGE MARTIN\" avatar=\"image\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/luke-beck.png\" image_border_radius=\"50%\" company=\"ARCHITECT\" link=\"\" target=\"_self\"]Beauty is when you can appreciate yourself. When you love yourself, that’s when you’re most beautiful.[/testimonial][/testimonials][/five_sixth][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center\">More Expertise</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"80px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][content_boxes settings_lvl=\"parent\" layout=\"icon-on-top\" columns=\"3\" icon_align=\"left\" title_size=\"\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" link_type=\"\" link_area=\"\" link_target=\"\" animation_delay=\"\" animation_offset=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"0.1\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"][content_box title=\"DIGITAL\" icon=\"fa-laptop\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_1.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">Branding</li>\r\n 	<li style=\"text-align: center\">Logo Design</li>\r\n 	<li style=\"text-align: center\">Print Design Services</li>\r\n</ul>\r\n[/content_box][content_box title=\"BRANDING\" icon=\"fa-paint-brush\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_2.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">Print Design Services</li>\r\n 	<li style=\"text-align: center\">Content Marketing</li>\r\n 	<li style=\"text-align: center\">PPC Advertising</li>\r\n</ul>\r\n[/content_box][content_box title=\"MARKETING\" icon=\"fa-rocket\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_3.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">PPC Advertising</li>\r\n 	<li style=\"text-align: center\">SEO &amp; Online Marketing</li>\r\n 	<li style=\"text-align: center\">Social Media Marketing</li>\r\n</ul>\r\n[/content_box][/content_boxes][separator style_type=\"none\" top_margin=\"30px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"/creative/services/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"outline-button\" id=\"\"]View All Services[/button][/one_full][/fullwidth]'),
(9615, 1286, 'fusion_builder_converted', 'yes'),
(54723, 1286, 'pyre_slider_type', 'flex'),
(54724, 1286, 'pyre_slider', '0'),
(54725, 1286, 'pyre_wooslider', 'mapping-modelling'),
(54726, 1286, 'pyre_revslider', '0'),
(54727, 1286, 'pyre_elasticslider', '0'),
(54728, 1286, 'pyre_slider_position', 'default'),
(54729, 1286, 'pyre_avada_rev_styles', 'default'),
(54730, 1286, 'pyre_fallback', ''),
(54731, 1286, 'pyre_demo_slider', ''),
(54732, 1286, 'pyre_main_top_padding', '0px'),
(54733, 1286, 'pyre_main_bottom_padding', '0px'),
(54734, 1286, 'pyre_hundredp_padding', ''),
(54735, 1286, 'pyre_show_first_featured_image', 'no'),
(54736, 1286, 'pyre_display_header', 'yes'),
(54737, 1286, 'pyre_header_100_width', 'default'),
(69734, 12, 'pyre_combined_header_bg_color', 'rgba(255,255,255,0)'),
(54740, 1286, 'pyre_header_bg', ''),
(54741, 1286, 'pyre_header_bg_full', 'no'),
(54742, 1286, 'pyre_header_bg_repeat', 'repeat'),
(54743, 1286, 'pyre_displayed_menu', 'default'),
(54744, 1286, 'pyre_display_footer', 'default'),
(54745, 1286, 'pyre_display_copyright', 'default'),
(54746, 1286, 'pyre_footer_100_width', 'default'),
(54747, 1286, 'pyre_sidebar_position', 'default'),
(54748, 1286, 'pyre_sidebar_bg_color', ''),
(54749, 1286, 'pyre_page_bg_layout', 'default'),
(54750, 1286, 'pyre_page_bg_color', ''),
(54751, 1286, 'pyre_page_bg', ''),
(54752, 1286, 'pyre_page_bg_full', 'no'),
(54753, 1286, 'pyre_page_bg_repeat', 'repeat'),
(54754, 1286, 'pyre_wide_page_bg_color', ''),
(54755, 1286, 'pyre_wide_page_bg', ''),
(54756, 1286, 'pyre_wide_page_bg_full', 'no'),
(54757, 1286, 'pyre_wide_page_bg_repeat', 'repeat'),
(54758, 1286, 'pyre_page_title', 'default'),
(54759, 1286, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(54760, 1286, 'pyre_page_title_text', 'default'),
(54761, 1286, 'pyre_page_title_text_alignment', 'default'),
(54762, 1286, 'pyre_page_title_custom_text', ''),
(54763, 1286, 'pyre_page_title_text_size', ''),
(54764, 1286, 'pyre_page_title_custom_subheader', ''),
(54765, 1286, 'pyre_page_title_custom_subheader_text_size', ''),
(54766, 1286, 'pyre_page_title_font_color', ''),
(54767, 1286, 'pyre_page_title_100_width', 'default'),
(54768, 1286, 'pyre_page_title_height', ''),
(54769, 1286, 'pyre_page_title_mobile_height', ''),
(54770, 1286, 'pyre_page_title_bar_bg_color', ''),
(54771, 1286, 'pyre_page_title_bar_borders_color', ''),
(54772, 1286, 'pyre_page_title_bar_bg', ''),
(54773, 1286, 'pyre_page_title_bar_bg_retina', ''),
(54774, 1286, 'pyre_page_title_bar_bg_full', 'default'),
(54775, 1286, 'pyre_page_title_bg_parallax', 'default'),
(9671, 1286, '_edit_lock', '1607808331:1'),
(71562, 1286, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(71560, 1286, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(9674, 1286, '_edit_last', '1'),
(68718, 2553, '_wp_attached_file', '2018/10/JBA-web.psd'),
(68749, 2556, '_wp_attached_file', '2018/10/JBA-webb.jpg'),
(68750, 2556, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:365;s:4:\"file\";s:20:\"2018/10/JBA-webb.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"JBA-webb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"JBA-webb-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"JBA-webb-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"JBA-webb-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"JBA-webb-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"JBA-webb-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"JBA-webb-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"JBA-webb-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"JBA-webb-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"JBA-webb-200x183.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"JBA-webb-400x365.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:19:\"JBA Group logo_cmyk\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(68955, 1754, 'pyre_page_title_line_height', ''),
(68956, 1424, 'pyre_page_title_line_height', ''),
(68957, 1422, 'pyre_page_title_line_height', ''),
(68958, 1420, 'pyre_page_title_line_height', ''),
(68962, 1414, 'pyre_page_title_line_height', ''),
(68966, 1410, 'pyre_page_title_line_height', ''),
(68967, 1406, 'pyre_page_title_line_height', ''),
(68968, 1404, 'pyre_page_title_line_height', ''),
(68969, 1402, 'pyre_page_title_line_height', ''),
(69039, 2591, '_wp_attached_file', '2018/10/somesuch-.jpg'),
(69040, 2591, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2018/10/somesuch-.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"somesuch--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"somesuch--300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"somesuch--400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"somesuch--400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"somesuch--300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"somesuch--177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"somesuch--400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"somesuch--320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"somesuch--66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"somesuch--200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"somesuch--400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(69079, 2596, '_wp_attached_file', '2018/10/youtube.jpg'),
(69080, 2596, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:350;s:6:\"height\";i:262;s:4:\"file\";s:19:\"2018/10/youtube.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"youtube-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"youtube-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"youtube-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"youtube-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"youtube-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"youtube-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:19:\"youtube-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(69221, 2617, '_wp_attached_file', '2018/10/print-bureau-.jpg'),
(69222, 2617, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2018/10/print-bureau-.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"print-bureau--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"print-bureau--300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"print-bureau--400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"print-bureau--400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"print-bureau--300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"print-bureau--177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"print-bureau--400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"print-bureau--320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"print-bureau--66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:25:\"print-bureau--200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:25:\"print-bureau--400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(69107, 2600, '_wp_attached_file', '2018/10/IOU.jpg'),
(69108, 2600, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:350;s:6:\"height\";i:262;s:4:\"file\";s:15:\"2018/10/IOU.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"IOU-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"IOU-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"IOU-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"IOU-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"IOU-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"IOU-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"IOU-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(69165, 2609, '_wp_attached_file', '2018/10/grow-b.jpg'),
(69166, 2609, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:350;s:6:\"height\";i:262;s:4:\"file\";s:18:\"2018/10/grow-b.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"grow-b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"grow-b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"grow-b-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"grow-b-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"grow-b-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"grow-b-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:18:\"grow-b-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(69193, 2613, '_wp_attached_file', '2018/10/calderdale.jpg'),
(69194, 2613, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:350;s:6:\"height\";i:262;s:4:\"file\";s:22:\"2018/10/calderdale.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"calderdale-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"calderdale-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"calderdale-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"calderdale-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"calderdale-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"calderdale-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"calderdale-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(69207, 2615, '_wp_attached_file', '2018/10/alchemy.jpg'),
(69208, 2615, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:350;s:6:\"height\";i:262;s:4:\"file\";s:19:\"2018/10/alchemy.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"alchemy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"alchemy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"alchemy-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"alchemy-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"alchemy-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"alchemy-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:19:\"alchemy-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(69235, 2619, '_wp_attached_file', '2018/10/ribblesdale.jpg'),
(69236, 2619, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:350;s:6:\"height\";i:262;s:4:\"file\";s:23:\"2018/10/ribblesdale.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ribblesdale-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"ribblesdale-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"ribblesdale-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"ribblesdale-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"ribblesdale-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"ribblesdale-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"ribblesdale-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(69476, 7, 'pyre_header_bg_id', ''),
(69475, 7, 'pyre_mobile_header_bg_color', ''),
(69474, 7, 'pyre_fallback_id', ''),
(69457, 2443, 'pyre_page_title_bar_bg_retina_id', ''),
(69456, 2443, 'pyre_page_title_bar_bg_id', ''),
(69455, 2443, 'pyre_page_title_subheader_font_color', ''),
(69454, 2443, 'pyre_wide_page_bg_id', ''),
(69453, 2443, 'pyre_page_bg_id', ''),
(69381, 2155, 'pyre_heading_size', '2'),
(69382, 2155, 'pyre_caption_size', '3'),
(69439, 7, 'pyre_combined_header_bg_color', 'rgba(255,255,255,0)'),
(69450, 2443, 'pyre_mobile_header_bg_color', ''),
(69451, 2443, 'pyre_header_bg_id', ''),
(69452, 2443, 'pyre_responsive_sidebar_order', ''),
(69477, 7, 'pyre_responsive_sidebar_order', ''),
(69478, 7, 'pyre_page_bg_id', ''),
(69479, 7, 'pyre_wide_page_bg_id', ''),
(69480, 7, 'pyre_page_title_subheader_font_color', ''),
(69481, 7, 'pyre_page_title_bar_bg_id', ''),
(69482, 7, 'pyre_page_title_bar_bg_retina_id', ''),
(70022, 2643, '_wp_page_template', '100-width.php'),
(69733, 1286, 'pyre_combined_header_bg_color', 'rgba(255,255,255,0)'),
(69873, 12, 'pyre_header_bg_id', ''),
(69874, 12, 'pyre_responsive_sidebar_order', ''),
(69875, 12, 'pyre_page_bg_id', ''),
(69876, 12, 'pyre_wide_page_bg_id', ''),
(69877, 12, 'pyre_page_title_subheader_font_color', ''),
(69878, 12, 'pyre_page_title_bar_bg_id', ''),
(69879, 12, 'pyre_page_title_bar_bg_retina_id', ''),
(69884, 16, 'pyre_combined_header_bg_color', 'rgba(255,255,255,0)'),
(69965, 16, 'pyre_fallback_id', ''),
(69966, 16, 'pyre_mobile_header_bg_color', ''),
(69967, 16, 'pyre_header_bg_id', ''),
(69968, 16, 'pyre_responsive_sidebar_order', ''),
(69969, 16, 'pyre_page_bg_id', ''),
(69970, 16, 'pyre_wide_page_bg_id', ''),
(69971, 16, 'pyre_page_title_subheader_font_color', ''),
(69972, 16, 'pyre_page_title_bar_bg_id', ''),
(69973, 16, 'pyre_page_title_bar_bg_retina_id', ''),
(70023, 2643, 'pyre_portfolio_width_100', 'no'),
(70024, 2643, 'pyre_portfolio_content_length', 'default'),
(70025, 2643, 'pyre_portfolio_excerpt', ''),
(70026, 2643, 'pyre_portfolio_filters', 'yes'),
(70027, 2643, 'pyre_portfolio_text_layout', 'default'),
(70028, 2643, 'pyre_portfolio_featured_image_size', 'default'),
(70029, 2643, 'pyre_portfolio_column_spacing', ''),
(70030, 2643, 'fusion_builder_status', 'active'),
(70031, 2643, 'slide_template', 'default');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(70032, 2643, 'fusion_builder_content_backup', '[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\">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.</p>\r\n[/fusion_text][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/mockup_2.png\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"681px\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"yes\" menu_anchor=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"150px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/fullwidth][fullwidth background_color=\"#303745\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][two_fifth last=\"no\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"100px 10% 100px 20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"mobile-no-padding\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/logo_blue.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: left\"><span style=\"color: #ffffff\">Branding</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;font-size: 16px;letter-spacing: 2px;color: #ffffff\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\"><span style=\"color: #bbc1cd\">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.</span></p>\r\n[/fusion_text][/two_fifth][three_fifth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/branding_images.jpg\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"1100px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/three_fifth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"font-weight: 300;font-size: 22px;line-height: 40px;letter-spacing: 2px;text-align: center\">LOREM IPSUM DOLOR SIT AMET, CONSECTETUR ADIPISICING ELIT, SED DO EIUSMOD TEMPOR INCIDIDUNT UT LABORE ET DOLORE MAGNA ALIQUA. UT ENIM AD MINIM</p>\r\n[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"right top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0\" padding_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][five_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/mockup_3.png\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"no-background-cover\" id=\"\"][separator style_type=\"none\" top_margin=\"1329px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/five_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"right top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2>WordPress\r\nDevelopment</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"5px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"left\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left\">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.</p>\r\n[/fusion_text][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"no-background-cover\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/agency-services1.jpg\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][five_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" class=\"\" id=\"\"][testimonial name=\"LUKE BECK\" avatar=\"image\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/luke-beck.png\" image_border_radius=\"50%\" company=\"THEME FUSION\" link=\"\" target=\"_self\"]Ability proceeds from a fusion of skills, knowledge, understanding and imagination, consolidated by experience.[/testimonial][testimonial name=\"GEORGE MARTIN\" avatar=\"image\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/luke-beck.png\" image_border_radius=\"50%\" company=\"ARCHITECT\" link=\"\" target=\"_self\"]Beauty is when you can appreciate yourself. When you love yourself, that’s when you’re most beautiful.[/testimonial][/testimonials][/five_sixth][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center\">More Expertise</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;font-weight: 300;letter-spacing: 2px;font-size: 16px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"15px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][imageframe lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/divide.png\" alt=\"\" />[/imageframe][separator style_type=\"none\" top_margin=\"80px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"][/one_sixth][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][content_boxes settings_lvl=\"parent\" layout=\"icon-on-top\" columns=\"3\" icon_align=\"left\" title_size=\"\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" link_type=\"\" link_area=\"\" link_target=\"\" animation_delay=\"\" animation_offset=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"0.1\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"][content_box title=\"DIGITAL\" icon=\"fa-laptop\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_1.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">Branding</li>\r\n 	<li style=\"text-align: center\">Logo Design</li>\r\n 	<li style=\"text-align: center\">Print Design Services</li>\r\n</ul>\r\n[/content_box][content_box title=\"BRANDING\" icon=\"fa-paint-brush\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_2.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">Print Design Services</li>\r\n 	<li style=\"text-align: center\">Content Marketing</li>\r\n 	<li style=\"text-align: center\">PPC Advertising</li>\r\n</ul>\r\n[/content_box][content_box title=\"MARKETING\" icon=\"fa-rocket\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_3.png\" image_width=\"112\" image_height=\"112\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<ul>\r\n 	<li style=\"text-align: center\">PPC Advertising</li>\r\n 	<li style=\"text-align: center\">SEO &amp; Online Marketing</li>\r\n 	<li style=\"text-align: center\">Social Media Marketing</li>\r\n</ul>\r\n[/content_box][/content_boxes][separator style_type=\"none\" top_margin=\"30px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][button link=\"/creative/services/\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"outline-button\" id=\"\"]View All Services[/button][/one_full][/fullwidth]'),
(64632, 2238, '_wp_attached_file', '2018/08/pl-.png'),
(10030, 1293, '_menu_item_type', 'post_type'),
(10031, 1293, '_menu_item_menu_item_parent', '0'),
(10032, 1293, '_menu_item_object_id', '1276'),
(10033, 1293, '_menu_item_object', 'page'),
(10034, 1293, '_menu_item_target', ''),
(10035, 1293, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(10036, 1293, '_menu_item_xfn', ''),
(10037, 1293, '_menu_item_url', ''),
(10066, 1295, '_menu_item_type', 'post_type'),
(10067, 1295, '_menu_item_menu_item_parent', '1242'),
(10068, 1295, '_menu_item_object_id', '1278'),
(10069, 1295, '_menu_item_object', 'page'),
(10070, 1295, '_menu_item_target', ''),
(10071, 1295, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(10072, 1295, '_menu_item_xfn', ''),
(10073, 1295, '_menu_item_url', ''),
(64590, 2232, '_wp_attached_file', '2018/08/new-1.jpg'),
(64534, 2223, '_wp_attached_file', '2018/08/logo-2-2.jpg'),
(64535, 2223, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:20:\"2018/08/logo-2-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"logo-2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"logo-2-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"logo-2-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"logo-2-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"logo-2-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-2-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"logo-2-2-200x134.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"logo-2-2-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(67072, 2443, 'pyre_slider_position', 'default'),
(67071, 2443, 'pyre_elasticslider', '0'),
(67070, 2443, 'pyre_revslider', '0'),
(67069, 2443, 'pyre_wooslider', 'home'),
(67068, 2443, 'pyre_slider', '0'),
(67067, 2443, 'pyre_slider_type', 'flex'),
(73740, 2443, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(64538, 2225, '_wp_attached_file', '2018/08/logo-4-2.jpg'),
(64539, 2225, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:20:\"2018/08/logo-4-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"logo-4-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"logo-4-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"logo-4-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"logo-4-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"logo-4-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-4-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"logo-4-2-200x134.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"logo-4-2-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10120, 1298, '_menu_item_type', 'post_type'),
(10121, 1298, '_menu_item_menu_item_parent', '1242'),
(10122, 1298, '_menu_item_object_id', '1286'),
(10123, 1298, '_menu_item_object', 'page'),
(10124, 1298, '_menu_item_target', ''),
(10125, 1298, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(10126, 1298, '_menu_item_xfn', ''),
(10127, 1298, '_menu_item_url', ''),
(64537, 2224, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:20:\"2018/08/logo-3-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"logo-3-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"logo-3-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"logo-3-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"logo-3-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"logo-3-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-3-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"logo-3-2-200x134.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"logo-3-2-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10156, 1300, '_menu_item_type', 'post_type'),
(10157, 1300, '_menu_item_menu_item_parent', '1242'),
(10158, 1300, '_menu_item_object_id', '1282'),
(10159, 1300, '_menu_item_object', 'page'),
(10160, 1300, '_menu_item_target', ''),
(10161, 1300, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(10162, 1300, '_menu_item_xfn', ''),
(10163, 1300, '_menu_item_url', ''),
(64536, 2224, '_wp_attached_file', '2018/08/logo-3-2.jpg'),
(10188, 7, '_edit_last', '1'),
(10193, 7, 'slide_template', 'default'),
(19784, 1447, 'fusion_builder_status', 'active'),
(63407, 1641, 'pyre_wide_page_bg', ''),
(16577, 1402, '_edit_last', '1'),
(16652, 1402, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(16654, 1402, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(16582, 1402, 'slide_template', 'default'),
(16651, 1402, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(16653, 1402, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(16655, 1402, 'pyre_show_first_featured_image', 'no'),
(16656, 1402, 'pyre_fimg_width', ''),
(16657, 1402, 'pyre_fimg_height', ''),
(16658, 1402, 'pyre_portfolio_width_100', 'default'),
(16659, 1402, 'pyre_video', ''),
(16660, 1402, 'pyre_related_posts', 'default'),
(16661, 1402, 'pyre_share_box', 'default'),
(16662, 1402, 'pyre_post_pagination', 'default'),
(16663, 1402, 'pyre_author_info', 'default'),
(16664, 1402, 'pyre_post_meta', 'default'),
(16665, 1402, 'pyre_post_comments', 'default'),
(16666, 1402, 'pyre_main_top_padding', ''),
(16667, 1402, 'pyre_main_bottom_padding', ''),
(16668, 1402, 'pyre_hundredp_padding', ''),
(16669, 1402, 'pyre_slider_type', 'no'),
(16670, 1402, 'pyre_slider', '0'),
(16671, 1402, 'pyre_wooslider', ''),
(16672, 1402, 'pyre_revslider', '0'),
(16673, 1402, 'pyre_elasticslider', '0'),
(16674, 1402, 'pyre_slider_position', 'default'),
(16675, 1402, 'pyre_avada_rev_styles', 'default'),
(16676, 1402, 'pyre_fallback', ''),
(16677, 1402, 'pyre_demo_slider', ''),
(16678, 1402, 'pyre_display_header', 'yes'),
(16679, 1402, 'pyre_header_100_width', 'default'),
(16680, 1402, 'pyre_header_bg_color', ''),
(16681, 1402, 'pyre_header_bg_opacity', ''),
(16682, 1402, 'pyre_header_bg', ''),
(16683, 1402, 'pyre_header_bg_full', 'no'),
(16684, 1402, 'pyre_header_bg_repeat', 'repeat'),
(16685, 1402, 'pyre_displayed_menu', 'default'),
(16686, 1402, 'pyre_display_footer', 'default'),
(16687, 1402, 'pyre_display_copyright', 'default'),
(16688, 1402, 'pyre_footer_100_width', 'default'),
(16689, 1402, 'pyre_sidebar_position', 'default'),
(16690, 1402, 'pyre_sidebar_bg_color', ''),
(16691, 1402, 'pyre_page_bg_layout', 'default'),
(16692, 1402, 'pyre_page_bg_color', ''),
(16693, 1402, 'pyre_page_bg', ''),
(16694, 1402, 'pyre_page_bg_full', 'no'),
(16695, 1402, 'pyre_page_bg_repeat', 'repeat'),
(16696, 1402, 'pyre_wide_page_bg_color', ''),
(16697, 1402, 'pyre_wide_page_bg', ''),
(16698, 1402, 'pyre_wide_page_bg_full', 'no'),
(16699, 1402, 'pyre_wide_page_bg_repeat', 'repeat'),
(16700, 1402, 'pyre_page_title', 'default'),
(16701, 1402, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(16702, 1402, 'pyre_page_title_text', 'default'),
(16703, 1402, 'pyre_page_title_text_alignment', 'default'),
(16704, 1402, 'pyre_page_title_custom_text', ''),
(16705, 1402, 'pyre_page_title_text_size', ''),
(16706, 1402, 'pyre_page_title_custom_subheader', ''),
(16707, 1402, 'pyre_page_title_custom_subheader_text_size', ''),
(16708, 1402, 'pyre_page_title_font_color', ''),
(16709, 1402, 'pyre_page_title_100_width', 'default'),
(16710, 1402, 'pyre_page_title_height', ''),
(16711, 1402, 'pyre_page_title_mobile_height', ''),
(16712, 1402, 'pyre_page_title_bar_bg_color', ''),
(16713, 1402, 'pyre_page_title_bar_borders_color', ''),
(16714, 1402, 'pyre_page_title_bar_bg', ''),
(16715, 1402, 'pyre_page_title_bar_bg_retina', ''),
(16716, 1402, 'pyre_page_title_bar_bg_full', 'default'),
(16717, 1402, 'pyre_page_title_bg_parallax', 'default'),
(16650, 1402, 'fusion_builder_status', ''),
(16718, 1402, '_edit_lock', '1539883292:1'),
(16719, 1404, '_edit_last', '1'),
(16720, 1404, '_edit_lock', '1539883184:1'),
(16795, 1404, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(16797, 1404, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(16725, 1404, 'slide_template', 'default'),
(16794, 1404, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(16796, 1404, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(16798, 1404, 'pyre_show_first_featured_image', 'no'),
(16799, 1404, 'pyre_fimg_width', ''),
(16800, 1404, 'pyre_fimg_height', ''),
(16801, 1404, 'pyre_portfolio_width_100', 'default'),
(16802, 1404, 'pyre_video', ''),
(16803, 1404, 'pyre_related_posts', 'default'),
(16804, 1404, 'pyre_share_box', 'default'),
(16805, 1404, 'pyre_post_pagination', 'default'),
(16806, 1404, 'pyre_author_info', 'default'),
(16807, 1404, 'pyre_post_meta', 'default'),
(16808, 1404, 'pyre_post_comments', 'default'),
(16809, 1404, 'pyre_main_top_padding', ''),
(16810, 1404, 'pyre_main_bottom_padding', ''),
(16811, 1404, 'pyre_hundredp_padding', ''),
(16812, 1404, 'pyre_slider_type', 'no'),
(16813, 1404, 'pyre_slider', '0'),
(16814, 1404, 'pyre_wooslider', ''),
(16815, 1404, 'pyre_revslider', '0'),
(16816, 1404, 'pyre_elasticslider', '0'),
(16817, 1404, 'pyre_slider_position', 'default'),
(16818, 1404, 'pyre_avada_rev_styles', 'default'),
(16819, 1404, 'pyre_fallback', ''),
(16820, 1404, 'pyre_demo_slider', ''),
(16821, 1404, 'pyre_display_header', 'yes'),
(16822, 1404, 'pyre_header_100_width', 'default'),
(16823, 1404, 'pyre_header_bg_color', ''),
(16824, 1404, 'pyre_header_bg_opacity', ''),
(16825, 1404, 'pyre_header_bg', ''),
(16826, 1404, 'pyre_header_bg_full', 'no'),
(16827, 1404, 'pyre_header_bg_repeat', 'repeat'),
(16828, 1404, 'pyre_displayed_menu', 'default'),
(16829, 1404, 'pyre_display_footer', 'default'),
(16830, 1404, 'pyre_display_copyright', 'default'),
(16831, 1404, 'pyre_footer_100_width', 'default'),
(16832, 1404, 'pyre_sidebar_position', 'default'),
(16833, 1404, 'pyre_sidebar_bg_color', ''),
(16834, 1404, 'pyre_page_bg_layout', 'default'),
(16835, 1404, 'pyre_page_bg_color', ''),
(16836, 1404, 'pyre_page_bg', ''),
(16837, 1404, 'pyre_page_bg_full', 'no'),
(16838, 1404, 'pyre_page_bg_repeat', 'repeat'),
(16839, 1404, 'pyre_wide_page_bg_color', ''),
(16840, 1404, 'pyre_wide_page_bg', ''),
(16841, 1404, 'pyre_wide_page_bg_full', 'no'),
(16842, 1404, 'pyre_wide_page_bg_repeat', 'repeat'),
(16843, 1404, 'pyre_page_title', 'default'),
(16844, 1404, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(16845, 1404, 'pyre_page_title_text', 'default'),
(16846, 1404, 'pyre_page_title_text_alignment', 'default'),
(16847, 1404, 'pyre_page_title_custom_text', ''),
(16848, 1404, 'pyre_page_title_text_size', ''),
(16849, 1404, 'pyre_page_title_custom_subheader', ''),
(16850, 1404, 'pyre_page_title_custom_subheader_text_size', ''),
(16851, 1404, 'pyre_page_title_font_color', ''),
(16852, 1404, 'pyre_page_title_100_width', 'default'),
(16853, 1404, 'pyre_page_title_height', ''),
(16854, 1404, 'pyre_page_title_mobile_height', ''),
(16855, 1404, 'pyre_page_title_bar_bg_color', ''),
(16856, 1404, 'pyre_page_title_bar_borders_color', ''),
(16857, 1404, 'pyre_page_title_bar_bg', ''),
(16858, 1404, 'pyre_page_title_bar_bg_retina', ''),
(16859, 1404, 'pyre_page_title_bar_bg_full', 'default'),
(16860, 1404, 'pyre_page_title_bg_parallax', 'default'),
(16793, 1404, 'fusion_builder_status', ''),
(16861, 1406, '_edit_last', '1'),
(16862, 1406, '_edit_lock', '1539883052:1'),
(16937, 1406, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(16939, 1406, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(16867, 1406, 'slide_template', 'default'),
(16936, 1406, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(16938, 1406, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(16940, 1406, 'pyre_show_first_featured_image', 'no'),
(16941, 1406, 'pyre_fimg_width', ''),
(16942, 1406, 'pyre_fimg_height', ''),
(16943, 1406, 'pyre_portfolio_width_100', 'default'),
(16944, 1406, 'pyre_video', ''),
(16945, 1406, 'pyre_related_posts', 'default'),
(16946, 1406, 'pyre_share_box', 'default'),
(16947, 1406, 'pyre_post_pagination', 'default'),
(16948, 1406, 'pyre_author_info', 'default'),
(16949, 1406, 'pyre_post_meta', 'default'),
(16950, 1406, 'pyre_post_comments', 'default'),
(16951, 1406, 'pyre_main_top_padding', ''),
(16952, 1406, 'pyre_main_bottom_padding', ''),
(16953, 1406, 'pyre_hundredp_padding', ''),
(16954, 1406, 'pyre_slider_type', 'no'),
(16955, 1406, 'pyre_slider', '0'),
(16956, 1406, 'pyre_wooslider', ''),
(16957, 1406, 'pyre_revslider', '0'),
(16958, 1406, 'pyre_elasticslider', '0'),
(16959, 1406, 'pyre_slider_position', 'default'),
(16960, 1406, 'pyre_avada_rev_styles', 'default'),
(16961, 1406, 'pyre_fallback', ''),
(16962, 1406, 'pyre_demo_slider', ''),
(16963, 1406, 'pyre_display_header', 'yes'),
(16964, 1406, 'pyre_header_100_width', 'default'),
(16965, 1406, 'pyre_header_bg_color', ''),
(16966, 1406, 'pyre_header_bg_opacity', ''),
(16967, 1406, 'pyre_header_bg', ''),
(16968, 1406, 'pyre_header_bg_full', 'no'),
(16969, 1406, 'pyre_header_bg_repeat', 'repeat'),
(16970, 1406, 'pyre_displayed_menu', 'default'),
(16971, 1406, 'pyre_display_footer', 'default'),
(16972, 1406, 'pyre_display_copyright', 'default'),
(16973, 1406, 'pyre_footer_100_width', 'default'),
(16974, 1406, 'pyre_sidebar_position', 'default'),
(16975, 1406, 'pyre_sidebar_bg_color', ''),
(16976, 1406, 'pyre_page_bg_layout', 'default'),
(16977, 1406, 'pyre_page_bg_color', ''),
(16978, 1406, 'pyre_page_bg', ''),
(16979, 1406, 'pyre_page_bg_full', 'no'),
(16980, 1406, 'pyre_page_bg_repeat', 'repeat'),
(16981, 1406, 'pyre_wide_page_bg_color', ''),
(16982, 1406, 'pyre_wide_page_bg', ''),
(16983, 1406, 'pyre_wide_page_bg_full', 'no'),
(16984, 1406, 'pyre_wide_page_bg_repeat', 'repeat'),
(16985, 1406, 'pyre_page_title', 'default'),
(16986, 1406, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(16987, 1406, 'pyre_page_title_text', 'default'),
(16988, 1406, 'pyre_page_title_text_alignment', 'default'),
(16989, 1406, 'pyre_page_title_custom_text', ''),
(16990, 1406, 'pyre_page_title_text_size', ''),
(16991, 1406, 'pyre_page_title_custom_subheader', ''),
(16992, 1406, 'pyre_page_title_custom_subheader_text_size', ''),
(16993, 1406, 'pyre_page_title_font_color', ''),
(16994, 1406, 'pyre_page_title_100_width', 'default'),
(16995, 1406, 'pyre_page_title_height', ''),
(16996, 1406, 'pyre_page_title_mobile_height', ''),
(16997, 1406, 'pyre_page_title_bar_bg_color', ''),
(16998, 1406, 'pyre_page_title_bar_borders_color', ''),
(16999, 1406, 'pyre_page_title_bar_bg', ''),
(17000, 1406, 'pyre_page_title_bar_bg_retina', ''),
(17001, 1406, 'pyre_page_title_bar_bg_full', 'default'),
(17002, 1406, 'pyre_page_title_bg_parallax', 'default'),
(16935, 1406, 'fusion_builder_status', ''),
(17003, 1408, '_edit_last', '1'),
(17004, 1408, '_edit_lock', '1539882912:1'),
(17079, 1408, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(17081, 1408, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(17009, 1408, 'slide_template', 'default'),
(17078, 1408, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(17080, 1408, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(17082, 1408, 'pyre_show_first_featured_image', 'no'),
(17083, 1408, 'pyre_fimg_width', ''),
(17084, 1408, 'pyre_fimg_height', ''),
(17085, 1408, 'pyre_portfolio_width_100', 'default'),
(17086, 1408, 'pyre_video', ''),
(17087, 1408, 'pyre_related_posts', 'default'),
(17088, 1408, 'pyre_share_box', 'default'),
(17089, 1408, 'pyre_post_pagination', 'default'),
(17090, 1408, 'pyre_author_info', 'default'),
(17091, 1408, 'pyre_post_meta', 'default'),
(17092, 1408, 'pyre_post_comments', 'default'),
(17093, 1408, 'pyre_main_top_padding', ''),
(17094, 1408, 'pyre_main_bottom_padding', ''),
(17095, 1408, 'pyre_hundredp_padding', ''),
(17096, 1408, 'pyre_slider_type', 'no'),
(17097, 1408, 'pyre_slider', '0'),
(17098, 1408, 'pyre_wooslider', '0'),
(17099, 1408, 'pyre_revslider', '0'),
(17100, 1408, 'pyre_elasticslider', '0'),
(17101, 1408, 'pyre_slider_position', 'default'),
(17102, 1408, 'pyre_avada_rev_styles', 'default'),
(17103, 1408, 'pyre_fallback', ''),
(17104, 1408, 'pyre_demo_slider', ''),
(17105, 1408, 'pyre_display_header', 'yes'),
(17106, 1408, 'pyre_header_100_width', 'default'),
(17107, 1408, 'pyre_header_bg_color', ''),
(17108, 1408, 'pyre_header_bg_opacity', ''),
(17109, 1408, 'pyre_header_bg', ''),
(17110, 1408, 'pyre_header_bg_full', 'no'),
(17111, 1408, 'pyre_header_bg_repeat', 'repeat'),
(17112, 1408, 'pyre_displayed_menu', 'default'),
(17113, 1408, 'pyre_display_footer', 'default'),
(17114, 1408, 'pyre_display_copyright', 'default'),
(17115, 1408, 'pyre_footer_100_width', 'default'),
(17116, 1408, 'pyre_sidebar_position', 'default'),
(17117, 1408, 'pyre_sidebar_bg_color', ''),
(17118, 1408, 'pyre_page_bg_layout', 'default'),
(17119, 1408, 'pyre_page_bg_color', ''),
(17120, 1408, 'pyre_page_bg', ''),
(17121, 1408, 'pyre_page_bg_full', 'no'),
(17122, 1408, 'pyre_page_bg_repeat', 'repeat'),
(17123, 1408, 'pyre_wide_page_bg_color', ''),
(17124, 1408, 'pyre_wide_page_bg', ''),
(17125, 1408, 'pyre_wide_page_bg_full', 'no'),
(17126, 1408, 'pyre_wide_page_bg_repeat', 'repeat'),
(17127, 1408, 'pyre_page_title', 'default'),
(17128, 1408, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(17129, 1408, 'pyre_page_title_text', 'default'),
(17130, 1408, 'pyre_page_title_text_alignment', 'default'),
(17131, 1408, 'pyre_page_title_custom_text', ''),
(17132, 1408, 'pyre_page_title_text_size', ''),
(17133, 1408, 'pyre_page_title_custom_subheader', ''),
(17134, 1408, 'pyre_page_title_custom_subheader_text_size', ''),
(17135, 1408, 'pyre_page_title_font_color', ''),
(17136, 1408, 'pyre_page_title_100_width', 'default'),
(17137, 1408, 'pyre_page_title_height', ''),
(17138, 1408, 'pyre_page_title_mobile_height', ''),
(17139, 1408, 'pyre_page_title_bar_bg_color', ''),
(17140, 1408, 'pyre_page_title_bar_borders_color', ''),
(17141, 1408, 'pyre_page_title_bar_bg', ''),
(17142, 1408, 'pyre_page_title_bar_bg_retina', ''),
(17143, 1408, 'pyre_page_title_bar_bg_full', 'default'),
(17144, 1408, 'pyre_page_title_bg_parallax', 'default'),
(17077, 1408, 'fusion_builder_status', ''),
(17145, 1410, '_edit_last', '1'),
(17220, 1410, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(17222, 1410, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(17150, 1410, 'slide_template', 'default'),
(17219, 1410, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(17221, 1410, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(17223, 1410, 'pyre_show_first_featured_image', 'no'),
(17224, 1410, 'pyre_fimg_width', ''),
(17225, 1410, 'pyre_fimg_height', ''),
(17226, 1410, 'pyre_portfolio_width_100', 'default'),
(17227, 1410, 'pyre_video', ''),
(17228, 1410, 'pyre_related_posts', 'default'),
(17229, 1410, 'pyre_share_box', 'default'),
(17230, 1410, 'pyre_post_pagination', 'default'),
(17231, 1410, 'pyre_author_info', 'default'),
(17232, 1410, 'pyre_post_meta', 'default'),
(17233, 1410, 'pyre_post_comments', 'default'),
(17234, 1410, 'pyre_main_top_padding', ''),
(17235, 1410, 'pyre_main_bottom_padding', ''),
(17236, 1410, 'pyre_hundredp_padding', ''),
(17237, 1410, 'pyre_slider_type', 'no'),
(17238, 1410, 'pyre_slider', '0'),
(17239, 1410, 'pyre_wooslider', ''),
(17240, 1410, 'pyre_revslider', '0'),
(17241, 1410, 'pyre_elasticslider', '0'),
(17242, 1410, 'pyre_slider_position', 'default'),
(17243, 1410, 'pyre_avada_rev_styles', 'default'),
(17244, 1410, 'pyre_fallback', ''),
(17245, 1410, 'pyre_demo_slider', ''),
(17246, 1410, 'pyre_display_header', 'yes'),
(17247, 1410, 'pyre_header_100_width', 'default'),
(17248, 1410, 'pyre_header_bg_color', ''),
(17249, 1410, 'pyre_header_bg_opacity', ''),
(17250, 1410, 'pyre_header_bg', ''),
(17251, 1410, 'pyre_header_bg_full', 'no'),
(17252, 1410, 'pyre_header_bg_repeat', 'repeat'),
(17253, 1410, 'pyre_displayed_menu', 'default'),
(17254, 1410, 'pyre_display_footer', 'default'),
(17255, 1410, 'pyre_display_copyright', 'default'),
(17256, 1410, 'pyre_footer_100_width', 'default'),
(17257, 1410, 'pyre_sidebar_position', 'default'),
(17258, 1410, 'pyre_sidebar_bg_color', ''),
(17259, 1410, 'pyre_page_bg_layout', 'default'),
(17260, 1410, 'pyre_page_bg_color', ''),
(17261, 1410, 'pyre_page_bg', ''),
(17262, 1410, 'pyre_page_bg_full', 'no'),
(17263, 1410, 'pyre_page_bg_repeat', 'repeat'),
(17264, 1410, 'pyre_wide_page_bg_color', ''),
(17265, 1410, 'pyre_wide_page_bg', ''),
(17266, 1410, 'pyre_wide_page_bg_full', 'no'),
(17267, 1410, 'pyre_wide_page_bg_repeat', 'repeat'),
(17268, 1410, 'pyre_page_title', 'default'),
(17269, 1410, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(17270, 1410, 'pyre_page_title_text', 'default');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(17271, 1410, 'pyre_page_title_text_alignment', 'default'),
(17272, 1410, 'pyre_page_title_custom_text', ''),
(17273, 1410, 'pyre_page_title_text_size', ''),
(17274, 1410, 'pyre_page_title_custom_subheader', ''),
(17275, 1410, 'pyre_page_title_custom_subheader_text_size', ''),
(17276, 1410, 'pyre_page_title_font_color', ''),
(17277, 1410, 'pyre_page_title_100_width', 'default'),
(17278, 1410, 'pyre_page_title_height', ''),
(17279, 1410, 'pyre_page_title_mobile_height', ''),
(17280, 1410, 'pyre_page_title_bar_bg_color', ''),
(17281, 1410, 'pyre_page_title_bar_borders_color', ''),
(17282, 1410, 'pyre_page_title_bar_bg', ''),
(17283, 1410, 'pyre_page_title_bar_bg_retina', ''),
(17284, 1410, 'pyre_page_title_bar_bg_full', 'default'),
(17285, 1410, 'pyre_page_title_bg_parallax', 'default'),
(17218, 1410, 'fusion_builder_status', ''),
(17286, 1410, '_edit_lock', '1539882906:1'),
(17429, 1414, '_edit_last', '1'),
(17504, 1414, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(17506, 1414, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(17434, 1414, 'slide_template', 'default'),
(17503, 1414, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(17505, 1414, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(17507, 1414, 'pyre_show_first_featured_image', 'no'),
(17508, 1414, 'pyre_fimg_width', ''),
(17509, 1414, 'pyre_fimg_height', ''),
(17510, 1414, 'pyre_portfolio_width_100', 'default'),
(17511, 1414, 'pyre_video', ''),
(17512, 1414, 'pyre_related_posts', 'default'),
(17513, 1414, 'pyre_share_box', 'default'),
(17514, 1414, 'pyre_post_pagination', 'default'),
(17515, 1414, 'pyre_author_info', 'default'),
(17516, 1414, 'pyre_post_meta', 'default'),
(17517, 1414, 'pyre_post_comments', 'default'),
(17518, 1414, 'pyre_main_top_padding', ''),
(17519, 1414, 'pyre_main_bottom_padding', ''),
(17520, 1414, 'pyre_hundredp_padding', ''),
(17521, 1414, 'pyre_slider_type', 'no'),
(17522, 1414, 'pyre_slider', '0'),
(17523, 1414, 'pyre_wooslider', ''),
(17524, 1414, 'pyre_revslider', '0'),
(17525, 1414, 'pyre_elasticslider', '0'),
(17526, 1414, 'pyre_slider_position', 'default'),
(17527, 1414, 'pyre_avada_rev_styles', 'default'),
(17528, 1414, 'pyre_fallback', ''),
(17529, 1414, 'pyre_demo_slider', ''),
(17530, 1414, 'pyre_display_header', 'yes'),
(17531, 1414, 'pyre_header_100_width', 'default'),
(17532, 1414, 'pyre_header_bg_color', ''),
(17533, 1414, 'pyre_header_bg_opacity', ''),
(17534, 1414, 'pyre_header_bg', ''),
(17535, 1414, 'pyre_header_bg_full', 'no'),
(17536, 1414, 'pyre_header_bg_repeat', 'repeat'),
(17537, 1414, 'pyre_displayed_menu', 'default'),
(17538, 1414, 'pyre_display_footer', 'default'),
(17539, 1414, 'pyre_display_copyright', 'default'),
(17540, 1414, 'pyre_footer_100_width', 'default'),
(17541, 1414, 'pyre_sidebar_position', 'default'),
(17542, 1414, 'pyre_sidebar_bg_color', ''),
(17543, 1414, 'pyre_page_bg_layout', 'default'),
(17544, 1414, 'pyre_page_bg_color', ''),
(17545, 1414, 'pyre_page_bg', ''),
(17546, 1414, 'pyre_page_bg_full', 'no'),
(17547, 1414, 'pyre_page_bg_repeat', 'repeat'),
(17548, 1414, 'pyre_wide_page_bg_color', ''),
(17549, 1414, 'pyre_wide_page_bg', ''),
(17550, 1414, 'pyre_wide_page_bg_full', 'no'),
(17551, 1414, 'pyre_wide_page_bg_repeat', 'repeat'),
(17552, 1414, 'pyre_page_title', 'default'),
(17553, 1414, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(17554, 1414, 'pyre_page_title_text', 'default'),
(17555, 1414, 'pyre_page_title_text_alignment', 'default'),
(17556, 1414, 'pyre_page_title_custom_text', ''),
(17557, 1414, 'pyre_page_title_text_size', ''),
(17558, 1414, 'pyre_page_title_custom_subheader', ''),
(17559, 1414, 'pyre_page_title_custom_subheader_text_size', ''),
(17560, 1414, 'pyre_page_title_font_color', ''),
(17561, 1414, 'pyre_page_title_100_width', 'default'),
(17562, 1414, 'pyre_page_title_height', ''),
(17563, 1414, 'pyre_page_title_mobile_height', ''),
(17564, 1414, 'pyre_page_title_bar_bg_color', ''),
(17565, 1414, 'pyre_page_title_bar_borders_color', ''),
(17566, 1414, 'pyre_page_title_bar_bg', ''),
(17567, 1414, 'pyre_page_title_bar_bg_retina', ''),
(17568, 1414, 'pyre_page_title_bar_bg_full', 'default'),
(17569, 1414, 'pyre_page_title_bg_parallax', 'default'),
(17502, 1414, 'fusion_builder_status', ''),
(17570, 1414, '_edit_lock', '1539882815:1'),
(17571, 1416, '_edit_last', '1'),
(17572, 1416, '_edit_lock', '1539882741:1'),
(17647, 1416, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(17649, 1416, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(17577, 1416, 'slide_template', 'default'),
(17646, 1416, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(17648, 1416, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(17650, 1416, 'pyre_show_first_featured_image', 'no'),
(17651, 1416, 'pyre_fimg_width', ''),
(17652, 1416, 'pyre_fimg_height', ''),
(17653, 1416, 'pyre_portfolio_width_100', 'default'),
(17654, 1416, 'pyre_video', ''),
(17655, 1416, 'pyre_related_posts', 'default'),
(17656, 1416, 'pyre_share_box', 'default'),
(17657, 1416, 'pyre_post_pagination', 'default'),
(17658, 1416, 'pyre_author_info', 'default'),
(17659, 1416, 'pyre_post_meta', 'default'),
(17660, 1416, 'pyre_post_comments', 'default'),
(17661, 1416, 'pyre_main_top_padding', ''),
(17662, 1416, 'pyre_main_bottom_padding', ''),
(17663, 1416, 'pyre_hundredp_padding', ''),
(17664, 1416, 'pyre_slider_type', 'no'),
(17665, 1416, 'pyre_slider', '0'),
(17666, 1416, 'pyre_wooslider', '0'),
(17667, 1416, 'pyre_revslider', '0'),
(17668, 1416, 'pyre_elasticslider', '0'),
(17669, 1416, 'pyre_slider_position', 'default'),
(17670, 1416, 'pyre_avada_rev_styles', 'default'),
(17671, 1416, 'pyre_fallback', ''),
(17672, 1416, 'pyre_demo_slider', ''),
(17673, 1416, 'pyre_display_header', 'yes'),
(17674, 1416, 'pyre_header_100_width', 'default'),
(17675, 1416, 'pyre_header_bg_color', ''),
(17676, 1416, 'pyre_header_bg_opacity', ''),
(17677, 1416, 'pyre_header_bg', ''),
(17678, 1416, 'pyre_header_bg_full', 'no'),
(17679, 1416, 'pyre_header_bg_repeat', 'repeat'),
(17680, 1416, 'pyre_displayed_menu', 'default'),
(17681, 1416, 'pyre_display_footer', 'default'),
(17682, 1416, 'pyre_display_copyright', 'default'),
(17683, 1416, 'pyre_footer_100_width', 'default'),
(17684, 1416, 'pyre_sidebar_position', 'default'),
(17685, 1416, 'pyre_sidebar_bg_color', ''),
(17686, 1416, 'pyre_page_bg_layout', 'default'),
(17687, 1416, 'pyre_page_bg_color', ''),
(17688, 1416, 'pyre_page_bg', ''),
(17689, 1416, 'pyre_page_bg_full', 'no'),
(17690, 1416, 'pyre_page_bg_repeat', 'repeat'),
(17691, 1416, 'pyre_wide_page_bg_color', ''),
(17692, 1416, 'pyre_wide_page_bg', ''),
(17693, 1416, 'pyre_wide_page_bg_full', 'no'),
(17694, 1416, 'pyre_wide_page_bg_repeat', 'repeat'),
(17695, 1416, 'pyre_page_title', 'default'),
(17696, 1416, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(17697, 1416, 'pyre_page_title_text', 'default'),
(17698, 1416, 'pyre_page_title_text_alignment', 'default'),
(17699, 1416, 'pyre_page_title_custom_text', ''),
(17700, 1416, 'pyre_page_title_text_size', ''),
(17701, 1416, 'pyre_page_title_custom_subheader', ''),
(17702, 1416, 'pyre_page_title_custom_subheader_text_size', ''),
(17703, 1416, 'pyre_page_title_font_color', ''),
(17704, 1416, 'pyre_page_title_100_width', 'default'),
(17705, 1416, 'pyre_page_title_height', ''),
(17706, 1416, 'pyre_page_title_mobile_height', ''),
(17707, 1416, 'pyre_page_title_bar_bg_color', ''),
(17708, 1416, 'pyre_page_title_bar_borders_color', ''),
(17709, 1416, 'pyre_page_title_bar_bg', ''),
(17710, 1416, 'pyre_page_title_bar_bg_retina', ''),
(17711, 1416, 'pyre_page_title_bar_bg_full', 'default'),
(17712, 1416, 'pyre_page_title_bg_parallax', 'default'),
(17645, 1416, 'fusion_builder_status', ''),
(17855, 1420, '_edit_last', '1'),
(17856, 1420, '_edit_lock', '1539882691:1'),
(18002, 1420, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(18004, 1420, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(17861, 1420, 'slide_template', 'default'),
(18001, 1420, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(18003, 1420, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(18005, 1420, 'pyre_show_first_featured_image', 'no'),
(18006, 1420, 'pyre_fimg_width', ''),
(18007, 1420, 'pyre_fimg_height', ''),
(18008, 1420, 'pyre_portfolio_width_100', 'default'),
(18009, 1420, 'pyre_video', ''),
(18010, 1420, 'pyre_related_posts', 'default'),
(18011, 1420, 'pyre_share_box', 'default'),
(18012, 1420, 'pyre_post_pagination', 'default'),
(18013, 1420, 'pyre_author_info', 'default'),
(18014, 1420, 'pyre_post_meta', 'default'),
(18015, 1420, 'pyre_post_comments', 'default'),
(18016, 1420, 'pyre_main_top_padding', ''),
(18017, 1420, 'pyre_main_bottom_padding', ''),
(18018, 1420, 'pyre_hundredp_padding', ''),
(18019, 1420, 'pyre_slider_type', 'no'),
(18020, 1420, 'pyre_slider', '0'),
(18021, 1420, 'pyre_wooslider', ''),
(18022, 1420, 'pyre_revslider', '0'),
(18023, 1420, 'pyre_elasticslider', '0'),
(18024, 1420, 'pyre_slider_position', 'default'),
(18025, 1420, 'pyre_avada_rev_styles', 'default'),
(18026, 1420, 'pyre_fallback', ''),
(18027, 1420, 'pyre_demo_slider', ''),
(18028, 1420, 'pyre_display_header', 'yes'),
(18029, 1420, 'pyre_header_100_width', 'default'),
(18030, 1420, 'pyre_header_bg_color', ''),
(18031, 1420, 'pyre_header_bg_opacity', ''),
(18032, 1420, 'pyre_header_bg', ''),
(18033, 1420, 'pyre_header_bg_full', 'no'),
(18034, 1420, 'pyre_header_bg_repeat', 'repeat'),
(18035, 1420, 'pyre_displayed_menu', 'default'),
(18036, 1420, 'pyre_display_footer', 'default'),
(18037, 1420, 'pyre_display_copyright', 'default'),
(18038, 1420, 'pyre_footer_100_width', 'default'),
(18039, 1420, 'pyre_sidebar_position', 'default'),
(18040, 1420, 'pyre_sidebar_bg_color', ''),
(18041, 1420, 'pyre_page_bg_layout', 'default'),
(18042, 1420, 'pyre_page_bg_color', ''),
(18043, 1420, 'pyre_page_bg', ''),
(18044, 1420, 'pyre_page_bg_full', 'no'),
(18045, 1420, 'pyre_page_bg_repeat', 'repeat'),
(18046, 1420, 'pyre_wide_page_bg_color', ''),
(18047, 1420, 'pyre_wide_page_bg', ''),
(18048, 1420, 'pyre_wide_page_bg_full', 'no'),
(18049, 1420, 'pyre_wide_page_bg_repeat', 'repeat'),
(18050, 1420, 'pyre_page_title', 'default'),
(18051, 1420, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(18052, 1420, 'pyre_page_title_text', 'default'),
(18053, 1420, 'pyre_page_title_text_alignment', 'default'),
(18054, 1420, 'pyre_page_title_custom_text', ''),
(18055, 1420, 'pyre_page_title_text_size', ''),
(18056, 1420, 'pyre_page_title_custom_subheader', ''),
(18057, 1420, 'pyre_page_title_custom_subheader_text_size', ''),
(18058, 1420, 'pyre_page_title_font_color', ''),
(18059, 1420, 'pyre_page_title_100_width', 'default'),
(18060, 1420, 'pyre_page_title_height', ''),
(18061, 1420, 'pyre_page_title_mobile_height', ''),
(18062, 1420, 'pyre_page_title_bar_bg_color', ''),
(18063, 1420, 'pyre_page_title_bar_borders_color', ''),
(18064, 1420, 'pyre_page_title_bar_bg', ''),
(18065, 1420, 'pyre_page_title_bar_bg_retina', ''),
(18066, 1420, 'pyre_page_title_bar_bg_full', 'default'),
(18067, 1420, 'pyre_page_title_bg_parallax', 'default'),
(17929, 1420, 'fusion_builder_status', ''),
(18068, 1422, '_edit_last', '1'),
(18143, 1422, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(18145, 1422, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(18073, 1422, 'slide_template', 'default'),
(18142, 1422, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(18144, 1422, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(18146, 1422, 'pyre_show_first_featured_image', 'no'),
(18147, 1422, 'pyre_fimg_width', ''),
(18148, 1422, 'pyre_fimg_height', ''),
(18149, 1422, 'pyre_portfolio_width_100', 'default'),
(18150, 1422, 'pyre_video', ''),
(18151, 1422, 'pyre_related_posts', 'default'),
(18152, 1422, 'pyre_share_box', 'default'),
(18153, 1422, 'pyre_post_pagination', 'default'),
(18154, 1422, 'pyre_author_info', 'default'),
(18155, 1422, 'pyre_post_meta', 'default'),
(18156, 1422, 'pyre_post_comments', 'default'),
(18157, 1422, 'pyre_main_top_padding', ''),
(18158, 1422, 'pyre_main_bottom_padding', ''),
(18159, 1422, 'pyre_hundredp_padding', ''),
(18160, 1422, 'pyre_slider_type', 'no'),
(18161, 1422, 'pyre_slider', '0'),
(18162, 1422, 'pyre_wooslider', ''),
(18163, 1422, 'pyre_revslider', '0'),
(18164, 1422, 'pyre_elasticslider', '0'),
(18165, 1422, 'pyre_slider_position', 'default'),
(18166, 1422, 'pyre_avada_rev_styles', 'default'),
(18167, 1422, 'pyre_fallback', ''),
(18168, 1422, 'pyre_demo_slider', ''),
(18169, 1422, 'pyre_display_header', 'yes'),
(18170, 1422, 'pyre_header_100_width', 'default'),
(18171, 1422, 'pyre_header_bg_color', ''),
(18172, 1422, 'pyre_header_bg_opacity', ''),
(18173, 1422, 'pyre_header_bg', ''),
(18174, 1422, 'pyre_header_bg_full', 'no'),
(18175, 1422, 'pyre_header_bg_repeat', 'repeat'),
(18176, 1422, 'pyre_displayed_menu', 'default'),
(18177, 1422, 'pyre_display_footer', 'default'),
(18178, 1422, 'pyre_display_copyright', 'default'),
(18179, 1422, 'pyre_footer_100_width', 'default'),
(18180, 1422, 'pyre_sidebar_position', 'default'),
(18181, 1422, 'pyre_sidebar_bg_color', ''),
(18182, 1422, 'pyre_page_bg_layout', 'default'),
(18183, 1422, 'pyre_page_bg_color', ''),
(18184, 1422, 'pyre_page_bg', ''),
(18185, 1422, 'pyre_page_bg_full', 'no'),
(18186, 1422, 'pyre_page_bg_repeat', 'repeat'),
(18187, 1422, 'pyre_wide_page_bg_color', ''),
(18188, 1422, 'pyre_wide_page_bg', ''),
(18189, 1422, 'pyre_wide_page_bg_full', 'no'),
(18190, 1422, 'pyre_wide_page_bg_repeat', 'repeat'),
(18191, 1422, 'pyre_page_title', 'default'),
(18192, 1422, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(18193, 1422, 'pyre_page_title_text', 'default'),
(18194, 1422, 'pyre_page_title_text_alignment', 'default'),
(18195, 1422, 'pyre_page_title_custom_text', ''),
(18196, 1422, 'pyre_page_title_text_size', ''),
(18197, 1422, 'pyre_page_title_custom_subheader', ''),
(18198, 1422, 'pyre_page_title_custom_subheader_text_size', ''),
(18199, 1422, 'pyre_page_title_font_color', ''),
(18200, 1422, 'pyre_page_title_100_width', 'default'),
(18201, 1422, 'pyre_page_title_height', ''),
(18202, 1422, 'pyre_page_title_mobile_height', ''),
(18203, 1422, 'pyre_page_title_bar_bg_color', ''),
(18204, 1422, 'pyre_page_title_bar_borders_color', ''),
(18205, 1422, 'pyre_page_title_bar_bg', ''),
(18206, 1422, 'pyre_page_title_bar_bg_retina', ''),
(18207, 1422, 'pyre_page_title_bar_bg_full', 'default'),
(18208, 1422, 'pyre_page_title_bg_parallax', 'default'),
(18141, 1422, 'fusion_builder_status', ''),
(18209, 1422, '_edit_lock', '1539882661:1'),
(18210, 1424, '_edit_last', '1'),
(18211, 1424, '_edit_lock', '1539882612:1'),
(18357, 1424, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(18359, 1424, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(18216, 1424, 'slide_template', 'default'),
(18356, 1424, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(18358, 1424, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(18360, 1424, 'pyre_show_first_featured_image', 'no'),
(18361, 1424, 'pyre_fimg_width', ''),
(18362, 1424, 'pyre_fimg_height', ''),
(18363, 1424, 'pyre_portfolio_width_100', 'default'),
(18364, 1424, 'pyre_video', ''),
(18365, 1424, 'pyre_related_posts', 'default'),
(18366, 1424, 'pyre_share_box', 'default'),
(18367, 1424, 'pyre_post_pagination', 'default'),
(18368, 1424, 'pyre_author_info', 'default'),
(18369, 1424, 'pyre_post_meta', 'default'),
(18370, 1424, 'pyre_post_comments', 'default'),
(18371, 1424, 'pyre_main_top_padding', ''),
(18372, 1424, 'pyre_main_bottom_padding', ''),
(18373, 1424, 'pyre_hundredp_padding', ''),
(18374, 1424, 'pyre_slider_type', 'no'),
(18375, 1424, 'pyre_slider', '0'),
(18376, 1424, 'pyre_wooslider', ''),
(18377, 1424, 'pyre_revslider', '0'),
(18378, 1424, 'pyre_elasticslider', '0'),
(18379, 1424, 'pyre_slider_position', 'default'),
(18380, 1424, 'pyre_avada_rev_styles', 'default'),
(18381, 1424, 'pyre_fallback', ''),
(18382, 1424, 'pyre_demo_slider', ''),
(18383, 1424, 'pyre_display_header', 'yes'),
(18384, 1424, 'pyre_header_100_width', 'default'),
(18385, 1424, 'pyre_header_bg_color', ''),
(18386, 1424, 'pyre_header_bg_opacity', ''),
(18387, 1424, 'pyre_header_bg', ''),
(18388, 1424, 'pyre_header_bg_full', 'no'),
(18389, 1424, 'pyre_header_bg_repeat', 'repeat'),
(18390, 1424, 'pyre_displayed_menu', 'default'),
(18391, 1424, 'pyre_display_footer', 'default'),
(18392, 1424, 'pyre_display_copyright', 'default'),
(18393, 1424, 'pyre_footer_100_width', 'default'),
(18394, 1424, 'pyre_sidebar_position', 'default'),
(18395, 1424, 'pyre_sidebar_bg_color', ''),
(18396, 1424, 'pyre_page_bg_layout', 'default'),
(18397, 1424, 'pyre_page_bg_color', ''),
(18398, 1424, 'pyre_page_bg', ''),
(18399, 1424, 'pyre_page_bg_full', 'no'),
(18400, 1424, 'pyre_page_bg_repeat', 'repeat'),
(18401, 1424, 'pyre_wide_page_bg_color', ''),
(18402, 1424, 'pyre_wide_page_bg', ''),
(18403, 1424, 'pyre_wide_page_bg_full', 'no'),
(18404, 1424, 'pyre_wide_page_bg_repeat', 'repeat'),
(18405, 1424, 'pyre_page_title', 'default'),
(18406, 1424, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(18407, 1424, 'pyre_page_title_text', 'default'),
(18408, 1424, 'pyre_page_title_text_alignment', 'default'),
(18409, 1424, 'pyre_page_title_custom_text', ''),
(18410, 1424, 'pyre_page_title_text_size', ''),
(18411, 1424, 'pyre_page_title_custom_subheader', ''),
(18412, 1424, 'pyre_page_title_custom_subheader_text_size', ''),
(18413, 1424, 'pyre_page_title_font_color', ''),
(18414, 1424, 'pyre_page_title_100_width', 'default'),
(18415, 1424, 'pyre_page_title_height', ''),
(18416, 1424, 'pyre_page_title_mobile_height', ''),
(18417, 1424, 'pyre_page_title_bar_bg_color', ''),
(18418, 1424, 'pyre_page_title_bar_borders_color', ''),
(18419, 1424, 'pyre_page_title_bar_bg', ''),
(18420, 1424, 'pyre_page_title_bar_bg_retina', ''),
(18421, 1424, 'pyre_page_title_bar_bg_full', 'default'),
(18422, 1424, 'pyre_page_title_bg_parallax', 'default'),
(18284, 1424, 'fusion_builder_status', ''),
(19785, 1447, '_wp_page_template', '100-width.php'),
(19786, 1447, 'pyre_page_options-hide', 'pyre_page_options'),
(19787, 1447, 'pyre_slider_type', 'flex'),
(19788, 1447, 'pyre_slider', '0'),
(19789, 1447, 'pyre_wooslider', 'aerial-videography'),
(19790, 1447, 'pyre_revslider', '0'),
(19791, 1447, 'pyre_elasticslider', '0'),
(19792, 1447, 'pyre_slider_position', 'default'),
(19793, 1447, 'pyre_avada_rev_styles', 'default'),
(19794, 1447, 'pyre_fallback', ''),
(19795, 1447, 'pyre_demo_slider', ''),
(19796, 1447, 'pyre_main_top_padding', '0px'),
(19797, 1447, 'pyre_main_bottom_padding', '0px'),
(19798, 1447, 'pyre_hundredp_padding', ''),
(19799, 1447, 'pyre_show_first_featured_image', 'no'),
(19800, 1447, 'pyre_display_header', 'yes'),
(19801, 1447, 'pyre_header_100_width', 'default'),
(19802, 1447, 'pyre_header_bg_color', ''),
(19803, 1447, 'pyre_header_bg_opacity', '0'),
(19804, 1447, 'pyre_header_bg', ''),
(19805, 1447, 'pyre_header_bg_full', 'no'),
(19806, 1447, 'pyre_header_bg_repeat', 'repeat'),
(19807, 1447, 'pyre_displayed_menu', 'default'),
(19808, 1447, 'pyre_display_footer', 'default'),
(19809, 1447, 'pyre_display_copyright', 'default'),
(19810, 1447, 'pyre_footer_100_width', 'default'),
(19811, 1447, 'pyre_sidebar_1', ''),
(19812, 1447, 'pyre_sidebar_position', 'default'),
(19813, 1447, 'pyre_sidebar_bg_color', ''),
(19814, 1447, 'pyre_page_bg_layout', 'default'),
(19815, 1447, 'pyre_page_bg_color', ''),
(19816, 1447, 'pyre_page_bg', ''),
(19817, 1447, 'pyre_page_bg_full', 'no'),
(19818, 1447, 'pyre_page_bg_repeat', 'repeat'),
(19819, 1447, 'pyre_wide_page_bg_color', ''),
(19820, 1447, 'pyre_wide_page_bg', ''),
(19821, 1447, 'pyre_wide_page_bg_full', 'no'),
(19822, 1447, 'pyre_wide_page_bg_repeat', 'repeat'),
(19823, 1447, 'pyre_page_title', 'default'),
(19824, 1447, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(19825, 1447, 'pyre_page_title_text', 'default'),
(19826, 1447, 'pyre_page_title_text_alignment', 'default'),
(19827, 1447, 'pyre_page_title_text_size', ''),
(19828, 1447, 'pyre_page_title_custom_subheader_text_size', ''),
(19829, 1447, 'pyre_page_title_font_color', ''),
(19830, 1447, 'pyre_page_title_100_width', 'default'),
(19831, 1447, 'pyre_page_title_height', ''),
(19832, 1447, 'pyre_page_title_mobile_height', ''),
(19833, 1447, 'pyre_page_title_bar_bg_color', ''),
(19834, 1447, 'pyre_page_title_bar_borders_color', ''),
(19835, 1447, 'pyre_page_title_bar_bg', ''),
(19836, 1447, 'pyre_page_title_bar_bg_retina', ''),
(19837, 1447, 'pyre_page_title_bar_bg_full', 'default'),
(19838, 1447, 'pyre_page_title_bg_parallax', 'default'),
(63038, 2177, '_wp_attached_file', '2018/02/main_logo_highres.png'),
(63039, 2177, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:392;s:6:\"height\";i:166;s:4:\"file\";s:29:\"2018/02/main_logo_highres.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"main_logo_highres-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"main_logo_highres-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"main_logo_highres-300x166.png\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"main_logo_highres-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"main_logo_highres-320x166.png\";s:5:\"width\";i:320;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"main_logo_highres-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:28:\"main_logo_highres-200x85.png\";s:5:\"width\";i:200;s:6:\"height\";i:85;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:{}}}'),
(20292, 1455, '_wp_attached_file', '2017/07/page_header.jpg'),
(20293, 1455, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:462;s:4:\"file\";s:23:\"2017/07/page_header.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"page_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"page_header-300x72.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"page_header-768x185.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"page_header-1024x246.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"page_header-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"page_header-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"page_header-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"page_header-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"page_header-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"page_header-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"page_header-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"page_header-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"page_header-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"page_header-200x48.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"page_header-400x96.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"page_header-600x144.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"page_header-800x193.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:24:\"page_header-1200x289.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(32998, 1715, '_wp_attached_file', '2015/05/partners_siteeye.jpg'),
(32999, 1715, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:269;s:6:\"height\";i:162;s:4:\"file\";s:28:\"2015/05/partners_siteeye.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"partners_siteeye-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"partners_siteeye-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"partners_siteeye-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:28:\"partners_siteeye-200x120.jpg\";s:5:\"width\";i:200;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:{}}}'),
(32996, 1714, '_wp_attached_file', '2015/05/partners_drone_aerial.jpg'),
(32997, 1714, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:269;s:6:\"height\";i:162;s:4:\"file\";s:33:\"2015/05/partners_drone_aerial.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"partners_drone_aerial-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"partners_drone_aerial-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"partners_drone_aerial-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:33:\"partners_drone_aerial-200x120.jpg\";s:5:\"width\";i:200;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:{}}}'),
(20310, 1464, '_wp_attached_file', '2017/07/home_contact_bg.jpg'),
(20311, 1464, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2017/07/home_contact_bg.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"home_contact_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"home_contact_bg-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"home_contact_bg-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"home_contact_bg-1024x546.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:27:\"home_contact_bg-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:27:\"home_contact_bg-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:27:\"home_contact_bg-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:27:\"home_contact_bg-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:27:\"home_contact_bg-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:27:\"home_contact_bg-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"home_contact_bg-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:27:\"home_contact_bg-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"home_contact_bg-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:27:\"home_contact_bg-200x107.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:27:\"home_contact_bg-400x213.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:27:\"home_contact_bg-600x320.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:27:\"home_contact_bg-800x427.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:28:\"home_contact_bg-1200x640.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(20312, 1465, '_wp_attached_file', '2017/07/home_icon_clients.png'),
(20313, 1465, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:97;s:6:\"height\";i:97;s:4:\"file\";s:29:\"2017/07/home_icon_clients.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"home_icon_clients-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),
(20314, 1466, '_wp_attached_file', '2017/07/home_icon_price.png'),
(20315, 1466, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:97;s:6:\"height\";i:97;s:4:\"file\";s:27:\"2017/07/home_icon_price.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"home_icon_price-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),
(20316, 1467, '_wp_attached_file', '2017/07/home_icon_quote.png'),
(20317, 1467, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:97;s:6:\"height\";i:97;s:4:\"file\";s:27:\"2017/07/home_icon_quote.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"home_icon_quote-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),
(32100, 1665, 'pyre_wooslider', 'clients'),
(31465, 1665, 'pyre_container_padding_bottom', ''),
(31466, 1665, 'pyre_container_padding_left', ''),
(73523, 1665, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(73525, 1665, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(32098, 1665, 'pyre_slider_type', 'flex'),
(32099, 1665, 'pyre_slider', '0'),
(63428, 2185, '_wp_attached_file', '2017/09/1.jpg'),
(63429, 2185, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:551;s:4:\"file\";s:13:\"2017/09/1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:13:\"1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:13:\"1-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:13:\"1-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:13:\"1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:13:\"1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:13:\"1-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:13:\"1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:13:\"1-400x441.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:11:\"1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:13:\"1-200x276.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:13:\"1-400x551.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(20322, 1470, '_wp_attached_file', '2017/07/home_left.png'),
(20323, 1470, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:393;s:4:\"file\";s:21:\"2017/07/home_left.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"home_left-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"home_left-248x300.png\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"home_left-325x272.png\";s:5:\"width\";i:325;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"home_left-325x295.png\";s:5:\"width\";i:325;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"home_left-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"home_left-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"home_left-325x272.png\";s:5:\"width\";i:325;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"home_left-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"home_left-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"home_left-200x242.png\";s:5:\"width\";i:200;s:6:\"height\";i:242;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:{}}}'),
(34881, 1745, 'slide_template', 'default'),
(35048, 1745, 'pyre_type', 'vimeo'),
(35049, 1745, 'pyre_youtube_id', ''),
(35050, 1745, 'pyre_vimeo_id', '120202750'),
(35051, 1745, 'pyre_webm', ''),
(35052, 1745, 'pyre_mp4', ''),
(35053, 1745, 'pyre_ogv', ''),
(35054, 1745, 'pyre_preview_image', ''),
(35055, 1745, 'pyre_aspect_ratio', ''),
(35056, 1745, 'pyre_video_display', 'cover'),
(35057, 1745, 'pyre_video_bg_color', ''),
(35058, 1745, 'pyre_mute_video', 'yes'),
(35059, 1745, 'pyre_autoplay_video', 'yes'),
(35060, 1745, 'pyre_loop_video', 'yes'),
(35061, 1745, 'pyre_hide_video_controls', 'yes'),
(35062, 1745, 'pyre_content_alignment', 'center'),
(35064, 1745, 'pyre_heading_separator', 'none'),
(35065, 1745, 'pyre_heading_font_size', ''),
(35066, 1745, 'pyre_heading_color', ''),
(35067, 1745, 'pyre_heading_bg', 'no'),
(35068, 1745, 'pyre_heading_bg_color', ''),
(35069, 1745, 'pyre_caption', ''),
(35070, 1745, 'pyre_caption_separator', 'none'),
(35071, 1745, 'pyre_caption_font_size', ''),
(35072, 1745, 'pyre_caption_color', ''),
(35073, 1745, 'pyre_caption_bg', 'yes'),
(35074, 1745, 'pyre_caption_bg_color', ''),
(35075, 1745, 'pyre_link_type', 'button'),
(35076, 1745, 'pyre_slide_link', ''),
(35077, 1745, 'pyre_slide_target', 'yes'),
(35078, 1745, 'pyre_button_1', ''),
(35079, 1745, 'pyre_button_2', ''),
(34914, 1745, '_edit_lock', '1535116895:1'),
(34950, 1745, '_wp_old_slug', 'aerial-filming-video__trashed'),
(35063, 1745, 'pyre_heading', '<br/><span style=\"font-weight: 900; line-height: 30px;\">AERIAL FILMING</span>'),
(35405, 1752, '_wp_attached_file', '2017/07/equipment_inspire_x5s.jpg'),
(35406, 1752, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:737;s:6:\"height\";i:440;s:4:\"file\";s:33:\"2017/07/equipment_inspire_x5s.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5s-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5s-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5s-737x400.jpg\";s:5:\"width\";i:737;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5s-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5s-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5s-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5s-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5s-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5s-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5s-700x440.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"equipment_inspire_x5s-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5s-200x119.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5s-400x239.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5s-600x358.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(38258, 1798, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2067;s:6:\"height\";i:1083;s:4:\"file\";s:29:\"2015/05/home_portfolio_bg.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"home_portfolio_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"home_portfolio_bg-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"home_portfolio_bg-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"home_portfolio_bg-1024x537.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"home_portfolio_bg-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"home_portfolio_bg-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"home_portfolio_bg-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"home_portfolio_bg-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"home_portfolio_bg-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"home_portfolio_bg-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"home_portfolio_bg-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"home_portfolio_bg-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"home_portfolio_bg-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"home_portfolio_bg-200x105.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:29:\"home_portfolio_bg-400x210.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:29:\"home_portfolio_bg-600x314.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:29:\"home_portfolio_bg-800x419.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:30:\"home_portfolio_bg-1200x629.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(20334, 1476, '_wp_attached_file', '2017/07/home_right.png'),
(20335, 1476, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:393;s:4:\"file\";s:22:\"2017/07/home_right.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"home_right-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"home_right-248x300.png\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"home_right-325x272.png\";s:5:\"width\";i:325;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"home_right-325x295.png\";s:5:\"width\";i:325;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"home_right-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"home_right-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"home_right-325x272.png\";s:5:\"width\";i:325;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"home_right-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"home_right-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:22:\"home_right-200x242.png\";s:5:\"width\";i:200;s:6:\"height\";i:242;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:{}}}'),
(20336, 1477, '_wp_attached_file', '2017/07/home_services_temp.jpg');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(20337, 1477, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:490;s:4:\"file\";s:30:\"2017/07/home_services_temp.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"home_services_temp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"home_services_temp-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"home_services_temp-768x470.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:30:\"home_services_temp-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"home_services_temp-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"home_services_temp-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"home_services_temp-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"home_services_temp-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"home_services_temp-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"home_services_temp-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:30:\"home_services_temp-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"home_services_temp-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:30:\"home_services_temp-200x123.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:30:\"home_services_temp-400x245.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:30:\"home_services_temp-600x368.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:30:\"home_services_temp-800x490.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(20338, 1478, '_wp_attached_file', '2017/07/home_slider_1.jpg'),
(20339, 1478, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:638;s:4:\"file\";s:25:\"2017/07/home_slider_1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"home_slider_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"home_slider_1-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"home_slider_1-768x327.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"home_slider_1-1024x436.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:25:\"home_slider_1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"home_slider_1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"home_slider_1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"home_slider_1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"home_slider_1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"home_slider_1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"home_slider_1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:25:\"home_slider_1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"home_slider_1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"home_slider_1-200x85.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:25:\"home_slider_1-400x170.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:25:\"home_slider_1-600x255.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:25:\"home_slider_1-800x340.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:26:\"home_slider_1-1200x510.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(34880, 1745, '_edit_last', '1'),
(33847, 1731, '_wp_attached_file', '2015/05/james_profile-e1534791488672.jpg'),
(33848, 1731, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:228;s:4:\"file\";s:40:\"2015/05/james_profile-e1534791488672.jpg\";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:{}}}'),
(64812, 12, 'pyre_sidebar_sticky', 'default'),
(64813, 12, 'pyre_page_title_line_height', ''),
(64814, 12, 'kd_featured-image-2_page_id', ''),
(64815, 12, 'kd_featured-image-3_page_id', ''),
(64816, 12, 'kd_featured-image-4_page_id', ''),
(64817, 12, 'kd_featured-image-5_page_id', ''),
(66997, 124, 'pyre_caption_size', '3'),
(67058, 2443, '_fusion_is_global', 'yes'),
(20342, 1480, '_wp_attached_file', '2017/07/about_testimonials_bg.jpg'),
(20343, 1480, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2067;s:6:\"height\";i:1083;s:4:\"file\";s:33:\"2017/07/about_testimonials_bg.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"about_testimonials_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"about_testimonials_bg-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"about_testimonials_bg-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"about_testimonials_bg-1024x537.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:33:\"about_testimonials_bg-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"about_testimonials_bg-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"about_testimonials_bg-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"about_testimonials_bg-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"about_testimonials_bg-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"about_testimonials_bg-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"about_testimonials_bg-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:33:\"about_testimonials_bg-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"about_testimonials_bg-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:33:\"about_testimonials_bg-200x105.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:33:\"about_testimonials_bg-400x210.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:33:\"about_testimonials_bg-600x314.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:33:\"about_testimonials_bg-800x419.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:34:\"about_testimonials_bg-1200x629.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(20344, 1481, '_wp_attached_file', '2017/07/contact_logo.jpg'),
(20345, 1481, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:413;s:6:\"height\";i:178;s:4:\"file\";s:24:\"2017/07/contact_logo.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"contact_logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"contact_logo-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"contact_logo-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"contact_logo-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"contact_logo-320x178.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"contact_logo-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"contact_logo-200x86.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"contact_logo-400x172.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(20346, 1482, '_wp_attached_file', '2017/07/equipment_buy_bg.jpg'),
(20347, 1482, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2017/07/equipment_buy_bg.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"equipment_buy_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"equipment_buy_bg-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"equipment_buy_bg-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"equipment_buy_bg-1024x546.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"equipment_buy_bg-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"equipment_buy_bg-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"equipment_buy_bg-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"equipment_buy_bg-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"equipment_buy_bg-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"equipment_buy_bg-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"equipment_buy_bg-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"equipment_buy_bg-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"equipment_buy_bg-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:28:\"equipment_buy_bg-200x107.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:28:\"equipment_buy_bg-400x213.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:28:\"equipment_buy_bg-600x320.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:28:\"equipment_buy_bg-800x427.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:29:\"equipment_buy_bg-1200x640.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(20348, 1483, '_wp_attached_file', '2017/07/equipment_ground_gimbal.jpg'),
(20349, 1483, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:737;s:6:\"height\";i:440;s:4:\"file\";s:35:\"2017/07/equipment_ground_gimbal.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"equipment_ground_gimbal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"equipment_ground_gimbal-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:35:\"equipment_ground_gimbal-737x400.jpg\";s:5:\"width\";i:737;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:35:\"equipment_ground_gimbal-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:35:\"equipment_ground_gimbal-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:35:\"equipment_ground_gimbal-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:35:\"equipment_ground_gimbal-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:35:\"equipment_ground_gimbal-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:35:\"equipment_ground_gimbal-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:35:\"equipment_ground_gimbal-700x440.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:33:\"equipment_ground_gimbal-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:35:\"equipment_ground_gimbal-200x119.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:35:\"equipment_ground_gimbal-400x239.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:35:\"equipment_ground_gimbal-600x358.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(20350, 1484, '_wp_attached_file', '2017/07/equipment_inspire_x5r.jpg'),
(20351, 1484, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:737;s:6:\"height\";i:440;s:4:\"file\";s:33:\"2017/07/equipment_inspire_x5r.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5r-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5r-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5r-737x400.jpg\";s:5:\"width\";i:737;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5r-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5r-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5r-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5r-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5r-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5r-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5r-700x440.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"equipment_inspire_x5r-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5r-200x119.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5r-400x239.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:33:\"equipment_inspire_x5r-600x358.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(20352, 1485, '_wp_attached_file', '2017/07/equipment_osmo_gimbol.jpg'),
(20353, 1485, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:737;s:6:\"height\";i:440;s:4:\"file\";s:33:\"2017/07/equipment_osmo_gimbol.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"equipment_osmo_gimbol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"equipment_osmo_gimbol-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:33:\"equipment_osmo_gimbol-737x400.jpg\";s:5:\"width\";i:737;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"equipment_osmo_gimbol-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"equipment_osmo_gimbol-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"equipment_osmo_gimbol-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"equipment_osmo_gimbol-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"equipment_osmo_gimbol-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"equipment_osmo_gimbol-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:33:\"equipment_osmo_gimbol-700x440.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"equipment_osmo_gimbol-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:33:\"equipment_osmo_gimbol-200x119.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:33:\"equipment_osmo_gimbol-400x239.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:33:\"equipment_osmo_gimbol-600x358.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(20354, 1486, '_wp_attached_file', '2017/07/equipment_phantom3.jpg'),
(20355, 1486, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:737;s:6:\"height\";i:440;s:4:\"file\";s:30:\"2017/07/equipment_phantom3.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"equipment_phantom3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"equipment_phantom3-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:30:\"equipment_phantom3-737x400.jpg\";s:5:\"width\";i:737;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"equipment_phantom3-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"equipment_phantom3-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"equipment_phantom3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"equipment_phantom3-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"equipment_phantom3-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"equipment_phantom3-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:30:\"equipment_phantom3-700x440.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"equipment_phantom3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:30:\"equipment_phantom3-200x119.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:30:\"equipment_phantom3-400x239.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:30:\"equipment_phantom3-600x358.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(35658, 1754, 'pyre_display_footer', 'default'),
(35472, 1754, '_edit_last', '1'),
(35473, 1754, '_edit_lock', '1539882454:1'),
(35623, 1754, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(35625, 1754, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(35476, 1754, 'slide_template', 'default'),
(35624, 1754, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(35626, 1754, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(35627, 1754, 'pyre_show_first_featured_image', 'no'),
(35628, 1754, 'pyre_fimg_width', ''),
(35629, 1754, 'pyre_fimg_height', ''),
(35630, 1754, 'pyre_portfolio_width_100', 'default'),
(35631, 1754, 'pyre_video', ''),
(35632, 1754, 'pyre_related_posts', 'default'),
(35633, 1754, 'pyre_share_box', 'default'),
(35634, 1754, 'pyre_post_pagination', 'default'),
(35635, 1754, 'pyre_author_info', 'default'),
(35636, 1754, 'pyre_post_meta', 'default'),
(35637, 1754, 'pyre_post_comments', 'default'),
(35638, 1754, 'pyre_main_top_padding', ''),
(35639, 1754, 'pyre_main_bottom_padding', ''),
(35640, 1754, 'pyre_hundredp_padding', ''),
(35641, 1754, 'pyre_slider_type', 'no'),
(35642, 1754, 'pyre_slider', '0'),
(35643, 1754, 'pyre_wooslider', ''),
(35644, 1754, 'pyre_revslider', '0'),
(35645, 1754, 'pyre_elasticslider', '0'),
(35646, 1754, 'pyre_slider_position', 'default'),
(35647, 1754, 'pyre_avada_rev_styles', 'default'),
(35648, 1754, 'pyre_fallback', ''),
(35649, 1754, 'pyre_demo_slider', ''),
(35650, 1754, 'pyre_display_header', 'yes'),
(35651, 1754, 'pyre_header_100_width', 'default'),
(35652, 1754, 'pyre_header_bg_color', ''),
(35653, 1754, 'pyre_header_bg_opacity', ''),
(35654, 1754, 'pyre_header_bg', ''),
(35655, 1754, 'pyre_header_bg_full', 'no'),
(35656, 1754, 'pyre_header_bg_repeat', 'repeat'),
(35657, 1754, 'pyre_displayed_menu', 'default'),
(20358, 1488, '_wp_attached_file', '2017/07/footer_arpas-uk.png'),
(20359, 1488, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:174;s:6:\"height\";i:67;s:4:\"file\";s:27:\"2017/07/footer_arpas-uk.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"footer_arpas-uk-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"footer_arpas-uk-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),
(20360, 1489, '_wp_attached_file', '2017/07/footer_suas-global-member.png'),
(20361, 1489, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:174;s:6:\"height\";i:67;s:4:\"file\";s:37:\"2017/07/footer_suas-global-member.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"footer_suas-global-member-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:35:\"footer_suas-global-member-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),
(20362, 1490, '_wp_attached_file', '2017/07/portfolio_example_1.jpg'),
(20363, 1490, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:700;s:6:\"height\";i:350;s:4:\"file\";s:31:\"2017/07/portfolio_example_1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"portfolio_example_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"portfolio_example_1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:31:\"portfolio_example_1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:31:\"portfolio_example_1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:31:\"portfolio_example_1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:31:\"portfolio_example_1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"portfolio_example_1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"portfolio_example_1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:31:\"portfolio_example_1-700x350.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:29:\"portfolio_example_1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:31:\"portfolio_example_1-200x100.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:31:\"portfolio_example_1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:31:\"portfolio_example_1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(20364, 1491, '_wp_attached_file', '2017/07/portfolio_example_2.jpg'),
(20365, 1491, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:31:\"2017/07/portfolio_example_2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"portfolio_example_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"portfolio_example_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:31:\"portfolio_example_2-350x272.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:31:\"portfolio_example_2-350x295.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:31:\"portfolio_example_2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:31:\"portfolio_example_2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"portfolio_example_2-350x272.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"portfolio_example_2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:29:\"portfolio_example_2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:31:\"portfolio_example_2-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(20366, 1492, '_wp_attached_file', '2017/07/service_mainpage_temp.jpg'),
(20367, 1492, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:700;s:6:\"height\";i:350;s:4:\"file\";s:33:\"2017/07/service_mainpage_temp.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"service_mainpage_temp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"service_mainpage_temp-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"service_mainpage_temp-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"service_mainpage_temp-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"service_mainpage_temp-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"service_mainpage_temp-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"service_mainpage_temp-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"service_mainpage_temp-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:33:\"service_mainpage_temp-700x350.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"service_mainpage_temp-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:33:\"service_mainpage_temp-200x100.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:33:\"service_mainpage_temp-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:33:\"service_mainpage_temp-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(73752, 7, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(73000, 1641, 'pyre_page_title_subheader_font_color', ''),
(73001, 1641, 'pyre_page_title_bar_bg_id', ''),
(73002, 1641, 'pyre_page_title_bar_bg_retina_id', ''),
(63509, 1984, 'pyre_page_title_bar_bg', ''),
(52262, 1984, '_wp_old_slug', 'project-1'),
(63478, 1984, 'pyre_header_bg_full', 'no'),
(63512, 1984, 'pyre_page_title_bg_parallax', 'default'),
(52265, 1984, 'fusion_builder_status', 'active'),
(63485, 1984, 'pyre_sidebar_bg_color', ''),
(63486, 1984, 'pyre_page_bg_layout', 'default'),
(63487, 1984, 'pyre_page_bg_color', ''),
(63488, 1984, 'pyre_page_bg', ''),
(63479, 1984, 'pyre_header_bg_repeat', 'repeat'),
(63480, 1984, 'pyre_displayed_menu', 'default'),
(63481, 1984, 'pyre_display_footer', 'default'),
(63482, 1984, 'pyre_display_copyright', 'default'),
(63483, 1984, 'pyre_footer_100_width', 'default'),
(63484, 1984, 'pyre_sidebar_position', 'default'),
(52276, 1984, '_edit_last', '1'),
(52277, 1984, '_edit_lock', '1536445718:1'),
(63493, 1984, 'pyre_wide_page_bg_full', 'no'),
(63494, 1984, 'pyre_wide_page_bg_repeat', 'repeat'),
(63495, 1984, 'pyre_page_title', 'default'),
(63496, 1984, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(63497, 1984, 'pyre_page_title_text', 'default'),
(63498, 1984, 'pyre_page_title_text_alignment', 'default'),
(63499, 1984, 'pyre_page_title_custom_text', ''),
(63500, 1984, 'pyre_page_title_text_size', ''),
(63501, 1984, 'pyre_page_title_custom_subheader', ''),
(63502, 1984, 'pyre_page_title_custom_subheader_text_size', ''),
(63503, 1984, 'pyre_page_title_font_color', ''),
(63504, 1984, 'pyre_page_title_100_width', 'default'),
(63505, 1984, 'pyre_page_title_height', ''),
(63506, 1984, 'pyre_page_title_mobile_height', ''),
(63507, 1984, 'pyre_page_title_bar_bg_color', ''),
(63508, 1984, 'pyre_page_title_bar_borders_color', ''),
(63510, 1984, 'pyre_page_title_bar_bg_retina', ''),
(63511, 1984, 'pyre_page_title_bar_bg_full', 'default'),
(63492, 1984, 'pyre_wide_page_bg', ''),
(63489, 1984, 'pyre_page_bg_full', 'no'),
(63490, 1984, 'pyre_page_bg_repeat', 'repeat'),
(63491, 1984, 'pyre_wide_page_bg_color', ''),
(52300, 1984, '_thumbnail_id', '2044'),
(67966, 1984, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(67968, 1984, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(52305, 1984, 'slide_template', 'default'),
(63442, 1984, 'pyre_width', 'half'),
(63443, 1984, 'pyre_portfolio_width_100', 'no'),
(63444, 1984, 'pyre_project_desc_title', 'default'),
(63445, 1984, 'pyre_project_details', 'default'),
(63446, 1984, 'pyre_show_first_featured_image', 'default'),
(63447, 1984, 'pyre_fimg_width', ''),
(63448, 1984, 'pyre_fimg_height', ''),
(63449, 1984, 'pyre_video', ''),
(63450, 1984, 'pyre_video_url', ''),
(63451, 1984, 'pyre_project_url', ''),
(63452, 1984, 'pyre_project_url_text', ''),
(63453, 1984, 'pyre_copy_url', ''),
(63454, 1984, 'pyre_copy_url_text', ''),
(63455, 1984, 'pyre_image_rollover_icons', 'default'),
(63456, 1984, 'pyre_link_icon_url', ''),
(63457, 1984, 'pyre_link_icon_target', 'default'),
(63458, 1984, 'pyre_related_posts', 'default'),
(63459, 1984, 'pyre_share_box', 'default'),
(63460, 1984, 'pyre_post_pagination', 'default'),
(63461, 1984, 'pyre_main_top_padding', ''),
(63462, 1984, 'pyre_main_bottom_padding', ''),
(63463, 1984, 'pyre_hundredp_padding', ''),
(63464, 1984, 'pyre_slider_type', 'flex'),
(63465, 1984, 'pyre_slider', '0'),
(63466, 1984, 'pyre_wooslider', 'portfolio'),
(63467, 1984, 'pyre_revslider', '0'),
(63468, 1984, 'pyre_elasticslider', '0'),
(63469, 1984, 'pyre_slider_position', 'default'),
(63470, 1984, 'pyre_avada_rev_styles', 'default'),
(63471, 1984, 'pyre_fallback', ''),
(63472, 1984, 'pyre_demo_slider', ''),
(63473, 1984, 'pyre_display_header', 'yes'),
(63474, 1984, 'pyre_header_100_width', 'default'),
(63475, 1984, 'pyre_header_bg_color', ''),
(63476, 1984, 'pyre_header_bg_opacity', '0.00'),
(63477, 1984, 'pyre_header_bg', ''),
(52342, 1984, '_wp_old_slug', 'portfolio-template'),
(67967, 1984, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(67969, 1984, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(55296, 1, 'avada_post_views_count', '1155'),
(56664, 2055, '_wp_attached_file', '2015/05/Web-2.jpg'),
(56665, 2055, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:957;s:6:\"height\";i:638;s:4:\"file\";s:17:\"2015/05/Web-2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Web-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Web-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Web-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"Web-2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"Web-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"Web-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"Web-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"Web-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"Web-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"Web-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"Web-2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"Web-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"Web-2-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"Web-2-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"Web-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:17:\"Web-2-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"FC550\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1496225140\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"15\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.000125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(56727, 2056, '_wp_attached_file', '2015/05/Balloon-Clip-2.mp4'),
(56728, 2056, '_wp_attachment_metadata', 'a:9:{s:7:\"bitrate\";i:20312797;s:8:\"filesize\";i:49129879;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:19;s:16:\"length_formatted\";s:4:\"0:19\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";}'),
(56075, 2044, '_wp_attached_file', '2015/05/web.jpg'),
(56076, 2044, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:490;s:4:\"file\";s:15:\"2015/05/web.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"web-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"web-768x470.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"web-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"web-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"web-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"web-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"web-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"web-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"web-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"web-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"web-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"web-200x123.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"web-400x245.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"web-600x368.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"web-800x490.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(56997, 2065, '_wp_attached_file', '2015/05/web-stills-2.jpg');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(56998, 2065, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:4:\"file\";s:24:\"2015/05/web-stills-2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"web-stills-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"web-stills-2-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"web-stills-2-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"web-stills-2-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"web-stills-2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"web-stills-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"web-stills-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"web-stills-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"web-stills-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"web-stills-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"web-stills-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"web-stills-2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"web-stills-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"web-stills-2-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"web-stills-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"web-stills-2-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"web-stills-2-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"web-stills-2-1200x750.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(56999, 2066, '_wp_attached_file', '2015/05/web-stills.jpg'),
(57000, 2066, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2015/05/web-stills.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"web-stills-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"web-stills-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"web-stills-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"web-stills-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"web-stills-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"web-stills-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"web-stills-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"web-stills-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"web-stills-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"web-stills-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"web-stills-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"web-stills-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"web-stills-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"web-stills-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"web-stills-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"web-stills-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"web-stills-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"web-stills-1200x750.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(57062, 2067, '_wp_attached_file', '2015/05/web-still-4.jpg'),
(57063, 2067, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2175;s:6:\"height\";i:1630;s:4:\"file\";s:23:\"2015/05/web-still-4.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"web-still-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"web-still-4-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:23:\"web-still-4-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:24:\"web-still-4-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"web-still-4-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"web-still-4-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"web-still-4-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"web-still-4-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"web-still-4-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"web-still-4-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"web-still-4-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"web-still-4-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"web-still-4-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"web-still-4-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"web-still-4-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"web-still-4-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"web-still-4-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:24:\"web-still-4-1200x899.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:899;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(57649, 2078, '_wp_attached_file', '2015/05/testimonial-background.jpg'),
(57650, 2078, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:845;s:4:\"file\";s:34:\"2015/05/testimonial-background.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"testimonial-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"testimonial-background-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"testimonial-background-768x225.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"testimonial-background-1024x300.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:34:\"testimonial-background-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:34:\"testimonial-background-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:34:\"testimonial-background-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:34:\"testimonial-background-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:34:\"testimonial-background-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:34:\"testimonial-background-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"testimonial-background-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:34:\"testimonial-background-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:32:\"testimonial-background-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:33:\"testimonial-background-200x59.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:34:\"testimonial-background-400x117.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:34:\"testimonial-background-600x176.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:34:\"testimonial-background-800x235.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:35:\"testimonial-background-1200x352.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(57716, 2080, '_wp_attached_file', '2015/05/testimonial-background-2.jpg'),
(57717, 2080, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:842;s:4:\"file\";s:36:\"2015/05/testimonial-background-2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"testimonial-background-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"testimonial-background-2-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"testimonial-background-2-768x225.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"testimonial-background-2-1024x299.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:36:\"testimonial-background-2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:36:\"testimonial-background-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:36:\"testimonial-background-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:36:\"testimonial-background-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:36:\"testimonial-background-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:36:\"testimonial-background-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:36:\"testimonial-background-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:36:\"testimonial-background-2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:34:\"testimonial-background-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:35:\"testimonial-background-2-200x58.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:36:\"testimonial-background-2-400x117.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:36:\"testimonial-background-2-600x175.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:36:\"testimonial-background-2-800x234.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:37:\"testimonial-background-2-1200x351.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(57913, 2084, '_wp_attached_file', '2015/05/background-testimonial-3.jpg'),
(57914, 2084, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:842;s:4:\"file\";s:36:\"2015/05/background-testimonial-3.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"background-testimonial-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"background-testimonial-3-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"background-testimonial-3-768x225.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"background-testimonial-3-1024x299.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:36:\"background-testimonial-3-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:36:\"background-testimonial-3-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:36:\"background-testimonial-3-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:36:\"background-testimonial-3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:36:\"background-testimonial-3-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:36:\"background-testimonial-3-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:36:\"background-testimonial-3-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:36:\"background-testimonial-3-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:34:\"background-testimonial-3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:35:\"background-testimonial-3-200x58.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:36:\"background-testimonial-3-400x117.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:36:\"background-testimonial-3-600x175.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:36:\"background-testimonial-3-800x234.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:37:\"background-testimonial-3-1200x351.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(58180, 2091, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:426;s:6:\"height\";i:372;s:4:\"file\";s:20:\"2015/05/logo_lrg.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"logo_lrg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"logo_lrg-300x262.png\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"logo_lrg-426x272.png\";s:5:\"width\";i:426;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"logo_lrg-426x295.png\";s:5:\"width\";i:426;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"logo_lrg-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"logo_lrg-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"logo_lrg-426x272.png\";s:5:\"width\";i:426;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"logo_lrg-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"logo_lrg-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:20:\"logo_lrg-200x175.png\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:20:\"logo_lrg-400x349.png\";s:5:\"width\";i:400;s:6:\"height\";i:349;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:{}}}'),
(58112, 2089, '_wp_attached_file', '2015/05/BBC.png'),
(58113, 2089, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:229;s:4:\"file\";s:15:\"2015/05/BBC.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"BBC-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"BBC-300x86.png\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"BBC-768x220.png\";s:5:\"width\";i:768;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"BBC-540x229.png\";s:5:\"width\";i:540;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"BBC-460x229.png\";s:5:\"width\";i:460;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"BBC-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"BBC-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"BBC-669x229.png\";s:5:\"width\";i:669;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"BBC-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"BBC-700x229.png\";s:5:\"width\";i:700;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"BBC-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:14:\"BBC-200x57.png\";s:5:\"width\";i:200;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:15:\"BBC-400x115.png\";s:5:\"width\";i:400;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:15:\"BBC-600x172.png\";s:5:\"width\";i:600;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:15:\"BBC-800x229.png\";s:5:\"width\";i:800;s:6:\"height\";i:229;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:{}}}'),
(58179, 2091, '_wp_attached_file', '2015/05/logo_lrg.png'),
(58766, 2102, '_wp_attached_file', '2015/05/dod-faint-logo.png'),
(58767, 2102, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:426;s:6:\"height\";i:372;s:4:\"file\";s:26:\"2015/05/dod-faint-logo.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"dod-faint-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"dod-faint-logo-300x262.png\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"dod-faint-logo-426x272.png\";s:5:\"width\";i:426;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"dod-faint-logo-426x295.png\";s:5:\"width\";i:426;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"dod-faint-logo-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"dod-faint-logo-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"dod-faint-logo-426x272.png\";s:5:\"width\";i:426;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"dod-faint-logo-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"dod-faint-logo-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:26:\"dod-faint-logo-200x175.png\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:26:\"dod-faint-logo-400x349.png\";s:5:\"width\";i:400;s:6:\"height\";i:349;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:{}}}'),
(58833, 2104, '_wp_attached_file', '2015/05/dod-v-faint.png'),
(58834, 2104, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:426;s:6:\"height\";i:372;s:4:\"file\";s:23:\"2015/05/dod-v-faint.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"dod-v-faint-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"dod-v-faint-300x262.png\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"dod-v-faint-426x272.png\";s:5:\"width\";i:426;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"dod-v-faint-426x295.png\";s:5:\"width\";i:426;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"dod-v-faint-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"dod-v-faint-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"dod-v-faint-426x272.png\";s:5:\"width\";i:426;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"dod-v-faint-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"dod-v-faint-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:23:\"dod-v-faint-200x175.png\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:23:\"dod-v-faint-400x349.png\";s:5:\"width\";i:400;s:6:\"height\";i:349;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:{}}}'),
(59160, 2110, '_wp_attached_file', '2015/05/dod-v-faint-and-small.png'),
(59161, 2110, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:320;s:6:\"height\";i:279;s:4:\"file\";s:33:\"2015/05/dod-v-faint-and-small.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"dod-v-faint-and-small-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"dod-v-faint-and-small-300x262.png\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"dod-v-faint-and-small-320x272.png\";s:5:\"width\";i:320;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"dod-v-faint-and-small-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"dod-v-faint-and-small-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"dod-v-faint-and-small-320x272.png\";s:5:\"width\";i:320;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"dod-v-faint-and-small-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"dod-v-faint-and-small-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:33:\"dod-v-faint-and-small-200x174.png\";s:5:\"width\";i:200;s:6:\"height\";i:174;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:{}}}'),
(72493, 1278, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(72495, 1278, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(60974, 2137, '_wp_attached_file', '2016/07/1175px-Video-icon.svg.png'),
(60975, 2137, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1175;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"2016/07/1175px-Video-icon.svg.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"1175px-Video-icon.svg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"1175px-Video-icon.svg-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"1175px-Video-icon.svg-768x669.png\";s:5:\"width\";i:768;s:6:\"height\";i:669;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"1175px-Video-icon.svg-1024x892.png\";s:5:\"width\";i:1024;s:6:\"height\";i:892;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:33:\"1175px-Video-icon.svg-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"1175px-Video-icon.svg-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"1175px-Video-icon.svg-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"1175px-Video-icon.svg-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"1175px-Video-icon.svg-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"1175px-Video-icon.svg-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"1175px-Video-icon.svg-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:33:\"1175px-Video-icon.svg-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"1175px-Video-icon.svg-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:33:\"1175px-Video-icon.svg-200x174.png\";s:5:\"width\";i:200;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:33:\"1175px-Video-icon.svg-400x349.png\";s:5:\"width\";i:400;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:33:\"1175px-Video-icon.svg-600x523.png\";s:5:\"width\";i:600;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:33:\"1175px-Video-icon.svg-800x697.png\";s:5:\"width\";i:800;s:6:\"height\";i:697;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:{}}}'),
(60976, 2138, '_wp_attached_file', '2016/07/web-resize.jpg'),
(60977, 2138, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:490;s:4:\"file\";s:22:\"2016/07/web-resize.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"web-resize-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"web-resize-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"web-resize-768x470.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"web-resize-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"web-resize-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"web-resize-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"web-resize-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"web-resize-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"web-resize-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"web-resize-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"web-resize-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"web-resize-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"web-resize-200x123.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"web-resize-400x245.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"web-resize-600x368.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"web-resize-800x490.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(61043, 2140, '_wp_attached_file', '2016/07/film-web.jpg'),
(61044, 2140, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:490;s:4:\"file\";s:20:\"2016/07/film-web.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"film-web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"film-web-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"film-web-768x470.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"film-web-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"film-web-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"film-web-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"film-web-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"film-web-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"film-web-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"film-web-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"film-web-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"film-web-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"film-web-200x123.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"film-web-400x245.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"film-web-600x368.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"film-web-800x490.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(61697, 2155, '_edit_lock', '1541523826:1'),
(61698, 2155, '_edit_last', '1'),
(61749, 2155, 'pyre_heading', '<br/><span style=\"font-weight: 900; line-height: 30px;\">Privacy Policy</span>'),
(61700, 2155, 'slide_template', 'default'),
(61701, 2155, '_thumbnail_id', '1455'),
(61734, 2155, 'pyre_type', 'image'),
(61735, 2155, 'pyre_youtube_id', ''),
(61736, 2155, 'pyre_vimeo_id', ''),
(61737, 2155, 'pyre_webm', ''),
(61738, 2155, 'pyre_mp4', ''),
(61739, 2155, 'pyre_ogv', ''),
(61740, 2155, 'pyre_preview_image', ''),
(61741, 2155, 'pyre_aspect_ratio', ''),
(61742, 2155, 'pyre_video_display', 'cover'),
(61743, 2155, 'pyre_video_bg_color', ''),
(61744, 2155, 'pyre_mute_video', 'yes'),
(61745, 2155, 'pyre_autoplay_video', 'yes'),
(61746, 2155, 'pyre_loop_video', 'yes'),
(61747, 2155, 'pyre_hide_video_controls', 'yes'),
(61748, 2155, 'pyre_content_alignment', 'center'),
(61750, 2155, 'pyre_heading_separator', 'none'),
(61751, 2155, 'pyre_heading_font_size', '70'),
(61752, 2155, 'pyre_heading_color', ''),
(61753, 2155, 'pyre_heading_bg', 'no'),
(61754, 2155, 'pyre_heading_bg_color', ''),
(61755, 2155, 'pyre_caption', ''),
(61756, 2155, 'pyre_caption_separator', 'none'),
(61757, 2155, 'pyre_caption_font_size', '19'),
(61758, 2155, 'pyre_caption_color', ''),
(61759, 2155, 'pyre_caption_bg', 'no'),
(61760, 2155, 'pyre_caption_bg_color', ''),
(61761, 2155, 'pyre_link_type', 'button'),
(61762, 2155, 'pyre_slide_link', ''),
(61763, 2155, 'pyre_slide_target', 'yes'),
(61764, 2155, 'pyre_button_1', ''),
(61765, 2155, 'pyre_button_2', ''),
(61733, 2155, '_wp_old_slug', 'services'),
(62803, 2170, '_wp_attached_file', '2016/07/home_slider_highres.jpg'),
(62804, 2170, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1276;s:4:\"file\";s:31:\"2016/07/home_slider_highres.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"home_slider_highres-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"home_slider_highres-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"home_slider_highres-768x327.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"home_slider_highres-1024x436.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:31:\"home_slider_highres-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:31:\"home_slider_highres-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:31:\"home_slider_highres-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:31:\"home_slider_highres-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:31:\"home_slider_highres-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"home_slider_highres-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"home_slider_highres-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:31:\"home_slider_highres-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:29:\"home_slider_highres-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:30:\"home_slider_highres-200x85.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:31:\"home_slider_highres-400x170.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:31:\"home_slider_highres-600x255.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:31:\"home_slider_highres-800x340.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:32:\"home_slider_highres-1200x510.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(62468, 25, '_thumbnail_id', '2170'),
(62837, 2171, '_wp_attached_file', '2015/05/logo_large.png'),
(62838, 2171, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:700;s:6:\"height\";i:336;s:4:\"file\";s:22:\"2015/05/logo_large.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo_large-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"logo_large-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"logo_large-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"logo_large-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"logo_large-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"logo_large-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"logo_large-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"logo_large-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"logo_large-700x336.png\";s:5:\"width\";i:700;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"logo_large-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"logo_large-200x96.png\";s:5:\"width\";i:200;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:22:\"logo_large-400x192.png\";s:5:\"width\";i:400;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:22:\"logo_large-600x288.png\";s:5:\"width\";i:600;s:6:\"height\";i:288;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:{}}}'),
(62699, 2168, '_wp_attached_file', '2016/07/temp_image.jpg');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(62700, 2168, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:724;s:6:\"height\";i:450;s:4:\"file\";s:22:\"2016/07/temp_image.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"temp_image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"temp_image-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"temp_image-724x400.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"temp_image-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"temp_image-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"temp_image-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"temp_image-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"temp_image-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"temp_image-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"temp_image-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"temp_image-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"temp_image-200x124.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"temp_image-400x249.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"temp_image-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(63430, 2186, '_wp_attached_file', '2017/09/2.jpg'),
(63431, 2186, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:315;s:6:\"height\";i:276;s:4:\"file\";s:13:\"2017/09/2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:13:\"2-315x272.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:13:\"2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:13:\"2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:13:\"2-315x272.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:13:\"2-315x202.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:11:\"2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:13:\"2-200x175.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(63040, 2178, '_wp_attached_file', '2018/02/main_logo.png'),
(63041, 2178, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:196;s:6:\"height\";i:83;s:4:\"file\";s:21:\"2018/02/main_logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"main_logo-150x83.png\";s:5:\"width\";i:150;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"main_logo-177x83.png\";s:5:\"width\";i:177;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"main_logo-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),
(63432, 2187, '_wp_attached_file', '2017/09/3.jpg'),
(63433, 2187, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:315;s:6:\"height\";i:138;s:4:\"file\";s:13:\"2017/09/3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x138.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:13:\"3-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:13:\"3-177x138.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:11:\"3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:12:\"3-200x88.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(64425, 1643, '_menu_item_fusion_megamenu', 'a:17:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),
(64426, 1633, '_menu_item_fusion_megamenu', 'a:17:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),
(64427, 1293, '_menu_item_fusion_megamenu', 'a:17:{s:6:\"status\";s:3:\"off\";s:5:\"width\";s:3:\"off\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),
(73958, 2804, '_wp_attached_file', '2021/10/AFC_RECOG_BRONZE_POS_RGB-e1634204618988.png'),
(73959, 2804, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:385;s:4:\"file\";s:51:\"2021/10/AFC_RECOG_BRONZE_POS_RGB-e1634204618988.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"AFC_RECOG_BRONZE_POS_RGB-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"AFC_RECOG_BRONZE_POS_RGB-156x300.png\";s:5:\"width\";i:156;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"AFC_RECOG_BRONZE_POS_RGB-532x1024.png\";s:5:\"width\";i:532;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:36:\"AFC_RECOG_BRONZE_POS_RGB-614x400.png\";s:5:\"width\";i:614;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:36:\"AFC_RECOG_BRONZE_POS_RGB-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:36:\"AFC_RECOG_BRONZE_POS_RGB-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:36:\"AFC_RECOG_BRONZE_POS_RGB-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:36:\"AFC_RECOG_BRONZE_POS_RGB-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:36:\"AFC_RECOG_BRONZE_POS_RGB-614x272.png\";s:5:\"width\";i:614;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:36:\"AFC_RECOG_BRONZE_POS_RGB-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:36:\"AFC_RECOG_BRONZE_POS_RGB-614x441.png\";s:5:\"width\";i:614;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:34:\"AFC_RECOG_BRONZE_POS_RGB-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:36:\"AFC_RECOG_BRONZE_POS_RGB-200x385.png\";s:5:\"width\";i:200;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:36:\"AFC_RECOG_BRONZE_POS_RGB-400x769.png\";s:5:\"width\";i:400;s:6:\"height\";i:769;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:37:\"AFC_RECOG_BRONZE_POS_RGB-600x1154.png\";s:5:\"width\";i:600;s:6:\"height\";i:1154;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:{}}}'),
(64429, 1300, '_menu_item_fusion_megamenu', 'a:17:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),
(64870, 2257, '_wp_attached_file', '2018/08/inspire-2-d8cebc2557d246ff43b17211dffc64c6.png'),
(64871, 2257, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:542;s:6:\"height\";i:225;s:4:\"file\";s:54:\"2018/08/inspire-2-d8cebc2557d246ff43b17211dffc64c6.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"inspire-2-d8cebc2557d246ff43b17211dffc64c6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"inspire-2-d8cebc2557d246ff43b17211dffc64c6-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:54:\"inspire-2-d8cebc2557d246ff43b17211dffc64c6-540x225.png\";s:5:\"width\";i:540;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:54:\"inspire-2-d8cebc2557d246ff43b17211dffc64c6-460x225.png\";s:5:\"width\";i:460;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:54:\"inspire-2-d8cebc2557d246ff43b17211dffc64c6-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:54:\"inspire-2-d8cebc2557d246ff43b17211dffc64c6-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:54:\"inspire-2-d8cebc2557d246ff43b17211dffc64c6-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:52:\"inspire-2-d8cebc2557d246ff43b17211dffc64c6-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:53:\"inspire-2-d8cebc2557d246ff43b17211dffc64c6-200x83.png\";s:5:\"width\";i:200;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:54:\"inspire-2-d8cebc2557d246ff43b17211dffc64c6-400x166.png\";s:5:\"width\";i:400;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:{}}}'),
(64431, 1298, '_menu_item_fusion_megamenu', 'a:17:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),
(73738, 2443, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(64434, 1295, '_menu_item_fusion_megamenu', 'a:17:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),
(64436, 1260, '_menu_item_fusion_megamenu', 'a:17:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),
(64437, 1259, '_menu_item_fusion_megamenu', 'a:17:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),
(64438, 1242, '_menu_item_fusion_megamenu', 'a:17:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";}'),
(64439, 993, '_menu_item_fusion_megamenu', 'a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),
(64440, 991, '_menu_item_fusion_megamenu', 'a:11:{s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";}'),
(73524, 1665, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(73526, 1665, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(64502, 1665, 'pyre_sidebar_sticky', 'default'),
(64503, 1665, 'pyre_page_title_line_height', ''),
(64504, 1665, 'kd_featured-image-2_page_id', ''),
(64505, 1665, 'kd_featured-image-3_page_id', ''),
(64506, 1665, 'kd_featured-image-4_page_id', ''),
(64507, 1665, 'kd_featured-image-5_page_id', ''),
(64633, 2238, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:97;s:6:\"height\";i:96;s:4:\"file\";s:15:\"2018/08/pl-.png\";s:5:\"sizes\";a:1:{s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"pl--66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),
(64658, 1476, '_edit_lock', '1534789999:1'),
(64667, 1641, 'pyre_sidebar_sticky', 'default'),
(64668, 1641, 'pyre_page_title_line_height', ''),
(64669, 1641, 'kd_featured-image-2_page_id', ''),
(64670, 1641, 'kd_featured-image-3_page_id', ''),
(64671, 1641, 'kd_featured-image-4_page_id', ''),
(64672, 1641, 'kd_featured-image-5_page_id', ''),
(66996, 124, 'pyre_heading_size', '2'),
(64689, 1731, '_wp_attachment_backup_sizes', 'a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:470;s:6:\"height\";i:536;s:4:\"file\";s:17:\"james_profile.jpg\";}s:18:\"full-1534791482113\";a:3:{s:5:\"width\";i:150;s:6:\"height\";i:171;s:4:\"file\";s:32:\"james_profile-e1534790871737.jpg\";}}'),
(64698, 16, 'pyre_sidebar_sticky', 'default'),
(64699, 16, 'pyre_page_title_line_height', ''),
(64700, 16, 'kd_featured-image-2_page_id', ''),
(64701, 16, 'kd_featured-image-3_page_id', ''),
(64702, 16, 'kd_featured-image-4_page_id', ''),
(64703, 16, 'kd_featured-image-5_page_id', ''),
(64880, 1274, 'pyre_sidebar_sticky', 'default'),
(64881, 1274, 'pyre_page_title_line_height', ''),
(64882, 1274, 'kd_featured-image-2_page_id', ''),
(64883, 1274, 'kd_featured-image-3_page_id', ''),
(64884, 1274, 'kd_featured-image-4_page_id', ''),
(64885, 1274, 'kd_featured-image-5_page_id', ''),
(64934, 1278, 'pyre_sidebar_sticky', 'default'),
(64935, 1278, 'pyre_page_title_line_height', ''),
(64936, 1278, 'kd_featured-image-2_page_id', ''),
(64937, 1278, 'kd_featured-image-3_page_id', ''),
(64938, 1278, 'kd_featured-image-4_page_id', ''),
(64939, 1278, 'kd_featured-image-5_page_id', ''),
(64952, 1282, 'pyre_sidebar_sticky', 'default'),
(64953, 1282, 'pyre_page_title_line_height', ''),
(64954, 1282, 'kd_featured-image-2_page_id', ''),
(64955, 1282, 'kd_featured-image-3_page_id', ''),
(64956, 1282, 'kd_featured-image-4_page_id', ''),
(64957, 1282, 'kd_featured-image-5_page_id', ''),
(65030, 1286, 'pyre_sidebar_sticky', 'default'),
(65031, 1286, 'pyre_page_title_line_height', ''),
(65032, 1286, 'kd_featured-image-2_page_id', ''),
(65033, 1286, 'kd_featured-image-3_page_id', ''),
(65034, 1286, 'kd_featured-image-4_page_id', ''),
(65035, 1286, 'kd_featured-image-5_page_id', ''),
(65052, 25, 'pyre_heading_size', '2'),
(65053, 25, 'pyre_caption_size', '3'),
(65174, 224, 'pyre_heading_size', '2'),
(65175, 224, 'pyre_caption_size', '3'),
(65232, 1276, 'pyre_sidebar_sticky', 'default'),
(65233, 1276, 'pyre_page_title_line_height', ''),
(65234, 1276, 'kd_featured-image-2_page_id', ''),
(65235, 1276, 'kd_featured-image-3_page_id', ''),
(65236, 1276, 'kd_featured-image-4_page_id', ''),
(65237, 1276, 'kd_featured-image-5_page_id', ''),
(65250, 1630, 'pyre_sidebar_sticky', 'default'),
(65251, 1630, 'pyre_page_title_line_height', ''),
(65252, 1630, 'kd_featured-image-2_page_id', ''),
(65253, 1630, 'kd_featured-image-3_page_id', ''),
(65254, 1630, 'kd_featured-image-4_page_id', ''),
(65255, 1630, 'kd_featured-image-5_page_id', ''),
(65272, 2288, '_wp_attached_file', '2018/08/logo.png'),
(65273, 2288, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:282;s:6:\"height\";i:145;s:4:\"file\";s:16:\"2018/08/logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"logo-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"logo-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:16:\"logo-200x103.png\";s:5:\"width\";i:200;s:6:\"height\";i:103;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:{}}}'),
(65294, 2290, '_wp_attached_file', '2018/08/ribble-1.png'),
(65295, 2290, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:282;s:6:\"height\";i:145;s:4:\"file\";s:20:\"2018/08/ribble-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ribble-1-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"ribble-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"ribble-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:20:\"ribble-1-200x103.png\";s:5:\"width\";i:200;s:6:\"height\";i:103;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:{}}}'),
(65296, 2291, '_wp_attached_file', '2018/08/ribble-2.png'),
(65297, 2291, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:282;s:6:\"height\";i:145;s:4:\"file\";s:20:\"2018/08/ribble-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ribble-2-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"ribble-2-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"ribble-2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:20:\"ribble-2-200x103.png\";s:5:\"width\";i:200;s:6:\"height\";i:103;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:{}}}'),
(65322, 2294, '_wp_attached_file', '2018/08/logo1.png'),
(65323, 2294, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:457;s:6:\"height\";i:289;s:4:\"file\";s:17:\"2018/08/logo1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo1-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"logo1-457x272.png\";s:5:\"width\";i:457;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"logo1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"logo1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"logo1-457x272.png\";s:5:\"width\";i:457;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"logo1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"logo1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:17:\"logo1-200x126.png\";s:5:\"width\";i:200;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:17:\"logo1-400x253.png\";s:5:\"width\";i:400;s:6:\"height\";i:253;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:{}}}'),
(65467, 1268, 'pyre_heading_size', '2'),
(65468, 1268, 'pyre_caption_size', '3'),
(65507, 2310, '_wp_attached_file', '2018/08/thermal-1-.jpg'),
(65508, 2310, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:700;s:6:\"height\";i:350;s:4:\"file\";s:22:\"2018/08/thermal-1-.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"thermal-1--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"thermal-1--300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"thermal-1--540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"thermal-1--460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"thermal-1--300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"thermal-1--177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"thermal-1--669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"thermal-1--320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"thermal-1--700x350.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"thermal-1--66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"thermal-1--200x100.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"thermal-1--400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"thermal-1--600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(65533, 2313, '_wp_attached_file', '2018/08/chimney-1.jpg'),
(65534, 2313, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:700;s:6:\"height\";i:350;s:4:\"file\";s:21:\"2018/08/chimney-1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"chimney-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"chimney-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"chimney-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"chimney-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"chimney-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"chimney-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"chimney-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"chimney-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"chimney-1-700x350.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"chimney-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"chimney-1-200x100.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"chimney-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"chimney-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(65657, 1932, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(65659, 1932, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(65579, 1932, 'pyre_sidebar_sticky', 'default'),
(65580, 1932, 'pyre_page_title_line_height', ''),
(65581, 1932, 'kd_featured-image-2_avada_portfolio_id', '2323'),
(65582, 1932, 'kd_featured-image-3_avada_portfolio_id', ''),
(65583, 1932, 'kd_featured-image-4_avada_portfolio_id', ''),
(65584, 1932, 'kd_featured-image-5_avada_portfolio_id', ''),
(65637, 2322, '_wp_attached_file', '2017/07/chris-norman-1.jpg'),
(65638, 2322, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1205;s:4:\"file\";s:26:\"2017/07/chris-norman-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"chris-norman-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"chris-norman-1-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"chris-norman-1-768x321.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"chris-norman-1-1024x428.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"chris-norman-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"chris-norman-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"chris-norman-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"chris-norman-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"chris-norman-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"chris-norman-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"chris-norman-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"chris-norman-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"chris-norman-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:25:\"chris-norman-1-200x84.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"chris-norman-1-400x167.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:26:\"chris-norman-1-600x251.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:26:\"chris-norman-1-800x335.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:27:\"chris-norman-1-1200x502.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(65647, 2323, '_wp_attached_file', '2017/07/cn-1.jpg'),
(65648, 2323, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2879;s:6:\"height\";i:1201;s:4:\"file\";s:16:\"2017/07/cn-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"cn-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"cn-1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"cn-1-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"cn-1-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:16:\"cn-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"cn-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"cn-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"cn-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"cn-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"cn-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"cn-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:16:\"cn-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"cn-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"cn-1-200x83.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:16:\"cn-1-400x167.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:16:\"cn-1-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:16:\"cn-1-800x334.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:17:\"cn-1-1200x501.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(65739, 2331, '_wp_attached_file', '2018/08/web-2.jpg'),
(65740, 2331, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:720;s:6:\"height\";i:480;s:4:\"file\";s:17:\"2018/08/web-2.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"web-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"web-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"web-2-720x400.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"web-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"web-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"web-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"web-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"web-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"web-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"web-2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"web-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"web-2-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"web-2-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"web-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(65741, 2332, '_wp_attached_file', '2018/08/small-chimney-1.jpg'),
(65742, 2332, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:920;s:6:\"height\";i:613;s:4:\"file\";s:27:\"2018/08/small-chimney-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"small-chimney-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"small-chimney-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"small-chimney-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:27:\"small-chimney-1-920x400.jpg\";s:5:\"width\";i:920;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:27:\"small-chimney-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:27:\"small-chimney-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:27:\"small-chimney-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:27:\"small-chimney-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:27:\"small-chimney-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"small-chimney-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:27:\"small-chimney-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"small-chimney-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:27:\"small-chimney-1-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:27:\"small-chimney-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:27:\"small-chimney-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:27:\"small-chimney-1-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(65827, 2340, '_edit_last', '1'),
(65828, 2340, '_edit_lock', '1535147833:1'),
(65940, 2340, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(65942, 2340, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(65831, 2340, 'slide_template', 'default'),
(65832, 2340, 'pyre_width', 'half'),
(65833, 2340, 'pyre_portfolio_width_100', 'no'),
(65834, 2340, 'pyre_project_desc_title', 'default'),
(65835, 2340, 'pyre_project_details', 'default'),
(65836, 2340, 'pyre_show_first_featured_image', 'default'),
(65837, 2340, 'pyre_fimg_width', ''),
(65838, 2340, 'pyre_fimg_height', ''),
(65839, 2340, 'pyre_project_url', ''),
(65840, 2340, 'pyre_project_url_text', ''),
(65841, 2340, 'pyre_copy_url', ''),
(65842, 2340, 'pyre_copy_url_text', ''),
(65843, 2340, 'pyre_image_rollover_icons', 'default'),
(65844, 2340, 'pyre_link_icon_url', ''),
(65845, 2340, 'pyre_link_icon_target', 'default'),
(65846, 2340, 'pyre_related_posts', 'default'),
(65847, 2340, 'pyre_share_box', 'default'),
(65848, 2340, 'pyre_post_pagination', 'default'),
(65849, 2340, 'pyre_main_top_padding', ''),
(65850, 2340, 'pyre_main_bottom_padding', ''),
(65851, 2340, 'pyre_hundredp_padding', ''),
(65852, 2340, 'pyre_slider_type', 'flex'),
(65853, 2340, 'pyre_slider', '0'),
(65854, 2340, 'pyre_wooslider', 'portfolio'),
(65855, 2340, 'pyre_revslider', '0'),
(65856, 2340, 'pyre_elasticslider', '0'),
(65857, 2340, 'pyre_slider_position', 'default'),
(65858, 2340, 'pyre_avada_rev_styles', 'default'),
(65859, 2340, 'pyre_fallback', ''),
(65860, 2340, 'pyre_demo_slider', ''),
(65861, 2340, 'pyre_display_header', 'yes'),
(65862, 2340, 'pyre_header_100_width', 'default'),
(65863, 2340, 'pyre_header_bg_color', ''),
(65864, 2340, 'pyre_header_bg_opacity', '0.00'),
(65865, 2340, 'pyre_header_bg', ''),
(65866, 2340, 'pyre_header_bg_full', 'no'),
(65867, 2340, 'pyre_header_bg_repeat', 'repeat'),
(65868, 2340, 'pyre_displayed_menu', 'default'),
(65869, 2340, 'pyre_display_footer', 'default'),
(65870, 2340, 'pyre_display_copyright', 'default'),
(65871, 2340, 'pyre_footer_100_width', 'default'),
(65872, 2340, 'pyre_sidebar_position', 'default'),
(65873, 2340, 'pyre_sidebar_bg_color', ''),
(65874, 2340, 'pyre_page_bg_layout', 'default'),
(65875, 2340, 'pyre_page_bg_color', ''),
(65876, 2340, 'pyre_page_bg', ''),
(65877, 2340, 'pyre_page_bg_full', 'no'),
(65878, 2340, 'pyre_page_bg_repeat', 'repeat'),
(65879, 2340, 'pyre_wide_page_bg_color', ''),
(65880, 2340, 'pyre_wide_page_bg', ''),
(65881, 2340, 'pyre_wide_page_bg_full', 'no'),
(65882, 2340, 'pyre_wide_page_bg_repeat', 'repeat'),
(65883, 2340, 'pyre_page_title', 'default'),
(65884, 2340, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(65885, 2340, 'pyre_page_title_text', 'default'),
(65886, 2340, 'pyre_page_title_text_alignment', 'default'),
(65887, 2340, 'pyre_page_title_custom_text', ''),
(65888, 2340, 'pyre_page_title_text_size', ''),
(65889, 2340, 'pyre_page_title_custom_subheader', ''),
(65890, 2340, 'pyre_page_title_custom_subheader_text_size', ''),
(65891, 2340, 'pyre_page_title_font_color', ''),
(65892, 2340, 'pyre_page_title_100_width', 'default'),
(65893, 2340, 'pyre_page_title_height', ''),
(65894, 2340, 'pyre_page_title_mobile_height', ''),
(65895, 2340, 'pyre_page_title_bar_bg_color', ''),
(65896, 2340, 'pyre_page_title_bar_borders_color', ''),
(65897, 2340, 'pyre_page_title_bar_bg', ''),
(65898, 2340, 'pyre_page_title_bar_bg_retina', ''),
(65899, 2340, 'pyre_page_title_bar_bg_full', 'default'),
(65900, 2340, 'pyre_page_title_bg_parallax', 'default'),
(65901, 2340, 'fusion_builder_status', 'active'),
(65902, 2340, '_thumbnail_id', '2343'),
(65903, 2340, 'pyre_video', ''),
(65904, 2340, 'pyre_video_url', ''),
(65907, 2340, 'pyre_sidebar_sticky', 'default'),
(65908, 2340, 'pyre_page_title_line_height', ''),
(65909, 2340, 'kd_featured-image-2_avada_portfolio_id', ''),
(65910, 2340, 'kd_featured-image-3_avada_portfolio_id', ''),
(65911, 2340, 'kd_featured-image-4_avada_portfolio_id', ''),
(65912, 2340, 'kd_featured-image-5_avada_portfolio_id', ''),
(65913, 2341, '_wp_attached_file', '2018/08/fuel-3.jpg');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(65914, 2341, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1620;s:4:\"file\";s:18:\"2018/08/fuel-3.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"fuel-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"fuel-3-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:18:\"fuel-3-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:19:\"fuel-3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"fuel-3-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"fuel-3-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"fuel-3-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"fuel-3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"fuel-3-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"fuel-3-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"fuel-3-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"fuel-3-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"fuel-3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:18:\"fuel-3-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"fuel-3-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"fuel-3-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"fuel-3-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"fuel-3-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(65915, 2342, '_wp_attached_file', '2018/08/fuel-1.jpg'),
(65916, 2342, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1620;s:4:\"file\";s:18:\"2018/08/fuel-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"fuel-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"fuel-1-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:18:\"fuel-1-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:19:\"fuel-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"fuel-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"fuel-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"fuel-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"fuel-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"fuel-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"fuel-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"fuel-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"fuel-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"fuel-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:18:\"fuel-1-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"fuel-1-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"fuel-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"fuel-1-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"fuel-1-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(65917, 2343, '_wp_attached_file', '2018/08/fuel-2.jpg'),
(65918, 2343, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1620;s:4:\"file\";s:18:\"2018/08/fuel-2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"fuel-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"fuel-2-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:18:\"fuel-2-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:19:\"fuel-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"fuel-2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"fuel-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"fuel-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"fuel-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"fuel-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"fuel-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"fuel-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"fuel-2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"fuel-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:18:\"fuel-2-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"fuel-2-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"fuel-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"fuel-2-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"fuel-2-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(65939, 2340, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(65941, 2340, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(65943, 2346, '_edit_last', '1'),
(65944, 2346, '_edit_lock', '1535493191:1'),
(66670, 2346, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(66672, 2346, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(65947, 2346, 'slide_template', 'default'),
(65948, 2346, 'pyre_width', 'half'),
(65949, 2346, 'pyre_portfolio_width_100', 'no'),
(65950, 2346, 'pyre_project_desc_title', 'default'),
(65951, 2346, 'pyre_project_details', 'default'),
(65952, 2346, 'pyre_show_first_featured_image', 'default'),
(65953, 2346, 'pyre_fimg_width', ''),
(65954, 2346, 'pyre_fimg_height', ''),
(65955, 2346, 'pyre_project_url', ''),
(65956, 2346, 'pyre_project_url_text', ''),
(65957, 2346, 'pyre_copy_url', ''),
(65958, 2346, 'pyre_copy_url_text', ''),
(65959, 2346, 'pyre_image_rollover_icons', 'default'),
(65960, 2346, 'pyre_link_icon_url', ''),
(65961, 2346, 'pyre_link_icon_target', 'default'),
(65962, 2346, 'pyre_related_posts', 'default'),
(65963, 2346, 'pyre_share_box', 'default'),
(65964, 2346, 'pyre_post_pagination', 'default'),
(65965, 2346, 'pyre_main_top_padding', ''),
(65966, 2346, 'pyre_main_bottom_padding', ''),
(65967, 2346, 'pyre_hundredp_padding', ''),
(65968, 2346, 'pyre_slider_type', 'flex'),
(65969, 2346, 'pyre_slider', '0'),
(65970, 2346, 'pyre_wooslider', 'portfolio'),
(65971, 2346, 'pyre_revslider', '0'),
(65972, 2346, 'pyre_elasticslider', '0'),
(65973, 2346, 'pyre_slider_position', 'default'),
(65974, 2346, 'pyre_avada_rev_styles', 'default'),
(65975, 2346, 'pyre_fallback', ''),
(65976, 2346, 'pyre_demo_slider', ''),
(65977, 2346, 'pyre_display_header', 'yes'),
(65978, 2346, 'pyre_header_100_width', 'default'),
(65979, 2346, 'pyre_header_bg_color', ''),
(65980, 2346, 'pyre_header_bg_opacity', '0.00'),
(65981, 2346, 'pyre_header_bg', ''),
(65982, 2346, 'pyre_header_bg_full', 'no'),
(65983, 2346, 'pyre_header_bg_repeat', 'repeat'),
(65984, 2346, 'pyre_displayed_menu', 'default'),
(65985, 2346, 'pyre_display_footer', 'default'),
(65986, 2346, 'pyre_display_copyright', 'default'),
(65987, 2346, 'pyre_footer_100_width', 'default'),
(65988, 2346, 'pyre_sidebar_position', 'default'),
(65989, 2346, 'pyre_sidebar_bg_color', ''),
(65990, 2346, 'pyre_page_bg_layout', 'default'),
(65991, 2346, 'pyre_page_bg_color', ''),
(65992, 2346, 'pyre_page_bg', ''),
(65993, 2346, 'pyre_page_bg_full', 'no'),
(65994, 2346, 'pyre_page_bg_repeat', 'repeat'),
(65995, 2346, 'pyre_wide_page_bg_color', ''),
(65996, 2346, 'pyre_wide_page_bg', ''),
(65997, 2346, 'pyre_wide_page_bg_full', 'no'),
(65998, 2346, 'pyre_wide_page_bg_repeat', 'repeat'),
(65999, 2346, 'pyre_page_title', 'default'),
(66000, 2346, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(66001, 2346, 'pyre_page_title_text', 'default'),
(66002, 2346, 'pyre_page_title_text_alignment', 'default'),
(66003, 2346, 'pyre_page_title_custom_text', ''),
(66004, 2346, 'pyre_page_title_text_size', ''),
(66005, 2346, 'pyre_page_title_custom_subheader', ''),
(66006, 2346, 'pyre_page_title_custom_subheader_text_size', ''),
(66007, 2346, 'pyre_page_title_font_color', ''),
(66008, 2346, 'pyre_page_title_100_width', 'default'),
(66009, 2346, 'pyre_page_title_height', ''),
(66010, 2346, 'pyre_page_title_mobile_height', ''),
(66011, 2346, 'pyre_page_title_bar_bg_color', ''),
(66012, 2346, 'pyre_page_title_bar_borders_color', ''),
(66013, 2346, 'pyre_page_title_bar_bg', ''),
(66014, 2346, 'pyre_page_title_bar_bg_retina', ''),
(66015, 2346, 'pyre_page_title_bar_bg_full', 'default'),
(66016, 2346, 'pyre_page_title_bg_parallax', 'default'),
(66017, 2346, 'fusion_builder_status', 'active'),
(66019, 2346, 'pyre_video', ''),
(66020, 2346, 'pyre_video_url', ''),
(66021, 2346, 'pyre_sidebar_sticky', 'default'),
(66022, 2346, 'pyre_page_title_line_height', ''),
(66023, 2346, 'kd_featured-image-2_avada_portfolio_id', ''),
(66024, 2346, 'kd_featured-image-3_avada_portfolio_id', ''),
(66025, 2346, 'kd_featured-image-4_avada_portfolio_id', ''),
(66026, 2346, 'kd_featured-image-5_avada_portfolio_id', ''),
(66671, 2346, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(66673, 2346, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(66034, 2349, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:393;s:4:\"file\";s:26:\"2018/08/home_right-new.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"home_right-new-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"home_right-new-248x300.png\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"home_right-new-325x272.png\";s:5:\"width\";i:325;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"home_right-new-325x295.png\";s:5:\"width\";i:325;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"home_right-new-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"home_right-new-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"home_right-new-325x272.png\";s:5:\"width\";i:325;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"home_right-new-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"home_right-new-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:26:\"home_right-new-200x242.png\";s:5:\"width\";i:200;s:6:\"height\";i:242;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:{}}}'),
(66033, 2349, '_wp_attached_file', '2018/08/home_right-new.png'),
(66061, 2353, '_wp_attached_file', '2018/08/i2-1.jpg'),
(66062, 2353, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:374;s:6:\"height\";i:249;s:4:\"file\";s:16:\"2018/08/i2-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"i2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"i2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"i2-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"i2-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"i2-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"i2-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:16:\"i2-1-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66089, 2357, '_wp_attached_file', '2018/08/ins-1.jpg'),
(66090, 2357, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:17:\"2018/08/ins-1.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ins-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ins-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ins-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"ins-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"ins-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"ins-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"ins-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"ins-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"ins-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"ins-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"ins-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"ins-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"ins-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"ins-1-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"ins-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"ins-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:17:\"ins-1-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66103, 2359, '_wp_attached_file', '2018/08/inspire-2-1.jpg'),
(66104, 2359, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2018/08/inspire-2-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"inspire-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"inspire-2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"inspire-2-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"inspire-2-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"inspire-2-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"inspire-2-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"inspire-2-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"inspire-2-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"inspire-2-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"inspire-2-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"inspire-2-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"inspire-2-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"inspire-2-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"inspire-2-1-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"inspire-2-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"inspire-2-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"inspire-2-1-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:24:\"inspire-2-1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66107, 2361, '_wp_attached_file', '2018/08/home_left-new.png'),
(66108, 2361, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:393;s:4:\"file\";s:25:\"2018/08/home_left-new.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"home_left-new-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"home_left-new-248x300.png\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"home_left-new-325x272.png\";s:5:\"width\";i:325;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"home_left-new-325x295.png\";s:5:\"width\";i:325;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"home_left-new-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"home_left-new-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"home_left-new-325x272.png\";s:5:\"width\";i:325;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"home_left-new-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"home_left-new-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:25:\"home_left-new-200x242.png\";s:5:\"width\";i:200;s:6:\"height\";i:242;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:{}}}'),
(66121, 2363, '_wp_attached_file', '2018/08/0_0.png'),
(66122, 2363, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2018/08/0_0.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"0_0-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"0_0-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"0_0-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"0_0-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"0_0-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"0_0-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"0_0-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"0_0-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"0_0-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"0_0-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"0_0-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"0_0-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:15:\"0_0-200x100.png\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:15:\"0_0-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:15:\"0_0-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:15:\"0_0-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;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:{}}}'),
(66229, 2377, '_wp_attached_file', '2018/08/equipment_inspire_x5.png'),
(66230, 2377, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:737;s:6:\"height\";i:440;s:4:\"file\";s:32:\"2018/08/equipment_inspire_x5.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"equipment_inspire_x5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"equipment_inspire_x5-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:32:\"equipment_inspire_x5-737x400.png\";s:5:\"width\";i:737;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:32:\"equipment_inspire_x5-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:32:\"equipment_inspire_x5-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:32:\"equipment_inspire_x5-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:32:\"equipment_inspire_x5-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:32:\"equipment_inspire_x5-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"equipment_inspire_x5-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:32:\"equipment_inspire_x5-700x440.png\";s:5:\"width\";i:700;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:30:\"equipment_inspire_x5-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:32:\"equipment_inspire_x5-200x119.png\";s:5:\"width\";i:200;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:32:\"equipment_inspire_x5-400x239.png\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:32:\"equipment_inspire_x5-600x358.png\";s:5:\"width\";i:600;s:6:\"height\";i:358;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:{}}}'),
(66243, 2379, '_wp_attached_file', '2018/08/p44k.png'),
(66244, 2379, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:400;s:4:\"file\";s:16:\"2018/08/p44k.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"p44k-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"p44k-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"p44k-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:16:\"p44k-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"p44k-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"p44k-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"p44k-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"p44k-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"p44k-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"p44k-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:16:\"p44k-700x400.png\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"p44k-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:16:\"p44k-200x100.png\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:16:\"p44k-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:16:\"p44k-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:16:\"p44k-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;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:{}}}'),
(66215, 2375, '_wp_attached_file', '2018/08/inspire-2-4.png'),
(66216, 2375, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2018/08/inspire-2-4.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"inspire-2-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"inspire-2-4-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"inspire-2-4-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"inspire-2-4-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"inspire-2-4-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"inspire-2-4-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"inspire-2-4-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"inspire-2-4-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"inspire-2-4-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"inspire-2-4-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"inspire-2-4-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"inspire-2-4-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"inspire-2-4-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:23:\"inspire-2-4-200x133.png\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:23:\"inspire-2-4-400x267.png\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:23:\"inspire-2-4-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:23:\"inspire-2-4-800x533.png\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}i:1200;a:4:{s:4:\"file\";s:24:\"inspire-2-4-1200x800.png\";s:5:\"width\";i:1200;s:6:\"height\";i:800;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:{}}}'),
(66213, 2374, '_wp_attached_file', '2018/08/inspire-2-5.png'),
(66214, 2374, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2018/08/inspire-2-5.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"inspire-2-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"inspire-2-5-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"inspire-2-5-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"inspire-2-5-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"inspire-2-5-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"inspire-2-5-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"inspire-2-5-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"inspire-2-5-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"inspire-2-5-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"inspire-2-5-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"inspire-2-5-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"inspire-2-5-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"inspire-2-5-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:23:\"inspire-2-5-200x133.png\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:23:\"inspire-2-5-400x267.png\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:23:\"inspire-2-5-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:23:\"inspire-2-5-800x533.png\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}i:1200;a:4:{s:4:\"file\";s:24:\"inspire-2-5-1200x800.png\";s:5:\"width\";i:1200;s:6:\"height\";i:800;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:{}}}'),
(66281, 2383, '_wp_attached_file', '2018/08/inspire-2-prores.png'),
(66282, 2383, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2018/08/inspire-2-prores.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"inspire-2-prores-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"inspire-2-prores-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"inspire-2-prores-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"inspire-2-prores-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"inspire-2-prores-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"inspire-2-prores-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"inspire-2-prores-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"inspire-2-prores-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"inspire-2-prores-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"inspire-2-prores-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"inspire-2-prores-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"inspire-2-prores-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"inspire-2-prores-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:28:\"inspire-2-prores-200x133.png\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:28:\"inspire-2-prores-400x267.png\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:28:\"inspire-2-prores-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:28:\"inspire-2-prores-800x533.png\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}i:1200;a:4:{s:4:\"file\";s:29:\"inspire-2-prores-1200x800.png\";s:5:\"width\";i:1200;s:6:\"height\";i:800;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:{}}}'),
(66307, 2386, '_wp_attached_file', '2018/08/i2focus.png'),
(66308, 2386, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2018/08/i2focus.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"i2focus-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"i2focus-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"i2focus-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"i2focus-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:19:\"i2focus-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:19:\"i2focus-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"i2focus-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"i2focus-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"i2focus-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"i2focus-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"i2focus-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:19:\"i2focus-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"i2focus-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:19:\"i2focus-200x133.png\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:19:\"i2focus-400x267.png\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:19:\"i2focus-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:19:\"i2focus-800x533.png\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}i:1200;a:4:{s:4:\"file\";s:20:\"i2focus-1200x800.png\";s:5:\"width\";i:1200;s:6:\"height\";i:800;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:{}}}'),
(66365, 2391, '_edit_last', '1'),
(66366, 2391, '_edit_lock', '1538509595:1'),
(68442, 2391, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(68444, 2391, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(66369, 2391, 'slide_template', 'default'),
(66370, 2391, 'pyre_width', 'half'),
(66371, 2391, 'pyre_portfolio_width_100', 'no'),
(66372, 2391, 'pyre_project_desc_title', 'default'),
(66373, 2391, 'pyre_project_details', 'default'),
(66374, 2391, 'pyre_show_first_featured_image', 'default'),
(66375, 2391, 'pyre_fimg_width', ''),
(66376, 2391, 'pyre_fimg_height', ''),
(66377, 2391, 'pyre_project_url', ''),
(66378, 2391, 'pyre_project_url_text', ''),
(66379, 2391, 'pyre_copy_url', ''),
(66380, 2391, 'pyre_copy_url_text', ''),
(66381, 2391, 'pyre_image_rollover_icons', 'default'),
(66382, 2391, 'pyre_link_icon_url', ''),
(66383, 2391, 'pyre_link_icon_target', 'default'),
(66384, 2391, 'pyre_related_posts', 'default'),
(66385, 2391, 'pyre_share_box', 'default'),
(66386, 2391, 'pyre_post_pagination', 'default'),
(66387, 2391, 'pyre_main_top_padding', ''),
(66388, 2391, 'pyre_main_bottom_padding', ''),
(66389, 2391, 'pyre_hundredp_padding', ''),
(66390, 2391, 'pyre_slider_type', 'flex'),
(66391, 2391, 'pyre_slider', '0'),
(66392, 2391, 'pyre_wooslider', 'portfolio'),
(66393, 2391, 'pyre_revslider', '0'),
(66394, 2391, 'pyre_elasticslider', '0'),
(66395, 2391, 'pyre_slider_position', 'default'),
(66396, 2391, 'pyre_avada_rev_styles', 'default'),
(66397, 2391, 'pyre_fallback', ''),
(66398, 2391, 'pyre_demo_slider', ''),
(66399, 2391, 'pyre_display_header', 'yes'),
(66400, 2391, 'pyre_header_100_width', 'default'),
(66401, 2391, 'pyre_header_bg_color', ''),
(66402, 2391, 'pyre_header_bg_opacity', '0.00'),
(66403, 2391, 'pyre_header_bg', ''),
(66404, 2391, 'pyre_header_bg_full', 'no'),
(66405, 2391, 'pyre_header_bg_repeat', 'repeat'),
(66406, 2391, 'pyre_displayed_menu', 'default'),
(66407, 2391, 'pyre_display_footer', 'default'),
(66408, 2391, 'pyre_display_copyright', 'default'),
(66409, 2391, 'pyre_footer_100_width', 'default'),
(66410, 2391, 'pyre_sidebar_position', 'default'),
(66411, 2391, 'pyre_sidebar_bg_color', ''),
(66412, 2391, 'pyre_page_bg_layout', 'default'),
(66413, 2391, 'pyre_page_bg_color', ''),
(66414, 2391, 'pyre_page_bg', ''),
(66415, 2391, 'pyre_page_bg_full', 'no'),
(66416, 2391, 'pyre_page_bg_repeat', 'repeat'),
(66417, 2391, 'pyre_wide_page_bg_color', ''),
(66418, 2391, 'pyre_wide_page_bg', ''),
(66419, 2391, 'pyre_wide_page_bg_full', 'no'),
(66420, 2391, 'pyre_wide_page_bg_repeat', 'repeat'),
(66421, 2391, 'pyre_page_title', 'default'),
(66422, 2391, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(66423, 2391, 'pyre_page_title_text', 'default'),
(66424, 2391, 'pyre_page_title_text_alignment', 'default'),
(66425, 2391, 'pyre_page_title_custom_text', ''),
(66426, 2391, 'pyre_page_title_text_size', ''),
(66427, 2391, 'pyre_page_title_custom_subheader', ''),
(66428, 2391, 'pyre_page_title_custom_subheader_text_size', ''),
(66429, 2391, 'pyre_page_title_font_color', ''),
(66430, 2391, 'pyre_page_title_100_width', 'default'),
(66431, 2391, 'pyre_page_title_height', ''),
(66432, 2391, 'pyre_page_title_mobile_height', ''),
(66433, 2391, 'pyre_page_title_bar_bg_color', ''),
(66434, 2391, 'pyre_page_title_bar_borders_color', '');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(66435, 2391, 'pyre_page_title_bar_bg', ''),
(66436, 2391, 'pyre_page_title_bar_bg_retina', ''),
(66437, 2391, 'pyre_page_title_bar_bg_full', 'default'),
(66438, 2391, 'pyre_page_title_bg_parallax', 'default'),
(66439, 2391, 'fusion_builder_status', 'active'),
(66440, 2391, '_thumbnail_id', '2393'),
(66441, 2391, 'pyre_video', ''),
(66442, 2391, 'pyre_video_url', ''),
(66443, 2391, 'pyre_sidebar_sticky', 'default'),
(66444, 2391, 'pyre_page_title_line_height', ''),
(66445, 2391, 'kd_featured-image-2_avada_portfolio_id', ''),
(66446, 2391, 'kd_featured-image-3_avada_portfolio_id', ''),
(66447, 2391, 'kd_featured-image-4_avada_portfolio_id', ''),
(66448, 2391, 'kd_featured-image-5_avada_portfolio_id', ''),
(66451, 2392, '_wp_attached_file', '2018/08/wwtw-2.jpg'),
(66452, 2392, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2879;s:6:\"height\";i:1221;s:4:\"file\";s:18:\"2018/08/wwtw-2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"wwtw-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"wwtw-2-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"wwtw-2-768x326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"wwtw-2-1024x434.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"wwtw-2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"wwtw-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"wwtw-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"wwtw-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"wwtw-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"wwtw-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"wwtw-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"wwtw-2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"wwtw-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"wwtw-2-200x85.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"wwtw-2-400x170.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"wwtw-2-600x254.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"wwtw-2-800x339.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"wwtw-2-1200x509.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66453, 2393, '_wp_attached_file', '2018/08/wwtw-1.jpg'),
(66454, 2393, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2879;s:6:\"height\";i:1212;s:4:\"file\";s:18:\"2018/08/wwtw-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"wwtw-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"wwtw-1-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"wwtw-1-768x323.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"wwtw-1-1024x431.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"wwtw-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"wwtw-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"wwtw-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"wwtw-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"wwtw-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"wwtw-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"wwtw-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"wwtw-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"wwtw-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"wwtw-1-200x84.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"wwtw-1-400x168.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"wwtw-1-600x253.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"wwtw-1-800x337.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"wwtw-1-1200x505.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66455, 2394, '_wp_attached_file', '2018/08/wwtw-3.jpg'),
(66456, 2394, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1213;s:4:\"file\";s:18:\"2018/08/wwtw-3.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"wwtw-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"wwtw-3-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"wwtw-3-768x323.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"wwtw-3-1024x431.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"wwtw-3-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"wwtw-3-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"wwtw-3-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"wwtw-3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"wwtw-3-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"wwtw-3-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"wwtw-3-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"wwtw-3-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"wwtw-3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"wwtw-3-200x84.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"wwtw-3-400x168.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"wwtw-3-600x253.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"wwtw-3-800x337.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"wwtw-3-1200x505.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66457, 2395, '_wp_attached_file', '2018/08/wwtw-4.jpg'),
(66458, 2395, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1203;s:4:\"file\";s:18:\"2018/08/wwtw-4.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"wwtw-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"wwtw-4-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"wwtw-4-768x321.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"wwtw-4-1024x428.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"wwtw-4-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"wwtw-4-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"wwtw-4-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"wwtw-4-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"wwtw-4-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"wwtw-4-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"wwtw-4-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"wwtw-4-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"wwtw-4-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"wwtw-4-200x84.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"wwtw-4-400x167.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"wwtw-4-600x251.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"wwtw-4-800x334.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"wwtw-4-1200x501.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(68441, 2391, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(68443, 2391, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(66491, 2398, '_edit_last', '1'),
(66492, 2398, '_edit_lock', '1536098843:1'),
(66599, 2398, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(66601, 2398, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(66495, 2398, 'slide_template', 'default'),
(66496, 2398, 'pyre_width', 'half'),
(66497, 2398, 'pyre_portfolio_width_100', 'no'),
(66498, 2398, 'pyre_project_desc_title', 'default'),
(66499, 2398, 'pyre_project_details', 'default'),
(66500, 2398, 'pyre_show_first_featured_image', 'default'),
(66501, 2398, 'pyre_fimg_width', ''),
(66502, 2398, 'pyre_fimg_height', ''),
(66503, 2398, 'pyre_project_url', ''),
(66504, 2398, 'pyre_project_url_text', ''),
(66505, 2398, 'pyre_copy_url', ''),
(66506, 2398, 'pyre_copy_url_text', ''),
(66507, 2398, 'pyre_image_rollover_icons', 'default'),
(66508, 2398, 'pyre_link_icon_url', ''),
(66509, 2398, 'pyre_link_icon_target', 'default'),
(66510, 2398, 'pyre_related_posts', 'default'),
(66511, 2398, 'pyre_share_box', 'default'),
(66512, 2398, 'pyre_post_pagination', 'default'),
(66513, 2398, 'pyre_main_top_padding', ''),
(66514, 2398, 'pyre_main_bottom_padding', ''),
(66515, 2398, 'pyre_hundredp_padding', ''),
(66516, 2398, 'pyre_slider_type', 'flex'),
(66517, 2398, 'pyre_slider', '0'),
(66518, 2398, 'pyre_wooslider', 'portfolio'),
(66519, 2398, 'pyre_revslider', '0'),
(66520, 2398, 'pyre_elasticslider', '0'),
(66521, 2398, 'pyre_slider_position', 'default'),
(66522, 2398, 'pyre_avada_rev_styles', 'default'),
(66523, 2398, 'pyre_fallback', ''),
(66524, 2398, 'pyre_demo_slider', ''),
(66525, 2398, 'pyre_display_header', 'yes'),
(66526, 2398, 'pyre_header_100_width', 'default'),
(66527, 2398, 'pyre_header_bg_color', ''),
(66528, 2398, 'pyre_header_bg_opacity', '0.00'),
(66529, 2398, 'pyre_header_bg', ''),
(66530, 2398, 'pyre_header_bg_full', 'no'),
(66531, 2398, 'pyre_header_bg_repeat', 'repeat'),
(66532, 2398, 'pyre_displayed_menu', 'default'),
(66533, 2398, 'pyre_display_footer', 'default'),
(66534, 2398, 'pyre_display_copyright', 'default'),
(66535, 2398, 'pyre_footer_100_width', 'default'),
(66536, 2398, 'pyre_sidebar_position', 'default'),
(66537, 2398, 'pyre_sidebar_bg_color', ''),
(66538, 2398, 'pyre_page_bg_layout', 'default'),
(66539, 2398, 'pyre_page_bg_color', ''),
(66540, 2398, 'pyre_page_bg', ''),
(66541, 2398, 'pyre_page_bg_full', 'no'),
(66542, 2398, 'pyre_page_bg_repeat', 'repeat'),
(66543, 2398, 'pyre_wide_page_bg_color', ''),
(66544, 2398, 'pyre_wide_page_bg', ''),
(66545, 2398, 'pyre_wide_page_bg_full', 'no'),
(66546, 2398, 'pyre_wide_page_bg_repeat', 'repeat'),
(66547, 2398, 'pyre_page_title', 'default'),
(66548, 2398, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(66549, 2398, 'pyre_page_title_text', 'default'),
(66550, 2398, 'pyre_page_title_text_alignment', 'default'),
(66551, 2398, 'pyre_page_title_custom_text', ''),
(66552, 2398, 'pyre_page_title_text_size', ''),
(66553, 2398, 'pyre_page_title_custom_subheader', ''),
(66554, 2398, 'pyre_page_title_custom_subheader_text_size', ''),
(66555, 2398, 'pyre_page_title_font_color', ''),
(66556, 2398, 'pyre_page_title_100_width', 'default'),
(66557, 2398, 'pyre_page_title_height', ''),
(66558, 2398, 'pyre_page_title_mobile_height', ''),
(66559, 2398, 'pyre_page_title_bar_bg_color', ''),
(66560, 2398, 'pyre_page_title_bar_borders_color', ''),
(66561, 2398, 'pyre_page_title_bar_bg', ''),
(66562, 2398, 'pyre_page_title_bar_bg_retina', ''),
(66563, 2398, 'pyre_page_title_bar_bg_full', 'default'),
(66564, 2398, 'pyre_page_title_bg_parallax', 'default'),
(66565, 2398, 'fusion_builder_status', 'active'),
(66566, 2398, '_thumbnail_id', '2399'),
(66567, 2398, 'pyre_video', ''),
(66568, 2398, 'pyre_video_url', ''),
(66569, 2398, 'pyre_sidebar_sticky', 'default'),
(66570, 2398, 'pyre_page_title_line_height', ''),
(66571, 2398, 'kd_featured-image-2_avada_portfolio_id', ''),
(66572, 2398, 'kd_featured-image-3_avada_portfolio_id', ''),
(66573, 2398, 'kd_featured-image-4_avada_portfolio_id', ''),
(66574, 2398, 'kd_featured-image-5_avada_portfolio_id', ''),
(66600, 2398, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(66602, 2398, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(66577, 2399, '_wp_attached_file', '2018/08/revilo-2.jpg'),
(66578, 2399, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1620;s:4:\"file\";s:20:\"2018/08/revilo-2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"revilo-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"revilo-2-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:\"revilo-2-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:\"revilo-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"revilo-2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"revilo-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"revilo-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"revilo-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"revilo-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"revilo-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"revilo-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"revilo-2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"revilo-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"revilo-2-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"revilo-2-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"revilo-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"revilo-2-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"revilo-2-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66579, 2400, '_wp_attached_file', '2018/08/revilo-1.jpg'),
(66580, 2400, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1620;s:4:\"file\";s:20:\"2018/08/revilo-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"revilo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"revilo-1-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:\"revilo-1-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:\"revilo-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"revilo-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"revilo-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"revilo-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"revilo-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"revilo-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"revilo-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"revilo-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"revilo-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"revilo-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"revilo-1-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"revilo-1-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"revilo-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"revilo-1-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"revilo-1-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66581, 2401, '_wp_attached_file', '2018/08/revilo-3.jpg'),
(66582, 2401, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1620;s:4:\"file\";s:20:\"2018/08/revilo-3.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"revilo-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"revilo-3-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:\"revilo-3-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:\"revilo-3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"revilo-3-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"revilo-3-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"revilo-3-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"revilo-3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"revilo-3-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"revilo-3-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"revilo-3-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"revilo-3-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"revilo-3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"revilo-3-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"revilo-3-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"revilo-3-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"revilo-3-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"revilo-3-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66651, 2407, '_wp_attached_file', '2018/08/hfh-logo.jpg'),
(66652, 2407, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:20:\"2018/08/hfh-logo.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"hfh-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hfh-logo-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:\"hfh-logo-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:\"hfh-logo-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"hfh-logo-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"hfh-logo-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"hfh-logo-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"hfh-logo-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"hfh-logo-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"hfh-logo-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"hfh-logo-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"hfh-logo-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"hfh-logo-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"hfh-logo-200x112.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"hfh-logo-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"hfh-logo-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"hfh-logo-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"hfh-logo-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66653, 2346, '_thumbnail_id', '2407'),
(66716, 2413, '_wp_attached_file', '2018/09/file8_1_orig.jpg'),
(66717, 2413, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:24:\"2018/09/file8_1_orig.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"file8_1_orig-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"file8_1_orig-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"file8_1_orig-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"file8_1_orig-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"file8_1_orig-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"file8_1_orig-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"file8_1_orig-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"file8_1_orig-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"file8_1_orig-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"file8_1_orig-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"file8_1_orig-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"file8_1_orig-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"file8_1_orig-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"file8_1_orig-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"file8_1_orig-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"file8_1_orig-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"file8_1_orig-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66718, 2414, '_wp_attached_file', '2018/09/file4_1_orig.jpg'),
(66719, 2414, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:24:\"2018/09/file4_1_orig.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"file4_1_orig-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"file4_1_orig-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"file4_1_orig-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"file4_1_orig-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"file4_1_orig-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"file4_1_orig-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"file4_1_orig-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"file4_1_orig-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"file4_1_orig-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"file4_1_orig-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"file4_1_orig-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"file4_1_orig-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"file4_1_orig-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"file4_1_orig-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"file4_1_orig-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"file4_1_orig-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"file4_1_orig-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66720, 2415, '_wp_attached_file', '2018/09/file1_1_orig.jpg'),
(66721, 2415, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:24:\"2018/09/file1_1_orig.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"file1_1_orig-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"file1_1_orig-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"file1_1_orig-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"file1_1_orig-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"file1_1_orig-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"file1_1_orig-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"file1_1_orig-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"file1_1_orig-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"file1_1_orig-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"file1_1_orig-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"file1_1_orig-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"file1_1_orig-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"file1_1_orig-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"file1_1_orig-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"file1_1_orig-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"file1_1_orig-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"file1_1_orig-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66722, 2416, '_wp_attached_file', '2018/09/file10_1_orig.jpg'),
(66723, 2416, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:25:\"2018/09/file10_1_orig.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"file10_1_orig-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"file10_1_orig-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"file10_1_orig-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"file10_1_orig-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:25:\"file10_1_orig-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"file10_1_orig-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"file10_1_orig-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"file10_1_orig-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"file10_1_orig-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"file10_1_orig-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"file10_1_orig-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:25:\"file10_1_orig-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"file10_1_orig-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:25:\"file10_1_orig-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:25:\"file10_1_orig-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:25:\"file10_1_orig-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:25:\"file10_1_orig-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66724, 2417, '_wp_attached_file', '2018/09/file2_1_orig.jpg'),
(66725, 2417, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:24:\"2018/09/file2_1_orig.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"file2_1_orig-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"file2_1_orig-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"file2_1_orig-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"file2_1_orig-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"file2_1_orig-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"file2_1_orig-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"file2_1_orig-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"file2_1_orig-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"file2_1_orig-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"file2_1_orig-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"file2_1_orig-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"file2_1_orig-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"file2_1_orig-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"file2_1_orig-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"file2_1_orig-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"file2_1_orig-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"file2_1_orig-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66726, 2418, '_wp_attached_file', '2018/09/file7_1_orig.jpg'),
(66727, 2418, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:24:\"2018/09/file7_1_orig.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"file7_1_orig-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"file7_1_orig-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"file7_1_orig-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"file7_1_orig-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"file7_1_orig-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"file7_1_orig-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"file7_1_orig-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"file7_1_orig-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"file7_1_orig-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"file7_1_orig-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"file7_1_orig-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"file7_1_orig-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"file7_1_orig-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"file7_1_orig-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"file7_1_orig-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"file7_1_orig-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"file7_1_orig-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66728, 2419, '_wp_attached_file', '2018/09/file13_1_orig.jpg');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(66729, 2419, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:25:\"2018/09/file13_1_orig.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"file13_1_orig-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"file13_1_orig-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"file13_1_orig-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"file13_1_orig-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:25:\"file13_1_orig-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"file13_1_orig-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"file13_1_orig-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"file13_1_orig-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"file13_1_orig-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"file13_1_orig-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"file13_1_orig-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:25:\"file13_1_orig-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"file13_1_orig-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:25:\"file13_1_orig-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:25:\"file13_1_orig-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:25:\"file13_1_orig-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:25:\"file13_1_orig-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66730, 2420, '_wp_attached_file', '2018/09/file9_1_orig.jpg'),
(66731, 2420, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:24:\"2018/09/file9_1_orig.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"file9_1_orig-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"file9_1_orig-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"file9_1_orig-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"file9_1_orig-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"file9_1_orig-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"file9_1_orig-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"file9_1_orig-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"file9_1_orig-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"file9_1_orig-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"file9_1_orig-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"file9_1_orig-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"file9_1_orig-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"file9_1_orig-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"file9_1_orig-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"file9_1_orig-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"file9_1_orig-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"file9_1_orig-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66732, 2421, '_wp_attached_file', '2018/09/file3_1_orig.jpg'),
(66733, 2421, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:24:\"2018/09/file3_1_orig.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"file3_1_orig-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"file3_1_orig-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"file3_1_orig-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"file3_1_orig-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"file3_1_orig-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"file3_1_orig-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"file3_1_orig-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"file3_1_orig-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"file3_1_orig-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"file3_1_orig-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"file3_1_orig-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"file3_1_orig-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"file3_1_orig-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"file3_1_orig-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"file3_1_orig-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"file3_1_orig-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"file3_1_orig-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66770, 2425, '_wp_attached_file', '2018/09/thermal-2.jpg'),
(66771, 2425, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:720;s:6:\"height\";i:480;s:4:\"file\";s:21:\"2018/09/thermal-2.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"thermal-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"thermal-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"thermal-2-720x400.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"thermal-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"thermal-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"thermal-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"thermal-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"thermal-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"thermal-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"thermal-2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"thermal-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"thermal-2-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"thermal-2-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"thermal-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66772, 2426, '_wp_attached_file', '2018/09/thermal-3.jpg'),
(66773, 2426, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:720;s:6:\"height\";i:480;s:4:\"file\";s:21:\"2018/09/thermal-3.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"thermal-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"thermal-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"thermal-3-720x400.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"thermal-3-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"thermal-3-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"thermal-3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"thermal-3-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"thermal-3-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"thermal-3-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"thermal-3-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"thermal-3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"thermal-3-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"thermal-3-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"thermal-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66774, 2427, '_wp_attached_file', '2018/09/thermal-1.jpg'),
(66775, 2427, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:720;s:6:\"height\";i:480;s:4:\"file\";s:21:\"2018/09/thermal-1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"thermal-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"thermal-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"thermal-1-720x400.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"thermal-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"thermal-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"thermal-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"thermal-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"thermal-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"thermal-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"thermal-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"thermal-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"thermal-1-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"thermal-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"thermal-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66776, 2428, '_wp_attached_file', '2018/09/thermal-4.jpg'),
(66777, 2428, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:720;s:6:\"height\";i:480;s:4:\"file\";s:21:\"2018/09/thermal-4.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"thermal-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"thermal-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"thermal-4-720x400.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"thermal-4-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"thermal-4-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"thermal-4-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"thermal-4-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"thermal-4-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"thermal-4-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"thermal-4-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"thermal-4-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"thermal-4-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"thermal-4-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"thermal-4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(66786, 1984, 'pyre_sidebar_sticky', 'default'),
(66787, 1984, 'pyre_page_title_line_height', ''),
(66788, 1984, 'kd_featured-image-2_avada_portfolio_id', ''),
(66789, 1984, 'kd_featured-image-3_avada_portfolio_id', ''),
(66790, 1984, 'kd_featured-image-4_avada_portfolio_id', ''),
(66791, 1984, 'kd_featured-image-5_avada_portfolio_id', ''),
(66864, 2434, 'pyre_page_title_bar_bg', ''),
(66865, 2434, '_wp_old_slug', 'project-1'),
(66866, 2434, 'pyre_header_bg_full', 'no'),
(66867, 2434, 'pyre_page_title_bg_parallax', 'default'),
(66868, 2434, 'fusion_builder_status', 'active'),
(66869, 2434, 'pyre_sidebar_bg_color', ''),
(66870, 2434, 'pyre_page_bg_layout', 'default'),
(66871, 2434, 'pyre_page_bg_color', ''),
(66872, 2434, 'pyre_page_bg', ''),
(66873, 2434, 'pyre_header_bg_repeat', 'repeat'),
(66874, 2434, 'pyre_displayed_menu', 'default'),
(66875, 2434, 'pyre_display_footer', 'default'),
(66876, 2434, 'pyre_display_copyright', 'default'),
(66877, 2434, 'pyre_footer_100_width', 'default'),
(66878, 2434, 'pyre_sidebar_position', 'default'),
(66879, 2434, '_edit_last', '1'),
(66880, 2434, '_edit_lock', '1536327693:1'),
(66881, 2434, 'pyre_wide_page_bg_full', 'no'),
(66882, 2434, 'pyre_wide_page_bg_repeat', 'repeat'),
(66883, 2434, 'pyre_page_title', 'default'),
(66884, 2434, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(66885, 2434, 'pyre_page_title_text', 'default'),
(66886, 2434, 'pyre_page_title_text_alignment', 'default'),
(66887, 2434, 'pyre_page_title_custom_text', ''),
(66888, 2434, 'pyre_page_title_text_size', ''),
(66889, 2434, 'pyre_page_title_custom_subheader', ''),
(66890, 2434, 'pyre_page_title_custom_subheader_text_size', ''),
(66891, 2434, 'pyre_page_title_font_color', ''),
(66892, 2434, 'pyre_page_title_100_width', 'default'),
(66893, 2434, 'pyre_page_title_height', ''),
(66894, 2434, 'pyre_page_title_mobile_height', ''),
(66895, 2434, 'pyre_page_title_bar_bg_color', ''),
(66896, 2434, 'pyre_page_title_bar_borders_color', ''),
(66897, 2434, 'pyre_page_title_bar_bg_retina', ''),
(66898, 2434, 'pyre_page_title_bar_bg_full', 'default'),
(66899, 2434, 'pyre_wide_page_bg', ''),
(66900, 2434, 'pyre_page_bg_full', 'no'),
(66901, 2434, 'pyre_page_bg_repeat', 'repeat'),
(66902, 2434, 'pyre_wide_page_bg_color', ''),
(66903, 2434, '_thumbnail_id', '2428'),
(66906, 2434, 'slide_template', 'default'),
(66907, 2434, 'pyre_width', 'half'),
(66908, 2434, 'pyre_portfolio_width_100', 'no'),
(66909, 2434, 'pyre_project_desc_title', 'default'),
(66910, 2434, 'pyre_project_details', 'default'),
(66911, 2434, 'pyre_show_first_featured_image', 'default'),
(66912, 2434, 'pyre_fimg_width', ''),
(66913, 2434, 'pyre_fimg_height', ''),
(66914, 2434, 'pyre_video', ''),
(66915, 2434, 'pyre_video_url', ''),
(66916, 2434, 'pyre_project_url', ''),
(66917, 2434, 'pyre_project_url_text', ''),
(66918, 2434, 'pyre_copy_url', ''),
(66919, 2434, 'pyre_copy_url_text', ''),
(66920, 2434, 'pyre_image_rollover_icons', 'default'),
(66921, 2434, 'pyre_link_icon_url', ''),
(66922, 2434, 'pyre_link_icon_target', 'default'),
(66923, 2434, 'pyre_related_posts', 'default'),
(66924, 2434, 'pyre_share_box', 'default'),
(66925, 2434, 'pyre_post_pagination', 'default'),
(66926, 2434, 'pyre_main_top_padding', ''),
(66927, 2434, 'pyre_main_bottom_padding', ''),
(66928, 2434, 'pyre_hundredp_padding', ''),
(66929, 2434, 'pyre_slider_type', 'flex'),
(66930, 2434, 'pyre_slider', '0'),
(66931, 2434, 'pyre_wooslider', 'portfolio'),
(66932, 2434, 'pyre_revslider', '0'),
(66933, 2434, 'pyre_elasticslider', '0'),
(66934, 2434, 'pyre_slider_position', 'default'),
(66935, 2434, 'pyre_avada_rev_styles', 'default'),
(66936, 2434, 'pyre_fallback', ''),
(66937, 2434, 'pyre_demo_slider', ''),
(66938, 2434, 'pyre_display_header', 'yes'),
(66939, 2434, 'pyre_header_100_width', 'default'),
(66940, 2434, 'pyre_header_bg_color', ''),
(66941, 2434, 'pyre_header_bg_opacity', '0.00'),
(66942, 2434, 'pyre_header_bg', ''),
(66943, 2434, '_wp_old_slug', 'portfolio-template'),
(66973, 2434, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(66975, 2434, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(66946, 2434, 'pyre_sidebar_sticky', 'default'),
(66947, 2434, 'pyre_page_title_line_height', ''),
(66948, 2434, 'kd_featured-image-2_avada_portfolio_id', ''),
(66949, 2434, 'kd_featured-image-3_avada_portfolio_id', ''),
(66950, 2434, 'kd_featured-image-4_avada_portfolio_id', ''),
(66951, 2434, 'kd_featured-image-5_avada_portfolio_id', ''),
(66972, 2434, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(66974, 2434, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(67073, 2443, 'pyre_avada_rev_styles', 'default'),
(67074, 2443, 'pyre_fallback', ''),
(67075, 2443, 'pyre_demo_slider', ''),
(67076, 2443, 'pyre_main_top_padding', ''),
(67077, 2443, 'pyre_main_bottom_padding', '0px'),
(67078, 2443, 'pyre_hundredp_padding', ''),
(67079, 2443, 'pyre_show_first_featured_image', 'no'),
(67080, 2443, 'pyre_display_header', 'yes'),
(67081, 2443, 'pyre_header_100_width', 'default'),
(67082, 2443, 'pyre_header_bg_color', ''),
(67083, 2443, 'pyre_header_bg_opacity', '0'),
(67084, 2443, 'pyre_header_bg', ''),
(67085, 2443, 'pyre_header_bg_full', 'no'),
(67086, 2443, 'pyre_header_bg_repeat', 'repeat'),
(67087, 2443, 'pyre_displayed_menu', 'default'),
(67088, 2443, 'pyre_display_footer', 'default'),
(67089, 2443, 'pyre_display_copyright', 'default'),
(67090, 2443, 'pyre_footer_100_width', 'default'),
(67091, 2443, 'pyre_sidebar_position', 'default'),
(67092, 2443, 'pyre_sidebar_sticky', 'default'),
(67093, 2443, 'pyre_sidebar_bg_color', ''),
(67094, 2443, 'pyre_page_bg_layout', 'default'),
(67095, 2443, 'pyre_page_bg_color', ''),
(67096, 2443, 'pyre_page_bg', ''),
(67097, 2443, 'pyre_page_bg_full', 'no'),
(67098, 2443, 'pyre_page_bg_repeat', 'repeat'),
(67099, 2443, 'pyre_wide_page_bg_color', ''),
(67100, 2443, 'pyre_wide_page_bg', ''),
(67101, 2443, 'pyre_wide_page_bg_full', 'no'),
(67102, 2443, 'pyre_wide_page_bg_repeat', 'repeat'),
(67103, 2443, 'pyre_page_title', 'no'),
(67104, 2443, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(67105, 2443, 'pyre_page_title_text', 'default'),
(67106, 2443, 'pyre_page_title_text_alignment', 'default'),
(67107, 2443, 'pyre_page_title_custom_text', ''),
(67108, 2443, 'pyre_page_title_text_size', ''),
(67109, 2443, 'pyre_page_title_line_height', ''),
(67110, 2443, 'pyre_page_title_custom_subheader', ''),
(67111, 2443, 'pyre_page_title_custom_subheader_text_size', ''),
(67112, 2443, 'pyre_page_title_font_color', ''),
(67113, 2443, 'pyre_page_title_100_width', 'default'),
(67114, 2443, 'pyre_page_title_height', ''),
(67115, 2443, 'pyre_page_title_mobile_height', ''),
(67116, 2443, 'pyre_page_title_bar_bg_color', ''),
(67117, 2443, 'pyre_page_title_bar_borders_color', ''),
(67118, 2443, 'pyre_page_title_bar_bg', ''),
(67119, 2443, 'pyre_page_title_bar_bg_retina', ''),
(67120, 2443, 'pyre_page_title_bar_bg_full', 'default'),
(67121, 2443, 'pyre_page_title_bg_parallax', 'default'),
(67122, 2443, 'fusion_builder_status', 'active'),
(67123, 2443, 'kd_featured-image-2_page_id', ''),
(67124, 2443, 'kd_featured-image-3_page_id', ''),
(67125, 2443, 'kd_featured-image-4_page_id', ''),
(67126, 2443, 'kd_featured-image-5_page_id', ''),
(67685, 1932, '_wp_old_date', '2017-07-26'),
(67686, 1984, '_wp_old_date', '2018-09-26'),
(67687, 1932, '_wp_old_date', '2018-09-26'),
(67884, 2487, '_wp_attached_file', '2018/09/manchester-skyline-1-2.jpg'),
(67885, 2487, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1132;s:6:\"height\";i:755;s:4:\"file\";s:34:\"2018/09/manchester-skyline-1-2.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"manchester-skyline-1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"manchester-skyline-1-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"manchester-skyline-1-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"manchester-skyline-1-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:34:\"manchester-skyline-1-2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:34:\"manchester-skyline-1-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:34:\"manchester-skyline-1-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:34:\"manchester-skyline-1-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:34:\"manchester-skyline-1-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:34:\"manchester-skyline-1-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"manchester-skyline-1-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:34:\"manchester-skyline-1-2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:32:\"manchester-skyline-1-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:34:\"manchester-skyline-1-2-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:34:\"manchester-skyline-1-2-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:34:\"manchester-skyline-1-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:34:\"manchester-skyline-1-2-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(67970, 2495, '_edit_last', '1'),
(67971, 2495, '_edit_lock', '1536520208:1'),
(68090, 2495, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(68092, 2495, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(67974, 2495, 'slide_template', 'default'),
(67975, 2495, 'pyre_width', 'half'),
(67976, 2495, 'pyre_portfolio_width_100', 'no'),
(67977, 2495, 'pyre_project_desc_title', 'default'),
(67978, 2495, 'pyre_project_details', 'default'),
(67979, 2495, 'pyre_show_first_featured_image', 'default'),
(67980, 2495, 'pyre_fimg_width', ''),
(67981, 2495, 'pyre_fimg_height', ''),
(67982, 2495, 'pyre_project_url', ''),
(67983, 2495, 'pyre_project_url_text', ''),
(67984, 2495, 'pyre_copy_url', ''),
(67985, 2495, 'pyre_copy_url_text', ''),
(67986, 2495, 'pyre_image_rollover_icons', 'default'),
(67987, 2495, 'pyre_link_icon_url', ''),
(67988, 2495, 'pyre_link_icon_target', 'default'),
(67989, 2495, 'pyre_related_posts', 'default'),
(67990, 2495, 'pyre_share_box', 'default'),
(67991, 2495, 'pyre_post_pagination', 'default'),
(67992, 2495, 'pyre_main_top_padding', ''),
(67993, 2495, 'pyre_main_bottom_padding', ''),
(67994, 2495, 'pyre_hundredp_padding', ''),
(67995, 2495, 'pyre_slider_type', 'flex'),
(67996, 2495, 'pyre_slider', '0'),
(67997, 2495, 'pyre_wooslider', 'portfolio'),
(67998, 2495, 'pyre_revslider', '0'),
(67999, 2495, 'pyre_elasticslider', '0'),
(68000, 2495, 'pyre_slider_position', 'default'),
(68001, 2495, 'pyre_avada_rev_styles', 'default'),
(68002, 2495, 'pyre_fallback', ''),
(68003, 2495, 'pyre_demo_slider', ''),
(68004, 2495, 'pyre_display_header', 'yes'),
(68005, 2495, 'pyre_header_100_width', 'default'),
(68006, 2495, 'pyre_header_bg_color', ''),
(68007, 2495, 'pyre_header_bg_opacity', '0.00'),
(68008, 2495, 'pyre_header_bg', ''),
(68009, 2495, 'pyre_header_bg_full', 'no'),
(68010, 2495, 'pyre_header_bg_repeat', 'repeat'),
(68011, 2495, 'pyre_displayed_menu', 'default'),
(68012, 2495, 'pyre_display_footer', 'default'),
(68013, 2495, 'pyre_display_copyright', 'default'),
(68014, 2495, 'pyre_footer_100_width', 'default'),
(68015, 2495, 'pyre_sidebar_position', 'default'),
(68016, 2495, 'pyre_sidebar_bg_color', ''),
(68017, 2495, 'pyre_page_bg_layout', 'default'),
(68018, 2495, 'pyre_page_bg_color', ''),
(68019, 2495, 'pyre_page_bg', ''),
(68020, 2495, 'pyre_page_bg_full', 'no'),
(68021, 2495, 'pyre_page_bg_repeat', 'repeat'),
(68022, 2495, 'pyre_wide_page_bg_color', ''),
(68023, 2495, 'pyre_wide_page_bg', ''),
(68024, 2495, 'pyre_wide_page_bg_full', 'no'),
(68025, 2495, 'pyre_wide_page_bg_repeat', 'repeat'),
(68026, 2495, 'pyre_page_title', 'default'),
(68027, 2495, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(68028, 2495, 'pyre_page_title_text', 'default'),
(68029, 2495, 'pyre_page_title_text_alignment', 'default'),
(68030, 2495, 'pyre_page_title_custom_text', ''),
(68031, 2495, 'pyre_page_title_text_size', ''),
(68032, 2495, 'pyre_page_title_custom_subheader', ''),
(68033, 2495, 'pyre_page_title_custom_subheader_text_size', ''),
(68034, 2495, 'pyre_page_title_font_color', ''),
(68035, 2495, 'pyre_page_title_100_width', 'default'),
(68036, 2495, 'pyre_page_title_height', ''),
(68037, 2495, 'pyre_page_title_mobile_height', ''),
(68038, 2495, 'pyre_page_title_bar_bg_color', ''),
(68039, 2495, 'pyre_page_title_bar_borders_color', ''),
(68040, 2495, 'pyre_page_title_bar_bg', ''),
(68041, 2495, 'pyre_page_title_bar_bg_retina', ''),
(68042, 2495, 'pyre_page_title_bar_bg_full', 'default'),
(68043, 2495, 'pyre_page_title_bg_parallax', 'default'),
(68044, 2495, 'fusion_builder_status', 'active'),
(68045, 2495, '_thumbnail_id', '2498'),
(68046, 2495, 'pyre_video', ''),
(68047, 2495, 'pyre_video_url', ''),
(68050, 2495, 'pyre_sidebar_sticky', 'default'),
(68051, 2495, 'pyre_page_title_line_height', ''),
(68052, 2495, 'kd_featured-image-2_avada_portfolio_id', ''),
(68053, 2495, 'kd_featured-image-3_avada_portfolio_id', ''),
(68054, 2495, 'kd_featured-image-4_avada_portfolio_id', ''),
(68055, 2495, 'kd_featured-image-5_avada_portfolio_id', ''),
(68056, 2495, '_wp_old_date', '2017-07-26'),
(68057, 2495, '_wp_old_date', '2018-09-26'),
(68089, 2495, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(68091, 2495, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(68066, 2495, '_wp_old_slug', 'video-template'),
(68083, 2498, '_wp_attached_file', '2018/09/maxresdefault.jpg'),
(68084, 2498, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2018/09/maxresdefault.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"maxresdefault-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"maxresdefault-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:25:\"maxresdefault-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:26:\"maxresdefault-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:25:\"maxresdefault-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"maxresdefault-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"maxresdefault-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"maxresdefault-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"maxresdefault-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"maxresdefault-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"maxresdefault-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:25:\"maxresdefault-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"maxresdefault-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:25:\"maxresdefault-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:25:\"maxresdefault-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:25:\"maxresdefault-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:25:\"maxresdefault-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:26:\"maxresdefault-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(68209, 2513, '_wp_attached_file', '2018/09/set-1.jpg'),
(68210, 2513, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:1440;s:4:\"file\";s:17:\"2018/09/set-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"set-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"set-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"set-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"set-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"set-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"set-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"set-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"set-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"set-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"set-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"set-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"set-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"set-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"set-1-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"set-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"set-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:17:\"set-1-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:18:\"set-1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(68223, 2515, '_wp_attached_file', '2018/09/webshot-.jpg'),
(68224, 2515, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:841;s:6:\"height\";i:561;s:4:\"file\";s:20:\"2018/09/webshot-.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"webshot--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"webshot--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"webshot--768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"webshot--841x400.jpg\";s:5:\"width\";i:841;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"webshot--540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"webshot--460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"webshot--300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"webshot--177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"webshot--669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"webshot--320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"webshot--700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"webshot--66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"webshot--200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"webshot--400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"webshot--600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"webshot--800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(68155, 2505, '_wp_attached_file', '2018/09/photos-for-web-2.jpg'),
(68156, 2505, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:28:\"2018/09/photos-for-web-2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"photos-for-web-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"photos-for-web-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"photos-for-web-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"photos-for-web-2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"photos-for-web-2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"photos-for-web-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"photos-for-web-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"photos-for-web-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"photos-for-web-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"photos-for-web-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"photos-for-web-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"photos-for-web-2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"photos-for-web-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:28:\"photos-for-web-2-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:28:\"photos-for-web-2-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:28:\"photos-for-web-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:28:\"photos-for-web-2-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:29:\"photos-for-web-2-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(68167, 2507, '_wp_attached_file', '2018/09/photos-for-web-1-1.jpg');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(68168, 2507, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:4:\"file\";s:30:\"2018/09/photos-for-web-1-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"photos-for-web-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"photos-for-web-1-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"photos-for-web-1-1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"photos-for-web-1-1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:30:\"photos-for-web-1-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"photos-for-web-1-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"photos-for-web-1-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"photos-for-web-1-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"photos-for-web-1-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"photos-for-web-1-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"photos-for-web-1-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:30:\"photos-for-web-1-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"photos-for-web-1-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:30:\"photos-for-web-1-1-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:30:\"photos-for-web-1-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:30:\"photos-for-web-1-1-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:30:\"photos-for-web-1-1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:31:\"photos-for-web-1-1-1200x750.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(68225, 2516, '_wp_attached_file', '2018/09/web-1.jpg'),
(68226, 2516, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3876;s:6:\"height\";i:2584;s:4:\"file\";s:17:\"2018/09/web-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"web-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"web-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"web-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"web-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"web-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"web-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"web-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"web-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"web-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"web-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"web-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"web-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"web-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"web-1-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"web-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"web-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:17:\"web-1-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:18:\"web-1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(68311, 2524, '_wp_attached_file', '2018/09/Hebden-.jpg'),
(68312, 2524, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1198;s:6:\"height\";i:799;s:4:\"file\";s:19:\"2018/09/Hebden-.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Hebden--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Hebden--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Hebden--768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Hebden--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:19:\"Hebden--940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:19:\"Hebden--540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"Hebden--460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"Hebden--300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"Hebden--177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"Hebden--669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"Hebden--320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:19:\"Hebden--700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"Hebden--66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:19:\"Hebden--200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:19:\"Hebden--400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:19:\"Hebden--600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:19:\"Hebden--800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(68337, 2527, '_wp_attached_file', '2018/09/roof-1.jpg'),
(68338, 2527, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1019;s:6:\"height\";i:679;s:4:\"file\";s:18:\"2018/09/roof-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"roof-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"roof-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"roof-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"roof-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"roof-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"roof-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"roof-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"roof-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"roof-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"roof-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"roof-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"roof-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:18:\"roof-1-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"roof-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"roof-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"roof-1-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(68351, 2529, '_wp_attached_file', '2018/09/cranes-1.jpg'),
(68352, 2529, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1150;s:6:\"height\";i:767;s:4:\"file\";s:20:\"2018/09/cranes-1.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"cranes-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"cranes-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"cranes-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"cranes-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"cranes-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"cranes-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"cranes-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"cranes-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"cranes-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"cranes-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"cranes-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"cranes-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"cranes-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"cranes-1-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"cranes-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"cranes-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"cranes-1-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(68353, 2530, '_wp_attached_file', '2018/09/cranes-2.jpg'),
(68354, 2530, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1150;s:6:\"height\";i:767;s:4:\"file\";s:20:\"2018/09/cranes-2.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"cranes-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"cranes-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"cranes-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"cranes-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"cranes-2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"cranes-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"cranes-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"cranes-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"cranes-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"cranes-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"cranes-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"cranes-2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"cranes-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"cranes-2-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"cranes-2-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"cranes-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"cranes-2-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(68391, 2534, '_wp_attached_file', '2018/09/airframes-blades-icon.png'),
(68392, 2534, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:244;s:6:\"height\";i:219;s:4:\"file\";s:33:\"2018/09/airframes-blades-icon.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"airframes-blades-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"airframes-blades-icon-244x214.png\";s:5:\"width\";i:244;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"airframes-blades-icon-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"airframes-blades-icon-244x202.png\";s:5:\"width\";i:244;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"airframes-blades-icon-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:33:\"airframes-blades-icon-200x180.png\";s:5:\"width\";i:200;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(70033, 2643, 'fusion_builder_converted', 'yes'),
(70260, 2643, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(70262, 2643, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(70036, 2643, 'pyre_slider_type', 'flex'),
(70037, 2643, 'pyre_slider', '0'),
(70038, 2643, 'pyre_wooslider', 'privacy-policy'),
(70039, 2643, 'pyre_revslider', '0'),
(70040, 2643, 'pyre_elasticslider', '0'),
(70041, 2643, 'pyre_slider_position', 'default'),
(70042, 2643, 'pyre_avada_rev_styles', 'default'),
(70043, 2643, 'pyre_fallback', ''),
(70044, 2643, 'pyre_demo_slider', ''),
(70045, 2643, 'pyre_main_top_padding', '20px'),
(70046, 2643, 'pyre_main_bottom_padding', '40px'),
(70047, 2643, 'pyre_hundredp_padding', ''),
(70048, 2643, 'pyre_show_first_featured_image', 'no'),
(70049, 2643, 'pyre_display_header', 'yes'),
(70050, 2643, 'pyre_header_100_width', 'default'),
(70053, 2643, 'pyre_header_bg', ''),
(70054, 2643, 'pyre_header_bg_full', 'no'),
(70055, 2643, 'pyre_header_bg_repeat', 'repeat'),
(70056, 2643, 'pyre_displayed_menu', 'default'),
(70057, 2643, 'pyre_display_footer', 'default'),
(70058, 2643, 'pyre_display_copyright', 'default'),
(70059, 2643, 'pyre_footer_100_width', 'default'),
(70060, 2643, 'pyre_sidebar_position', 'default'),
(70061, 2643, 'pyre_sidebar_bg_color', ''),
(70062, 2643, 'pyre_page_bg_layout', 'default'),
(70063, 2643, 'pyre_page_bg_color', ''),
(70064, 2643, 'pyre_page_bg', ''),
(70065, 2643, 'pyre_page_bg_full', 'no'),
(70066, 2643, 'pyre_page_bg_repeat', 'repeat'),
(70067, 2643, 'pyre_wide_page_bg_color', ''),
(70068, 2643, 'pyre_wide_page_bg', ''),
(70069, 2643, 'pyre_wide_page_bg_full', 'no'),
(70070, 2643, 'pyre_wide_page_bg_repeat', 'repeat'),
(70071, 2643, 'pyre_page_title', 'default'),
(70072, 2643, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(70073, 2643, 'pyre_page_title_text', 'default'),
(70074, 2643, 'pyre_page_title_text_alignment', 'default'),
(70075, 2643, 'pyre_page_title_custom_text', ''),
(70076, 2643, 'pyre_page_title_text_size', ''),
(70077, 2643, 'pyre_page_title_custom_subheader', ''),
(70078, 2643, 'pyre_page_title_custom_subheader_text_size', ''),
(70079, 2643, 'pyre_page_title_font_color', ''),
(70080, 2643, 'pyre_page_title_100_width', 'default'),
(70081, 2643, 'pyre_page_title_height', ''),
(70082, 2643, 'pyre_page_title_mobile_height', ''),
(70083, 2643, 'pyre_page_title_bar_bg_color', ''),
(70084, 2643, 'pyre_page_title_bar_borders_color', ''),
(70085, 2643, 'pyre_page_title_bar_bg', ''),
(70086, 2643, 'pyre_page_title_bar_bg_retina', ''),
(70087, 2643, 'pyre_page_title_bar_bg_full', 'default'),
(70088, 2643, 'pyre_page_title_bg_parallax', 'default'),
(70089, 2643, '_edit_lock', '1541677807:1'),
(70261, 2643, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(70259, 2643, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(70092, 2643, '_edit_last', '1'),
(70093, 2643, 'pyre_sidebar_sticky', 'default'),
(70094, 2643, 'pyre_page_title_line_height', ''),
(70095, 2643, 'kd_featured-image-2_page_id', ''),
(70096, 2643, 'kd_featured-image-3_page_id', ''),
(70097, 2643, 'kd_featured-image-4_page_id', ''),
(70098, 2643, 'kd_featured-image-5_page_id', ''),
(70099, 2643, 'pyre_combined_header_bg_color', 'rgba(255,255,255,0)'),
(70108, 2643, 'pyre_fallback_id', ''),
(70109, 2643, 'pyre_mobile_header_bg_color', ''),
(70110, 2643, 'pyre_header_bg_id', ''),
(70111, 2643, 'pyre_responsive_sidebar_order', ''),
(70112, 2643, 'pyre_page_bg_id', ''),
(70113, 2643, 'pyre_wide_page_bg_id', ''),
(70114, 2643, 'pyre_page_title_subheader_font_color', ''),
(70115, 2643, 'pyre_page_title_bar_bg_id', ''),
(70116, 2643, 'pyre_page_title_bar_bg_retina_id', ''),
(70132, 1276, 'pyre_combined_header_bg_color', 'rgba(255,255,255,0)'),
(70142, 1276, 'pyre_mobile_header_bg_color', ''),
(70143, 1276, 'pyre_header_bg_id', ''),
(70144, 1276, 'pyre_responsive_sidebar_order', ''),
(70145, 1276, 'pyre_page_bg_id', ''),
(70146, 1276, 'pyre_wide_page_bg_id', ''),
(70147, 1276, 'pyre_page_title_subheader_font_color', ''),
(70148, 1276, 'pyre_page_title_bar_bg_id', ''),
(70149, 1276, 'pyre_page_title_bar_bg_retina_id', ''),
(72998, 1641, 'pyre_page_bg_id', ''),
(72999, 1641, 'pyre_wide_page_bg_id', ''),
(72496, 1278, '_aioseop_keywords', 'Air Frames, Aerial Drones, Drones, Drone Company, Aerial Drone Sevices, Low Altitude Drones, Drone Services, 4K Film, Photography, Aerial Photography,Birds Eye Photography, Drone Training, Drone Cameras, Ground Filming, Low Altitude Aerial Services, 360 Interactive Panoramas, RAW Photography, Mapping, Modelling,Surveys, Thermal Survey, IR Survey, Infrared Survey, Fly Throughs, Aerial Videography, Post Production, Videography, Inspection, Maintenance, Pollution Control,Site Surveys, TV Production, Film Production, Properties, Rescue Assistance, Disaster Support, Crisis Support, Construction Progress, Camera Equipment, DJI S1000,DJI Inspire X5R, DJI Phantom 3, DJIJI Osmo Gimbol, PFAW, Permission For Aerial Work, Unmanned Aerial Vehicles, Remotely Piloted Aircraft, Multirotors, Quadcopters,Hexacopters, Octocopters, UAV'),
(70165, 2155, 'pyre_webm_id', ''),
(70166, 2155, 'pyre_mp4_id', ''),
(70167, 2155, 'pyre_ogv_id', ''),
(70168, 2155, 'pyre_preview_image_id', ''),
(72281, 1282, '_aioseop_title', 'Aerial Drone Photography Services - Air-Frames'),
(71564, 1286, '_aioseop_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(72883, 1274, '_aioseop_title', 'Air-Frames - Equipment | Using Only The Very Best In Drone &amp; Film Equipment | Aerial Drone Services UK'),
(73310, 1641, '_aioseop_title', 'Air-Frames - Portfolio | Drone Operated Photography, Videography and Site Surveys | Aerial Drone Services UK'),
(70437, 1262, 'pyre_caption_size', '3'),
(70438, 124, 'pyre_webm_id', ''),
(70174, 1630, '_aioseop_title', 'Air-Frames - Contact | Calderdale Based Aerial Drone Specialists | Aerial Drone Services UK'),
(70264, 2643, '_aioseop_nofollow', 'on'),
(70263, 2643, '_aioseop_noindex', 'on'),
(72982, 1641, 'pyre_combined_header_bg_color', 'rgba(255,255,255,0)'),
(72996, 1641, 'pyre_header_bg_id', ''),
(72997, 1641, 'pyre_responsive_sidebar_order', ''),
(72280, 1282, '_aioseop_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(70208, 1630, '_aioseop_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(72882, 1274, '_aioseop_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(70433, 1262, 'pyre_mp4_id', ''),
(70434, 1262, 'pyre_ogv_id', ''),
(70435, 1262, 'pyre_preview_image_id', ''),
(70436, 1262, 'pyre_heading_size', '2'),
(73309, 1641, '_aioseop_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(71565, 1286, '_aioseop_title', 'Aerial Drone Survey, Mapping &amp; Infared Photography - Air-Frames'),
(72994, 1641, 'pyre_fallback_id', ''),
(72995, 1641, 'pyre_mobile_header_bg_color', ''),
(70430, 1276, '_aioseop_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(70431, 1276, '_aioseop_title', 'Air-Frames - FAQ | Drone Filming and Opperations Questions | Aerial Drone Services UK'),
(70432, 1262, 'pyre_webm_id', ''),
(70243, 1630, '_aioseop_keywords', 'Air Frames, Aerial Drones, Drones, Drone Company, Aerial Drone Sevices, Low Altitude Drones, Drone Services, 4K Film, Photography, Aerial Photography,\nBirds Eye Photography, Drone Training, Drone Cameras, Ground Filming, Low Altitude Aerial Services, 360 Interactive Panoramas, RAW Photography, Mapping, Modelling,\nSurveys, Thermal Survey, IR Survey, Infrared Survey, Fly Throughs, Aerial Videography, Post Production, Videography, Inspection, Maintenance, Pollution Control,\nSite Surveys, TV Production, Film Production, Properties, Rescue Assistance, Disaster Support, Crisis Support, Construction Progress, Camera Equipment, DJI S1000,\nDJI Inspire X5R, DJI Phantom 3, DJIJI Osmo Gimbol, PFAW, Permission For Aerial Work, Unmanned Aerial Vehicles, Remotely Piloted Aircraft, Multirotors, Quadcopters,\nHexacopters, Octocopters, UAV'),
(72497, 1278, '_aioseop_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(72498, 1278, '_aioseop_title', 'Aerial Drone Filming &amp; Film Production - Air-Frames'),
(72197, 12, '_aioseop_title', 'Air-Frames - Services | Aerial Filming | Survey and Mapping | Aerial Photography | Aerial Drone Services UK'),
(72196, 12, '_aioseop_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(70268, 1630, 'pyre_combined_header_bg_color', 'rgba(255,255,255,0)'),
(70459, 1278, 'pyre_combined_header_bg_color', 'rgba(255,255,255,0)'),
(70471, 1278, 'pyre_fallback_id', ''),
(70472, 1278, 'pyre_mobile_header_bg_color', ''),
(70473, 1278, 'pyre_header_bg_id', ''),
(70474, 1278, 'pyre_responsive_sidebar_order', ''),
(70475, 1278, 'pyre_page_bg_id', ''),
(70476, 1278, 'pyre_wide_page_bg_id', ''),
(70477, 1278, 'pyre_page_title_subheader_font_color', ''),
(70478, 1278, 'pyre_page_title_bar_bg_id', ''),
(70479, 1278, 'pyre_page_title_bar_bg_retina_id', ''),
(70490, 1282, 'pyre_combined_header_bg_color', 'rgba(255,255,255,0)'),
(72279, 1282, '_aioseop_keywords', 'Air Frames, Aerial Drones, Drones, Drone Company, Aerial Drone Sevices, Low Altitude Drones, Drone Services, 4K Film, Photography, Aerial Photography,Birds Eye Photography, Drone Training, Drone Cameras, Ground Filming, Low Altitude Aerial Services, 360 Interactive Panoramas, RAW Photography, Mapping, Modelling,Surveys, Thermal Survey, IR Survey, Infrared Survey, Fly Throughs, Aerial Videography, Post Production, Videography, Inspection, Maintenance, Pollution Control,Site Surveys, TV Production, Film Production, Properties, Rescue Assistance, Disaster Support, Crisis Support, Construction Progress, Camera Equipment, DJI S1000,DJI Inspire X5R, DJI Phantom 3, DJIJI Osmo Gimbol, PFAW, Permission For Aerial Work, Unmanned Aerial Vehicles, Remotely Piloted Aircraft, Multirotors, Quadcopters,Hexacopters, Octocopters, UAV'),
(70502, 1282, 'pyre_fallback_id', ''),
(70503, 1282, 'pyre_mobile_header_bg_color', ''),
(70504, 1282, 'pyre_header_bg_id', ''),
(70505, 1282, 'pyre_responsive_sidebar_order', ''),
(70506, 1282, 'pyre_page_bg_id', ''),
(70507, 1282, 'pyre_wide_page_bg_id', ''),
(70508, 1282, 'pyre_page_title_subheader_font_color', ''),
(70509, 1282, 'pyre_page_title_bar_bg_id', ''),
(70510, 1282, 'pyre_page_title_bar_bg_retina_id', ''),
(71559, 1286, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(71561, 1286, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(71563, 1286, '_aioseop_keywords', 'Air Frames, Aerial Drones, Drones, Drone Company, Aerial Drone Sevices, Low Altitude Drones, Drone Services, 4K Film, Photography, Aerial Photography,Birds Eye Photography, Drone Training, Drone Cameras, Ground Filming, Low Altitude Aerial Services, 360 Interactive Panoramas, RAW Photography, Mapping, Modelling,Surveys, Thermal Survey, IR Survey, Infrared Survey, Fly Throughs, Aerial Videography, Post Production, Videography, Inspection, Maintenance, Pollution Control,Site Surveys, TV Production, Film Production, Properties, Rescue Assistance, Disaster Support, Crisis Support, Construction Progress, Camera Equipment, DJI S1000,DJI Inspire X5R, DJI Phantom 3, DJIJI Osmo Gimbol, PFAW, Permission For Aerial Work, Unmanned Aerial Vehicles, Remotely Piloted Aircraft, Multirotors, Quadcopters,Hexacopters, Octocopters, UAV'),
(73265, 16, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(73754, 7, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(71238, 2678, '_wp_attached_file', '2018/11/Clients.png'),
(72191, 12, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(72193, 12, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(72195, 12, '_aioseop_keywords', 'Air Frames, Aerial Drones, Drones, Drone Company, Aerial Drone Sevices, Low Altitude Drones, Drone Services, 4K Film, Photography, Aerial Photography,Birds Eye Photography, Drone Training, Drone Cameras, Ground Filming, Low Altitude Aerial Services, 360 Interactive Panoramas, RAW Photography, Mapping, Modelling,Surveys, Thermal Survey, IR Survey, Infrared Survey, Fly Throughs, Aerial Videography, Post Production, Videography, Inspection, Maintenance, Pollution Control,Site Surveys, TV Production, Film Production, Properties, Rescue Assistance, Disaster Support, Crisis Support, Construction Progress, Camera Equipment, DJI S1000,DJI Inspire X5R, DJI Phantom 3, DJIJI Osmo Gimbol, PFAW, Permission For Aerial Work, Unmanned Aerial Vehicles, Remotely Piloted Aircraft, Multirotors, Quadcopters,Hexacopters, Octocopters, UAV'),
(70906, 1274, 'pyre_combined_header_bg_color', 'rgba(255,255,255,0)'),
(72881, 1274, '_aioseop_keywords', 'Air Frames, Aerial Drones, Drones, Drone Company, Aerial Drone Sevices, Low Altitude Drones, Drone Services, 4K Film, Photography, Aerial Photography,Birds Eye Photography, Drone Training, Drone Cameras, Ground Filming, Low Altitude Aerial Services, 360 Interactive Panoramas, RAW Photography, Mapping, Modelling,Surveys, Thermal Survey, IR Survey, Infrared Survey, Fly Throughs, Aerial Videography, Post Production, Videography, Inspection, Maintenance, Pollution Control,Site Surveys, TV Production, Film Production, Properties, Rescue Assistance, Disaster Support, Crisis Support, Construction Progress, Camera Equipment, DJI S1000,DJI Inspire X5R, DJI Phantom 3, DJIJI Osmo Gimbol, PFAW, Permission For Aerial Work, Unmanned Aerial Vehicles, Remotely Piloted Aircraft, Multirotors, Quadcopters,Hexacopters, Octocopters, UAV'),
(70918, 1274, 'pyre_fallback_id', ''),
(70919, 1274, 'pyre_mobile_header_bg_color', ''),
(70920, 1274, 'pyre_header_bg_id', ''),
(70921, 1274, 'pyre_responsive_sidebar_order', ''),
(70922, 1274, 'pyre_page_bg_id', ''),
(70923, 1274, 'pyre_wide_page_bg_id', ''),
(70924, 1274, 'pyre_page_title_subheader_font_color', ''),
(70925, 1274, 'pyre_page_title_bar_bg_id', ''),
(70926, 1274, 'pyre_page_title_bar_bg_retina_id', ''),
(71239, 2678, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2444;s:6:\"height\";i:744;s:4:\"file\";s:19:\"2018/11/Clients.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Clients-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Clients-300x91.png\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Clients-768x234.png\";s:5:\"width\";i:768;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Clients-1024x312.png\";s:5:\"width\";i:1024;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:19:\"Clients-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:19:\"Clients-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"Clients-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"Clients-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"Clients-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"Clients-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"Clients-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:19:\"Clients-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"Clients-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"Clients-200x61.png\";s:5:\"width\";i:200;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:19:\"Clients-400x122.png\";s:5:\"width\";i:400;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:19:\"Clients-600x183.png\";s:5:\"width\";i:600;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:19:\"Clients-800x244.png\";s:5:\"width\";i:800;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}i:1200;a:4:{s:4:\"file\";s:20:\"Clients-1200x365.png\";s:5:\"width\";i:1200;s:6:\"height\";i:365;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:{}}}'),
(71289, 2680, '_wp_attached_file', '2018/11/partners-1.jpg'),
(71290, 2680, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:391;s:4:\"file\";s:22:\"2018/11/partners-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"partners-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"partners-1-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"partners-1-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"partners-1-940x391.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"partners-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"partners-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"partners-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"partners-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"partners-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"partners-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"partners-1-700x391.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"partners-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"partners-1-200x78.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"partners-1-400x156.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"partners-1-600x235.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"partners-1-800x313.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(71291, 2681, '_wp_attached_file', '2018/11/partners-2.jpg'),
(71292, 2681, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:391;s:4:\"file\";s:22:\"2018/11/partners-2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"partners-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"partners-2-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"partners-2-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"partners-2-940x391.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"partners-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"partners-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"partners-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"partners-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"partners-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"partners-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"partners-2-700x391.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"partners-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"partners-2-200x78.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"partners-2-400x156.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"partners-2-600x235.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"partners-2-800x313.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(73839, 2443, '_aioseop_title', 'Air-Frames - About | The Company, Licenses and Testimonials | Aerial Drone Services UK'),
(73263, 16, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(73838, 2443, '_aioseop_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(73968, 1414, '_fusion', 'a:16:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73737, 2443, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(73739, 2443, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(73751, 7, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(73753, 7, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(73845, 7, '_aioseop_description', 'Established in 2013, Air-Frames is a UK CAA approved (#501) drone company providing ProRes Videography and RAW Photography for TV and Film, and are approved operators for several utility companies for Survey and Mapping solutions.'),
(73846, 7, '_aioseop_title', 'Air-Frames - Aerial Drone Photography, Videography'),
(73118, 2738, '_wp_attached_file', '2019/09/bbc.png'),
(73119, 2738, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:410;s:6:\"height\";i:237;s:4:\"file\";s:15:\"2019/09/bbc.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bbc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bbc-300x173.png\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"bbc-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"bbc-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"bbc-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"bbc-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:15:\"bbc-200x116.png\";s:5:\"width\";i:200;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:15:\"bbc-400x231.png\";s:5:\"width\";i:400;s:6:\"height\";i:231;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:{}}}'),
(73169, 2740, '_wp_attached_file', '2019/09/bbc-png.png'),
(73170, 2740, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:377;s:6:\"height\";i:252;s:4:\"file\";s:19:\"2019/09/bbc-png.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"bbc-png-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"bbc-png-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"bbc-png-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"bbc-png-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"bbc-png-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"bbc-png-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:19:\"bbc-png-200x134.png\";s:5:\"width\";i:200;s:6:\"height\";i:134;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:{}}}'),
(73266, 16, '_aioseop_keywords', 'Air Frames, Aerial Drones, Drones, Drone Company, Aerial Drone Sevices, Low Altitude Drones, Drone Services, 4K Film, Photography, Aerial Photography,Birds Eye Photography, Drone Training, Drone Cameras, Ground Filming, Low Altitude Aerial Services, 360 Interactive Panoramas, RAW Photography, Mapping, Modelling,Surveys, Thermal Survey, IR Survey, Infrared Survey, Fly Throughs, Aerial Videography, Post Production, Videography, Inspection, Maintenance, Pollution Control,Site Surveys, TV Production, Film Production, Properties, Rescue Assistance, Disaster Support, Crisis Support, Construction Progress, Camera Equipment, DJI S1000,DJI Inspire X5R, DJI Phantom 3, DJIJI Osmo Gimbol, PFAW, Permission For Aerial Work, Unmanned Aerial Vehicles, Remotely Piloted Aircraft, Multirotors, Quadcopters,Hexacopters, Octocopters, UAV'),
(73304, 1641, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(73306, 1641, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(73308, 1641, '_aioseop_keywords', 'Air Frames, Aerial Drones, Drones, Drone Company, Aerial Drone Sevices, Low Altitude Drones, Drone Services, 4K Film, Photography, Aerial Photography,Birds Eye Photography, Drone Training, Drone Cameras, Ground Filming, Low Altitude Aerial Services, 360 Interactive Panoramas, RAW Photography, Mapping, Modelling,Surveys, Thermal Survey, IR Survey, Infrared Survey, Fly Throughs, Aerial Videography, Post Production, Videography, Inspection, Maintenance, Pollution Control,Site Surveys, TV Production, Film Production, Properties, Rescue Assistance, Disaster Support, Crisis Support, Construction Progress, Camera Equipment, DJI S1000,DJI Inspire X5R, DJI Phantom 3, DJIJI Osmo Gimbol, PFAW, Permission For Aerial Work, Unmanned Aerial Vehicles, Remotely Piloted Aircraft, Multirotors, Quadcopters,Hexacopters, Octocopters, UAV'),
(73311, 2747, '_wp_attached_file', '2019/09/cbbc.png'),
(73312, 2747, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:310;s:4:\"file\";s:16:\"2019/09/cbbc.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"cbbc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"cbbc-300x233.png\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"cbbc-400x272.png\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"cbbc-400x295.png\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"cbbc-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"cbbc-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"cbbc-400x272.png\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"cbbc-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"cbbc-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:16:\"cbbc-200x155.png\";s:5:\"width\";i:200;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:16:\"cbbc-400x310.png\";s:5:\"width\";i:400;s:6:\"height\";i:310;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:{}}}'),
(73507, 2764, '_wp_attached_file', '2019/09/netflixw.png'),
(73508, 2764, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:319;s:6:\"height\";i:204;s:4:\"file\";s:20:\"2019/09/netflixw.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"netflixw-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"netflixw-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"netflixw-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"netflixw-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"netflixw-319x202.png\";s:5:\"width\";i:319;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"netflixw-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:20:\"netflixw-200x128.png\";s:5:\"width\";i:200;s:6:\"height\";i:128;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:{}}}'),
(73315, 1665, 'pyre_combined_header_bg_color', 'rgba(255,255,255,0)'),
(73327, 1665, 'pyre_fallback_id', ''),
(73328, 1665, 'pyre_mobile_header_bg_color', ''),
(73329, 1665, 'pyre_header_bg_id', ''),
(73330, 1665, 'pyre_responsive_sidebar_order', ''),
(73331, 1665, 'pyre_page_bg_id', ''),
(73332, 1665, 'pyre_wide_page_bg_id', ''),
(73333, 1665, 'pyre_page_title_subheader_font_color', ''),
(73334, 1665, 'pyre_page_title_bar_bg_id', ''),
(73335, 1665, 'pyre_page_title_bar_bg_retina_id', ''),
(73527, 1665, '_aioseop_keywords', 'Air Frames, Aerial Drones, Drones, Drone Company, Aerial Drone Sevices, Low Altitude Drones, Drone Services, 4K Film, Photography, Aerial Photography,Birds Eye Photography, Drone Training, Drone Cameras, Ground Filming, Low Altitude Aerial Services, 360 Interactive Panoramas, RAW Photography, Mapping, Modelling,Surveys, Thermal Survey, IR Survey, Infrared Survey, Fly Throughs, Aerial Videography, Post Production, Videography, Inspection, Maintenance, Pollution Control,Site Surveys, TV Production, Film Production, Properties, Rescue Assistance, Disaster Support, Crisis Support, Construction Progress, Camera Equipment, DJI S1000,DJI Inspire X5R, DJI Phantom 3, DJIJI Osmo Gimbol, PFAW, Permission For Aerial Work, Unmanned Aerial Vehicles, Remotely Piloted Aircraft, Multirotors, Quadcopters,Hexacopters, Octocopters, UAV'),
(73579, 2768, '_edit_last', '1'),
(73580, 2768, '_edit_lock', '1569792087:1'),
(73705, 2768, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(73707, 2768, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(73583, 2768, 'slide_template', 'default'),
(73584, 2768, 'pyre_width', 'half'),
(73585, 2768, 'pyre_portfolio_width_100', 'no'),
(73586, 2768, 'pyre_project_desc_title', 'default'),
(73587, 2768, 'pyre_project_details', 'default'),
(73588, 2768, 'pyre_show_first_featured_image', 'default'),
(73589, 2768, 'pyre_fimg_width', ''),
(73590, 2768, 'pyre_fimg_height', ''),
(73591, 2768, 'pyre_project_url', ''),
(73592, 2768, 'pyre_project_url_text', ''),
(73593, 2768, 'pyre_copy_url', ''),
(73594, 2768, 'pyre_copy_url_text', ''),
(73595, 2768, 'pyre_image_rollover_icons', 'default'),
(73596, 2768, 'pyre_link_icon_url', ''),
(73597, 2768, 'pyre_link_icon_target', 'default'),
(73598, 2768, 'pyre_related_posts', 'default'),
(73599, 2768, 'pyre_share_box', 'default'),
(73600, 2768, 'pyre_post_pagination', 'default'),
(73601, 2768, 'pyre_main_top_padding', ''),
(73602, 2768, 'pyre_main_bottom_padding', ''),
(73603, 2768, 'pyre_hundredp_padding', ''),
(73604, 2768, 'pyre_slider_type', 'flex'),
(73605, 2768, 'pyre_slider', '0'),
(73606, 2768, 'pyre_wooslider', 'portfolio'),
(73607, 2768, 'pyre_revslider', '0'),
(73608, 2768, 'pyre_elasticslider', '0'),
(73609, 2768, 'pyre_slider_position', 'default'),
(73610, 2768, 'pyre_avada_rev_styles', 'default'),
(73611, 2768, 'pyre_fallback', ''),
(73612, 2768, 'pyre_demo_slider', ''),
(73613, 2768, 'pyre_display_header', 'yes'),
(73614, 2768, 'pyre_header_100_width', 'default'),
(73617, 2768, 'pyre_header_bg', ''),
(73618, 2768, 'pyre_header_bg_full', 'no'),
(73619, 2768, 'pyre_header_bg_repeat', 'repeat'),
(73620, 2768, 'pyre_displayed_menu', 'default'),
(73621, 2768, 'pyre_display_footer', 'default'),
(73622, 2768, 'pyre_display_copyright', 'default'),
(73623, 2768, 'pyre_footer_100_width', 'default'),
(73624, 2768, 'pyre_sidebar_position', 'default'),
(73625, 2768, 'pyre_sidebar_bg_color', ''),
(73626, 2768, 'pyre_page_bg_layout', 'default'),
(73627, 2768, 'pyre_page_bg_color', ''),
(73628, 2768, 'pyre_page_bg', ''),
(73629, 2768, 'pyre_page_bg_full', 'no'),
(73630, 2768, 'pyre_page_bg_repeat', 'repeat'),
(73631, 2768, 'pyre_wide_page_bg_color', ''),
(73632, 2768, 'pyre_wide_page_bg', ''),
(73633, 2768, 'pyre_wide_page_bg_full', 'no'),
(73634, 2768, 'pyre_wide_page_bg_repeat', 'repeat'),
(73635, 2768, 'pyre_page_title', 'default'),
(73636, 2768, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(73637, 2768, 'pyre_page_title_text', 'default'),
(73638, 2768, 'pyre_page_title_text_alignment', 'default'),
(73639, 2768, 'pyre_page_title_custom_text', ''),
(73640, 2768, 'pyre_page_title_text_size', ''),
(73641, 2768, 'pyre_page_title_custom_subheader', ''),
(73642, 2768, 'pyre_page_title_custom_subheader_text_size', ''),
(73643, 2768, 'pyre_page_title_font_color', ''),
(73644, 2768, 'pyre_page_title_100_width', 'default'),
(73645, 2768, 'pyre_page_title_height', ''),
(73646, 2768, 'pyre_page_title_mobile_height', ''),
(73647, 2768, 'pyre_page_title_bar_bg_color', ''),
(73648, 2768, 'pyre_page_title_bar_borders_color', ''),
(73649, 2768, 'pyre_page_title_bar_bg', ''),
(73650, 2768, 'pyre_page_title_bar_bg_retina', ''),
(73651, 2768, 'pyre_page_title_bar_bg_full', 'default'),
(73652, 2768, 'pyre_page_title_bg_parallax', 'default'),
(73653, 2768, 'fusion_builder_status', 'active'),
(73655, 2768, 'pyre_video', ''),
(73656, 2768, 'pyre_video_url', ''),
(73657, 2768, 'pyre_sidebar_sticky', 'default'),
(73658, 2768, 'pyre_page_title_line_height', ''),
(73659, 2768, 'kd_featured-image-2_avada_portfolio_id', ''),
(73660, 2768, 'kd_featured-image-3_avada_portfolio_id', ''),
(73661, 2768, 'kd_featured-image-4_avada_portfolio_id', ''),
(73662, 2768, 'kd_featured-image-5_avada_portfolio_id', ''),
(73706, 2768, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(73708, 2768, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(73665, 2768, 'pyre_combined_header_bg_color', 'rgba(255,255,255,0)'),
(73674, 2768, 'pyre_fallback_id', ''),
(73675, 2768, 'pyre_mobile_header_bg_color', ''),
(73676, 2768, 'pyre_header_bg_id', ''),
(73677, 2768, 'pyre_responsive_sidebar_order', ''),
(73678, 2768, 'pyre_page_bg_id', ''),
(73679, 2768, 'pyre_wide_page_bg_id', ''),
(73680, 2768, 'pyre_page_title_subheader_font_color', ''),
(73681, 2768, 'pyre_page_title_bar_bg_id', ''),
(73682, 2768, 'pyre_page_title_bar_bg_retina_id', ''),
(73683, 2768, '_wp_old_slug', 'bedlam-fuel'),
(73698, 2771, '_wp_attached_file', '2019/09/charlotte-1-.jpg'),
(73699, 2771, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2019/09/charlotte-1-.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"charlotte-1--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"charlotte-1--300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"charlotte-1--768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"charlotte-1--1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"charlotte-1--940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"charlotte-1--540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"charlotte-1--460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"charlotte-1--300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"charlotte-1--177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"charlotte-1--669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"charlotte-1--320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"charlotte-1--700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"charlotte-1--66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"charlotte-1--200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"charlotte-1--400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"charlotte-1--600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"charlotte-1--800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"charlotte-1--1200x750.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(73700, 2768, '_thumbnail_id', '2771'),
(73758, 2775, '_wp_attached_file', '2020/01/BBC-approved-supplier.png'),
(73759, 2775, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4500;s:6:\"height\";i:1835;s:4:\"file\";s:33:\"2020/01/BBC-approved-supplier.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"BBC-approved-supplier-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"BBC-approved-supplier-300x122.png\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"BBC-approved-supplier-768x313.png\";s:5:\"width\";i:768;s:6:\"height\";i:313;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"BBC-approved-supplier-1024x418.png\";s:5:\"width\";i:1024;s:6:\"height\";i:418;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:33:\"BBC-approved-supplier-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"BBC-approved-supplier-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"BBC-approved-supplier-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"BBC-approved-supplier-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"BBC-approved-supplier-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"BBC-approved-supplier-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"BBC-approved-supplier-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:33:\"BBC-approved-supplier-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"BBC-approved-supplier-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:32:\"BBC-approved-supplier-200x82.png\";s:5:\"width\";i:200;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:33:\"BBC-approved-supplier-400x163.png\";s:5:\"width\";i:400;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:33:\"BBC-approved-supplier-600x245.png\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:33:\"BBC-approved-supplier-800x326.png\";s:5:\"width\";i:800;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}i:1200;a:4:{s:4:\"file\";s:34:\"BBC-approved-supplier-1200x489.png\";s:5:\"width\";i:1200;s:6:\"height\";i:489;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:{}}}'),
(73760, 2776, '_wp_attached_file', '2020/01/SKY-HD-logo-png.png'),
(73761, 2776, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:820;s:6:\"height\";i:325;s:4:\"file\";s:27:\"2020/01/SKY-HD-logo-png.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"SKY-HD-logo-png-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"SKY-HD-logo-png-300x119.png\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"SKY-HD-logo-png-768x304.png\";s:5:\"width\";i:768;s:6:\"height\";i:304;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:27:\"SKY-HD-logo-png-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:27:\"SKY-HD-logo-png-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:27:\"SKY-HD-logo-png-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:27:\"SKY-HD-logo-png-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:27:\"SKY-HD-logo-png-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"SKY-HD-logo-png-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:27:\"SKY-HD-logo-png-700x325.png\";s:5:\"width\";i:700;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"SKY-HD-logo-png-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:26:\"SKY-HD-logo-png-200x79.png\";s:5:\"width\";i:200;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:27:\"SKY-HD-logo-png-400x159.png\";s:5:\"width\";i:400;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:27:\"SKY-HD-logo-png-600x238.png\";s:5:\"width\";i:600;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:27:\"SKY-HD-logo-png-800x317.png\";s:5:\"width\";i:800;s:6:\"height\";i:317;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:{}}}'),
(73762, 7, '_fusion', 'a:19:{s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:4:\"flex\";s:9:\"wooslider\";s:4:\"home\";s:14:\"page_title_bar\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:13:\"pages_sidebar\";s:0:\"\";s:15:\"pages_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(73840, 7, '_fusion_google_fonts', ''),
(73844, 7, '_aioseop_keywords', 'Air Frames, PfCO, Aerial Drones, Drones, OSC, Aerial Drone Sevices, Drone Services, 4K Film, ProRes, CinemaDNG, Photography, Aerial Photography, Drone Cameras, Ground Filming, Low Altitude Aerial Services, 360 Interactive Panoramas, RAW Photography, Mapping, Modelling, Surveys, LIDAR, Thermal Survey, IR Survey, Infrared Survey, Aerial Videography, Post Production, Videography, Inspection, Maintenance, Pollution Control, Site Surveys, TV Production, Film Production, TV, Properties, Rescue Assistance, Disaster Support, Crisis Support, Construction Progress, Camera Equipment, DJI S1000, DJI Inspire X5R, DJI Phantom 3, DJI Osmo Gimbal, Permission For Commercial Operations, Unmanned Aerial Vehicles, Remotely Piloted Aircraft, Multirotors, Quadcopters,Hexacopters, Octocopters, UAV'),
(73763, 25, '_fusion', 'a:19:{s:4:\"type\";s:5:\"image\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:68:\"<span style=\"font-weight: 900; line-height: 30px;\">AIR-FRAMES</span>\";s:12:\"heading_size\";s:1:\"2\";s:17:\"heading_font_size\";s:2:\"70\";s:10:\"heading_bg\";s:2:\"no\";s:7:\"caption\";s:92:\"<span style=\"font-weight: 600; line-height: 30px;\">COMMERCIAL DRONE SERVICES Est 2013</span>\";s:12:\"caption_size\";s:1:\"3\";s:17:\"caption_font_size\";s:2:\"19\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";s:13:\"video_display\";s:5:\"cover\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"caption_separator\";s:4:\"none\";}'),
(73764, 1641, '_fusion', 'a:22:{s:14:\"blog_width_100\";s:2:\"no\";s:17:\"portfolio_filters\";s:3:\"yes\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:9:\"portfolio\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:12:\"main_padding\";a:1:{s:6:\"bottom\";s:3:\"0px\";}s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:14:\"page_title_bar\";s:2:\"no\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:0:\"\";}'),
(73765, 1263, '_fusion', 'a:16:{s:4:\"type\";s:5:\"image\";s:13:\"video_display\";s:5:\"cover\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:72:\"<br/><span style=\"font-weight: 900; line-height: 30px;\">PORTFOLIO</span>\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"heading_font_size\";s:2:\"70\";s:10:\"heading_bg\";s:2:\"no\";s:17:\"caption_separator\";s:4:\"none\";s:17:\"caption_font_size\";s:2:\"19\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";}'),
(73766, 2768, '_fusion', 'a:19:{s:30:\"portfolio_featured_image_width\";s:4:\"half\";s:19:\"portfolio_width_100\";s:2:\"no\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:9:\"portfolio\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:17:\"portfolio_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:19:\"portfolio_sidebar_2\";s:0:\"\";}'),
(73767, 2495, '_fusion', 'a:20:{s:30:\"portfolio_featured_image_width\";s:4:\"half\";s:19:\"portfolio_width_100\";s:2:\"no\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:9:\"portfolio\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:17:\"header_bg_opacity\";s:4:\"0.00\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:17:\"portfolio_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:19:\"portfolio_sidebar_2\";s:0:\"\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";}'),
(73768, 2434, '_fusion', 'a:20:{s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:30:\"portfolio_featured_image_width\";s:4:\"half\";s:19:\"portfolio_width_100\";s:2:\"no\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:9:\"portfolio\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:17:\"header_bg_opacity\";s:4:\"0.00\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:17:\"portfolio_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:19:\"portfolio_sidebar_2\";s:0:\"\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";}'),
(73769, 1932, '_fusion', 'a:21:{s:30:\"portfolio_featured_image_width\";s:4:\"half\";s:19:\"portfolio_width_100\";s:2:\"no\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:9:\"portfolio\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:17:\"header_bg_opacity\";s:4:\"0.00\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:38:\"kd_featured-image-2_avada_portfolio_id\";s:4:\"2323\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:17:\"portfolio_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:19:\"portfolio_sidebar_2\";s:0:\"\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";}'),
(73770, 1984, '_fusion', 'a:20:{s:30:\"portfolio_featured_image_width\";s:4:\"half\";s:19:\"portfolio_width_100\";s:2:\"no\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:9:\"portfolio\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:17:\"header_bg_opacity\";s:4:\"0.00\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:17:\"portfolio_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:19:\"portfolio_sidebar_2\";s:0:\"\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";}'),
(73771, 2346, '_fusion', 'a:20:{s:30:\"portfolio_featured_image_width\";s:4:\"half\";s:19:\"portfolio_width_100\";s:2:\"no\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:9:\"portfolio\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:17:\"header_bg_opacity\";s:4:\"0.00\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:17:\"portfolio_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:19:\"portfolio_sidebar_2\";s:0:\"\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";}'),
(73772, 2398, '_fusion', 'a:20:{s:30:\"portfolio_featured_image_width\";s:4:\"half\";s:19:\"portfolio_width_100\";s:2:\"no\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:9:\"portfolio\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:17:\"header_bg_opacity\";s:4:\"0.00\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:17:\"portfolio_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:19:\"portfolio_sidebar_2\";s:0:\"\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";}'),
(73773, 2391, '_fusion', 'a:20:{s:30:\"portfolio_featured_image_width\";s:4:\"half\";s:19:\"portfolio_width_100\";s:2:\"no\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:9:\"portfolio\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:17:\"header_bg_opacity\";s:4:\"0.00\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:17:\"portfolio_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:19:\"portfolio_sidebar_2\";s:0:\"\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";}'),
(73774, 2340, '_fusion', 'a:20:{s:30:\"portfolio_featured_image_width\";s:4:\"half\";s:19:\"portfolio_width_100\";s:2:\"no\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:9:\"portfolio\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:17:\"header_bg_opacity\";s:4:\"0.00\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:17:\"portfolio_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:19:\"portfolio_sidebar_2\";s:0:\"\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";}'),
(73775, 1247, '_fusion', 'a:18:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73776, 62, '_fusion', 'a:0:{}'),
(73777, 1239, '_fusion', 'a:18:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73778, 731, '_fusion', 'a:18:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73779, 733, '_fusion', 'a:18:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73780, 735, '_fusion', 'a:18:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73781, 737, '_fusion', 'a:18:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73782, 1, '_fusion', 'a:0:{}'),
(73783, 582, '_fusion', 'a:18:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";}'),
(73784, 558, '_fusion', 'a:18:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";}'),
(73785, 557, '_fusion', 'a:18:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";}'),
(73786, 556, '_fusion', 'a:18:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";}'),
(73787, 555, '_fusion', 'a:18:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";}'),
(73788, 1282, '_fusion', 'a:21:{s:14:\"blog_width_100\";s:2:\"no\";s:17:\"portfolio_filters\";s:3:\"yes\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:18:\"aerial-photography\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:0:\"\";}'),
(73789, 1266, '_fusion', 'a:16:{s:4:\"type\";s:5:\"image\";s:13:\"video_display\";s:5:\"cover\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:81:\"<br/><span style=\"font-weight: 900; line-height: 30px;\">AERIAL PHOTOGRAPHY</span>\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"heading_font_size\";s:2:\"70\";s:10:\"heading_bg\";s:2:\"no\";s:17:\"caption_separator\";s:4:\"none\";s:17:\"caption_font_size\";s:2:\"19\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";}'),
(73790, 1278, '_fusion', 'a:21:{s:14:\"blog_width_100\";s:2:\"no\";s:17:\"portfolio_filters\";s:3:\"yes\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:14:\"aerial-filming\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:0:\"\";}'),
(73791, 1745, '_fusion', 'a:15:{s:4:\"type\";s:5:\"vimeo\";s:8:\"vimeo_id\";s:9:\"120202750\";s:13:\"video_display\";s:5:\"cover\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:77:\"<br/><span style=\"font-weight: 900; line-height: 30px;\">AERIAL FILMING</span>\";s:17:\"heading_separator\";s:4:\"none\";s:10:\"heading_bg\";s:2:\"no\";s:17:\"caption_separator\";s:4:\"none\";s:10:\"caption_bg\";s:3:\"yes\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";}'),
(73792, 1264, '_fusion', 'a:16:{s:4:\"type\";s:5:\"image\";s:13:\"video_display\";s:5:\"cover\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:78:\"<br/><span style=\"font-weight: 900; line-height: 30px;\">AERIAL FILMING </span>\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"heading_font_size\";s:2:\"70\";s:10:\"heading_bg\";s:2:\"no\";s:17:\"caption_separator\";s:4:\"none\";s:17:\"caption_font_size\";s:2:\"19\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";}'),
(73793, 1276, '_fusion', 'a:21:{s:14:\"blog_width_100\";s:2:\"no\";s:17:\"portfolio_filters\";s:3:\"yes\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:3:\"faq\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:0:\"\";}'),
(73794, 1262, '_fusion', 'a:18:{s:4:\"type\";s:5:\"image\";s:13:\"video_display\";s:5:\"cover\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:68:\"<br/><span style=\"font-weight: 900; line-height: 30px;\">FAQ\'S</span>\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"heading_font_size\";s:2:\"70\";s:10:\"heading_bg\";s:2:\"no\";s:17:\"caption_separator\";s:4:\"none\";s:17:\"caption_font_size\";s:2:\"19\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";s:12:\"heading_size\";s:1:\"2\";s:12:\"caption_size\";s:1:\"3\";}'),
(73795, 1630, '_fusion', 'a:17:{s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";s:14:\"header_bg_full\";s:2:\"no\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:4:\"flex\";s:9:\"wooslider\";s:7:\"contact\";s:14:\"page_title_bar\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:13:\"pages_sidebar\";s:0:\"\";s:15:\"pages_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(74028, 1630, '_fusion_google_fonts', ''),
(74029, 7, 'avada_post_views_count', '205'),
(73796, 634, '_fusion', 'a:16:{s:4:\"type\";s:5:\"image\";s:13:\"video_display\";s:5:\"cover\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:75:\"<br/><span style=\"font-weight: 900; line-height: 30px;\">GET IN TOUCH</span>\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"heading_font_size\";s:2:\"70\";s:10:\"heading_bg\";s:2:\"no\";s:17:\"caption_separator\";s:4:\"none\";s:17:\"caption_font_size\";s:2:\"19\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";}'),
(73797, 12, '_fusion', 'a:21:{s:14:\"blog_width_100\";s:2:\"no\";s:17:\"portfolio_filters\";s:3:\"yes\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:8:\"services\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:0:\"\";}'),
(73798, 224, '_fusion', 'a:18:{s:4:\"type\";s:5:\"image\";s:13:\"video_display\";s:5:\"cover\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:71:\"<br/><span style=\"font-weight: 900; line-height: 30px;\">SERVICES</span>\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"heading_font_size\";s:2:\"70\";s:10:\"heading_bg\";s:2:\"no\";s:17:\"caption_separator\";s:4:\"none\";s:17:\"caption_font_size\";s:2:\"19\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";s:12:\"heading_size\";s:1:\"2\";s:12:\"caption_size\";s:1:\"3\";}'),
(73799, 359, '_fusion', 'a:18:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73800, 1249, '_fusion', 'a:18:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73801, 1248, '_fusion', 'a:18:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(73802, 16, '_fusion', 'a:19:{s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:4:\"flex\";s:9:\"wooslider\";s:5:\"about\";s:14:\"page_title_bar\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:13:\"pages_sidebar\";s:0:\"\";s:15:\"pages_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(73966, 16, '_fusion_google_fonts', ''),
(73967, 2804, '_wp_attachment_backup_sizes', 'a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:614;s:6:\"height\";i:1181;s:4:\"file\";s:28:\"AFC_RECOG_BRONZE_POS_RGB.png\";}}'),
(73803, 124, '_fusion', 'a:18:{s:4:\"type\";s:5:\"image\";s:13:\"video_display\";s:5:\"cover\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:80:\"<br/><span style=\"font-weight: 900; line-height: 30px;\">BEHIND AIR-FRAMES</span>\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"heading_font_size\";s:2:\"70\";s:10:\"heading_bg\";s:2:\"no\";s:17:\"caption_separator\";s:4:\"none\";s:17:\"caption_font_size\";s:2:\"19\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";s:12:\"heading_size\";s:1:\"2\";s:12:\"caption_size\";s:1:\"3\";}'),
(73804, 1286, '_fusion', 'a:21:{s:14:\"blog_width_100\";s:2:\"no\";s:17:\"portfolio_filters\";s:3:\"yes\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:17:\"mapping-modelling\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:0:\"\";}'),
(73805, 1268, '_fusion', 'a:18:{s:4:\"type\";s:5:\"image\";s:13:\"video_display\";s:5:\"cover\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:79:\"<br/><span style=\"font-weight: 900; line-height: 30px;\">SURVEY & MAPPING</span>\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"heading_font_size\";s:2:\"70\";s:10:\"heading_bg\";s:2:\"no\";s:17:\"caption_separator\";s:4:\"none\";s:17:\"caption_font_size\";s:2:\"19\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";s:12:\"heading_size\";s:1:\"2\";s:12:\"caption_size\";s:1:\"3\";}'),
(73806, 1665, '_fusion', 'a:22:{s:17:\"portfolio_filters\";s:3:\"yes\";s:14:\"blog_width_100\";s:2:\"no\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:7:\"clients\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:12:\"main_padding\";a:1:{s:6:\"bottom\";s:3:\"0px\";}s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:14:\"page_title_bar\";s:2:\"no\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:0:\"\";}'),
(73807, 1667, '_fusion', 'a:16:{s:4:\"type\";s:5:\"image\";s:13:\"video_display\";s:5:\"cover\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:79:\"<br/><span style=\"font-weight: 900; line-height: 30px;\">PREVIOUS CLIENTS</span>\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"heading_font_size\";s:2:\"70\";s:10:\"heading_bg\";s:2:\"no\";s:17:\"caption_separator\";s:4:\"none\";s:17:\"caption_font_size\";s:2:\"19\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";}'),
(73808, 1274, '_fusion', 'a:17:{s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";s:14:\"header_bg_full\";s:2:\"no\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:4:\"flex\";s:9:\"wooslider\";s:9:\"equipment\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:13:\"pages_sidebar\";s:0:\"\";s:15:\"pages_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(73867, 1274, '_fusion_google_fonts', ''),
(73868, 2796, '_edit_last', '1'),
(73809, 1261, '_fusion', 'a:16:{s:4:\"type\";s:5:\"image\";s:13:\"video_display\";s:5:\"cover\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:80:\"<br/><span style=\"font-weight: 900; line-height: 30px;\">LEADING EQUIPMENT</span>\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"heading_font_size\";s:2:\"70\";s:10:\"heading_bg\";s:2:\"no\";s:17:\"caption_separator\";s:4:\"none\";s:17:\"caption_font_size\";s:2:\"19\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";}'),
(73810, 549, '_fusion', 'a:18:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";}'),
(73811, 2643, '_fusion', 'a:21:{s:14:\"blog_width_100\";s:2:\"no\";s:17:\"portfolio_filters\";s:3:\"yes\";s:11:\"slider_type\";s:4:\"flex\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:14:\"privacy-policy\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:4:\"20px\";s:6:\"bottom\";s:4:\"40px\";}s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:0:\"\";}'),
(73812, 2155, '_fusion', 'a:18:{s:4:\"type\";s:5:\"image\";s:13:\"video_display\";s:5:\"cover\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:77:\"<br/><span style=\"font-weight: 900; line-height: 30px;\">Privacy Policy</span>\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"heading_font_size\";s:2:\"70\";s:10:\"heading_bg\";s:2:\"no\";s:17:\"caption_separator\";s:4:\"none\";s:17:\"caption_font_size\";s:2:\"19\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";s:12:\"heading_size\";s:1:\"2\";s:12:\"caption_size\";s:1:\"3\";}'),
(73813, 554, '_fusion', 'a:18:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";}'),
(73814, 17, '_fusion', 'a:0:{}'),
(73815, 553, '_fusion', 'a:18:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";}'),
(73816, 551, '_fusion', 'a:18:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";}'),
(73817, 15, '_fusion', 'a:0:{}'),
(73818, 63, '_fusion', 'a:0:{}'),
(73819, 20, '_fusion', 'a:0:{}'),
(73820, 18, '_fusion', 'a:0:{}'),
(73821, 528, '_fusion', 'a:18:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:12:\"Blog Sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";}'),
(73822, 19, '_fusion', 'a:0:{}'),
(73837, 2443, '_aioseop_keywords', 'Air Frames, Aerial Drones, Drones, Drone Company, Aerial Drone Sevices, Low Altitude Drones, Drone Services, 4K Film, Photography, Aerial Photography,Birds Eye Photography, Drone Training, Drone Cameras, Ground Filming, Low Altitude Aerial Services, 360 Interactive Panoramas, RAW Photography, Mapping, Modelling,Surveys, Thermal Survey, IR Survey, Infrared Survey, Fly Throughs, Aerial Videography, Post Production, Videography, Inspection, Maintenance, Pollution Control,Site Surveys, TV Production, Film Production, Properties, Rescue Assistance, Disaster Support, Crisis Support, Construction Progress, Camera Equipment, DJI S1000,DJI Inspire X5R, DJI Phantom 3, DJIJI Osmo Gimbol, PFAW, Permission For Aerial Work, Unmanned Aerial Vehicles, Remotely Piloted Aircraft, Multirotors, Quadcopters,Hexacopters, Octocopters, UAV'),
(73826, 2443, '_fusion', 'a:19:{s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:4:\"flex\";s:9:\"wooslider\";s:4:\"home\";s:14:\"page_title_bar\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:13:\"pages_sidebar\";s:0:\"\";s:15:\"pages_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(73827, 2443, '_fusion_google_fonts', ''),
(73847, 2443, '_aioseop_custom_link', ''),
(73848, 2443, '_aioseop_sitemap_exclude', ''),
(73849, 2443, '_aioseop_disable', ''),
(73850, 2443, '_aioseop_disable_analytics', ''),
(73851, 2443, '_aioseop_noindex', ''),
(73852, 2443, '_aioseop_nofollow', ''),
(73853, 7, '_aioseop_custom_link', ''),
(73854, 7, '_aioseop_sitemap_exclude', ''),
(73855, 7, '_aioseop_disable', ''),
(73856, 7, '_aioseop_disable_analytics', ''),
(73857, 7, '_aioseop_noindex', ''),
(73858, 7, '_aioseop_nofollow', ''),
(73859, 2790, '_wp_attached_file', '2020/12/whitelogo.png'),
(73860, 2790, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:484;s:6:\"height\";i:276;s:4:\"file\";s:21:\"2020/12/whitelogo.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"whitelogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"whitelogo-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"whitelogo-484x272.png\";s:5:\"width\";i:484;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"whitelogo-460x276.png\";s:5:\"width\";i:460;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"whitelogo-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"whitelogo-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"whitelogo-484x272.png\";s:5:\"width\";i:484;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"whitelogo-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"whitelogo-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:21:\"whitelogo-200x114.png\";s:5:\"width\";i:200;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:21:\"whitelogo-400x228.png\";s:5:\"width\";i:400;s:6:\"height\";i:228;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:{}}}'),
(73861, 1274, '_aioseop_custom_link', ''),
(73862, 1274, '_aioseop_sitemap_exclude', ''),
(73863, 1274, '_aioseop_disable', ''),
(73864, 1274, '_aioseop_disable_analytics', ''),
(73865, 1274, '_aioseop_noindex', ''),
(73866, 1274, '_aioseop_nofollow', ''),
(73869, 2796, '_edit_lock', '1607863702:1'),
(73870, 2796, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(73871, 2796, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(73872, 2796, 'slide_template', 'default'),
(73873, 2796, 'pyre_width', 'half'),
(73874, 2796, 'pyre_portfolio_width_100', 'no'),
(73875, 2796, 'pyre_project_desc_title', 'default'),
(73876, 2796, 'pyre_project_details', 'default'),
(73877, 2796, 'pyre_show_first_featured_image', 'default'),
(73878, 2796, 'pyre_fimg_width', ''),
(73879, 2796, 'pyre_fimg_height', ''),
(73880, 2796, 'pyre_project_url', ''),
(73881, 2796, 'pyre_project_url_text', ''),
(73882, 2796, 'pyre_copy_url', ''),
(73883, 2796, 'pyre_copy_url_text', ''),
(73884, 2796, 'pyre_image_rollover_icons', 'default'),
(73885, 2796, 'pyre_link_icon_url', ''),
(73886, 2796, 'pyre_link_icon_target', 'default'),
(73887, 2796, 'pyre_related_posts', 'default'),
(73888, 2796, 'pyre_share_box', 'default'),
(73889, 2796, 'pyre_post_pagination', 'default'),
(73890, 2796, 'pyre_main_top_padding', ''),
(73891, 2796, 'pyre_main_bottom_padding', ''),
(73892, 2796, 'pyre_hundredp_padding', ''),
(73893, 2796, 'pyre_slider_type', 'flex'),
(73894, 2796, 'pyre_slider', '0'),
(73895, 2796, 'pyre_wooslider', 'portfolio'),
(73896, 2796, 'pyre_revslider', '0'),
(73897, 2796, 'pyre_elasticslider', '0'),
(73898, 2796, 'pyre_slider_position', 'default'),
(73899, 2796, 'pyre_avada_rev_styles', 'default'),
(73900, 2796, 'pyre_fallback', ''),
(73901, 2796, 'pyre_demo_slider', ''),
(73902, 2796, 'pyre_display_header', 'yes'),
(73903, 2796, 'pyre_header_100_width', 'default'),
(73904, 2796, 'pyre_header_bg_color', ''),
(73905, 2796, 'pyre_header_bg_opacity', '0.00'),
(73906, 2796, 'pyre_header_bg', ''),
(73907, 2796, 'pyre_header_bg_full', 'no'),
(73908, 2796, 'pyre_header_bg_repeat', 'repeat'),
(73909, 2796, 'pyre_displayed_menu', 'default'),
(73910, 2796, 'pyre_display_footer', 'default'),
(73911, 2796, 'pyre_display_copyright', 'default'),
(73912, 2796, 'pyre_footer_100_width', 'default'),
(73913, 2796, 'pyre_sidebar_position', 'default'),
(73914, 2796, 'pyre_sidebar_bg_color', ''),
(73915, 2796, 'pyre_page_bg_layout', 'default'),
(73916, 2796, 'pyre_page_bg_color', ''),
(73917, 2796, 'pyre_page_bg', ''),
(73918, 2796, 'pyre_page_bg_full', 'no'),
(73919, 2796, 'pyre_page_bg_repeat', 'repeat'),
(73920, 2796, 'pyre_wide_page_bg_color', ''),
(73921, 2796, 'pyre_wide_page_bg', ''),
(73922, 2796, 'pyre_wide_page_bg_full', 'no'),
(73923, 2796, 'pyre_wide_page_bg_repeat', 'repeat'),
(73924, 2796, 'pyre_page_title', 'default'),
(73925, 2796, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(73926, 2796, 'pyre_page_title_text', 'default'),
(73927, 2796, 'pyre_page_title_text_alignment', 'default'),
(73928, 2796, 'pyre_page_title_custom_text', ''),
(73929, 2796, 'pyre_page_title_text_size', ''),
(73930, 2796, 'pyre_page_title_custom_subheader', ''),
(73931, 2796, 'pyre_page_title_custom_subheader_text_size', ''),
(73932, 2796, 'pyre_page_title_font_color', ''),
(73933, 2796, 'pyre_page_title_100_width', 'default'),
(73934, 2796, 'pyre_page_title_height', ''),
(73935, 2796, 'pyre_page_title_mobile_height', ''),
(73936, 2796, 'pyre_page_title_bar_bg_color', ''),
(73937, 2796, 'pyre_page_title_bar_borders_color', ''),
(73938, 2796, 'pyre_page_title_bar_bg', ''),
(73939, 2796, 'pyre_page_title_bar_bg_retina', ''),
(73940, 2796, 'pyre_page_title_bar_bg_full', 'default'),
(73941, 2796, 'pyre_page_title_bg_parallax', 'default'),
(73942, 2796, 'fusion_builder_status', 'active'),
(73943, 2796, '_thumbnail_id', '2797'),
(73944, 2796, 'pyre_video', ''),
(73945, 2796, 'pyre_video_url', ''),
(73946, 2796, 'pyre_sidebar_sticky', 'default'),
(73947, 2796, 'pyre_page_title_line_height', ''),
(73948, 2796, 'kd_featured-image-2_avada_portfolio_id', ''),
(73949, 2796, 'kd_featured-image-3_avada_portfolio_id', ''),
(73950, 2796, 'kd_featured-image-4_avada_portfolio_id', ''),
(73951, 2796, 'kd_featured-image-5_avada_portfolio_id', ''),
(73952, 2796, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(73953, 2796, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(73954, 2796, '_fusion', 'a:20:{s:30:\"portfolio_featured_image_width\";s:4:\"half\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:15:\"header_bg_color\";s:19:\"rgba(255,255,255,0)\";s:14:\"header_bg_full\";s:2:\"no\";s:19:\"portfolio_width_100\";s:2:\"no\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:6:\"repeat\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:4:\"flex\";s:9:\"wooslider\";s:9:\"portfolio\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:17:\"portfolio_sidebar\";s:0:\"\";s:19:\"portfolio_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(73955, 2797, '_wp_attached_file', '2020/12/carling.jpg'),
(73956, 2797, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2038;s:6:\"height\";i:1146;s:4:\"file\";s:19:\"2020/12/carling.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"carling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"carling-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:19:\"carling-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:20:\"carling-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:19:\"carling-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:19:\"carling-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"carling-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"carling-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"carling-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"carling-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"carling-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:19:\"carling-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"carling-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-200\";a:4:{s:4:\"file\";s:19:\"carling-200x112.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-400\";a:4:{s:4:\"file\";s:19:\"carling-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-600\";a:4:{s:4:\"file\";s:19:\"carling-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"fusion-800\";a:4:{s:4:\"file\";s:19:\"carling-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"fusion-1200\";a:4:{s:4:\"file\";s:20:\"carling-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(73957, 2796, '_fusion_google_fonts', ''),
(73977, 1410, '_fusion', 'a:16:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73960, 16, '_aioseop_custom_link', ''),
(73961, 16, '_aioseop_sitemap_exclude', ''),
(73962, 16, '_aioseop_disable', ''),
(73963, 16, '_aioseop_disable_analytics', ''),
(73964, 16, '_aioseop_noindex', ''),
(73965, 16, '_aioseop_nofollow', ''),
(73969, 1402, '_fusion', 'a:16:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73970, 1404, '_fusion', 'a:16:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73971, 1408, '_fusion', 'a:17:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73972, 1424, '_fusion', 'a:16:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73973, 1406, '_fusion', 'a:16:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73974, 1754, '_fusion', 'a:16:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73975, 1420, '_fusion', 'a:16:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73976, 1422, '_fusion', 'a:16:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73978, 1416, '_fusion', 'a:17:{s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:0:\"\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:0:\"\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";}'),
(73979, 119, '_hash', '5d944076fd84fea1f0862c20e473c536c0dca83e'),
(73980, 1665, '_aioseo_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(73981, 1665, '_aioseo_title', 'Air-Frames - Clients | Working With Clients All Over The UK | Aerial Drone Services UK | #site_title'),
(73982, 1665, '_aioseo_keywords', 'Air Frames,Aerial Drones,Drones,Drone Company,Aerial Drone Sevices,Low Altitude Drones,Drone Services,4K Film,Photography,Aerial Photography,Birds Eye Photography,Drone Training,Drone Cameras,Ground Filming,Low Altitude Aerial Services,360 Interactive Panoramas,RAW Photography,Mapping,Modelling,Surveys,Thermal Survey,IR Survey,Infrared Survey,Fly Throughs,Aerial Videography,Post Production,Videography,Inspection,Maintenance,Pollution Control,Site Surveys,TV Production,Film Production,Properties,Rescue Assistance,Disaster Support,Crisis Support,Construction Progress,Camera Equipment,DJI S1000,DJI Inspire X5R,DJI Phantom 3,DJIJI Osmo Gimbol,PFAW,Permission For Aerial Work,Unmanned Aerial Vehicles,Remotely Piloted Aircraft,Multirotors,Quadcopters,Hexacopters,Octocopters,UAV'),
(73983, 1641, '_aioseo_title', 'Air-Frames - Portfolio | Drone Operated Photography, Videography and Site Surveys | Aerial Drone Services UK | #site_title'),
(73984, 1641, '_aioseo_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(73985, 1641, '_aioseo_keywords', 'Air Frames,Aerial Drones,Drones,Drone Company,Aerial Drone Sevices,Low Altitude Drones,Drone Services,4K Film,Photography,Aerial Photography,Birds Eye Photography,Drone Training,Drone Cameras,Ground Filming,Low Altitude Aerial Services,360 Interactive Panoramas,RAW Photography,Mapping,Modelling,Surveys,Thermal Survey,IR Survey,Infrared Survey,Fly Throughs,Aerial Videography,Post Production,Videography,Inspection,Maintenance,Pollution Control,Site Surveys,TV Production,Film Production,Properties,Rescue Assistance,Disaster Support,Crisis Support,Construction Progress,Camera Equipment,DJI S1000,DJI Inspire X5R,DJI Phantom 3,DJIJI Osmo Gimbol,PFAW,Permission For Aerial Work,Unmanned Aerial Vehicles,Remotely Piloted Aircraft,Multirotors,Quadcopters,Hexacopters,Octocopters,UAV'),
(73986, 1630, '_aioseo_title', 'Air-Frames - Contact | Calderdale Based Aerial Drone Specialists | Aerial Drone Services UK | #site_title'),
(73987, 1630, '_aioseo_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(73988, 1630, '_aioseo_keywords', 'Air Frames,Aerial Drones,Drones,Drone Company,Aerial Drone Sevices,Low Altitude Drones,Drone Services,4K Film,Photography,Aerial Photography,Birds Eye Photography,Drone Training,Drone Cameras,Ground Filming,Low Altitude Aerial Services,360 Interactive Panoramas,RAW Photography,Mapping,Modelling,Surveys,Thermal Survey,IR Survey,Infrared Survey,Fly Throughs,Aerial Videography,Post Production,Videography,Inspection,Maintenance,Pollution Control,Site Surveys,TV Production,Film Production,Properties,Rescue Assistance,Disaster Support,Crisis Support,Construction Progress,Camera Equipment,DJI S1000,DJI Inspire X5R,DJI Phantom 3,DJIJI Osmo Gimbol,PFAW,Permission For Aerial Work,Unmanned Aerial Vehicles,Remotely Piloted Aircraft,Multirotors,Quadcopters,Hexacopters,Octocopters,UAV'),
(73989, 1282, '_aioseo_title', 'Aerial Drone Photography Services - Air-Frames | #site_title'),
(73990, 1282, '_aioseo_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(73991, 1282, '_aioseo_keywords', 'Air Frames,Aerial Drones,Drones,Drone Company,Aerial Drone Sevices,Low Altitude Drones,Drone Services,4K Film,Photography,Aerial Photography,Birds Eye Photography,Drone Training,Drone Cameras,Ground Filming,Low Altitude Aerial Services,360 Interactive Panoramas,RAW Photography,Mapping,Modelling,Surveys,Thermal Survey,IR Survey,Infrared Survey,Fly Throughs,Aerial Videography,Post Production,Videography,Inspection,Maintenance,Pollution Control,Site Surveys,TV Production,Film Production,Properties,Rescue Assistance,Disaster Support,Crisis Support,Construction Progress,Camera Equipment,DJI S1000,DJI Inspire X5R,DJI Phantom 3,DJIJI Osmo Gimbol,PFAW,Permission For Aerial Work,Unmanned Aerial Vehicles,Remotely Piloted Aircraft,Multirotors,Quadcopters,Hexacopters,Octocopters,UAV'),
(73992, 1278, '_aioseo_keywords', 'Air Frames,Aerial Drones,Drones,Drone Company,Aerial Drone Sevices,Low Altitude Drones,Drone Services,4K Film,Photography,Aerial Photography,Birds Eye Photography,Drone Training,Drone Cameras,Ground Filming,Low Altitude Aerial Services,360 Interactive Panoramas,RAW Photography,Mapping,Modelling,Surveys,Thermal Survey,IR Survey,Infrared Survey,Fly Throughs,Aerial Videography,Post Production,Videography,Inspection,Maintenance,Pollution Control,Site Surveys,TV Production,Film Production,Properties,Rescue Assistance,Disaster Support,Crisis Support,Construction Progress,Camera Equipment,DJI S1000,DJI Inspire X5R,DJI Phantom 3,DJIJI Osmo Gimbol,PFAW,Permission For Aerial Work,Unmanned Aerial Vehicles,Remotely Piloted Aircraft,Multirotors,Quadcopters,Hexacopters,Octocopters,UAV'),
(73993, 1278, '_aioseo_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(73994, 1278, '_aioseo_title', 'Aerial Drone Filming &amp; Film Production - Air-Frames | #site_title'),
(73995, 1276, '_aioseo_keywords', 'Air Frames,Aerial Drones,Drones,Drone Company,Aerial Drone Sevices,Low Altitude Drones,Drone Services,4K Film,Photography,Aerial Photography,Birds Eye Photography,Drone Training,Drone Cameras,Ground Filming,Low Altitude Aerial Services,360 Interactive Panoramas,RAW Photography,Mapping,Modelling,Surveys,Thermal Survey,IR Survey,Infrared Survey,Fly Throughs,Aerial Videography,Post Production,Videography,Inspection,Maintenance,Pollution Control,Site Surveys,TV Production,Film Production,Properties,Rescue Assistance,Disaster Support,Crisis Support,Construction Progress,Camera Equipment,DJI S1000,DJI Inspire X5R,DJI Phantom 3,DJIJI Osmo Gimbol,PFAW,Permission For Aerial Work,Unmanned Aerial Vehicles,Remotely Piloted Aircraft,Multirotors,Quadcopters,Hexacopters,Octocopters,UAV'),
(73996, 1276, '_aioseo_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(73997, 1276, '_aioseo_title', 'Air-Frames - FAQ | Drone Filming and Opperations Questions | Aerial Drone Services UK | #site_title'),
(73998, 1274, '_aioseo_title', 'Air-Frames - Equipment | Using Only The Very Best In Drone &amp; Film Equipment | Aerial Drone Services UK | #site_title'),
(73999, 1274, '_aioseo_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(74000, 1274, '_aioseo_keywords', 'Air Frames,Aerial Drones,Drones,Drone Company,Aerial Drone Sevices,Low Altitude Drones,Drone Services,4K Film,Photography,Aerial Photography,Birds Eye Photography,Drone Training,Drone Cameras,Ground Filming,Low Altitude Aerial Services,360 Interactive Panoramas,RAW Photography,Mapping,Modelling,Surveys,Thermal Survey,IR Survey,Infrared Survey,Fly Throughs,Aerial Videography,Post Production,Videography,Inspection,Maintenance,Pollution Control,Site Surveys,TV Production,Film Production,Properties,Rescue Assistance,Disaster Support,Crisis Support,Construction Progress,Camera Equipment,DJI S1000,DJI Inspire X5R,DJI Phantom 3,DJIJI Osmo Gimbol,PFAW,Permission For Aerial Work,Unmanned Aerial Vehicles,Remotely Piloted Aircraft,Multirotors,Quadcopters,Hexacopters,Octocopters,UAV'),
(74001, 12, '_aioseo_title', 'Air-Frames - Services | Aerial Filming | Survey and Mapping | Aerial Photography | Aerial Drone Services UK | #site_title'),
(74002, 12, '_aioseo_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(74003, 12, '_aioseo_keywords', 'Air Frames,Aerial Drones,Drones,Drone Company,Aerial Drone Sevices,Low Altitude Drones,Drone Services,4K Film,Photography,Aerial Photography,Birds Eye Photography,Drone Training,Drone Cameras,Ground Filming,Low Altitude Aerial Services,360 Interactive Panoramas,RAW Photography,Mapping,Modelling,Surveys,Thermal Survey,IR Survey,Infrared Survey,Fly Throughs,Aerial Videography,Post Production,Videography,Inspection,Maintenance,Pollution Control,Site Surveys,TV Production,Film Production,Properties,Rescue Assistance,Disaster Support,Crisis Support,Construction Progress,Camera Equipment,DJI S1000,DJI Inspire X5R,DJI Phantom 3,DJIJI Osmo Gimbol,PFAW,Permission For Aerial Work,Unmanned Aerial Vehicles,Remotely Piloted Aircraft,Multirotors,Quadcopters,Hexacopters,Octocopters,UAV'),
(74004, 2443, '_aioseo_title', 'Air-Frames - Aerial Drone Photography, Videography'),
(74005, 2443, '_aioseo_description', 'Established in 2013, Air-Frames is a UK CAA approved (#501) drone company providing ProRes Videography and RAW Photography for TV and Film, and are approved operators for several utility companies for Survey and Mapping solutions.'),
(74006, 2443, '_aioseo_keywords', 'Air Frames,PfCO,Aerial Drones,Drones,OSC,Aerial Drone Sevices,Drone Services,4K Film,ProRes,CinemaDNG,Photography,Aerial Photography,Drone Cameras,Ground Filming,Low Altitude Aerial Services,360 Interactive Panoramas,RAW Photography,Mapping,Modelling,Surveys,LIDAR,Thermal Survey,IR Survey,Infrared Survey,Aerial Videography,Post Production,Videography,Inspection,Maintenance,Pollution Control,Site Surveys,TV Production,Film Production,TV,Properties,Rescue Assistance,Disaster Support,Crisis Support,Construction Progress,Camera Equipment,DJI S1000,DJI Inspire X5R,DJI Phantom 3,DJI Osmo Gimbal,Permission For Commercial Operations,Unmanned Aerial Vehicles,Remotely Piloted Aircraft,Multirotors,Quadcopters,Hexacopters,Octocopters,UAV'),
(74007, 2443, '_aioseo_og_title', NULL),
(74008, 2443, '_aioseo_og_description', NULL),
(74009, 2443, '_aioseo_og_article_section', ''),
(74010, 2443, '_aioseo_og_article_tags', ''),
(74011, 2443, '_aioseo_twitter_title', NULL),
(74012, 2443, '_aioseo_twitter_description', NULL),
(74013, 7, '_aioseo_title', 'Air-Frames - Aerial Drone Photography, Videography'),
(74014, 7, '_aioseo_description', 'Established in 2013, Air-Frames is a UK CAA approved (#501) drone company providing ProRes Videography and RAW Photography for TV and Film, and are approved operators for several utility companies for Survey and Mapping solutions.'),
(74015, 7, '_aioseo_keywords', 'Air Frames,PfCO,Aerial Drones,Drones,OSC,Aerial Drone Sevices,Drone Services,4K Film,ProRes,CinemaDNG,Photography,Aerial Photography,Drone Cameras,Ground Filming,Low Altitude Aerial Services,360 Interactive Panoramas,RAW Photography,Mapping,Modelling,Surveys,LIDAR,Thermal Survey,IR Survey,Infrared Survey,Aerial Videography,Post Production,Videography,Inspection,Maintenance,Pollution Control,Site Surveys,TV Production,Film Production,TV,Properties,Rescue Assistance,Disaster Support,Crisis Support,Construction Progress,Camera Equipment,DJI S1000,DJI Inspire X5R,DJI Phantom 3,DJI Osmo Gimbal,Permission For Commercial Operations,Unmanned Aerial Vehicles,Remotely Piloted Aircraft,Multirotors,Quadcopters,Hexacopters,Octocopters,UAV'),
(74016, 7, '_aioseo_og_title', NULL),
(74017, 7, '_aioseo_og_description', NULL),
(74018, 7, '_aioseo_og_article_section', ''),
(74019, 7, '_aioseo_og_article_tags', ''),
(74020, 7, '_aioseo_twitter_title', NULL),
(74021, 7, '_aioseo_twitter_description', NULL),
(74022, 1630, '_aioseo_og_title', NULL),
(74023, 1630, '_aioseo_og_description', NULL),
(74024, 1630, '_aioseo_og_article_section', ''),
(74025, 1630, '_aioseo_og_article_tags', ''),
(74026, 1630, '_aioseo_twitter_title', NULL),
(74027, 1630, '_aioseo_twitter_description', NULL),
(74030, 7, 'avada_today_post_views_count', '14'),
(74031, 7, 'avada_post_views_count_today_date', '14-03-2024'),
(74032, 1248, 'avada_today_post_views_count', '1'),
(74033, 1248, 'avada_post_views_count_today_date', '13-03-2024'),
(74034, 1278, 'avada_post_views_count', '29'),
(74035, 1278, 'avada_today_post_views_count', '1'),
(74036, 1278, 'avada_post_views_count_today_date', '14-03-2024'),
(74037, 16, 'avada_post_views_count', '33'),
(74038, 16, 'avada_today_post_views_count', '2'),
(74039, 16, 'avada_post_views_count_today_date', '14-03-2024'),
(74040, 1641, 'avada_post_views_count', '31'),
(74041, 1641, 'avada_today_post_views_count', '2'),
(74042, 1641, 'avada_post_views_count_today_date', '14-03-2024'),
(74043, 1276, 'avada_post_views_count', '27'),
(74044, 1276, 'avada_today_post_views_count', '1'),
(74045, 1276, 'avada_post_views_count_today_date', '14-03-2024'),
(74046, 1630, 'avada_post_views_count', '46'),
(74047, 1630, 'avada_today_post_views_count', '1'),
(74048, 1630, 'avada_post_views_count_today_date', '14-03-2024'),
(74049, 12, 'avada_post_views_count', '26'),
(74050, 12, 'avada_today_post_views_count', '1'),
(74051, 12, 'avada_post_views_count_today_date', '14-03-2024'),
(74052, 549, 'avada_today_post_views_count', '1'),
(74053, 549, 'avada_post_views_count_today_date', '12-03-2024'),
(74054, 558, 'avada_today_post_views_count', '1'),
(74055, 558, 'avada_post_views_count_today_date', '11-03-2024'),
(74056, 582, 'avada_today_post_views_count', '1'),
(74057, 582, 'avada_post_views_count_today_date', '14-03-2024'),
(74058, 553, 'avada_today_post_views_count', '1'),
(74059, 553, 'avada_post_views_count_today_date', '14-03-2024'),
(74060, 2768, 'avada_post_views_count', '13'),
(74061, 2768, 'avada_today_post_views_count', '1'),
(74062, 2768, 'avada_post_views_count_today_date', '13-03-2024'),
(74063, 557, 'avada_today_post_views_count', '1'),
(74064, 557, 'avada_post_views_count_today_date', '14-03-2024'),
(74065, 1282, 'avada_post_views_count', '27'),
(74066, 1282, 'avada_today_post_views_count', '1'),
(74067, 1282, 'avada_post_views_count_today_date', '14-03-2024'),
(74068, 16, '_aioseo_title', 'Air-Frames - About | The Company, Licenses and Testimonials | Aerial Drone Services UK | #site_title'),
(74069, 16, '_aioseo_description', 'Air-Frames is a fully licensed UK Aerial Drone Service Providing Low Altitude Photography, Videography, Survey and Mapping. Based in Calderdale'),
(74070, 16, '_aioseo_keywords', 'Air Frames,Aerial Drones,Drones,Drone Company,Aerial Drone Sevices,Low Altitude Drones,Drone Services,4K Film,Photography,Aerial Photography,Birds Eye Photography,Drone Training,Drone Cameras,Ground Filming,Low Altitude Aerial Services,360 Interactive Panoramas,RAW Photography,Mapping,Modelling,Surveys,Thermal Survey,IR Survey,Infrared Survey,Fly Throughs,Aerial Videography,Post Production,Videography,Inspection,Maintenance,Pollution Control,Site Surveys,TV Production,Film Production,Properties,Rescue Assistance,Disaster Support,Crisis Support,Construction Progress,Camera Equipment,DJI S1000,DJI Inspire X5R,DJI Phantom 3,DJIJI Osmo Gimbol,PFAW,Permission For Aerial Work,Unmanned Aerial Vehicles,Remotely Piloted Aircraft,Multirotors,Quadcopters,Hexacopters,Octocopters,UAV'),
(74071, 16, '_aioseo_og_title', NULL),
(74072, 16, '_aioseo_og_description', NULL),
(74073, 16, '_aioseo_og_article_section', ''),
(74074, 16, '_aioseo_og_article_tags', ''),
(74075, 16, '_aioseo_twitter_title', NULL),
(74076, 16, '_aioseo_twitter_description', NULL),
(74077, 1286, 'avada_post_views_count', '21'),
(74078, 1286, 'avada_today_post_views_count', '1'),
(74079, 1286, 'avada_post_views_count_today_date', '14-03-2024'),
(74080, 737, 'avada_today_post_views_count', '1'),
(74081, 737, 'avada_post_views_count_today_date', '14-03-2024'),
(74082, 2495, 'avada_post_views_count', '13'),
(74083, 2495, 'avada_today_post_views_count', '1'),
(74084, 2495, 'avada_post_views_count_today_date', '13-03-2024'),
(74085, 733, 'avada_today_post_views_count', '2'),
(74086, 733, 'avada_post_views_count_today_date', '13-03-2024'),
(74087, 1247, 'avada_today_post_views_count', '1'),
(74088, 1247, 'avada_post_views_count_today_date', '13-03-2024'),
(74089, 2643, 'avada_post_views_count', '22'),
(74090, 2643, 'avada_today_post_views_count', '1'),
(74091, 2643, 'avada_post_views_count_today_date', '14-03-2024'),
(74092, 2398, 'avada_post_views_count', '15'),
(74093, 2398, 'avada_today_post_views_count', '1'),
(74094, 2398, 'avada_post_views_count_today_date', '13-03-2024'),
(74095, 735, 'avada_today_post_views_count', '2'),
(74096, 735, 'avada_post_views_count_today_date', '13-03-2024'),
(74097, 1665, 'avada_post_views_count', '21'),
(74098, 1665, 'avada_today_post_views_count', '1'),
(74099, 1665, 'avada_post_views_count_today_date', '14-03-2024'),
(74100, 2346, 'avada_post_views_count', '19'),
(74101, 2346, 'avada_today_post_views_count', '2'),
(74102, 2346, 'avada_post_views_count_today_date', '13-03-2024'),
(74103, 1402, 'avada_post_views_count', '5'),
(74104, 1402, 'avada_today_post_views_count', '1'),
(74105, 1402, 'avada_post_views_count_today_date', '03-03-2024'),
(74106, 1416, 'avada_post_views_count', '5'),
(74107, 1416, 'avada_today_post_views_count', '1'),
(74108, 1416, 'avada_post_views_count_today_date', '09-03-2024'),
(74109, 1408, 'avada_post_views_count', '7'),
(74110, 1408, 'avada_today_post_views_count', '1'),
(74111, 1408, 'avada_post_views_count_today_date', '12-03-2024'),
(74112, 1424, 'avada_post_views_count', '1'),
(74113, 1424, 'avada_today_post_views_count', '1'),
(74114, 1424, 'avada_post_views_count_today_date', '28-02-2024'),
(74115, 1420, 'avada_post_views_count', '5'),
(74116, 1420, 'avada_today_post_views_count', '1'),
(74117, 1420, 'avada_post_views_count_today_date', '03-03-2024'),
(74118, 1406, 'avada_post_views_count', '1'),
(74119, 1406, 'avada_today_post_views_count', '1'),
(74120, 1406, 'avada_post_views_count_today_date', '28-02-2024'),
(74121, 1422, 'avada_post_views_count', '7'),
(74122, 1422, 'avada_today_post_views_count', '2'),
(74123, 1422, 'avada_post_views_count_today_date', '13-03-2024'),
(74124, 1404, 'avada_post_views_count', '1'),
(74125, 1404, 'avada_today_post_views_count', '1'),
(74126, 1404, 'avada_post_views_count_today_date', '28-02-2024'),
(74127, 1410, 'avada_post_views_count', '6'),
(74128, 1410, 'avada_today_post_views_count', '1'),
(74129, 1410, 'avada_post_views_count_today_date', '03-03-2024'),
(74130, 1414, 'avada_post_views_count', '6'),
(74131, 1414, 'avada_today_post_views_count', '1'),
(74132, 1414, 'avada_post_views_count_today_date', '14-03-2024'),
(74133, 2434, 'avada_post_views_count', '12'),
(74134, 2434, 'avada_today_post_views_count', '1'),
(74135, 2434, 'avada_post_views_count_today_date', '13-03-2024'),
(74136, 1699, 'avada_post_views_count', '7'),
(74137, 1699, 'avada_today_post_views_count', '1'),
(74138, 1699, 'avada_post_views_count_today_date', '14-03-2024'),
(74139, 2341, 'avada_post_views_count', '3');
INSERT INTO `Airfr_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(74140, 2341, 'avada_today_post_views_count', '1'),
(74141, 2341, 'avada_post_views_count_today_date', '03-03-2024'),
(74142, 2619, 'avada_post_views_count', '7'),
(74143, 2619, 'avada_today_post_views_count', '1'),
(74144, 2619, 'avada_post_views_count_today_date', '13-03-2024'),
(74145, 2177, 'avada_post_views_count', '6'),
(74146, 2177, 'avada_today_post_views_count', '1'),
(74147, 2177, 'avada_post_views_count_today_date', '13-03-2024'),
(74148, 2091, 'avada_post_views_count', '5'),
(74149, 2091, 'avada_today_post_views_count', '1'),
(74150, 2091, 'avada_post_views_count_today_date', '14-03-2024'),
(74151, 2600, 'avada_post_views_count', '4'),
(74152, 2600, 'avada_today_post_views_count', '2'),
(74153, 2600, 'avada_post_views_count_today_date', '03-03-2024'),
(74154, 1491, 'avada_post_views_count', '5'),
(74155, 1491, 'avada_today_post_views_count', '1'),
(74156, 1491, 'avada_post_views_count_today_date', '04-03-2024'),
(74157, 2171, 'avada_post_views_count', '6'),
(74158, 2171, 'avada_today_post_views_count', '1'),
(74159, 2171, 'avada_post_views_count_today_date', '09-03-2024'),
(74160, 1687, 'avada_post_views_count', '4'),
(74161, 1687, 'avada_today_post_views_count', '2'),
(74162, 1687, 'avada_post_views_count_today_date', '03-03-2024'),
(74163, 2527, 'avada_post_views_count', '5'),
(74164, 2527, 'avada_today_post_views_count', '1'),
(74165, 2527, 'avada_post_views_count_today_date', '08-03-2024'),
(74166, 1672, 'avada_post_views_count', '5'),
(74167, 1672, 'avada_today_post_views_count', '1'),
(74168, 1672, 'avada_post_views_count_today_date', '07-03-2024'),
(74169, 2313, 'avada_post_views_count', '5'),
(74170, 2313, 'avada_today_post_views_count', '1'),
(74171, 2313, 'avada_post_views_count_today_date', '07-03-2024'),
(74172, 2140, 'avada_post_views_count', '3'),
(74173, 2140, 'avada_today_post_views_count', '2'),
(74174, 2140, 'avada_post_views_count_today_date', '02-03-2024'),
(74175, 2223, 'avada_post_views_count', '4'),
(74176, 2223, 'avada_today_post_views_count', '1'),
(74177, 2223, 'avada_post_views_count_today_date', '04-03-2024'),
(74178, 2067, 'avada_post_views_count', '6'),
(74179, 2067, 'avada_today_post_views_count', '1'),
(74180, 2067, 'avada_post_views_count_today_date', '14-03-2024'),
(74181, 2374, 'avada_post_views_count', '6'),
(74182, 2374, 'avada_today_post_views_count', '1'),
(74183, 2374, 'avada_post_views_count_today_date', '13-03-2024'),
(74184, 2426, 'avada_post_views_count', '6'),
(74185, 2426, 'avada_today_post_views_count', '1'),
(74186, 2426, 'avada_post_views_count_today_date', '14-03-2024'),
(74187, 2513, 'avada_post_views_count', '5'),
(74188, 2513, 'avada_today_post_views_count', '1'),
(74189, 2513, 'avada_post_views_count_today_date', '12-03-2024'),
(74190, 1681, 'avada_post_views_count', '5'),
(74191, 1681, 'avada_today_post_views_count', '1'),
(74192, 1681, 'avada_post_views_count_today_date', '09-03-2024'),
(74193, 2066, 'avada_post_views_count', '5'),
(74194, 2066, 'avada_today_post_views_count', '1'),
(74195, 2066, 'avada_post_views_count_today_date', '07-03-2024'),
(74196, 2418, 'avada_post_views_count', '5'),
(74197, 2418, 'avada_today_post_views_count', '1'),
(74198, 2418, 'avada_post_views_count_today_date', '14-03-2024'),
(74199, 1858, 'avada_post_views_count', '5'),
(74200, 1858, 'avada_today_post_views_count', '1'),
(74201, 1858, 'avada_post_views_count_today_date', '12-03-2024'),
(74202, 2361, 'avada_post_views_count', '6'),
(74203, 2361, 'avada_today_post_views_count', '1'),
(74204, 2361, 'avada_post_views_count_today_date', '12-03-2024'),
(74205, 1691, 'avada_post_views_count', '7'),
(74206, 1691, 'avada_today_post_views_count', '2'),
(74207, 1691, 'avada_post_views_count_today_date', '13-03-2024'),
(74208, 1482, 'avada_post_views_count', '7'),
(74209, 1482, 'avada_today_post_views_count', '1'),
(74210, 1482, 'avada_post_views_count_today_date', '13-03-2024'),
(74211, 2524, 'avada_post_views_count', '6'),
(74212, 2524, 'avada_today_post_views_count', '1'),
(74213, 2524, 'avada_post_views_count_today_date', '09-03-2024'),
(74214, 2137, 'avada_post_views_count', '7'),
(74215, 2137, 'avada_today_post_views_count', '1'),
(74216, 2137, 'avada_post_views_count_today_date', '14-03-2024'),
(74217, 2775, 'avada_post_views_count', '5'),
(74218, 2775, 'avada_today_post_views_count', '1'),
(74219, 2775, 'avada_post_views_count_today_date', '08-03-2024'),
(74220, 2680, 'avada_post_views_count', '4'),
(74221, 2680, 'avada_today_post_views_count', '1'),
(74222, 2680, 'avada_post_views_count_today_date', '04-03-2024'),
(74223, 2425, 'avada_post_views_count', '5'),
(74224, 2425, 'avada_today_post_views_count', '1'),
(74225, 2425, 'avada_post_views_count_today_date', '04-03-2024'),
(74226, 1680, 'avada_post_views_count', '4'),
(74227, 1680, 'avada_today_post_views_count', '1'),
(74228, 1680, 'avada_post_views_count_today_date', '04-03-2024'),
(74229, 1682, 'avada_post_views_count', '6'),
(74230, 1682, 'avada_today_post_views_count', '1'),
(74231, 1682, 'avada_post_views_count_today_date', '09-03-2024'),
(74232, 1689, 'avada_post_views_count', '7'),
(74233, 1689, 'avada_today_post_views_count', '1'),
(74234, 1689, 'avada_post_views_count_today_date', '12-03-2024'),
(74235, 1685, 'avada_post_views_count', '7'),
(74236, 1685, 'avada_today_post_views_count', '1'),
(74237, 1685, 'avada_post_views_count_today_date', '13-03-2024'),
(74238, 2617, 'avada_post_views_count', '4'),
(74239, 2617, 'avada_today_post_views_count', '1'),
(74240, 2617, 'avada_post_views_count_today_date', '04-03-2024'),
(74241, 2428, 'avada_post_views_count', '6'),
(74242, 2428, 'avada_today_post_views_count', '1'),
(74243, 2428, 'avada_post_views_count_today_date', '04-03-2024'),
(74244, 1671, 'avada_post_views_count', '4'),
(74245, 1671, 'avada_today_post_views_count', '1'),
(74246, 1671, 'avada_post_views_count_today_date', '04-03-2024'),
(74247, 2530, 'avada_post_views_count', '6'),
(74248, 2530, 'avada_today_post_views_count', '1'),
(74249, 2530, 'avada_post_views_count_today_date', '04-03-2024'),
(74250, 2747, 'avada_post_views_count', '5'),
(74251, 2747, 'avada_today_post_views_count', '1'),
(74252, 2747, 'avada_post_views_count_today_date', '09-03-2024'),
(74253, 1678, 'avada_post_views_count', '4'),
(74254, 1678, 'avada_today_post_views_count', '1'),
(74255, 1678, 'avada_post_views_count_today_date', '04-03-2024'),
(74256, 2331, 'avada_post_views_count', '6'),
(74257, 2331, 'avada_today_post_views_count', '1'),
(74258, 2331, 'avada_post_views_count_today_date', '11-03-2024'),
(74259, 2343, 'avada_post_views_count', '5'),
(74260, 2343, 'avada_today_post_views_count', '1'),
(74261, 2343, 'avada_post_views_count_today_date', '04-03-2024'),
(74262, 2332, 'avada_post_views_count', '4'),
(74263, 2332, 'avada_today_post_views_count', '1'),
(74264, 2332, 'avada_post_views_count_today_date', '03-03-2024'),
(74265, 2294, 'avada_post_views_count', '7'),
(74266, 2294, 'avada_today_post_views_count', '1'),
(74267, 2294, 'avada_post_views_count_today_date', '14-03-2024'),
(74268, 1483, 'avada_post_views_count', '7'),
(74269, 1483, 'avada_today_post_views_count', '1'),
(74270, 1483, 'avada_post_views_count_today_date', '14-03-2024'),
(74271, 2529, 'avada_post_views_count', '5'),
(74272, 2529, 'avada_today_post_views_count', '1'),
(74273, 2529, 'avada_post_views_count_today_date', '08-03-2024'),
(74274, 2102, 'avada_post_views_count', '5'),
(74275, 2102, 'avada_today_post_views_count', '1'),
(74276, 2102, 'avada_post_views_count_today_date', '08-03-2024'),
(74277, 1677, 'avada_post_views_count', '3'),
(74278, 1677, 'avada_today_post_views_count', '1'),
(74279, 1677, 'avada_post_views_count_today_date', '03-03-2024'),
(74280, 1470, 'avada_post_views_count', '4'),
(74281, 1470, 'avada_today_post_views_count', '1'),
(74282, 1470, 'avada_post_views_count_today_date', '04-03-2024'),
(74283, 2089, 'avada_post_views_count', '6'),
(74284, 2089, 'avada_today_post_views_count', '1'),
(74285, 2089, 'avada_post_views_count_today_date', '12-03-2024'),
(74286, 1675, 'avada_post_views_count', '6'),
(74287, 1675, 'avada_today_post_views_count', '1'),
(74288, 1675, 'avada_post_views_count_today_date', '09-03-2024'),
(74289, 1492, 'avada_post_views_count', '4'),
(74290, 1492, 'avada_today_post_views_count', '2'),
(74291, 1492, 'avada_post_views_count_today_date', '03-03-2024'),
(74292, 1669, 'avada_post_views_count', '6'),
(74293, 1669, 'avada_today_post_views_count', '1'),
(74294, 1669, 'avada_post_views_count_today_date', '04-03-2024'),
(74295, 2415, 'avada_post_views_count', '5'),
(74296, 2415, 'avada_today_post_views_count', '1'),
(74297, 2415, 'avada_post_views_count_today_date', '04-03-2024'),
(74298, 2399, 'avada_post_views_count', '5'),
(74299, 2399, 'avada_today_post_views_count', '1'),
(74300, 2399, 'avada_post_views_count_today_date', '04-03-2024'),
(74301, 2359, 'avada_post_views_count', '5'),
(74302, 2359, 'avada_today_post_views_count', '2'),
(74303, 2359, 'avada_post_views_count_today_date', '03-03-2024'),
(74304, 2516, 'avada_post_views_count', '4'),
(74305, 2516, 'avada_today_post_views_count', '1'),
(74306, 2516, 'avada_post_views_count_today_date', '04-03-2024'),
(74307, 1676, 'avada_post_views_count', '5'),
(74308, 1676, 'avada_today_post_views_count', '1'),
(74309, 1676, 'avada_post_views_count_today_date', '08-03-2024'),
(74310, 2556, 'avada_post_views_count', '5'),
(74311, 2556, 'avada_today_post_views_count', '1'),
(74312, 2556, 'avada_post_views_count_today_date', '04-03-2024'),
(74313, 2044, 'avada_post_views_count', '8'),
(74314, 2044, 'avada_today_post_views_count', '1'),
(74315, 2044, 'avada_post_views_count_today_date', '14-03-2024'),
(74316, 1480, 'avada_post_views_count', '5'),
(74317, 1480, 'avada_today_post_views_count', '1'),
(74318, 1480, 'avada_post_views_count_today_date', '04-03-2024'),
(74319, 2056, 'avada_post_views_count', '4'),
(74320, 2056, 'avada_today_post_views_count', '1'),
(74321, 2056, 'avada_post_views_count_today_date', '04-03-2024'),
(74322, 2421, 'avada_post_views_count', '6'),
(74323, 2421, 'avada_today_post_views_count', '1'),
(74324, 2421, 'avada_post_views_count_today_date', '11-03-2024'),
(74325, 2110, 'avada_post_views_count', '5'),
(74326, 2110, 'avada_today_post_views_count', '1'),
(74327, 2110, 'avada_post_views_count_today_date', '13-03-2024'),
(74328, 1690, 'avada_post_views_count', '5'),
(74329, 1690, 'avada_today_post_views_count', '1'),
(74330, 1690, 'avada_post_views_count_today_date', '04-03-2024'),
(74331, 2419, 'avada_post_views_count', '4'),
(74332, 2419, 'avada_today_post_views_count', '1'),
(74333, 2419, 'avada_post_views_count_today_date', '04-03-2024'),
(74334, 2407, 'avada_post_views_count', '4'),
(74335, 2407, 'avada_today_post_views_count', '1'),
(74336, 2407, 'avada_post_views_count_today_date', '04-03-2024'),
(74337, 1481, 'avada_post_views_count', '4'),
(74338, 1481, 'avada_today_post_views_count', '1'),
(74339, 1481, 'avada_post_views_count_today_date', '04-03-2024'),
(74340, 2288, 'avada_post_views_count', '6'),
(74341, 2288, 'avada_today_post_views_count', '1'),
(74342, 2288, 'avada_post_views_count_today_date', '13-03-2024'),
(74343, 1477, 'avada_post_views_count', '7'),
(74344, 1477, 'avada_today_post_views_count', '2'),
(74345, 1477, 'avada_post_views_count_today_date', '13-03-2024'),
(74346, 2291, 'avada_post_views_count', '4'),
(74347, 2291, 'avada_today_post_views_count', '1'),
(74348, 2291, 'avada_post_views_count_today_date', '04-03-2024'),
(74349, 1698, 'avada_post_views_count', '3'),
(74350, 1698, 'avada_today_post_views_count', '1'),
(74351, 1698, 'avada_post_views_count_today_date', '03-03-2024'),
(74352, 2078, 'avada_post_views_count', '7'),
(74353, 2078, 'avada_today_post_views_count', '1'),
(74354, 2078, 'avada_post_views_count_today_date', '13-03-2024'),
(74355, 2678, 'avada_post_views_count', '5'),
(74356, 2678, 'avada_today_post_views_count', '1'),
(74357, 2678, 'avada_post_views_count_today_date', '08-03-2024'),
(74358, 2764, 'avada_post_views_count', '8'),
(74359, 2764, 'avada_today_post_views_count', '2'),
(74360, 2764, 'avada_post_views_count_today_date', '13-03-2024'),
(74361, 2349, 'avada_post_views_count', '6'),
(74362, 2349, 'avada_today_post_views_count', '1'),
(74363, 2349, 'avada_post_views_count_today_date', '12-03-2024'),
(74364, 1673, 'avada_post_views_count', '6'),
(74365, 1673, 'avada_today_post_views_count', '2'),
(74366, 1673, 'avada_post_views_count_today_date', '13-03-2024'),
(74367, 2322, 'avada_post_views_count', '4'),
(74368, 2322, 'avada_today_post_views_count', '1'),
(74369, 2322, 'avada_post_views_count_today_date', '04-03-2024'),
(74370, 2417, 'avada_post_views_count', '6'),
(74371, 2417, 'avada_today_post_views_count', '1'),
(74372, 2417, 'avada_post_views_count_today_date', '14-03-2024'),
(74373, 1654, 'avada_post_views_count', '6'),
(74374, 1654, 'avada_today_post_views_count', '1'),
(74375, 1654, 'avada_post_views_count_today_date', '14-03-2024'),
(74376, 1684, 'avada_post_views_count', '4'),
(74377, 1684, 'avada_today_post_views_count', '1'),
(74378, 1684, 'avada_post_views_count_today_date', '03-03-2024'),
(74379, 2804, 'avada_post_views_count', '3'),
(74380, 2804, 'avada_today_post_views_count', '1'),
(74381, 2804, 'avada_post_views_count_today_date', '03-03-2024'),
(74382, 2740, 'avada_post_views_count', '4'),
(74383, 2740, 'avada_today_post_views_count', '1'),
(74384, 2740, 'avada_post_views_count_today_date', '03-03-2024'),
(74385, 2168, 'avada_post_views_count', '7'),
(74386, 2168, 'avada_today_post_views_count', '1'),
(74387, 2168, 'avada_post_views_count_today_date', '14-03-2024'),
(74388, 2357, 'avada_post_views_count', '5'),
(74389, 2357, 'avada_today_post_views_count', '1'),
(74390, 2357, 'avada_post_views_count_today_date', '04-03-2024'),
(74391, 2790, 'avada_post_views_count', '4'),
(74392, 2790, 'avada_today_post_views_count', '1'),
(74393, 2790, 'avada_post_views_count_today_date', '04-03-2024'),
(74394, 1692, 'avada_post_views_count', '4'),
(74395, 1692, 'avada_today_post_views_count', '1'),
(74396, 1692, 'avada_post_views_count_today_date', '04-03-2024'),
(74397, 1715, 'avada_post_views_count', '6'),
(74398, 1715, 'avada_today_post_views_count', '1'),
(74399, 1715, 'avada_post_views_count_today_date', '11-03-2024'),
(74400, 1486, 'avada_post_views_count', '5'),
(74401, 1486, 'avada_today_post_views_count', '1'),
(74402, 1486, 'avada_post_views_count_today_date', '13-03-2024'),
(74403, 2591, 'avada_post_views_count', '4'),
(74404, 2591, 'avada_today_post_views_count', '1'),
(74405, 2591, 'avada_post_views_count_today_date', '04-03-2024'),
(74406, 2613, 'avada_post_views_count', '6'),
(74407, 2613, 'avada_today_post_views_count', '1'),
(74408, 2613, 'avada_post_views_count_today_date', '08-03-2024'),
(74409, 2401, 'avada_post_views_count', '3'),
(74410, 2401, 'avada_today_post_views_count', '1'),
(74411, 2401, 'avada_post_views_count_today_date', '03-03-2024'),
(74412, 2420, 'avada_post_views_count', '4'),
(74413, 2420, 'avada_today_post_views_count', '1'),
(74414, 2420, 'avada_post_views_count_today_date', '04-03-2024'),
(74415, 2138, 'avada_post_views_count', '5'),
(74416, 2138, 'avada_today_post_views_count', '1'),
(74417, 2138, 'avada_post_views_count_today_date', '04-03-2024'),
(74418, 2400, 'avada_post_views_count', '5'),
(74419, 2400, 'avada_today_post_views_count', '1'),
(74420, 2400, 'avada_post_views_count_today_date', '14-03-2024'),
(74421, 1686, 'avada_post_views_count', '7'),
(74422, 1686, 'avada_today_post_views_count', '1'),
(74423, 1686, 'avada_post_views_count_today_date', '14-03-2024'),
(74424, 2615, 'avada_post_views_count', '4'),
(74425, 2615, 'avada_today_post_views_count', '2'),
(74426, 2615, 'avada_post_views_count_today_date', '03-03-2024'),
(74427, 1683, 'avada_post_views_count', '5'),
(74428, 1683, 'avada_today_post_views_count', '1'),
(74429, 1683, 'avada_post_views_count_today_date', '12-03-2024'),
(74430, 1652, 'avada_post_views_count', '7'),
(74431, 1652, 'avada_today_post_views_count', '1'),
(74432, 1652, 'avada_post_views_count_today_date', '13-03-2024'),
(74433, 2234, 'avada_post_views_count', '4'),
(74434, 2234, 'avada_today_post_views_count', '1'),
(74435, 2234, 'avada_post_views_count_today_date', '04-03-2024'),
(74436, 1714, 'avada_post_views_count', '6'),
(74437, 1714, 'avada_today_post_views_count', '1'),
(74438, 1714, 'avada_post_views_count_today_date', '04-03-2024'),
(74439, 1674, 'avada_post_views_count', '5'),
(74440, 1674, 'avada_today_post_views_count', '2'),
(74441, 1674, 'avada_post_views_count_today_date', '03-03-2024'),
(74442, 2553, 'avada_post_views_count', '4'),
(74443, 2553, 'avada_today_post_views_count', '1'),
(74444, 2553, 'avada_post_views_count_today_date', '04-03-2024'),
(74445, 2383, 'avada_post_views_count', '4'),
(74446, 2383, 'avada_today_post_views_count', '1'),
(74447, 2383, 'avada_post_views_count_today_date', '04-03-2024'),
(74448, 1489, 'avada_post_views_count', '8'),
(74449, 1489, 'avada_today_post_views_count', '1'),
(74450, 1489, 'avada_post_views_count_today_date', '14-03-2024'),
(74451, 2738, 'avada_post_views_count', '5'),
(74452, 2738, 'avada_today_post_views_count', '1'),
(74453, 2738, 'avada_post_views_count_today_date', '08-03-2024'),
(74454, 2797, 'avada_post_views_count', '5'),
(74455, 2797, 'avada_today_post_views_count', '1'),
(74456, 2797, 'avada_post_views_count_today_date', '09-03-2024'),
(74457, 2353, 'avada_post_views_count', '3'),
(74458, 2353, 'avada_today_post_views_count', '1'),
(74459, 2353, 'avada_post_views_count_today_date', '03-03-2024'),
(74460, 1657, 'avada_post_views_count', '5'),
(74461, 1657, 'avada_today_post_views_count', '1'),
(74462, 1657, 'avada_post_views_count_today_date', '08-03-2024'),
(74463, 2386, 'avada_post_views_count', '5'),
(74464, 2386, 'avada_today_post_views_count', '1'),
(74465, 2386, 'avada_post_views_count_today_date', '08-03-2024'),
(74466, 1696, 'avada_post_views_count', '4'),
(74467, 1696, 'avada_today_post_views_count', '1'),
(74468, 1696, 'avada_post_views_count_today_date', '04-03-2024'),
(74469, 2290, 'avada_post_views_count', '8'),
(74470, 2290, 'avada_today_post_views_count', '1'),
(74471, 2290, 'avada_post_views_count_today_date', '14-03-2024'),
(74472, 2379, 'avada_post_views_count', '6'),
(74473, 2379, 'avada_today_post_views_count', '1'),
(74474, 2379, 'avada_post_views_count_today_date', '09-03-2024'),
(74475, 1466, 'avada_post_views_count', '6'),
(74476, 1466, 'avada_today_post_views_count', '1'),
(74477, 1466, 'avada_post_views_count_today_date', '09-03-2024'),
(74478, 2065, 'avada_post_views_count', '6'),
(74479, 2065, 'avada_today_post_views_count', '1'),
(74480, 2065, 'avada_post_views_count_today_date', '13-03-2024'),
(74481, 1476, 'avada_post_views_count', '4'),
(74482, 1476, 'avada_today_post_views_count', '1'),
(74483, 1476, 'avada_post_views_count_today_date', '04-03-2024'),
(74484, 2515, 'avada_post_views_count', '7'),
(74485, 2515, 'avada_today_post_views_count', '1'),
(74486, 2515, 'avada_post_views_count_today_date', '14-03-2024'),
(74487, 2055, 'avada_post_views_count', '4'),
(74488, 2055, 'avada_today_post_views_count', '1'),
(74489, 2055, 'avada_post_views_count_today_date', '04-03-2024'),
(74490, 1731, 'avada_post_views_count', '5'),
(74491, 1731, 'avada_today_post_views_count', '1'),
(74492, 1731, 'avada_post_views_count_today_date', '04-03-2024'),
(74493, 1798, 'avada_post_views_count', '6'),
(74494, 1798, 'avada_today_post_views_count', '1'),
(74495, 1798, 'avada_post_views_count_today_date', '09-03-2024'),
(74496, 2681, 'avada_post_views_count', '4'),
(74497, 2681, 'avada_today_post_views_count', '1'),
(74498, 2681, 'avada_post_views_count_today_date', '04-03-2024'),
(74499, 1464, 'avada_post_views_count', '5'),
(74500, 1464, 'avada_today_post_views_count', '1'),
(74501, 1464, 'avada_post_views_count_today_date', '13-03-2024'),
(74502, 1490, 'avada_post_views_count', '5'),
(74503, 1490, 'avada_today_post_views_count', '1'),
(74504, 1490, 'avada_post_views_count_today_date', '04-03-2024'),
(74505, 1653, 'avada_post_views_count', '5'),
(74506, 1653, 'avada_today_post_views_count', '1'),
(74507, 1653, 'avada_post_views_count_today_date', '04-03-2024'),
(74508, 1467, 'avada_post_views_count', '3'),
(74509, 1467, 'avada_today_post_views_count', '1'),
(74510, 1467, 'avada_post_views_count_today_date', '03-03-2024'),
(74511, 1670, 'avada_post_views_count', '6'),
(74512, 1670, 'avada_today_post_views_count', '1'),
(74513, 1670, 'avada_post_views_count_today_date', '04-03-2024'),
(74514, 1485, 'avada_post_views_count', '4'),
(74515, 1485, 'avada_today_post_views_count', '1'),
(74516, 1485, 'avada_post_views_count_today_date', '04-03-2024'),
(74517, 1455, 'avada_post_views_count', '4'),
(74518, 1455, 'avada_today_post_views_count', '1'),
(74519, 1455, 'avada_post_views_count_today_date', '04-03-2024'),
(74520, 2427, 'avada_post_views_count', '4'),
(74521, 2427, 'avada_today_post_views_count', '1'),
(74522, 2427, 'avada_post_views_count_today_date', '04-03-2024'),
(74523, 2104, 'avada_post_views_count', '4'),
(74524, 2104, 'avada_today_post_views_count', '2'),
(74525, 2104, 'avada_post_views_count_today_date', '03-03-2024'),
(74526, 1688, 'avada_post_views_count', '5'),
(74527, 1688, 'avada_today_post_views_count', '1'),
(74528, 1688, 'avada_post_views_count_today_date', '04-03-2024'),
(74529, 2363, 'avada_post_views_count', '6'),
(74530, 2363, 'avada_today_post_views_count', '1'),
(74531, 2363, 'avada_post_views_count_today_date', '04-03-2024'),
(74532, 1488, 'avada_post_views_count', '7'),
(74533, 1488, 'avada_today_post_views_count', '1'),
(74534, 1488, 'avada_post_views_count_today_date', '13-03-2024'),
(74535, 2414, 'avada_post_views_count', '4'),
(74536, 2414, 'avada_today_post_views_count', '1'),
(74537, 2414, 'avada_post_views_count_today_date', '04-03-2024'),
(74538, 2534, 'avada_post_views_count', '4'),
(74539, 2534, 'avada_today_post_views_count', '1'),
(74540, 2534, 'avada_post_views_count_today_date', '04-03-2024'),
(74541, 1810, 'avada_post_views_count', '4'),
(74542, 1810, 'avada_today_post_views_count', '1'),
(74543, 1810, 'avada_post_views_count_today_date', '04-03-2024'),
(74544, 2342, 'avada_post_views_count', '6'),
(74545, 2342, 'avada_today_post_views_count', '1'),
(74546, 2342, 'avada_post_views_count_today_date', '08-03-2024'),
(74547, 2238, 'avada_post_views_count', '5'),
(74548, 2238, 'avada_today_post_views_count', '1'),
(74549, 2238, 'avada_post_views_count_today_date', '08-03-2024'),
(74550, 2609, 'avada_post_views_count', '5'),
(74551, 2609, 'avada_today_post_views_count', '1'),
(74552, 2609, 'avada_post_views_count_today_date', '04-03-2024'),
(74553, 2393, 'avada_post_views_count', '7'),
(74554, 2393, 'avada_today_post_views_count', '1'),
(74555, 2393, 'avada_post_views_count_today_date', '12-03-2024'),
(74556, 2178, 'avada_post_views_count', '5'),
(74557, 2178, 'avada_today_post_views_count', '1'),
(74558, 2178, 'avada_post_views_count_today_date', '09-03-2024'),
(74559, 2596, 'avada_post_views_count', '6'),
(74560, 2596, 'avada_today_post_views_count', '1'),
(74561, 2596, 'avada_post_views_count_today_date', '08-03-2024'),
(74562, 1843, 'avada_post_views_count', '6'),
(74563, 1843, 'avada_today_post_views_count', '1'),
(74564, 1843, 'avada_post_views_count_today_date', '09-03-2024'),
(74565, 1465, 'avada_post_views_count', '6'),
(74566, 1465, 'avada_today_post_views_count', '1'),
(74567, 1465, 'avada_post_views_count_today_date', '14-03-2024'),
(74568, 2310, 'avada_post_views_count', '6'),
(74569, 2310, 'avada_today_post_views_count', '1'),
(74570, 2310, 'avada_post_views_count_today_date', '07-03-2024'),
(74571, 2375, 'avada_post_views_count', '6'),
(74572, 2375, 'avada_today_post_views_count', '1'),
(74573, 2375, 'avada_post_views_count_today_date', '12-03-2024'),
(74574, 1679, 'avada_post_views_count', '2'),
(74575, 1679, 'avada_today_post_views_count', '1'),
(74576, 1679, 'avada_post_views_count_today_date', '05-03-2024'),
(74577, 359, 'avada_today_post_views_count', '2'),
(74578, 359, 'avada_post_views_count_today_date', '13-03-2024'),
(74579, 1, 'avada_today_post_views_count', '2'),
(74580, 1, 'avada_post_views_count_today_date', '13-03-2024'),
(74581, 1249, 'avada_today_post_views_count', '1'),
(74582, 1249, 'avada_post_views_count_today_date', '13-03-2024'),
(74583, 1239, 'avada_today_post_views_count', '1'),
(74584, 1239, 'avada_post_views_count_today_date', '13-03-2024'),
(74585, 731, 'avada_today_post_views_count', '1'),
(74586, 731, 'avada_post_views_count_today_date', '13-03-2024'),
(74587, 1274, 'avada_post_views_count', '1'),
(74588, 1274, 'avada_today_post_views_count', '1'),
(74589, 1274, 'avada_post_views_count_today_date', '29-02-2024'),
(74590, 2796, 'avada_post_views_count', '13'),
(74591, 2796, 'avada_today_post_views_count', '1'),
(74592, 2796, 'avada_post_views_count_today_date', '13-03-2024'),
(74593, 1754, 'avada_post_views_count', '2'),
(74594, 1754, 'avada_today_post_views_count', '1'),
(74595, 1754, 'avada_post_views_count_today_date', '13-03-2024'),
(74596, 2084, 'avada_post_views_count', '2'),
(74597, 2084, 'avada_today_post_views_count', '1'),
(74598, 2084, 'avada_post_views_count_today_date', '07-03-2024'),
(74599, 1484, 'avada_post_views_count', '1'),
(74600, 1484, 'avada_today_post_views_count', '1'),
(74601, 1484, 'avada_post_views_count_today_date', '01-03-2024'),
(74602, 2187, 'avada_post_views_count', '2'),
(74603, 2187, 'avada_today_post_views_count', '1'),
(74604, 2187, 'avada_post_views_count_today_date', '08-03-2024'),
(74605, 2507, 'avada_post_views_count', '3'),
(74606, 2507, 'avada_today_post_views_count', '1'),
(74607, 2507, 'avada_post_views_count_today_date', '14-03-2024'),
(74608, 2395, 'avada_post_views_count', '2'),
(74609, 2395, 'avada_today_post_views_count', '1'),
(74610, 2395, 'avada_post_views_count_today_date', '08-03-2024'),
(74611, 2498, 'avada_post_views_count', '2'),
(74612, 2498, 'avada_today_post_views_count', '1'),
(74613, 2498, 'avada_post_views_count_today_date', '12-03-2024'),
(74614, 2416, 'avada_post_views_count', '1'),
(74615, 2416, 'avada_today_post_views_count', '1'),
(74616, 2416, 'avada_post_views_count_today_date', '02-03-2024'),
(74617, 1822, 'avada_post_views_count', '3'),
(74618, 1822, 'avada_today_post_views_count', '1'),
(74619, 1822, 'avada_post_views_count_today_date', '11-03-2024'),
(74620, 2323, 'avada_post_views_count', '3'),
(74621, 2323, 'avada_today_post_views_count', '1'),
(74622, 2323, 'avada_post_views_count_today_date', '14-03-2024'),
(74623, 1932, 'avada_post_views_count', '11'),
(74624, 1932, 'avada_today_post_views_count', '1'),
(74625, 1932, 'avada_post_views_count_today_date', '13-03-2024'),
(74626, 1984, 'avada_post_views_count', '14'),
(74627, 1984, 'avada_today_post_views_count', '1'),
(74628, 1984, 'avada_post_views_count_today_date', '14-03-2024'),
(74629, 2391, 'avada_post_views_count', '11'),
(74630, 2391, 'avada_today_post_views_count', '1'),
(74631, 2391, 'avada_post_views_count_today_date', '13-03-2024'),
(74632, 2340, 'avada_post_views_count', '10'),
(74633, 2340, 'avada_today_post_views_count', '1'),
(74634, 2340, 'avada_post_views_count_today_date', '13-03-2024'),
(74635, 2185, 'avada_post_views_count', '2'),
(74636, 2185, 'avada_today_post_views_count', '1'),
(74637, 2185, 'avada_post_views_count_today_date', '14-03-2024'),
(74638, 2224, 'avada_post_views_count', '2'),
(74639, 2224, 'avada_today_post_views_count', '1'),
(74640, 2224, 'avada_post_views_count_today_date', '08-03-2024'),
(74641, 2170, 'avada_post_views_count', '2'),
(74642, 2170, 'avada_today_post_views_count', '1'),
(74643, 2170, 'avada_post_views_count_today_date', '14-03-2024'),
(74644, 2225, 'avada_post_views_count', '2'),
(74645, 2225, 'avada_today_post_views_count', '1'),
(74646, 2225, 'avada_post_views_count_today_date', '09-03-2024'),
(74647, 1478, 'avada_post_views_count', '2'),
(74648, 1478, 'avada_today_post_views_count', '1'),
(74649, 1478, 'avada_post_views_count_today_date', '07-03-2024'),
(74650, 1853, 'avada_post_views_count', '2'),
(74651, 1853, 'avada_today_post_views_count', '1'),
(74652, 1853, 'avada_post_views_count_today_date', '07-03-2024'),
(74653, 2656, 'avada_post_views_count', '2'),
(74654, 2656, 'avada_today_post_views_count', '1'),
(74655, 2656, 'avada_post_views_count_today_date', '12-03-2024'),
(74656, 2232, 'avada_post_views_count', '2'),
(74657, 2232, 'avada_today_post_views_count', '1'),
(74658, 2232, 'avada_post_views_count_today_date', '08-03-2024'),
(74659, 2771, 'avada_post_views_count', '2'),
(74660, 2771, 'avada_today_post_views_count', '1'),
(74661, 2771, 'avada_post_views_count_today_date', '08-03-2024'),
(74662, 1752, 'avada_post_views_count', '2'),
(74663, 1752, 'avada_today_post_views_count', '1'),
(74664, 1752, 'avada_post_views_count_today_date', '08-03-2024'),
(74665, 2186, 'avada_post_views_count', '2'),
(74666, 2186, 'avada_today_post_views_count', '1'),
(74667, 2186, 'avada_post_views_count_today_date', '12-03-2024'),
(74668, 1697, 'avada_post_views_count', '2'),
(74669, 1697, 'avada_today_post_views_count', '1'),
(74670, 1697, 'avada_post_views_count_today_date', '07-03-2024'),
(74671, 2377, 'avada_post_views_count', '3'),
(74672, 2377, 'avada_today_post_views_count', '1'),
(74673, 2377, 'avada_post_views_count_today_date', '11-03-2024'),
(74674, 2080, 'avada_post_views_count', '3'),
(74675, 2080, 'avada_today_post_views_count', '1'),
(74676, 2080, 'avada_post_views_count_today_date', '14-03-2024'),
(74677, 2257, 'avada_post_views_count', '1'),
(74678, 2257, 'avada_today_post_views_count', '1'),
(74679, 2257, 'avada_post_views_count_today_date', '02-03-2024'),
(74680, 2394, 'avada_post_views_count', '2'),
(74681, 2394, 'avada_today_post_views_count', '1'),
(74682, 2394, 'avada_post_views_count_today_date', '09-03-2024'),
(74683, 556, 'avada_today_post_views_count', '1'),
(74684, 556, 'avada_post_views_count_today_date', '12-03-2024'),
(74685, 2505, 'avada_post_views_count', '3'),
(74686, 2505, 'avada_today_post_views_count', '1'),
(74687, 2505, 'avada_post_views_count_today_date', '12-03-2024'),
(74688, 2392, 'avada_post_views_count', '2'),
(74689, 2392, 'avada_today_post_views_count', '1'),
(74690, 2392, 'avada_post_views_count_today_date', '07-03-2024'),
(74691, 551, 'avada_today_post_views_count', '1'),
(74692, 551, 'avada_post_views_count_today_date', '10-03-2024'),
(74693, 2487, 'avada_post_views_count', '1'),
(74694, 2487, 'avada_today_post_views_count', '1'),
(74695, 2487, 'avada_post_views_count_today_date', '03-03-2024'),
(74696, 2413, 'avada_post_views_count', '1'),
(74697, 2413, 'avada_today_post_views_count', '1'),
(74698, 2413, 'avada_post_views_count_today_date', '03-03-2024'),
(74699, 554, 'avada_today_post_views_count', '1'),
(74700, 554, 'avada_post_views_count_today_date', '10-03-2024'),
(74701, 555, 'avada_today_post_views_count', '1'),
(74702, 555, 'avada_post_views_count_today_date', '10-03-2024'),
(74703, 528, 'avada_today_post_views_count', '1'),
(74704, 528, 'avada_post_views_count_today_date', '12-03-2024'),
(74705, 2776, 'avada_post_views_count', '1'),
(74706, 2776, 'avada_today_post_views_count', '1'),
(74707, 2776, 'avada_post_views_count_today_date', '04-03-2024');

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

--
-- Table structure for table `Airfr_posts`
--

CREATE TABLE `Airfr_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_posts`
--

INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2017-06-27 15:02:47', '2017-06-27 15:02:47', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2017-06-27 15:02:47', '2017-06-27 15:02:47', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=1', 0, 'post', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(7, 1, '2015-05-08 16:55:28', '2015-05-08 16:55:28', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"1853|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1467|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">We hold CAA Operational Authorisations for drones up to 20kg (old CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1657|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"1466|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_top=\"1px\" border_right=\"1px\" border_bottom=\"1px\" border_left=\"1px\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1672|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"2764|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/netflixw.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"2740|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/bbc-png.png[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved supplier and can shoot in ProRes and CinemaDNG.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n[instagram-feed]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'publish', 'open', 'open', '', 'home', '', '', '2024-02-27 13:48:25', '2024-02-27 13:48:25', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?page_id=7', 0, 'page', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2082, 1, '2017-12-24 12:20:00', '2017-12-24 12:20:00', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/testimonial-background-2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 12:20:00', '2017-12-24 12:20:00', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2057, 1, '2017-12-24 10:56:49', '2017-12-24 10:56:49', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Balloon-Clip-2.mp4\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 10:56:49', '2017-12-24 10:56:49', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2045, 1, '2017-12-23 16:21:13', '2017-12-23 16:21:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-23 16:21:13', '2017-12-23 16:21:13', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2041, 1, '2017-12-23 16:07:37', '2017-12-23 16:07:37', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We can also conduct Thermal/IR survey and search work a radiometric FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-23 16:07:37', '2017-12-23 16:07:37', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2038, 1, '2017-12-23 15:42:08', '2017-12-23 15:42:08', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-23 15:42:08', '2017-12-23 15:42:08', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2037, 1, '2017-12-23 15:40:35', '2017-12-23 15:40:35', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-23 15:40:35', '2017-12-23 15:40:35', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2032, 1, '2017-12-14 18:10:10', '2017-12-14 18:10:10', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-14 18:10:10', '2017-12-14 18:10:10', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/14/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1301, 1, '2017-07-03 09:36:30', '2017-07-03 09:36:30', '[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" color=\"default\" target=\"_self\" border_width=\"0px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\"]SHOP NOW[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" color=\"default\" target=\"_self\" border_width=\"0px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\"]SHOP NOW[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 09:36:30', '2017-07-03 09:36:30', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0),
(1311, 1, '2017-07-03 10:45:13', '2017-07-03 10:45:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"top-into-view\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_text]Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"bottom-in-view\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:45:13', '2017-07-03 10:45:13', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(16, 1, '2015-05-08 17:00:47', '2015-05-08 17:00:47', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"3\" border_sizes_bottom=\"3\" border_sizes_left=\"3\" border_sizes_right=\"3\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"40\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 18 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">PILOTS &amp; CAMERA OPERATORS</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Like most drone companies we have several colleagues in the industry we can call upon to grow our team when required for larger jobs.  We have 5-6 additional freelance pilots and camera operators we use regularly and can cater for most eventualities.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"2804|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'publish', 'open', 'open', '', 'about', '', '', '2024-02-27 11:39:20', '2024-02-27 11:39:20', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?page_id=16', 0, 'page', '', 0),
(2119, 1, '2017-12-24 13:45:17', '2017-12-24 13:45:17', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is night flying qualified and has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He is a Calder Valley Search and Rescue volunteer and the EVLOS allows us to conduct search work and research in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:45:17', '2017-12-24 13:45:17', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2023, 1, '2017-09-26 14:26:39', '2017-09-26 14:26:39', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-09-26 14:26:39', '2017-09-26 14:26:39', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/16-revision-v1/', 0, 'revision', '', 0),
(1272, 1, '2017-07-03 09:17:40', '2017-07-03 09:17:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nClick edit button to change this text.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 09:17:40', '2017-07-03 09:17:40', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1282, 1, '2017-07-03 09:26:49', '2017-07-03 09:26:49', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide small portfolios of still images for several estate agents / land agents, for both their residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels.</li>\r\n 	<li>Missing persons.</li>\r\n 	<li>Heat sources in a building or forest fire.</li>\r\n 	<li>Thermal leaks and Temperature monitoring.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels.</li>\r\n 	<li>Missing persons.</li>\r\n 	<li>Heat sources in a building or forest fire.</li>\r\n 	<li>Thermal leaks and Temperature monitoring.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.</p>\r\n\r\n<ul>\r\n 	<li>Damaged Building, Dams, Roofs, Chimneys.</li>\r\n 	<li>Treetop inspections for forestry.</li>\r\n 	<li>Guttering and High-rise buildings.</li>\r\n 	<li>Damaged buildings, without risking people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2332\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/small-chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2529\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/cranes-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Construction Progress at individual or regular intervals:</p>\r\n\r\n<ul>\r\n 	<li>Monitor general progress on large or small projects.</li>\r\n 	<li>Off-site / remote access for stakeholders.</li>\r\n 	<li>Detail for budget managers for dated progress information.</li>\r\n 	<li>Repeat flights and programmable flightpaths.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Construction Progress at individual or regular intervals:</p>\r\n\r\n<ul>\r\n 	<li>Monitor general progress on large or small projects.</li>\r\n 	<li>Off-site / remote access for stakeholders.</li>\r\n 	<li>Detail for budget managers for dated progress information.</li>\r\n 	<li>Repeat flights and programmable flightpaths.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2529\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/cranes-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'publish', 'closed', 'closed', '', 'aerial-photography', '', '', '2018-11-10 18:12:54', '2018-11-10 18:12:54', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?page_id=1282', 0, 'page', '', 0),
(2316, 1, '2018-08-23 22:47:03', '2018-08-23 22:47:03', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2310\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/thermal-1-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect anything from missing persons, heat sources in a building or forest fire - to failed solar panels.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Multiple images (or panoramas) taken overhead and from the same location over the period of construction, whether weekly or monthly, can give off-site stakeholders clear progress information.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2313\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.  Inspections can be conducted safely and quickly without any risk to people and identify small cracks and leaks that would otherwise require expensive scaffolding.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-23 22:47:03', '2018-08-23 22:47:03', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1282-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2267, 1, '2018-08-20 21:03:48', '2018-08-20 21:03:48', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-20 21:03:48', '2018-08-20 21:03:48', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1282-revision-v1/', 0, 'revision', '', 0),
(2263, 1, '2018-08-20 21:00:00', '2018-08-20 21:00:00', '[fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-20 21:00:00', '2018-08-20 21:00:00', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1282-revision-v1/', 0, 'revision', '', 0),
(1283, 1, '2017-07-03 09:26:49', '2017-07-03 09:26:49', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"left\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"20px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2017-07-03 09:26:49', '2017-07-03 09:26:49', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1282-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2721, 1, '2019-01-03 15:22:52', '2019-01-03 15:22:52', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2019-01-03 15:22:52', '2019-01-03 15:22:52', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1286, 1, '2017-07-03 09:28:46', '2017-07-03 09:28:46', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones capture hundreds of data points per square metre which can result in data that has a resolution of up to 1cm per pixel. We can also include Ground Control Points which can bring about an absolute accuracy to within millimetres.</p>\r\n<p style=\"text-align: center;\">Having captured the data which can be as quick as a half day - it is rapidly processed and once passed quality assurance is handed over to clients through our cloud based portal.  Traditional methods can take weeks to achieve the same degree of coverage and accuracy.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"25\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY Responsive \" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"25\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">When considering to work in challenging environments with tight timescales, mapping can save a lot of time and money. With easy access, our drones can tackle the most challenging environments.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2515|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://www.air-frames.co.uk/wp-content/uploads/2018/09/webshot-.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2428\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-4.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Our Infra-Red sensor can identify things such as heat loss, water leaks and failed solar panels (and identify several other issues).  We can also provide LIDAR for more detailed projects or where vegetation or terrain prevents standard photogrammetry.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Our Infra-Red sensor can identify things such as heat loss, water leaks and failed solar panels (and identify several other issues).  We can also provide LIDAR for more detailed projects or where vegetation or terrain prevents standard photogrammetry.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2428\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-4.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'publish', 'closed', 'closed', '', 'mapping_modelling', '', '', '2018-11-10 09:05:28', '2018-11-10 09:05:28', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?page_id=1286', 0, 'page', '', 0),
(991, 1, '2017-06-29 15:04:51', '2017-06-29 15:04:51', '', 'ABOUT', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2017-06-29 15:15:23', '2017-06-29 15:15:23', '', 0, 'http://halifaxwebdesign.co.uk/airframes/2017/06/29/about/', 2, 'nav_menu_item', '', 0),
(993, 1, '2017-06-29 15:04:51', '2017-06-29 15:04:51', '', 'HOME', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2017-06-29 15:15:23', '2017-06-29 15:15:23', '', 0, 'http://halifaxwebdesign.co.uk/airframes/2017/06/29/home/', 1, 'nav_menu_item', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1313, 1, '2017-07-03 10:46:33', '2017-07-03 10:46:33', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:46:33', '2017-07-03 10:46:33', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1317, 1, '2017-07-03 10:50:35', '2017-07-03 10:50:35', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"4 Link Icons\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"50px\" flip=\"\" rotate=\"\" spin=\"yes\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:50:35', '2017-07-03 10:50:35', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0),
(1266, 1, '2017-07-03 08:59:01', '2017-07-03 08:59:01', '', 'Photography', '', 'publish', 'closed', 'closed', '', 'services-2-2-2-2-2-2', '', '', '2017-07-07 10:42:12', '2017-07-07 10:42:12', '', 0, 'http://halifaxwebdesign.co.uk/airframes/slide/ground-filming-cloned/', 0, 'slide', '', 0),
(1268, 1, '2017-07-03 09:00:31', '2017-07-03 09:00:31', '', 'Survey & Mapping', '', 'publish', 'closed', 'closed', '', 'services-2-2-2-2-2-2-2-2', '', '', '2018-08-23 21:04:35', '2018-08-23 21:04:35', '', 0, 'http://halifaxwebdesign.co.uk/airframes/slide/360-degree-panorama-cloned/', 0, 'slide', '', 0),
(2257, 1, '2018-08-20 19:25:27', '2018-08-20 19:25:27', '', 'inspire-2-d8cebc2557d246ff43b17211dffc64c6', '', 'inherit', 'open', 'closed', '', 'inspire-2-d8cebc2557d246ff43b17211dffc64c6', '', '', '2018-08-20 19:25:27', '2018-08-20 19:25:27', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-d8cebc2557d246ff43b17211dffc64c6.png', 0, 'attachment', 'image/png', 0),
(1300, 1, '2017-07-03 09:33:28', '2017-07-03 09:33:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1300', '', '', '2021-10-14 09:34:37', '2021-10-14 09:34:37', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=1300', 4, 'nav_menu_item', '', 0),
(528, 1, '2015-11-30 19:51:04', '2015-11-30 19:51:04', '[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n<blockquote>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Last year\'s trends', '', 'publish', 'open', 'open', '', 'last-years-trends', '', '', '2015-11-30 19:51:04', '2015-11-30 19:51:04', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=528', 0, 'post', '', 0),
(549, 1, '2015-11-30 20:55:43', '2015-11-30 20:55:43', '[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n<blockquote>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Storewide clearance sale', '', 'publish', 'open', 'open', '', 'storewide-clearance-sale', '', '', '2015-11-30 20:55:43', '2015-11-30 20:55:43', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=549', 0, 'post', '', 0),
(551, 1, '2015-11-30 20:56:34', '2015-11-30 20:56:34', '[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n<blockquote>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'How we are creating trends', '', 'publish', 'open', 'open', '', 'how-we-are-creating-trends', '', '', '2015-11-30 20:56:34', '2015-11-30 20:56:34', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=551', 0, 'post', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(553, 1, '2015-11-30 20:57:57', '2015-11-30 20:57:57', '[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n<blockquote>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'New design styles coming in 2016', '', 'publish', 'open', 'open', '', 'new-design-styles-coming-in-2016', '', '', '2015-11-30 20:57:57', '2015-11-30 20:57:57', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=553', 0, 'post', '', 0),
(554, 1, '2015-11-30 20:58:24', '2015-11-30 20:58:24', '[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n<blockquote>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Only the best materials', '', 'publish', 'open', 'open', '', 'only-the-best-materials', '', '', '2015-11-30 20:58:24', '2015-11-30 20:58:24', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=554', 0, 'post', '', 0),
(555, 1, '2015-11-30 20:59:01', '2015-11-30 20:59:01', '[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n<blockquote>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'New 2016 Accessories', '', 'publish', 'open', 'open', '', 'new-2016-accessories', '', '', '2015-11-30 20:59:01', '2015-11-30 20:59:01', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=555', 0, 'post', '', 0),
(556, 1, '2015-11-30 21:00:09', '2015-11-30 21:00:09', '[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n<blockquote>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Why the best brands succeed', '', 'publish', 'open', 'open', '', 'why-the-best-brands-succeed', '', '', '2015-11-30 21:00:09', '2015-11-30 21:00:09', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=556', 0, 'post', '', 0),
(557, 1, '2015-11-30 21:00:53', '2015-11-30 21:00:53', '[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n<blockquote>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Good signs when trends change', '', 'publish', 'open', 'open', '', 'good-signs-when-trends-change', '', '', '2015-11-30 21:00:53', '2015-11-30 21:00:53', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=557', 0, 'post', '', 0),
(558, 1, '2015-11-30 21:01:55', '2015-11-30 21:01:55', '[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n<blockquote>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', '2015 Holiday sale Is here', '', 'publish', 'open', 'open', '', '2015-holiday-sale-is-here', '', '', '2015-11-30 21:01:55', '2015-11-30 21:01:55', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=558', 0, 'post', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1316, 1, '2017-07-03 10:48:04', '2017-07-03 10:48:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"4 Link Icons\"][fusion_builder_row][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:48:04', '2017-07-03 10:48:04', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1315, 1, '2017-07-03 10:47:16', '2017-07-03 10:47:16', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:47:16', '2017-07-03 10:47:16', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0),
(60, 1, '2015-05-12 11:17:51', '2015-05-12 11:17:51', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'Twill Scarf', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item]\n[fusion_li_item icon=\"\"]Donec in risus sit amet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'twill-scarf', '', '', '2015-05-12 11:17:51', '2015-05-12 11:17:51', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=product&amp;p=60', 0, 'product', '', 0),
(61, 1, '2015-05-12 11:24:41', '2015-05-12 11:24:41', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'Plush Sweater', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item]\n[fusion_li_item icon=\"\"]Donec in risus sit amet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'plush-sweater', '', '', '2015-05-12 11:24:41', '2015-05-12 11:24:41', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=product&amp;p=61', 0, 'product', '', 0),
(66, 1, '2015-05-12 11:27:58', '2015-05-12 11:27:58', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'Elegant Gown', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item]\n[fusion_li_item icon=\"\"]Donec in risus sit amet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'elegant-gown', '', '', '2015-05-12 11:27:58', '2015-05-12 11:27:58', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=product&amp;p=66', 0, 'product', '', 0),
(68, 1, '2015-05-12 11:28:41', '2015-05-12 11:28:41', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'Sleek Jumper', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item]\n[fusion_li_item icon=\"\"]Donec in risus sit amet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'sleek-jumper', '', '', '2015-05-12 11:28:41', '2015-05-12 11:28:41', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=product&amp;p=68', 0, 'product', '', 0),
(70, 1, '2015-05-12 11:29:46', '2015-05-12 11:29:46', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'Casual Jacket', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item]\n[fusion_li_item icon=\"\"]Donec in risus sit amet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'casual-jacket', '', '', '2015-05-12 11:29:46', '2015-05-12 11:29:46', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=product&amp;p=70', 0, 'product', '', 0),
(72, 1, '2015-05-12 11:31:16', '2015-05-12 11:31:16', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'Suede Cardigan', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item]\n[fusion_li_item icon=\"\"]Donec in risus sit amet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'suede-cardigan', '', '', '2015-05-12 11:31:16', '2015-05-12 11:31:16', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=product&amp;p=72', 0, 'product', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(74, 1, '2015-05-12 11:31:51', '2015-05-12 11:31:51', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'Casual V-Neck Shirt', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item]\n[fusion_li_item icon=\"\"]Donec in risus sit amet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'casual-v-neck-shirt', '', '', '2015-05-12 11:31:51', '2015-05-12 11:31:51', '', 76, 'http://halifaxwebdesign.co.uk/airframes/?post_type=product&amp;p=74', 0, 'product', '', 0),
(76, 1, '2015-05-12 11:32:15', '2015-05-12 11:32:15', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'Summertime Set', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo nam egestas uns. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item]\n[/fusion_checklist]\n', 'publish', 'open', 'closed', '', 'summertime-set', '', '', '2015-05-12 11:32:15', '2015-05-12 11:32:15', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=product&amp;p=76', 0, 'product', '', 0),
(78, 1, '2015-05-12 11:33:04', '2015-05-12 11:33:04', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'X-Ray Software', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item]\n[fusion_li_item icon=\"\"]Donec in risus sit amet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'x-ray-software', '', '', '2015-05-12 11:33:04', '2015-05-12 11:33:04', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=product&amp;p=78', 0, 'product', '', 0),
(582, 1, '2015-11-30 21:15:09', '2015-11-30 21:15:09', '[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n<blockquote>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Modern shop charity event 2016', '', 'publish', 'open', 'open', '', 'modern-shop-charity-event-2016', '', '', '2015-11-30 21:15:09', '2015-11-30 21:15:09', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=582', 0, 'post', '', 0),
(757, 1, '2015-12-01 17:31:11', '2015-12-01 17:31:11', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'Summer Frock Dress', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item]\n[fusion_li_item icon=\"\"]Donec in risus sit amet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'summer-frock-dress', '', '', '2015-12-01 17:31:11', '2015-12-01 17:31:11', '', 76, 'http://halifaxwebdesign.co.uk/airframes/product/product-10-copy/', 0, 'product', '', 0),
(758, 1, '2015-12-01 17:31:27', '2015-12-01 17:31:27', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'Casual Slip Dress', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item]\n[fusion_li_item icon=\"\"]Donec in risus sit amet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'casual-slip-dress', '', '', '2015-12-01 17:31:27', '2015-12-01 17:31:27', '', 0, 'http://halifaxwebdesign.co.uk/airframes/product/product-12/', 0, 'product', '', 0),
(759, 1, '2015-12-01 17:31:28', '2015-12-01 17:31:28', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'Infinity Scarf', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item]\n[fusion_li_item icon=\"\"]Donec in risus sit amet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'infinity-scarf', '', '', '2015-12-01 17:31:28', '2015-12-01 17:31:28', '', 0, 'http://halifaxwebdesign.co.uk/airframes/product/product-13/', 0, 'product', '', 0),
(760, 1, '2015-12-01 17:31:29', '2015-12-01 17:31:29', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'Button Down Shirt', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"][fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item][fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item][fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item][fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item][/fusion_checklist]', 'publish', 'open', 'closed', '', 'button-down-shirt', '', '', '2015-12-01 17:31:29', '2015-12-01 17:31:29', '', 76, 'http://halifaxwebdesign.co.uk/airframes/product/product-14/', 0, 'product', '', 0),
(761, 1, '2015-12-01 17:31:30', '2015-12-01 17:31:30', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'Dinner Jacket', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item]\n[fusion_li_item icon=\"\"]Donec in risus sit amet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'dinner-jacket', '', '', '2015-12-01 17:31:30', '2015-12-01 17:31:30', '', 0, 'http://halifaxwebdesign.co.uk/airframes/product/product-15/', 0, 'product', '', 0),
(1016, 1, '2015-05-12 11:16:08', '2015-05-12 11:16:08', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'Twill Cardigan', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item]\n[fusion_li_item icon=\"\"]Donec in risus sit amet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'twill-cardigan', '', '', '2015-05-12 11:16:08', '2015-05-12 11:16:08', '', 0, 'http://halifaxwebdesign.co.uk/airframes/product/twill-cardigan/', 0, 'product', '', 0),
(1181, 1, '2016-05-30 12:26:51', '2016-05-30 12:26:51', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.', 'Suede Jacket', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo nam egestas. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"][fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item][fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item][fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item][fusion_li_item icon=\"\"]In elementum lacus non leo[/fusion_li_item][/fusion_checklist]', 'publish', 'open', 'closed', '', 'suede-jacket', '', '', '2016-05-30 12:26:51', '2016-05-30 12:26:51', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=product&amp;p=1181', 0, 'product', '', 0),
(1182, 1, '2016-05-30 12:27:41', '2016-05-30 12:27:41', '', 'Suede Jacket', '', 'publish', 'closed', 'closed', '', 'product-1181-variation', '', '', '2016-05-30 12:27:41', '2016-05-30 12:27:41', '', 1181, 'http://halifaxwebdesign.co.uk/airframes/product_variation/product-1181-variation/', 0, 'product_variation', '', 0),
(1183, 1, '2016-05-30 12:28:20', '2016-05-30 12:28:20', '', 'Suede Jacket', '', 'publish', 'closed', 'closed', '', 'product-1181-variation-2', '', '', '2016-05-30 12:28:20', '2016-05-30 12:28:20', '', 1181, 'http://halifaxwebdesign.co.uk/airframes/product_variation/product-1181-variation-2/', 1, 'product_variation', '', 0),
(1184, 1, '2016-05-30 12:28:55', '2016-05-30 12:28:55', '', 'Suede Jacket', '', 'publish', 'closed', 'closed', '', 'product-1181-variation-3', '', '', '2016-05-30 12:28:55', '2016-05-30 12:28:55', '', 1181, 'http://halifaxwebdesign.co.uk/airframes/product_variation/product-1181-variation-3/', 1, 'product_variation', '', 0),
(634, 1, '2015-12-01 00:38:03', '2015-12-01 00:38:03', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2017-07-06 20:25:22', '2017-07-06 20:25:22', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=slide&#038;p=634', 0, 'slide', '', 0),
(1261, 1, '2017-07-03 08:53:07', '2017-07-03 08:53:07', '', 'Equipment', '', 'publish', 'closed', 'closed', '', 'services-2', '', '', '2017-07-03 21:01:12', '2017-07-03 21:01:12', '', 0, 'http://halifaxwebdesign.co.uk/airframes/slide/services-cloned/', 0, 'slide', '', 0),
(1262, 1, '2017-07-03 08:54:12', '2017-07-03 08:54:12', '', 'FAQ', '', 'publish', 'closed', 'closed', '', 'services-2-2', '', '', '2018-11-06 17:24:59', '2018-11-06 17:24:59', '', 0, 'http://halifaxwebdesign.co.uk/airframes/slide/equipment-cloned/', 0, 'slide', '', 0),
(1263, 1, '2017-07-03 08:55:21', '2017-07-03 08:55:21', '', 'Portfolio', '', 'publish', 'closed', 'closed', '', 'services-2-2-2', '', '', '2017-07-03 20:59:07', '2017-07-03 20:59:07', '', 0, 'http://halifaxwebdesign.co.uk/airframes/slide/faq-cloned/', 0, 'slide', '', 0),
(1264, 1, '2017-07-03 08:56:57', '2017-07-03 08:56:57', '', 'Aerial Videography', '', 'publish', 'closed', 'closed', '', 'services-2-2-2-2', '', '', '2017-07-07 10:42:34', '2017-07-07 10:42:34', '', 0, 'http://halifaxwebdesign.co.uk/airframes/slide/portfolio-cloned/', 0, 'slide', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2653, 1, '2018-11-06 16:36:09', '2018-11-06 16:36:09', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 16:36:09', '2018-11-06 16:36:09', '', 7, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1500, 1, '2017-07-04 19:56:42', '2017-07-04 19:56:42', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-04 19:56:42', '2017-07-04 19:56:42', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/04/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1598, 1, '2017-07-06 15:50:07', '2017-07-06 15:50:07', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-06 15:50:07', '2017-07-06 15:50:07', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1278-revision-v1/', 0, 'revision', '', 0),
(1597, 1, '2017-07-06 15:49:31', '2017-07-06 15:49:31', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1-300x150.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-06 15:49:31', '2017-07-06 15:49:31', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1312, 1, '2017-07-03 10:45:36', '2017-07-03 10:45:36', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_text]Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:45:36', '2017-07-03 10:45:36', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0),
(1259, 1, '2017-07-03 08:15:40', '2017-07-03 08:15:40', ' ', '', '', 'publish', 'closed', 'closed', '', '1259', '', '', '2021-10-14 09:34:37', '2021-10-14 09:34:37', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=1259', 6, 'nav_menu_item', '', 0),
(1260, 1, '2017-07-03 08:15:40', '2017-07-03 08:15:40', ' ', '', '', 'publish', 'closed', 'closed', '', '1260', '', '', '2021-10-14 09:34:37', '2021-10-14 09:34:37', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=1260', 1, 'nav_menu_item', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1308, 1, '2017-07-03 10:41:01', '2017-07-03 10:41:01', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:41:01', '2017-07-03 10:41:01', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1307, 1, '2017-07-03 10:38:30', '2017-07-03 10:38:30', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" color=\"default\" target=\"_self\" border_width=\"0px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\"]SHOP NOW[/fusion_button][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" color=\"default\" target=\"_self\" border_width=\"0px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\"]SHOP NOW[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" color=\"default\" target=\"_self\" border_width=\"0px\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\"]SHOP NOW[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:38:30', '2017-07-03 10:38:30', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1314, 1, '2017-07-03 10:46:56', '2017-07-03 10:46:56', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:46:56', '2017-07-03 10:46:56', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1318, 1, '2017-07-03 10:52:00', '2017-07-03 10:52:00', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"4 Link Icons\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"70px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:52:00', '2017-07-03 10:52:00', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1309, 1, '2017-07-03 10:43:54', '2017-07-03 10:43:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_text]Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.3\" animation_offset=\"bottom-in-view\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:43:54', '2017-07-03 10:43:54', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1310, 1, '2017-07-03 10:44:36', '2017-07-03 10:44:36', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_text]Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"bottom-in-view\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:44:36', '2017-07-03 10:44:36', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1780, 1, '2017-07-07 15:10:39', '2017-07-07 15:10:39', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 15:10:39', '2017-07-07 15:10:39', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1769, 1, '2017-07-07 15:02:07', '2017-07-07 15:02:07', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.4\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 15:02:07', '2017-07-07 15:02:07', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1758, 1, '2017-07-07 12:29:25', '2017-07-07 12:29:25', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 12:29:25', '2017-07-07 12:29:25', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(612, 1, '2017-01-09 12:49:23', '2017-01-09 12:49:23', '[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"150px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" /][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h2 style=\"text-align: center\">Our Services</h2>\n[/fusion_text][fusion_text]\n<p style=\"text-align: center;font-size: 16px;font-weight: 300;letter-spacing: 2px\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"center\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"3\" icon_align=\"left\" animation_direction=\"left\" animation_speed=\"0.1\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"DIGITAL\" icon=\"fa-laptop\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_1.png\" image_width=\"112\" image_height=\"112\" animation_direction=\"left\" animation_speed=\"0.1\"][fusion_fontawesome icon=\"fa-angle-down\" size=\"\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"no\" iconcolor=\"#2176ff\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"][/fusion_fontawesome]\n<p style=\"text-align: center;margin-top: 20px\">Branding\n[fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0px\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\"][/fusion_separator]\nLogo Design\n[fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\"][/fusion_separator]\nPrint Design Services</p>[/fusion_content_box][fusion_content_box title=\"BRANDING\" icon=\"fa-paint-brush\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_2.png\" image_width=\"112\" image_height=\"112\" animation_direction=\"left\" animation_speed=\"0.1\"][fusion_fontawesome icon=\"fa-angle-down\" size=\"\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"no\" iconcolor=\"#2176ff\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"][/fusion_fontawesome]\n<p style=\"text-align: center;margin-top: 20px\">Print Design Services\n[fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0px\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\"][/fusion_separator]\nContent Marketing\n[fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\"][/fusion_separator]\nPPC Advertising</p>[/fusion_content_box][fusion_content_box title=\"MARKETING\" icon=\"fa-rocket\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_3.png\" image_width=\"112\" image_height=\"112\" animation_direction=\"left\" animation_speed=\"0.1\"][fusion_fontawesome icon=\"fa-angle-down\" size=\"\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"no\" iconcolor=\"#2176ff\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"][/fusion_fontawesome]\n<p style=\"text-align: center;margin-top: 20px\">PPC Advertising\n[fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0px\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\"][/fusion_separator]\nSEO &amp; Online Marketing\n[fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\"][/fusion_separator]\nSocial Media Marketing</p>[/fusion_content_box][/fusion_content_boxes][fusion_separator style_type=\"none\" top_margin=\"30px\" alignment=\"center\" /][fusion_button link=\"/creative/services/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" accent_color=\"#000000\" border_width=\"1px\" stretch=\"default\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"1.0\"]VIEW ALL SERVICES[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Our Services', '', 'publish', 'closed', 'closed', '', 'our-services', '', '', '2017-01-09 12:49:23', '2017-01-09 12:49:23', '', 0, 'http://halifaxwebdesign.co.uk/airframes/fusion_element/our-services/', 0, 'fusion_element', '', 0),
(670, 1, '2017-03-02 19:30:36', '2017-03-02 19:30:36', '[fusion_content_boxes layout=\"icon-on-top\" columns=\"3\" title_size=\"\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" iconcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" link_type=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.1\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"DIGITAL\" icon=\"fa-laptop\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_1.png\" image_width=\"112\" image_height=\"112\" animation_direction=\"left\" animation_speed=\"0.1\"][fusion_fontawesome icon=\"fa-angle-down\" size=\"\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"no\" iconcolor=\"#2176ff\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"][/fusion_fontawesome]\n<p style=\"text-align: center; margin-top: 20px;\">Branding\n[fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0px\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\"][/fusion_separator]\nLogo Design\n[fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\"][/fusion_separator]\nPrint Design Services</p>\n[/fusion_content_box][fusion_content_box title=\"BRANDING\" icon=\"fa-paint-brush\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_2.png\" image_width=\"112\" image_height=\"112\" animation_direction=\"left\" animation_speed=\"0.1\"][fusion_fontawesome icon=\"fa-angle-down\" size=\"\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"no\" iconcolor=\"#2176ff\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"][/fusion_fontawesome]\n<p style=\"text-align: center; margin-top: 20px;\">Print Design Services\n[fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0px\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\"][/fusion_separator]\nContent Marketing\n[fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\"][/fusion_separator]\nPPC Advertising</p>\n[/fusion_content_box][fusion_content_box title=\"MARKETING\" icon=\"fa-rocket\" iconspin=\"no\" image=\"http://avada.theme-fusion.com/creative/wp-content/uploads/sites/65/2016/07/icon_3.png\" image_width=\"112\" image_height=\"112\" animation_direction=\"left\" animation_speed=\"0.1\"][fusion_fontawesome icon=\"fa-angle-down\" size=\"\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"no\" iconcolor=\"#2176ff\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"][/fusion_fontawesome]\n<p style=\"text-align: center; margin-top: 20px;\">PPC Advertising\n[fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0px\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\"][/fusion_separator]\nSEO &amp; Online Marketing\n[fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"20px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\"][/fusion_separator]\nSocial Media Marketing</p>\n[/fusion_content_box][/fusion_content_boxes]', 'image content box', '', 'publish', 'closed', 'closed', '', 'image-content-box', '', '', '2017-03-02 19:30:36', '2017-03-02 19:30:36', '', 0, 'http://halifaxwebdesign.co.uk/airframes/fusion_element/image-content-box/', 0, 'fusion_element', '', 0),
(699, 1, '2017-03-02 20:43:42', '2017-03-02 20:43:42', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_bg_footer.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"left\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"18% 0px 18% 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"393\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/mobile-logo@2x.png[/fusion_imageframe][fusion_text]\n<h1 style=\"text-align: center;\" data-inline-fontsize=\"true\" data-inline-lineheight=\"true\" data-fontsize=\"84\" data-lineheight=\"60\"><span style=\"color: #ffffff;\">Ready to Talk?</span></h1>\n[/fusion_text][fusion_text]\n<p style=\"font-weight: 300; text-align: center; color: #fff; letter-spacing: 2px;\">DO YOU HAVE A BIG IDEA WE CAN HELP WITH?</p>\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact-us/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"#1f1f27\" accent_hover_color=\"#ffffff\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"fa-play\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Contact Us[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'bottom CTA', '', 'publish', 'closed', 'closed', '', 'bottom-cta', '', '', '2017-03-02 20:43:42', '2017-03-02 20:43:42', '', 0, 'http://halifaxwebdesign.co.uk/airframes/fusion_element/bottom-cta/', 0, 'fusion_element', '', 0),
(714, 1, '2017-03-02 21:56:29', '2017-03-02 21:56:29', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/avada-creative-home1.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"left\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"15% 0px 15% 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_modal name=\"video_modal\" title=\"\" size=\"large\" background=\"\" border_color=\"\" show_footer=\"no\" class=\"\" id=\"\"][fusion_vimeo id=\"106306926\" width=\"853\" height=\"483\" autoplay=\"true\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\"][/fusion_vimeo][/fusion_modal][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"center\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png\" alt=\"\" />[/fusion_imageframe][fusion_text]\n<h2 style=\"text-align: center; color: #fff;\">Who We Are</h2>\n[/fusion_text][fusion_text]\n<p style=\"font-weight: 300; text-align: center; color: #fff; letter-spacing: 2px;\">CLICK BELOW TO WATCH OUR VIDEO</p>\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button color=\"custom\" target=\"_self\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" accent_color=\"#1f1f27\" accent_hover_color=\"#ffffff\" icon=\"fa-play\" icon_position=\"left\" icon_divider=\"no\" modal=\"video_modal\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"center\" class=\"circle-button\"]Watch Video[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"4%\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][fusion_one_page_text_link link=\"#work\" class=\"\" id=\"\"][fusion_fontawesome icon=\"fa-angle-down\" circle=\"no\" size=\"80px\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordercolor=\"\" rotate=\"\" spin=\"no\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.6\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"/][/fusion_one_page_text_link][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'video container', '', 'publish', 'closed', 'closed', '', 'video-container', '', '', '2017-03-02 21:56:29', '2017-03-02 21:56:29', '', 0, 'http://halifaxwebdesign.co.uk/airframes/fusion_element/video-container/', 0, 'fusion_element', '', 0),
(718, 1, '2017-03-02 22:04:24', '2017-03-02 22:04:24', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"55px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0 40px 50px 0\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"font-family: \'playfair\'; font-size: 90px; line-height: 30px; vertical-align: middle; margin-bottom: -20px; margin-right: 20px;\">\"</span><span style=\"font-family: \'playfair\'; font-size: 30px; line-height: 60px; font-weight: 400; font-style: normal;\">Ability proceeds from a fusion of skills, knowledge, understanding and imagination, consolidated by experience.</span>[/fusion_text][fusion_text]\n<p style=\"font-weight: bold; letter-spacing: 4px;\"><span style=\"color: #fff; background-color: #2176ff;\">MICHAEL</span> KLARKE</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"0 0 50px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h2>Who We Are</h2>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"none\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"20px\" alignment=\"center\" /][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]A[/fusion_dropcap]vada has been the #1 selling theme for nearly 5 years with over <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\"><strong>300,000 satisfied customers</strong></a>. We will continue and produce amazing updates for our customer base.\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nLorem 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 ins.\n\nVoluptate 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. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam.\n\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20px\" alignment=\"center\" /][fusion_button link=\"/creative/about\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" accent_color=\"#000000\" border_width=\"1px\" stretch=\"default\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"1.0\"]Learn More[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'quote container', '', 'publish', 'closed', 'closed', '', 'quote-container', '', '', '2017-03-02 22:04:24', '2017-03-02 22:04:24', '', 0, 'http://halifaxwebdesign.co.uk/airframes/fusion_element/quote-container/', 0, 'fusion_element', '', 0),
(784, 1, '2017-03-03 15:48:52', '2017-03-03 15:48:52', '[fusion_checklist icon=\"\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"18px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_li_item icon=\"\"]\n\nPrint Design Services\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nContent Marketing\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nPPC Advertising\n\n[/fusion_li_item][/fusion_checklist]', 'checklist', '', 'publish', 'closed', 'closed', '', 'checklist', '', '', '2017-03-03 15:48:52', '2017-03-03 15:48:52', '', 0, 'http://halifaxwebdesign.co.uk/airframes/fusion_element/checklist/', 0, 'fusion_element', '', 0),
(1239, 1, '2016-07-06 17:51:36', '2016-07-06 17:51:36', '[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" padding_top=\"20\" padding_bottom=\"20\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 10% 0px 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" size=\"1\" content_align=\"center\" style_type=\"none\"]<h1 style=\"font-size: 50px;font-weight: 500\">Is the traditional office a thing of the past?</h1>[/fusion_title][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"center\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p style=\"font-weight: 16px;letter-spacing: 2px;text-align: center\">Avada News   •   June 2, 2016</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_imageframe image_id=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"center\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/article1-1.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]A[/fusion_dropcap]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In et scelerisque sem. Nunc molestie neque augue, at gravida mi blandit eget. Aenean eu augue id lacus eleifend interdum. Cras sit amet metus sit amet velit lacinia ullamcorper. Nam facilisis a orci quis tempus. Vivamus id odio justo. Curabitur ut euismod metus. Donec nec neque non ligula vestibulum blandit id sed eros.\n\nVestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa, ut ultrices quam libero vel dolor. In sit amet ultricies dolor. Suspendisse maximus odio mollis massa tristique rhoncus.\n<h3>Keep It Simple</h3>\nDuis vel tellus a ante convallis pellentesque. Ut nec eros ullamcorper, dictum enim in, euismod est. Proin scelerisque convallis ipsum consequat aliquam. Praesent semper scelerisque accumsan. Integer vitae nulla suscipit, molestie tortor sed, eleifend tellus. Pellentesque a bibendum massa.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"30px\" alignment=\"center\" /][fusion_checklist icon=\"\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"18px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_li_item icon=\"\"]\n\nPrint Design Services\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nContent Marketing\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nPPC Advertising\n\n[/fusion_li_item][/fusion_checklist][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text]Donec quam est, suscipit vel ligula ut, aliquet maximus libero. Pellentesque finibus tellus vitae dolor lacinia eleifend. Vivamus convallis nunc ante, ac placerat turpis imperdiet in. Aenean posuere tortor vitae mi mollis tempus.\n<h3>Focus on The User</h3>\nSuspendisse eu lectus tempus, feugiat enim in, lacinia augue. Cras scelerisque risus vel nulla dictum vehicula. Phasellus vel massa massa. Curabitur a turpis vitae ipsum tempor varius. Etiam iaculis purus vitae velit blandit posuere. Cras scelerisque volutpat bibendum. Donec a justo sapien. Phasellus condimentum volutpat ex eget consectetur. Mauris vulputate aliquet commodo. Aliquam dictum tristique risus vel cursus.\n\nNulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo. Nulla fringilla porttitor congue. Nunc ac semper sapien, a lobortis augue. Morbi ullamcorper erat vel nunc euismod, at condimentum turpis iaculis. Aliquam pretium blandit ultrices.\n\nUt porttitor bibendum velit. Vivamus urna lorem, dapibus in odio nec, dapibus maximus risus. Vivamus eleifend vulputate egestas. Curabitur in diam eget lorem vehicula scelerisque. Mauris neque nibh, scelerisque ac malesuada at, feugiat a nisl. Etiam pulvinar nibh eget ullamcorper rutrum. Duis nec lobortis ex.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Is the traditional office a thing of the past?', 'Vestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa.', 'publish', 'open', 'open', '', 'is-the-traditional-office-a-thing-of-the-past', '', '', '2016-07-06 17:51:36', '2016-07-06 17:51:36', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=1', 0, 'post', '', 0),
(1640, 1, '2017-07-06 20:37:41', '2017-07-06 20:37:41', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Air-Frames (UK) Limited\r\n(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Please get in contact for any more information that you may need, or to hire out our services.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"119\" title=\"Contact form\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '1630-revision-v1', '', '', '2017-07-06 20:37:41', '2017-07-06 20:37:41', '', 1630, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1630-revision-v1/', 0, 'revision', '', 0),
(1641, 1, '2017-07-06 20:44:55', '2017-07-06 20:44:55', '[fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"fixed\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"4\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Vimeo Video\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#0c0c0c\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" image_id=\"2487|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2507|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2418|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2515|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2417|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2516|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2420|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2065|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills-2.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2524|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/Hebden-.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'publish', 'open', 'open', '', 'portfolio', '', '', '2019-09-03 16:59:29', '2019-09-03 16:59:29', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?page_id=1641', 0, 'page', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1642, 1, '2017-07-06 20:44:55', '2017-07-06 20:44:55', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2017-07-06 20:44:55', '2017-07-06 20:44:55', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1641-revision-v1/', 0, 'revision', '', 0),
(1643, 1, '2017-07-06 20:45:36', '2017-07-06 20:45:36', ' ', '', '', 'publish', 'closed', 'closed', '', '1643', '', '', '2021-10-14 09:34:37', '2021-10-14 09:34:37', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=1643', 7, 'nav_menu_item', '', 0),
(1287, 1, '2017-07-03 09:28:46', '2017-07-03 09:28:46', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"left\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"20px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Mapping & Modelling', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2017-07-03 09:28:46', '2017-07-03 09:28:46', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1286-revision-v1/', 0, 'revision', '', 0),
(2536, 1, '2018-10-02 19:43:48', '2018-10-02 19:43:48', '[fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#0c0c0c\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/Hebden-.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-10-02 19:43:48', '2018-10-02 19:43:48', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/10/02/1641-revision-v1/', 0, 'revision', '', 0),
(2537, 1, '2018-10-02 19:44:28', '2018-10-02 19:44:28', '[fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Vimeo Video\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#0c0c0c\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/Hebden-.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-10-02 19:44:28', '2018-10-02 19:44:28', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/10/02/1641-revision-v1/', 0, 'revision', '', 0),
(2804, 1, '2021-10-14 09:39:55', '2021-10-14 09:39:55', '', 'AFC_RECOG_BRONZE_POS_RGB', '', 'inherit', 'open', 'closed', '', 'afc_recog_bronze_pos_rgb', '', '', '2021-10-14 09:39:55', '2021-10-14 09:39:55', '', 16, 'https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png', 0, 'attachment', 'image/png', 0),
(1293, 1, '2017-07-03 09:33:29', '2017-07-03 09:33:29', '', 'FAQ\'S', '', 'publish', 'closed', 'closed', '', 'faqs', '', '', '2021-10-14 09:34:37', '2021-10-14 09:34:37', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=1293', 8, 'nav_menu_item', '', 0),
(1295, 1, '2017-07-03 09:33:28', '2017-07-03 09:33:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1295', '', '', '2021-10-14 09:34:37', '2021-10-14 09:34:37', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=1295', 3, 'nav_menu_item', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2438, 1, '2018-09-07 09:31:53', '2018-09-07 09:31:53', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-09-07 09:31:53', '2018-09-07 09:31:53', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1298, 1, '2017-07-03 09:33:28', '2017-07-03 09:33:28', ' ', '', '', 'publish', 'closed', 'closed', '', '1298', '', '', '2021-10-14 09:34:37', '2021-10-14 09:34:37', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=1298', 5, 'nav_menu_item', '', 0),
(12, 1, '2016-07-14 02:28:37', '2016-07-14 02:28:37', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"50\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>OUR DRONE SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Surveyors, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey and Mapping</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">As part of our filming, we offer an editing and post-production service.  We also film on the ground (including sound recording) so we can produce a complete edited video for you if you\'d like - rather than just handing you the raw footage.  This could be 30 seconds long for social media or much longer including animation, graphics and visual effects.  Please get in touch for a quote for editing and post-production costs.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2018-11-10 18:06:40', '2018-11-10 18:06:40', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?page_id=12', 0, 'page', '', 0),
(2136, 1, '2017-12-24 15:26:15', '2017-12-24 15:26:15', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2067\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey Data Collection &amp; Thermal/IR</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-12-24 15:26:15', '2017-12-24 15:26:15', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/12-revision-v1/', 0, 'revision', '', 0),
(2131, 1, '2017-12-24 15:08:35', '2017-12-24 15:08:35', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey Data Collection &amp; Thermal/IR</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-12-24 15:08:35', '2017-12-24 15:08:35', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/12-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2129, 1, '2017-12-24 14:07:22', '2017-12-24 14:07:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/ground_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/360_degree_panoramas/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Mapping &amp; Modelling</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Thermal &amp; IR Survey</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-12-24 14:07:22', '2017-12-24 14:07:22', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/12-revision-v1/', 0, 'revision', '', 0),
(1273, 1, '2017-07-03 09:18:34', '2017-07-03 09:18:34', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"left\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"20px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-03 09:18:34', '2017-07-03 09:18:34', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/12-revision-v1/', 0, 'revision', '', 0),
(1274, 1, '2017-07-03 09:21:08', '2017-07-03 09:21:08', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPIRE X5S Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for aerial photography and cinematography, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a choice of several lenses.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_button link=\"https://www.dji.com/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"\"]Latest DJI Discounts and Deals[/fusion_button][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'publish', 'closed', 'closed', '', 'equipment', '', '', '2020-12-12 22:14:00', '2020-12-12 22:14:00', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?page_id=1274', 0, 'page', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2382, 1, '2018-08-24 21:19:33', '2018-08-24 21:19:33', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2374\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-5.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It can fly at up to 58mph (94kph) and its dual battery system allows a maximum of 27 minutes, while battery self-heating technology allows it to fly as low as -20 degrees celcius.   We carry 8 batteries and can charge in the field so are fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 21:19:33', '2018-08-24 21:19:33', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0),
(1275, 1, '2017-07-03 09:21:08', '2017-07-03 09:21:08', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"left\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"20px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-03 09:21:08', '2017-07-03 09:21:08', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1274-revision-v1/', 0, 'revision', '', 0),
(1276, 1, '2017-07-03 09:22:03', '2017-07-03 09:22:03', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">HAVE ANY QUESTIONS?</h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">If you cant find the answer to your question below, then please feel free to call or email is with your query.  We get lots of questions and lots of calls, and are happy just to give you a steer or provide advice - even if you don\'t want to hire us, its free to chat!</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5px\" bottom_margin=\"40\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"30px\" padding_right=\"30px\" padding_bottom=\"30px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_faq filters=\"\" featured_image=\"\" cats_slug=\"\" exclude_cats=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'FAQ\'S', '', 'publish', 'closed', 'closed', '', 'faq', '', '', '2018-11-06 17:23:55', '2018-11-06 17:23:55', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?page_id=1276', 0, 'page', '', 0),
(1396, 1, '2017-07-03 15:17:54', '2017-07-03 15:17:54', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_faq filters=\"no\" featured_image=\"\" cats_slug=\"\" exclude_cats=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'FAQ\'S', '', 'inherit', 'closed', 'closed', '', '1276-revision-v1', '', '', '2017-07-03 15:17:54', '2017-07-03 15:17:54', '', 1276, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1276-revision-v1/', 0, 'revision', '', 0),
(1277, 1, '2017-07-03 09:22:03', '2017-07-03 09:22:03', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"left\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"20px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'FAQ\'S', '', 'inherit', 'closed', 'closed', '', '1276-revision-v1', '', '', '2017-07-03 09:22:03', '2017-07-03 09:22:03', '', 1276, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1276-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1278, 1, '2017-07-03 09:24:23', '2017-07-03 09:24:23', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Filming Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Equipment\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][fusion_menu_anchor name=\"insurance\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'publish', 'closed', 'closed', '', 'aerial_filming', '', '', '2018-11-10 18:25:53', '2018-11-10 18:25:53', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?page_id=1278', 0, 'page', '', 0),
(2134, 1, '2017-12-24 15:22:30', '2017-12-24 15:22:30', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-12-24 15:22:30', '2017-12-24 15:22:30', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/1278-revision-v1/', 0, 'revision', '', 0),
(2133, 1, '2017-12-24 15:21:50', '2017-12-24 15:21:50', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-12-24 15:21:50', '2017-12-24 15:21:50', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2132, 1, '2017-12-24 15:21:21', '2017-12-24 15:21:21', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-12-24 15:21:21', '2017-12-24 15:21:21', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/1278-revision-v1/', 0, 'revision', '', 0),
(1433, 1, '2017-07-03 15:42:47', '2017-07-03 15:42:47', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: left;\">Web Design</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-03 15:42:47', '2017-07-03 15:42:47', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1278-revision-v1/', 0, 'revision', '', 0),
(1279, 1, '2017-07-03 09:24:23', '2017-07-03 09:24:23', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"left\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"20px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-03 09:24:23', '2017-07-03 09:24:23', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2729, 1, '2019-01-03 15:31:21', '2019-01-03 15:31:21', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2019-01-03 15:31:21', '2019-01-03 15:31:21', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1257, 1, '2017-07-03 08:14:57', '2017-07-03 08:14:57', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"left\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"20px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#303745\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"mobile-no-padding\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"110px 10% 110px 20%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"left\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ffffff;\">Branding</span></h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; font-size: 16px; letter-spacing: 2px; color: #ffffff;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"left\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"20px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left;\"><span style=\"color: #bbc1cd;\">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.</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/branding_images.jpg\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 10% 0px 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<p style=\"font-weight: 300; font-size: 22px; line-height: 40px; letter-spacing: 2px; text-align: center;\">LOREM IPSUM DOLOR SIT AMET, CONSECTETUR ADIPISICING ELIT, SED DO EIUSMOD TEMPOR INCIDIDUNT UT LABORE ET DOLORE MAGNA ALIQUA. UT ENIM AD MINIM</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/mockup_3.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"700px\" padding_right=\"0\" padding_bottom=\"700px\" padding_left=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"right top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2>WordPress\r\nDevelopment</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"left\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"20px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"yes\" class=\"no-background-cover\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"869\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/agency-services1.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"left\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_size=\"0px\" border_style=\"solid\" padding_top=\"200px\" padding_bottom=\"200px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_testimonials design=\"clean\" backgroundcolor=\"transparent\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Luis Desalvo\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"50%\" company=\"CREO TECH\" link=\"\" target=\"_self\"]\r\n\r\nAbility proceeds from a fusion of skills, knowledge, understanding and imagination, consolidated by experience.\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Shelia McCourtney\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial1.jpg\" image_border_radius=\"50%\" company=\"ARCHITECT\" link=\"\" target=\"_self\"]\r\n\r\nBeauty is when you can appreciate yourself. When you love yourself, that’s when you’re most beautiful.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"150px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" /][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">More Expertise</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center; font-size: 16px; font-weight: 300; letter-spacing: 2px;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"center\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"yes\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"none\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" iconcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" link_type=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"DIGITAL\" backgroundcolor=\"\" icon=\"fa-instagram\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"http://halifaxwebdesign.co.uk/airframes/contact-us/\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n[fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"-45px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][fusion_fontawesome icon=\"fa-angle-down\" size=\"30px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0\" bottom_margin=\"20\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Branding</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0\" bottom_margin=\"20\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Logo Design</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0\" bottom_margin=\"20\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Web Design</p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" iconcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" link_type=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"BRANDING\" backgroundcolor=\"\" icon=\"fa-building-o\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"http://halifaxwebdesign.co.uk/airframes/contact-us/\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n[fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"-45px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][fusion_fontawesome icon=\"fa-angle-down\" size=\"30px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0\" bottom_margin=\"20\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Print Design Services</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0\" bottom_margin=\"20\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">PPC Advertising</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0\" bottom_margin=\"20\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Content Marketing</p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" iconcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" link_type=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"MARKETING\" backgroundcolor=\"\" icon=\"fa-television\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"http://halifaxwebdesign.co.uk/airframes/contact-us/\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n[fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"-45px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][fusion_fontawesome icon=\"fa-angle-down\" size=\"30px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0\" bottom_margin=\"20\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Social Media Marketing</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0\" bottom_margin=\"20\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">SEO &amp; Online Marketing</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0\" bottom_margin=\"20\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"60%\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Content Awareness Marketing</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"60px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/services/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"#000000\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1px\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]VIEW ALL SERVICES[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_bg_footer.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"left\" enable_mobile=\"no\" parallax_speed=\"0.5\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"18% 0px 18% 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"393\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/mobile-logo@2x.png[/fusion_imageframe][fusion_text]\r\n<h1 style=\"text-align: center;\" data-inline-fontsize=\"true\" data-inline-lineheight=\"true\" data-fontsize=\"84\" data-lineheight=\"60\"><span style=\"color: #ffffff;\">Ready to Talk?</span></h1>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; text-align: center; color: #fff; letter-spacing: 2px;\">DO YOU HAVE A BIG IDEA WE CAN HELP WITH?</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact-us/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"#ffffff\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"#1f1f27\" accent_hover_color=\"#ffffff\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"fa-play\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]Contact Us[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-03 08:14:57', '2017-07-03 08:14:57', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/12-revision-v1/', 0, 'revision', '', 0),
(1635, 1, '2017-07-06 20:33:57', '2017-07-06 20:33:57', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"20\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; font-size: 18px; letter-spacing: 2px; font-weight: 300;\">Air-Frames (UK) Limited\r\n(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; font-size: 18px; letter-spacing: 2px; font-weight: 300;\">Please get in contact for any more information that you may need, or to hire out our services.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"119\" title=\"Contact form\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '1630-revision-v1', '', '', '2017-07-06 20:33:57', '2017-07-06 20:33:57', '', 1630, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1630-revision-v1/', 0, 'revision', '', 0),
(1637, 1, '2017-07-06 20:35:48', '2017-07-06 20:35:48', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]<p style=\"text-align: center;\">Air-Frames (UK) Limited<br /> (+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]<p style=\"text-align: center;\">Please get in contact for any more information that you may need, or to hire out our services.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"119\" title=\"Contact form\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '1630-revision-v1', '', '', '2017-07-06 20:35:48', '2017-07-06 20:35:48', '', 1630, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1630-revision-v1/', 0, 'revision', '', 0),
(1636, 1, '2017-07-06 20:34:27', '2017-07-06 20:34:27', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"-30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; font-size: 18px; letter-spacing: 2px; font-weight: 300;\">Air-Frames (UK) Limited\r\n(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; font-size: 18px; letter-spacing: 2px; font-weight: 300;\">Please get in contact for any more information that you may need, or to hire out our services.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"119\" title=\"Contact form\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '1630-revision-v1', '', '', '2017-07-06 20:34:27', '2017-07-06 20:34:27', '', 1630, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1630-revision-v1/', 0, 'revision', '', 0),
(1242, 1, '2017-07-03 07:56:19', '2017-07-03 07:56:19', ' ', '', '', 'publish', 'closed', 'closed', '', '1242', '', '', '2021-10-14 09:34:37', '2021-10-14 09:34:37', '', 0, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/', 2, 'nav_menu_item', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1247, 1, '2016-07-18 04:29:35', '2016-07-18 04:29:35', '[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" padding_top=\"20\" padding_bottom=\"20\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 10% 0px 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" size=\"1\" content_align=\"center\" style_type=\"none\"]<h1 style=\"font-size: 50px;font-weight: 500\">Work to live, don’t live to work</h1>[/fusion_title][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"center\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p style=\"font-weight: 16px;letter-spacing: 2px;text-align: center\">Avada News   •   June 2, 2016</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_imageframe image_id=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"center\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/article4.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]A[/fusion_dropcap]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In et scelerisque sem. Nunc molestie neque augue, at gravida mi blandit eget. Aenean eu augue id lacus eleifend interdum. Cras sit amet metus sit amet velit lacinia ullamcorper. Nam facilisis a orci quis tempus. Vivamus id odio justo. Curabitur ut euismod metus. Donec nec neque non ligula vestibulum blandit id sed eros.\n\nVestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa, ut ultrices quam libero vel dolor. In sit amet ultricies dolor. Suspendisse maximus odio mollis massa tristique rhoncus.\n<h3>Keep It Simple</h3>\nDuis vel tellus a ante convallis pellentesque. Ut nec eros ullamcorper, dictum enim in, euismod est. Proin scelerisque convallis ipsum consequat aliquam. Praesent semper scelerisque accumsan. Integer vitae nulla suscipit, molestie tortor sed, eleifend tellus. Pellentesque a bibendum massa.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"30px\" alignment=\"center\" /][fusion_checklist icon=\"\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"18px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_li_item icon=\"\"]\n\nPrint Design Services\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nContent Marketing\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nPPC Advertising\n\n[/fusion_li_item][/fusion_checklist][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text]Donec quam est, suscipit vel ligula ut, aliquet maximus libero. Pellentesque finibus tellus vitae dolor lacinia eleifend. Vivamus convallis nunc ante, ac placerat turpis imperdiet in. Aenean posuere tortor vitae mi mollis tempus.\n<h3>Focus on The User</h3>\nSuspendisse eu lectus tempus, feugiat enim in, lacinia augue. Cras scelerisque risus vel nulla dictum vehicula. Phasellus vel massa massa. Curabitur a turpis vitae ipsum tempor varius. Etiam iaculis purus vitae velit blandit posuere. Cras scelerisque volutpat bibendum. Donec a justo sapien. Phasellus condimentum volutpat ex eget consectetur. Mauris vulputate aliquet commodo. Aliquam dictum tristique risus vel cursus.\n\nNulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo. Nulla fringilla porttitor congue. Nunc ac semper sapien, a lobortis augue. Morbi ullamcorper erat vel nunc euismod, at condimentum turpis iaculis. Aliquam pretium blandit ultrices.\n\nUt porttitor bibendum velit. Vivamus urna lorem, dapibus in odio nec, dapibus maximus risus. Vivamus eleifend vulputate egestas. Curabitur in diam eget lorem vehicula scelerisque. Mauris neque nibh, scelerisque ac malesuada at, feugiat a nisl. Etiam pulvinar nibh eget ullamcorper rutrum. Duis nec lobortis ex.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Work to live, don\'t live to work', 'Vestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa.', 'publish', 'open', 'open', '', 'work-to-live-dont-live-to-work', '', '', '2016-07-18 04:29:35', '2016-07-18 04:29:35', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=70', 0, 'post', '', 0),
(1248, 1, '2016-07-18 04:30:19', '2016-07-18 04:30:19', '[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" padding_top=\"20\" padding_bottom=\"20\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 10% 0px 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" size=\"1\" content_align=\"center\" style_type=\"none\"]<h1 style=\"font-size: 50px;font-weight: 500\">Ask good questions and get better answers</h1>[/fusion_title][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"center\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p style=\"font-weight: 16px;letter-spacing: 2px;text-align: center\">Avada News   •   June 2, 2016</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_imageframe image_id=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"center\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/article3.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]A[/fusion_dropcap]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In et scelerisque sem. Nunc molestie neque augue, at gravida mi blandit eget. Aenean eu augue id lacus eleifend interdum. Cras sit amet metus sit amet velit lacinia ullamcorper. Nam facilisis a orci quis tempus. Vivamus id odio justo. Curabitur ut euismod metus. Donec nec neque non ligula vestibulum blandit id sed eros.\n\nVestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa, ut ultrices quam libero vel dolor. In sit amet ultricies dolor. Suspendisse maximus odio mollis massa tristique rhoncus.\n<h3>Keep It Simple</h3>\nDuis vel tellus a ante convallis pellentesque. Ut nec eros ullamcorper, dictum enim in, euismod est. Proin scelerisque convallis ipsum consequat aliquam. Praesent semper scelerisque accumsan. Integer vitae nulla suscipit, molestie tortor sed, eleifend tellus. Pellentesque a bibendum massa.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"30px\" alignment=\"center\" /][fusion_checklist icon=\"\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"18px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_li_item icon=\"\"]\n\nPrint Design Services\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nContent Marketing\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nPPC Advertising\n\n[/fusion_li_item][/fusion_checklist][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text]Donec quam est, suscipit vel ligula ut, aliquet maximus libero. Pellentesque finibus tellus vitae dolor lacinia eleifend. Vivamus convallis nunc ante, ac placerat turpis imperdiet in. Aenean posuere tortor vitae mi mollis tempus.\n<h3>Focus on The User</h3>\nSuspendisse eu lectus tempus, feugiat enim in, lacinia augue. Cras scelerisque risus vel nulla dictum vehicula. Phasellus vel massa massa. Curabitur a turpis vitae ipsum tempor varius. Etiam iaculis purus vitae velit blandit posuere. Cras scelerisque volutpat bibendum. Donec a justo sapien. Phasellus condimentum volutpat ex eget consectetur. Mauris vulputate aliquet commodo. Aliquam dictum tristique risus vel cursus.\n\nNulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo. Nulla fringilla porttitor congue. Nunc ac semper sapien, a lobortis augue. Morbi ullamcorper erat vel nunc euismod, at condimentum turpis iaculis. Aliquam pretium blandit ultrices.\n\nUt porttitor bibendum velit. Vivamus urna lorem, dapibus in odio nec, dapibus maximus risus. Vivamus eleifend vulputate egestas. Curabitur in diam eget lorem vehicula scelerisque. Mauris neque nibh, scelerisque ac malesuada at, feugiat a nisl. Etiam pulvinar nibh eget ullamcorper rutrum. Duis nec lobortis ex.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Ask good questions and get better answers', 'Nulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo.', 'publish', 'open', 'open', '', 'ask-good-questions-and-get-better-answers', '', '', '2016-07-18 04:30:19', '2016-07-18 04:30:19', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=72', 0, 'post', '', 0),
(1249, 1, '2016-07-18 04:31:03', '2016-07-18 04:31:03', '[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" padding_top=\"20\" padding_bottom=\"20\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 10% 0px 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" size=\"1\" content_align=\"center\" style_type=\"none\"]<h1 style=\"font-size: 50px;font-weight: 500\">Design Basics: Always carry a notebook</h1>[/fusion_title][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"center\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p style=\"font-weight: 16px;letter-spacing: 2px;text-align: center\">Avada News   •   June 2, 2016</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_imageframe image_id=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"center\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/article2.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]A[/fusion_dropcap]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In et scelerisque sem. Nunc molestie neque augue, at gravida mi blandit eget. Aenean eu augue id lacus eleifend interdum. Cras sit amet metus sit amet velit lacinia ullamcorper. Nam facilisis a orci quis tempus. Vivamus id odio justo. Curabitur ut euismod metus. Donec nec neque non ligula vestibulum blandit id sed eros.\n\nVestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa, ut ultrices quam libero vel dolor. In sit amet ultricies dolor. Suspendisse maximus odio mollis massa tristique rhoncus.\n<h3>Keep It Simple</h3>\nDuis vel tellus a ante convallis pellentesque. Ut nec eros ullamcorper, dictum enim in, euismod est. Proin scelerisque convallis ipsum consequat aliquam. Praesent semper scelerisque accumsan. Integer vitae nulla suscipit, molestie tortor sed, eleifend tellus. Pellentesque a bibendum massa.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"30px\" alignment=\"center\" /][fusion_checklist icon=\"\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"18px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_li_item icon=\"\"]\n\nPrint Design Services\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nContent Marketing\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nPPC Advertising\n\n[/fusion_li_item][/fusion_checklist][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text]Donec quam est, suscipit vel ligula ut, aliquet maximus libero. Pellentesque finibus tellus vitae dolor lacinia eleifend. Vivamus convallis nunc ante, ac placerat turpis imperdiet in. Aenean posuere tortor vitae mi mollis tempus.\n<h3>Focus on The User</h3>\nSuspendisse eu lectus tempus, feugiat enim in, lacinia augue. Cras scelerisque risus vel nulla dictum vehicula. Phasellus vel massa massa. Curabitur a turpis vitae ipsum tempor varius. Etiam iaculis purus vitae velit blandit posuere. Cras scelerisque volutpat bibendum. Donec a justo sapien. Phasellus condimentum volutpat ex eget consectetur. Mauris vulputate aliquet commodo. Aliquam dictum tristique risus vel cursus.\n\nNulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo. Nulla fringilla porttitor congue. Nunc ac semper sapien, a lobortis augue. Morbi ullamcorper erat vel nunc euismod, at condimentum turpis iaculis. Aliquam pretium blandit ultrices.\n\nUt porttitor bibendum velit. Vivamus urna lorem, dapibus in odio nec, dapibus maximus risus. Vivamus eleifend vulputate egestas. Curabitur in diam eget lorem vehicula scelerisque. Mauris neque nibh, scelerisque ac malesuada at, feugiat a nisl. Etiam pulvinar nibh eget ullamcorper rutrum. Duis nec lobortis ex.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Design Basics: Always carry a notebook', 'Vestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Donec quam est, suscipit vel ligula ut, aliquet maximus libero. Pellentesque finibus tellus vitae dolor lacinia eleifend.', 'publish', 'open', 'open', '', 'design-basics-always-carry-a-notebook', '', '', '2016-07-18 04:31:03', '2016-07-18 04:31:03', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=74', 0, 'post', '', 0),
(359, 1, '2016-07-22 15:15:51', '2016-07-22 15:15:51', '[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" padding_top=\"20\" padding_bottom=\"20\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 10% 0px 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" size=\"1\" content_align=\"center\" style_type=\"none\"]<h1 style=\"font-size: 50px;font-weight: 500\">When is creative too creative?</h1>[/fusion_title][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"center\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p style=\"font-weight: 16px;letter-spacing: 2px;text-align: center\">Avada News   •   June 2, 2016</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_imageframe image_id=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"center\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/article5.jpg\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]A[/fusion_dropcap]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In et scelerisque sem. Nunc molestie neque augue, at gravida mi blandit eget. Aenean eu augue id lacus eleifend interdum. Cras sit amet metus sit amet velit lacinia ullamcorper. Nam facilisis a orci quis tempus. Vivamus id odio justo. Curabitur ut euismod metus. Donec nec neque non ligula vestibulum blandit id sed eros.\n\nVestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa, ut ultrices quam libero vel dolor. In sit amet ultricies dolor. Suspendisse maximus odio mollis massa tristique rhoncus.\n<h3>Keep It Simple</h3>\nDuis vel tellus a ante convallis pellentesque. Ut nec eros ullamcorper, dictum enim in, euismod est. Proin scelerisque convallis ipsum consequat aliquam. Praesent semper scelerisque accumsan. Integer vitae nulla suscipit, molestie tortor sed, eleifend tellus. Pellentesque a bibendum massa. Etiam auctor ligula nibh.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"30px\" alignment=\"center\" /][fusion_checklist icon=\"\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"18px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_li_item icon=\"\"]\n\nPrint Design Services\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nContent Marketing\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nPPC Advertising\n\n[/fusion_li_item][/fusion_checklist][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text]Donec quam est, suscipit vel ligula ut, aliquet maximus libero. Pellentesque finibus tellus vitae dolor lacinia eleifend. Vivamus convallis nunc ante, ac placerat turpis imperdiet in. Aenean posuere tortor vitae mi mollis tempus.\n<h3>Focus on The User</h3>\nSuspendisse eu lectus tempus, feugiat enim in, lacinia augue. Cras scelerisque risus vel nulla dictum vehicula. Phasellus vel massa massa. Curabitur a turpis vitae ipsum tempor varius. Etiam iaculis purus vitae velit blandit posuere. Cras scelerisque volutpat bibendum. Donec a justo sapien. Phasellus condimentum volutpat ex eget consectetur. Mauris vulputate aliquet commodo. Aliquam dictum tristique risus vel cursus.\n\nNulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo. Nulla fringilla porttitor congue. Nunc ac semper sapien, a lobortis augue. Morbi ullamcorper erat vel nunc euismod, at condimentum turpis iaculis. Aliquam pretium blandit ultrices.\n\nUt porttitor bibendum velit. Vivamus urna lorem, dapibus in odio nec, dapibus maximus risus. Vivamus eleifend vulputate egestas. Curabitur in diam eget lorem vehicula scelerisque. Mauris neque nibh, scelerisque ac malesuada at, feugiat a nisl. Etiam pulvinar nibh eget ullamcorper rutrum. Duis nec lobortis ex.[/fusion_text][fusion_social_links show_custom=\"no\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'When is creative too creative?', 'Nulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo.', 'publish', 'open', 'open', '', 'when-is-creative-too-creative', '', '', '2016-07-22 15:15:51', '2016-07-22 15:15:51', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=359', 0, 'post', '', 0),
(731, 1, '2016-06-02 22:23:34', '2016-06-02 22:23:34', '[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" padding_top=\"20\" padding_bottom=\"20\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 10% 0px 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"1\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\n<h2 style=\"text-align: center;\">How to encourage creativity?</h2>\n[/fusion_title][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"center\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p style=\"font-weight: 16px; letter-spacing: 2px; text-align: center;\">Avada News   •   June 2, 2016</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_imageframe image_id=\"765\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"center\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/06/article8.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]A[/fusion_dropcap]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In et scelerisque sem. Nunc molestie neque augue, at gravida mi blandit eget. Aenean eu augue id lacus eleifend interdum. Cras sit amet metus sit amet velit lacinia ullamcorper. Nam facilisis a orci quis tempus. Vivamus id odio justo. Curabitur ut euismod metus. Donec nec neque non ligula vestibulum blandit id sed eros.\n\nVestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa, ut ultrices quam libero vel dolor. In sit amet ultricies dolor. Suspendisse maximus odio mollis massa tristique rhoncus.\n<h3>Keep It Simple</h3>\nDuis vel tellus a ante convallis pellentesque. Ut nec eros ullamcorper, dictum enim in, euismod est. Proin scelerisque convallis ipsum consequat aliquam. Praesent semper scelerisque accumsan. Integer vitae nulla suscipit, molestie tortor sed, eleifend tellus. Pellentesque a bibendum massa. Etiam auctor ligula nibh.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"30px\" alignment=\"center\" /][fusion_checklist icon=\"\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"18px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_li_item icon=\"\"]\n\nPrint Design Services\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nContent Marketing\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nPPC Advertising\n\n[/fusion_li_item][/fusion_checklist][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text]Donec quam est, suscipit vel ligula ut, aliquet maximus libero. Pellentesque finibus tellus vitae dolor lacinia eleifend. Vivamus convallis nunc ante, ac placerat turpis imperdiet in. Aenean posuere tortor vitae mi mollis tempus.\n<h3>Focus on The User</h3>\nSuspendisse eu lectus tempus, feugiat enim in, lacinia augue. Cras scelerisque risus vel nulla dictum vehicula. Phasellus vel massa massa. Curabitur a turpis vitae ipsum tempor varius. Etiam iaculis purus vitae velit blandit posuere. Cras scelerisque volutpat bibendum. Donec a justo sapien. Phasellus condimentum volutpat ex eget consectetur. Mauris vulputate aliquet commodo. Aliquam dictum tristique risus vel cursus.\n\nNulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo. Nulla fringilla porttitor congue. Nunc ac semper sapien, a lobortis augue. Morbi ullamcorper erat vel nunc euismod, at condimentum turpis iaculis. Aliquam pretium blandit ultrices.\n\nUt porttitor bibendum velit. Vivamus urna lorem, dapibus in odio nec, dapibus maximus risus. Vivamus eleifend vulputate egestas. Curabitur in diam eget lorem vehicula scelerisque. Mauris neque nibh, scelerisque ac malesuada at, feugiat a nisl. Etiam pulvinar nibh eget ullamcorper rutrum. Duis nec lobortis ex.[/fusion_text][fusion_social_links show_custom=\"no\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'How to encourage creativity', '', 'publish', 'open', 'open', '', 'how-to-encourage-creativity', '', '', '2016-06-02 22:23:34', '2016-06-02 22:23:34', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=731', 0, 'post', '', 0),
(733, 1, '2016-06-01 22:24:56', '2016-06-01 22:24:56', '[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" padding_top=\"20\" padding_bottom=\"20\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 10% 0px 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"1\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\n<h2 style=\"text-align: center;\">Finding the assets you need</h2>\n[/fusion_title][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"center\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p style=\"font-weight: 16px; letter-spacing: 2px; text-align: center;\">Avada News   •   June 2, 2016</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_imageframe image_id=\"763\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"center\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/06/article6.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]A[/fusion_dropcap]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In et scelerisque sem. Nunc molestie neque augue, at gravida mi blandit eget. Aenean eu augue id lacus eleifend interdum. Cras sit amet metus sit amet velit lacinia ullamcorper. Nam facilisis a orci quis tempus. Vivamus id odio justo. Curabitur ut euismod metus. Donec nec neque non ligula vestibulum blandit id sed eros.\n\nVestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa, ut ultrices quam libero vel dolor. In sit amet ultricies dolor. Suspendisse maximus odio mollis massa tristique rhoncus.\n<h3>Keep It Simple</h3>\nDuis vel tellus a ante convallis pellentesque. Ut nec eros ullamcorper, dictum enim in, euismod est. Proin scelerisque convallis ipsum consequat aliquam. Praesent semper scelerisque accumsan. Integer vitae nulla suscipit, molestie tortor sed, eleifend tellus. Pellentesque a bibendum massa. Etiam auctor ligula nibh.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"30px\" alignment=\"center\" /][fusion_checklist icon=\"\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"18px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_li_item icon=\"\"]\n\nPrint Design Services\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nContent Marketing\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nPPC Advertising\n\n[/fusion_li_item][/fusion_checklist][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text]Donec quam est, suscipit vel ligula ut, aliquet maximus libero. Pellentesque finibus tellus vitae dolor lacinia eleifend. Vivamus convallis nunc ante, ac placerat turpis imperdiet in. Aenean posuere tortor vitae mi mollis tempus.\n<h3>Focus on The User</h3>\nSuspendisse eu lectus tempus, feugiat enim in, lacinia augue. Cras scelerisque risus vel nulla dictum vehicula. Phasellus vel massa massa. Curabitur a turpis vitae ipsum tempor varius. Etiam iaculis purus vitae velit blandit posuere. Cras scelerisque volutpat bibendum. Donec a justo sapien. Phasellus condimentum volutpat ex eget consectetur. Mauris vulputate aliquet commodo. Aliquam dictum tristique risus vel cursus.\n\nNulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo. Nulla fringilla porttitor congue. Nunc ac semper sapien, a lobortis augue. Morbi ullamcorper erat vel nunc euismod, at condimentum turpis iaculis. Aliquam pretium blandit ultrices.\n\nUt porttitor bibendum velit. Vivamus urna lorem, dapibus in odio nec, dapibus maximus risus. Vivamus eleifend vulputate egestas. Curabitur in diam eget lorem vehicula scelerisque. Mauris neque nibh, scelerisque ac malesuada at, feugiat a nisl. Etiam pulvinar nibh eget ullamcorper rutrum. Duis nec lobortis ex.[/fusion_text][fusion_social_links show_custom=\"no\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Finding the assets you need', '', 'publish', 'open', 'open', '', 'finding-the-assets-you-need', '', '', '2016-06-01 22:24:56', '2016-06-01 22:24:56', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=733', 0, 'post', '', 0),
(735, 1, '2016-05-29 22:25:30', '2016-05-29 22:25:30', '[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" padding_top=\"20\" padding_bottom=\"20\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 10% 0px 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"1\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\n<h2 style=\"text-align: center;\">The best creative tools to use!</h2>\n[/fusion_title][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"center\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p style=\"font-weight: 16px; letter-spacing: 2px; text-align: center;\">Avada News   •   June 2, 2016</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_imageframe image_id=\"764\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"center\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/06/article7.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]A[/fusion_dropcap]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In et scelerisque sem. Nunc molestie neque augue, at gravida mi blandit eget. Aenean eu augue id lacus eleifend interdum. Cras sit amet metus sit amet velit lacinia ullamcorper. Nam facilisis a orci quis tempus. Vivamus id odio justo. Curabitur ut euismod metus. Donec nec neque non ligula vestibulum blandit id sed eros.\n\nVestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa, ut ultrices quam libero vel dolor. In sit amet ultricies dolor. Suspendisse maximus odio mollis massa tristique rhoncus.\n<h3>Keep It Simple</h3>\nDuis vel tellus a ante convallis pellentesque. Ut nec eros ullamcorper, dictum enim in, euismod est. Proin scelerisque convallis ipsum consequat aliquam. Praesent semper scelerisque accumsan. Integer vitae nulla suscipit, molestie tortor sed, eleifend tellus. Pellentesque a bibendum massa. Etiam auctor ligula nibh.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"30px\" alignment=\"center\" /][fusion_checklist icon=\"\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"18px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_li_item icon=\"\"]\n\nPrint Design Services\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nContent Marketing\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nPPC Advertising\n\n[/fusion_li_item][/fusion_checklist][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text]Donec quam est, suscipit vel ligula ut, aliquet maximus libero. Pellentesque finibus tellus vitae dolor lacinia eleifend. Vivamus convallis nunc ante, ac placerat turpis imperdiet in. Aenean posuere tortor vitae mi mollis tempus.\n<h3>Focus on The User</h3>\nSuspendisse eu lectus tempus, feugiat enim in, lacinia augue. Cras scelerisque risus vel nulla dictum vehicula. Phasellus vel massa massa. Curabitur a turpis vitae ipsum tempor varius. Etiam iaculis purus vitae velit blandit posuere. Cras scelerisque volutpat bibendum. Donec a justo sapien. Phasellus condimentum volutpat ex eget consectetur. Mauris vulputate aliquet commodo. Aliquam dictum tristique risus vel cursus.\n\nNulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo. Nulla fringilla porttitor congue. Nunc ac semper sapien, a lobortis augue. Morbi ullamcorper erat vel nunc euismod, at condimentum turpis iaculis. Aliquam pretium blandit ultrices.\n\nUt porttitor bibendum velit. Vivamus urna lorem, dapibus in odio nec, dapibus maximus risus. Vivamus eleifend vulputate egestas. Curabitur in diam eget lorem vehicula scelerisque. Mauris neque nibh, scelerisque ac malesuada at, feugiat a nisl. Etiam pulvinar nibh eget ullamcorper rutrum. Duis nec lobortis ex.[/fusion_text][fusion_social_links show_custom=\"no\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'The best creative tools to use', '', 'publish', 'open', 'open', '', 'the-best-creative-tools-to-use', '', '', '2016-05-29 22:25:30', '2016-05-29 22:25:30', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=735', 0, 'post', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(737, 1, '2016-05-25 22:26:04', '2016-05-25 22:26:04', '[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" padding_top=\"20\" padding_bottom=\"20\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 10% 0px 10%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"1\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\n<h2>Forming client relationships</h2>\n[/fusion_title][fusion_imageframe lightbox=\"no\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align=\"center\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" hide_on_mobile=\"no\"] <img src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/divide.png\" alt=\"\" />[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p style=\"font-weight: 16px; letter-spacing: 2px; text-align: center;\">Avada News   •   June 2, 2016</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_imageframe image_id=\"766\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"center\" lightbox=\"yes\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/06/article9.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]A[/fusion_dropcap]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In et scelerisque sem. Nunc molestie neque augue, at gravida mi blandit eget. Aenean eu augue id lacus eleifend interdum. Cras sit amet metus sit amet velit lacinia ullamcorper. Nam facilisis a orci quis tempus. Vivamus id odio justo. Curabitur ut euismod metus. Donec nec neque non ligula vestibulum blandit id sed eros.\n\nVestibulum cursus in ligula lacinia lobortis. Morbi at velit at velit auctor efficitur ut ac justo. Phasellus porttitor, elit vitae scelerisque vestibulum, nunc libero bibendum massa, ut ultrices quam libero vel dolor. In sit amet ultricies dolor. Suspendisse maximus odio mollis massa tristique rhoncus.\n<h3>Keep It Simple</h3>\nDuis vel tellus a ante convallis pellentesque. Ut nec eros ullamcorper, dictum enim in, euismod est. Proin scelerisque convallis ipsum consequat aliquam. Praesent semper scelerisque accumsan. Integer vitae nulla suscipit, molestie tortor sed, eleifend tellus. Pellentesque a bibendum massa. Etiam auctor ligula nibh.[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"30px\" alignment=\"center\" /][fusion_checklist icon=\"\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"18px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_li_item icon=\"\"]\n\nPrint Design Services\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nContent Marketing\n\n[/fusion_li_item][fusion_li_item icon=\"\"]\n\nPPC Advertising\n\n[/fusion_li_item][/fusion_checklist][fusion_separator style_type=\"none\" top_margin=\"50px\" alignment=\"center\" /][fusion_text]Donec quam est, suscipit vel ligula ut, aliquet maximus libero. Pellentesque finibus tellus vitae dolor lacinia eleifend. Vivamus convallis nunc ante, ac placerat turpis imperdiet in. Aenean posuere tortor vitae mi mollis tempus.\n<h3>Focus on The User</h3>\nSuspendisse eu lectus tempus, feugiat enim in, lacinia augue. Cras scelerisque risus vel nulla dictum vehicula. Phasellus vel massa massa. Curabitur a turpis vitae ipsum tempor varius. Etiam iaculis purus vitae velit blandit posuere. Cras scelerisque volutpat bibendum. Donec a justo sapien. Phasellus condimentum volutpat ex eget consectetur. Mauris vulputate aliquet commodo. Aliquam dictum tristique risus vel cursus.\n\nNulla sit amet nunc massa. Praesent sed est pellentesque, varius tellus non, efficitur nisi. Sed sit amet purus in odio varius tincidunt. Mauris ut ante lobortis, elementum orci efficitur, bibendum leo. Nulla fringilla porttitor congue. Nunc ac semper sapien, a lobortis augue. Morbi ullamcorper erat vel nunc euismod, at condimentum turpis iaculis. Aliquam pretium blandit ultrices.\n\nUt porttitor bibendum velit. Vivamus urna lorem, dapibus in odio nec, dapibus maximus risus. Vivamus eleifend vulputate egestas. Curabitur in diam eget lorem vehicula scelerisque. Mauris neque nibh, scelerisque ac malesuada at, feugiat a nisl. Etiam pulvinar nibh eget ullamcorper rutrum. Duis nec lobortis ex.[/fusion_text][fusion_social_links show_custom=\"no\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Forming client relationships', '', 'publish', 'open', 'open', '', 'forming-client-relationships', '', '', '2016-05-25 22:26:04', '2016-05-25 22:26:04', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=737', 0, 'post', '', 0),
(25, 1, '2016-07-14 04:04:47', '2016-07-14 04:04:47', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2022-07-23 14:50:15', '2022-07-23 14:50:15', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=slide&#038;p=25', 0, 'slide', '', 0),
(119, 1, '2016-07-21 10:23:46', '2016-07-21 10:23:46', '<p>[text* your-name akismet:author placeholder \"NAME\"] </p>\r\n\r\n<p>[email* your-email akismet:author_email placeholder \"EMAIL\"] </p>\r\n\r\n<p>[tel tel-145 minlength:11 placeholder \"PHONE\"]</p>\r\n\r\n<p>[textarea* your-message placeholder \"HOW CAN WE HELP?\"] </p>\r\n\r\n<div style=\"margin-bottom: 25px;\">[recaptcha]</div>\r\n\r\n<p>[submit \"LET\'S TALK\"]</p>\n1\nAirframes Enquiries\n[your-name] <james@air-frames.co.uk>\njames@air-frames.co.uk\nFrom: [your-name] <[your-email]>\r\nPhone: [tel-145]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from the contact form on Airframes\nReply-To: [your-email]\n\n\n\n\n\n\n\n\n\n\n\n\nThank you for your message.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nInvalid date supplied.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form', '', 'publish', 'closed', 'closed', '', 'contact-form-1-3', '', '', '2018-11-07 11:10:41', '2018-11-07 11:10:41', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=wpcf7_contact_form&#038;p=119', 0, 'wpcf7_contact_form', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1767, 1, '2017-07-07 15:00:24', '2017-07-07 15:00:24', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.6\" animation_offset=\"bottom-in-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 15:00:24', '2017-07-07 15:00:24', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(124, 1, '2016-07-21 10:52:52', '2016-07-21 10:52:52', '', 'About', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2018-11-06 17:25:08', '2018-11-06 17:25:08', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=slide&#038;p=124', 0, 'slide', '', 0),
(224, 1, '2016-07-21 15:51:05', '2016-07-21 15:51:05', '', 'Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2018-08-23 15:00:33', '2018-08-23 15:00:33', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=slide&#038;p=224', 0, 'slide', '', 0),
(1319, 1, '2017-07-03 10:56:43', '2017-07-03 10:56:43', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"4 Link Icons\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"default\" sep_color=\"\"]PRICING[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:56:43', '2017-07-03 10:56:43', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1320, 1, '2017-07-03 10:57:37', '2017-07-03 10:57:37', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"4 Link Icons\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:57:37', '2017-07-03 10:57:37', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1321, 1, '2017-07-03 10:58:15', '2017-07-03 10:58:15', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"4 Link Icons\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\n<strong>PRICING</strong>\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:58:15', '2017-07-03 10:58:15', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1324, 1, '2017-07-03 11:00:47', '2017-07-03 11:00:47', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:00:47', '2017-07-03 11:00:47', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1322, 1, '2017-07-03 10:59:05', '2017-07-03 10:59:05', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\n<strong>PRICING</strong>\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 10:59:05', '2017-07-03 10:59:05', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1323, 1, '2017-07-03 11:00:06', '2017-07-03 11:00:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\n<strong>PRICING</strong>\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:00:06', '2017-07-03 11:00:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1325, 1, '2017-07-03 11:01:08', '2017-07-03 11:01:08', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:01:08', '2017-07-03 11:01:08', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1326, 1, '2017-07-03 11:01:23', '2017-07-03 11:01:23', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:01:23', '2017-07-03 11:01:23', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1327, 1, '2017-07-03 11:03:51', '2017-07-03 11:03:51', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]GET A QUOTE[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:03:51', '2017-07-03 11:03:51', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1328, 1, '2017-07-03 11:04:35', '2017-07-03 11:04:35', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:04:35', '2017-07-03 11:04:35', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1329, 1, '2017-07-03 11:05:40', '2017-07-03 11:05:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h3 style=\"text-align: center;\">AERIAL FILMING</h3>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:05:40', '2017-07-03 11:05:40', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1330, 1, '2017-07-03 11:05:58', '2017-07-03 11:05:58', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h2 style=\"text-align: center;\">AERIAL FILMING</h2>[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:05:58', '2017-07-03 11:05:58', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1332, 1, '2017-07-03 11:08:23', '2017-07-03 11:08:23', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:08:23', '2017-07-03 11:08:23', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1331, 1, '2017-07-03 11:06:41', '2017-07-03 11:06:41', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h2 style=\"text-align: center;\">AERIAL FILMING</h2>[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">ELEGANCE SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">HIPSTER SET</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer Took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:06:41', '2017-07-03 11:06:41', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1333, 1, '2017-07-03 11:11:23', '2017-07-03 11:11:23', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:11:23', '2017-07-03 11:11:23', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1334, 1, '2017-07-03 11:13:10', '2017-07-03 11:13:10', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"1\" content_align=\"left\" style_type=\"default\" sep_color=\"\"]\r\n<h4 style=\"text-align: center;\">OUR</h4>\r\n<h2 style=\"text-align: center;\">RECENT CLIENTS</h2>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:13:10', '2017-07-03 11:13:10', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1335, 1, '2017-07-03 11:14:01', '2017-07-03 11:14:01', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Clients\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">OUR\r\nRECENT CLIENTS</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:14:01', '2017-07-03 11:14:01', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1336, 1, '2017-07-03 11:14:44', '2017-07-03 11:14:44', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">OUR</p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">OUR\r\nRECENT CLIENTS</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:14:44', '2017-07-03 11:14:44', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1337, 1, '2017-07-03 11:15:03', '2017-07-03 11:15:03', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">OUR</p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">RECENT CLIENTS</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:15:03', '2017-07-03 11:15:03', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1338, 1, '2017-07-03 11:16:28', '2017-07-03 11:16:28', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-20\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:16:28', '2017-07-03 11:16:28', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1339, 1, '2017-07-03 11:17:04', '2017-07-03 11:17:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"1\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:17:04', '2017-07-03 11:17:04', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1340, 1, '2017-07-03 11:17:32', '2017-07-03 11:17:32', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:17:32', '2017-07-03 11:17:32', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1342, 1, '2017-07-03 11:21:51', '2017-07-03 11:21:51', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:21:51', '2017-07-03 11:21:51', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1341, 1, '2017-07-03 11:20:53', '2017-07-03 11:20:53', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_table]\r\n<div class=\"table-1\">\r\n<table width=\"100%\">\r\n<thead>\r\n<tr>\r\n<th align=\"left\"><img class=\"alignnone size-full wp-image-509\" src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg\" alt=\"\" width=\"1000\" height=\"800\" /></th>\r\n<th align=\"left\"><img class=\"alignnone size-full wp-image-509\" src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg\" alt=\"\" width=\"1000\" height=\"800\" /></th>\r\n<th align=\"left\"><img class=\"alignnone size-full wp-image-509\" src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg\" alt=\"\" width=\"1000\" height=\"800\" /></th>\r\n<th align=\"left\"><img class=\"alignnone size-full wp-image-509\" src=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg\" alt=\"\" width=\"1000\" height=\"800\" /></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td align=\"left\">Column 0 Value</td>\r\n<td align=\"left\">Column 1 Value</td>\r\n<td align=\"left\">Column 2 Value</td>\r\n<td align=\"left\">Column 3 Value</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n[/fusion_table][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:20:53', '2017-07-03 11:20:53', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1343, 1, '2017-07-03 11:24:50', '2017-07-03 11:24:50', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:24:50', '2017-07-03 11:24:50', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1704, 1, '2017-07-07 09:07:42', '2017-07-07 09:07:42', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:07:42', '2017-07-07 09:07:42', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1344, 1, '2017-07-03 11:25:30', '2017-07-03 11:25:30', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:25:30', '2017-07-03 11:25:30', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1345, 1, '2017-07-03 11:25:47', '2017-07-03 11:25:47', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Partners\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:25:47', '2017-07-03 11:25:47', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1703, 1, '2017-07-07 09:06:39', '2017-07-07 09:06:39', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:06:39', '2017-07-07 09:06:39', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1661, 1, '2017-07-07 08:15:14', '2017-07-07 08:15:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"#portfolio\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 08:15:14', '2017-07-07 08:15:14', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1346, 1, '2017-07-03 11:29:23', '2017-07-03 11:29:23', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n\r\nWe work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.\r\n\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:29:23', '2017-07-03 11:29:23', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1347, 1, '2017-07-03 11:30:28', '2017-07-03 11:30:28', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:30:28', '2017-07-03 11:30:28', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1348, 1, '2017-07-03 11:32:04', '2017-07-03 11:32:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:32:04', '2017-07-03 11:32:04', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1349, 1, '2017-07-03 11:35:06', '2017-07-03 11:35:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">The Glamour Collection Sale!</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">AIR-FRAMES LTD</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:35:06', '2017-07-03 11:35:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1350, 1, '2017-07-03 11:35:59', '2017-07-03 11:35:59', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">GET IN TOUCH</span></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">AIR-FRAMES LTD</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:35:59', '2017-07-03 11:35:59', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1351, 1, '2017-07-03 11:36:22', '2017-07-03 11:36:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\"><span style=\"color: #000000;\">GET IN TOUCH</span></h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_text]\r\n<h1 style=\"text-align: center;\"><span style=\"color: #000000;\">AIR-FRAMES LTD</span></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:36:22', '2017-07-03 11:36:22', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1352, 1, '2017-07-03 11:37:56', '2017-07-03 11:37:56', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"10px 10px 10px 10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_text]<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:37:56', '2017-07-03 11:37:56', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1353, 1, '2017-07-03 11:38:21', '2017-07-03 11:38:21', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"15px 15px 15px 15px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:38:21', '2017-07-03 11:38:21', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1537, 1, '2017-07-06 14:30:44', '2017-07-06 14:30:44', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:30:44', '2017-07-06 14:30:44', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1354, 1, '2017-07-03 11:39:18', '2017-07-03 11:39:18', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"15px 15px 15px 15px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:39:18', '2017-07-03 11:39:18', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1355, 1, '2017-07-03 11:39:45', '2017-07-03 11:39:45', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:39:45', '2017-07-03 11:39:45', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1356, 1, '2017-07-03 11:40:34', '2017-07-03 11:40:34', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:40:34', '2017-07-03 11:40:34', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1357, 1, '2017-07-03 11:41:06', '2017-07-03 11:41:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup_right-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_fontawesome icon=\"fa-gbp\" size=\"60px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" circle=\"yes\" iconcolor=\"#ffffff\" circlecolor=\"#004695\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"509\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/portfolio8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Portfolio\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Contact\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 11:41:06', '2017-07-03 11:41:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1358, 1, '2017-07-03 14:01:37', '2017-07-03 14:01:37', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<h2 style=\"text-align: left;\">Web Design</h2>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-03 14:01:37', '2017-07-03 14:01:37', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/12-revision-v1/', 0, 'revision', '', 0),
(1359, 1, '2017-07-03 14:03:25', '2017-07-03 14:03:25', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">Web Design</h3>[/fusion_text][fusion_text]<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px; text-align: center;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\">Aerial Photography</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-03 14:03:25', '2017-07-03 14:03:25', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/12-revision-v1/', 0, 'revision', '', 0),
(1360, 1, '2017-07-03 14:03:50', '2017-07-03 14:03:50', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">Web Design</h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px; text-align: center;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\">Aerial Photography</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-03 14:03:50', '2017-07-03 14:03:50', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/12-revision-v1/', 0, 'revision', '', 0),
(1361, 1, '2017-07-03 14:04:23', '2017-07-03 14:04:23', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">Web Design</h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px; text-align: center;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\">Aerial Photography</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\">Aerial Photography</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\">Aerial Photography</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-03 14:04:23', '2017-07-03 14:04:23', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/12-revision-v1/', 0, 'revision', '', 0),
(1362, 1, '2017-07-03 14:04:46', '2017-07-03 14:04:46', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">Web Design</h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px; text-align: center;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\">Aerial Photography</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\">Aerial Photography</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-03 14:04:46', '2017-07-03 14:04:46', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/12-revision-v1/', 0, 'revision', '', 0),
(1363, 1, '2017-07-03 14:05:46', '2017-07-03 14:05:46', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">Web Design</h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px; text-align: center;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-03 14:05:46', '2017-07-03 14:05:46', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/12-revision-v1/', 0, 'revision', '', 0),
(1364, 1, '2017-07-03 14:06:14', '2017-07-03 14:06:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ALL OUR SERVICES</h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px; text-align: center;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-03 14:06:14', '2017-07-03 14:06:14', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/12-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2657, 1, '2018-11-07 11:18:57', '2018-11-07 11:18:57', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Photography\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-11-07 11:18:57', '2018-11-07 11:18:57', '', 1278, 'http://www.air-frames.co.uk/1278-revision-v1/', 0, 'revision', '', 0),
(2658, 1, '2018-11-07 11:20:02', '2018-11-07 11:20:02', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide small portfolios of still images for several estate agents / land agents, for both their residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels.</li>\r\n 	<li>Missing persons.</li>\r\n 	<li>Heat sources in a building or forest fire.</li>\r\n 	<li>Thermal leaks and Temperature monitoring.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.</p>\r\n\r\n<ul>\r\n 	<li>Damaged Building, Dams, Roofs, Chimneys.</li>\r\n 	<li>Treetop inspections for forestry.</li>\r\n 	<li>Guttering and High-rise buildings.</li>\r\n 	<li>Damaged buildings, without risking people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2332\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/small-chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2529\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/cranes-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Construction Progress at individual or regular intervals:</p>\r\n\r\n<ul>\r\n 	<li>Monitor general progress on large or small projects.</li>\r\n 	<li>Off-site / remote access for stakeholders.</li>\r\n 	<li>Detail for budget managers for dated progress information.</li>\r\n 	<li>Repeat flights and programmable flightpaths.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-11-07 11:20:02', '2018-11-07 11:20:02', '', 1282, 'http://www.air-frames.co.uk/1282-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2153, 1, '2018-01-31 14:13:22', '2018-01-31 14:13:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/ground_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/360_degree_panoramas/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Mapping & Modelling</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Thermal & IR Survey</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-01-31 14:13:22', '2018-01-31 14:13:22', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2018/01/31/12-revision-v1/', 0, 'revision', '', 0),
(2151, 1, '2018-01-31 14:11:17', '2018-01-31 14:11:17', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/ground_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/360_degree_panoramas/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Modelling and Mapping</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey Data Collection &amp; Thermal/IR</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-01-31 14:11:17', '2018-01-31 14:11:17', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2018/01/31/12-revision-v1/', 0, 'revision', '', 0),
(1366, 1, '2017-07-03 14:08:27', '2017-07-03 14:08:27', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ALL OUR SERVICES</h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px; text-align: center;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Photography</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Mapping & Modelling</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Thermal & IR Survey</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Post Production</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-03 14:08:27', '2017-07-03 14:08:27', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/12-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1367, 1, '2017-07-03 14:33:25', '2017-07-03 14:33:25', '[fusion_builder_container admin_label=\"DJI S1000\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI S1000</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI INSPIRE X5R</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-03 14:33:25', '2017-07-03 14:33:25', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1274-revision-v1/', 0, 'revision', '', 0),
(1368, 1, '2017-07-03 14:34:03', '2017-07-03 14:34:03', '[fusion_builder_container admin_label=\"DJI S1000\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI S1000</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI INSPIRE X5R</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-03 14:34:03', '2017-07-03 14:34:03', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1274-revision-v1/', 0, 'revision', '', 0),
(1369, 1, '2018-11-10 18:10:13', '2018-11-10 18:10:13', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPIRE X5S Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for aerial photography and cinematography, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a choice of several lenses.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go.</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][fusion_button link=\"[object Object]\" text_transform=\"[object Object]\" title=\"[object Object]\" target=\"[object Object]\" link_attributes=\"[object Object]\" alignment=\"[object Object]\" modal=\"[object Object]\" color=\"[object Object]\" button_gradient_top_color=\"[object Object]\" button_gradient_bottom_color=\"[object Object]\" button_gradient_top_color_hover=\"[object Object]\" button_gradient_bottom_color_hover=\"[object Object]\" accent_color=\"[object Object]\" accent_hover_color=\"[object Object]\" type=\"[object Object]\" bevel_color=\"[object Object]\" border_width=\"[object Object]\" size=\"[object Object]\" stretch=\"[object Object]\" shape=\"[object Object]\" icon=\"[object Object]\" icon_position=\"[object Object]\" icon_divider=\"[object Object]\" animation_type=\"[object Object]\" animation_direction=\"[object Object]\" animation_speed=\"[object Object]\" animation_offset=\"[object Object]\" hide_on_mobile=\"[object Object]\" class=\"[object Object]\" id=\"[object Object]\"][object Object][/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-autosave-v1', '', '', '2018-11-10 18:10:13', '2018-11-10 18:10:13', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1274-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1370, 1, '2017-07-03 14:40:56', '2017-07-03 14:40:56', '[fusion_builder_container admin_label=\"DJI S1000\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI S1000</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI INSPIRE X5R</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\">DJI PHANTOM 3</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI RONIN GROUND GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\">DJI RONIN GROUND GIMBOL</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\">DJI OSMO GIMBOL</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_bg_footer.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\">DJI OSMO GIMBOL</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-03 14:40:56', '2017-07-03 14:40:56', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1274-revision-v1/', 0, 'revision', '', 0),
(1371, 1, '2017-07-03 14:41:41', '2017-07-03 14:41:41', '[fusion_builder_container admin_label=\"DJI S1000\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI S1000</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI INSPIRE X5R</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\">DJI PHANTOM 3</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI RONIN GROUND GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\">DJI RONIN GROUND GIMBOL</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\">DJI OSMO GIMBOL</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_bg_footer.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\">DJI OSMO GIMBOL</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-03 14:41:41', '2017-07-03 14:41:41', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1372, 1, '2017-07-03 14:42:02', '2017-07-03 14:42:02', '[fusion_builder_container admin_label=\"DJI S1000\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI S1000</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI INSPIRE X5R</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\">DJI PHANTOM 3</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI RONIN GROUND GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\">DJI RONIN GROUND GIMBOL</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\">DJI OSMO GIMBOL</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_bg_footer.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\">DJI OSMO GIMBOL</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-03 14:42:02', '2017-07-03 14:42:02', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1274-revision-v1/', 0, 'revision', '', 0),
(1376, 1, '2017-07-03 14:45:26', '2017-07-03 14:45:26', '[fusion_builder_container admin_label=\"DJI S1000\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI S1000</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI INSPIRE X5R</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI PHANTOM 3</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI RONIN GROUND GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI RONIN GROUND GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI OSMO GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_bg_footer.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-03 14:45:26', '2017-07-03 14:45:26', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1373, 1, '2017-07-03 14:43:20', '2017-07-03 14:43:20', '[fusion_builder_container admin_label=\"DJI S1000\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI S1000</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI INSPIRE X5R</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\">DJI PHANTOM 3</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI RONIN GROUND GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\">DJI RONIN GROUND GIMBOL</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center;\">DJI OSMO GIMBOL</h2>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_bg_footer.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]&lt;div&gt;&lt;div id=&quot;540999436750593539&quot; align=&quot;center&quot; style=&quot;width: 100%; overflow-y: hidden;&quot; class=&quot;wcustomhtml&quot;&gt;&lt;script&gt;\r\n			document.write(unescape(&#x27;%3Cscript src=&quot;http://u.dji.com/en/ads/24&quot;%3E%3C/script%3E&#x27;));\r\n			&lt;/script&gt;&lt;/div&gt;[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-03 14:43:20', '2017-07-03 14:43:20', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1274-revision-v1/', 0, 'revision', '', 0),
(1374, 1, '2017-07-03 14:43:56', '2017-07-03 14:43:56', '[fusion_builder_container admin_label=\"DJI S1000\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI S1000</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI INSPIRE X5R</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI PHANTOM 3</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI RONIN GROUND GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI RONIN GROUND GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI OSMO GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_bg_footer.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]&lt;div&gt;&lt;div id=\"540999436750593539\" align=\"center\" style=\"width: 100%; overflow-y: hidden;\" class=\"wcustomhtml\"&gt;&lt;script&gt;\r\ndocument.write(unescape(\'%3Cscript src=\"http://u.dji.com/en/ads/24\"%3E%3C/script%3E\'));\r\n&lt;/script&gt;&lt;/div&gt;[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-03 14:43:56', '2017-07-03 14:43:56', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1375, 1, '2017-07-03 14:44:56', '2017-07-03 14:44:56', '[fusion_builder_container admin_label=\"DJI S1000\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI S1000</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI INSPIRE X5R</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI PHANTOM 3</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI RONIN GROUND GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI RONIN GROUND GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI OSMO GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_bg_footer.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]&lt;div id=&quot;540999436750593539&quot; align=&quot;center&quot; style=&quot;width: 100%; overflow-y: hidden;&quot; class=&quot;wcustomhtml&quot;&gt;&lt;script&gt;\r\ndocument.write(unescape(&#x27;%3Cscript src=&quot;http://u.dji.com/en/ads/24&quot;%3E%3C/script%3E&#x27;));\r\n&lt;/script&gt;[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-03 14:44:56', '2017-07-03 14:44:56', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1274-revision-v1/', 0, 'revision', '', 0),
(1377, 1, '2017-07-03 14:46:08', '2017-07-03 14:46:08', '[fusion_builder_container admin_label=\"DJI S1000\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI S1000</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI INSPIRE X5R</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI PHANTOM 3</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI RONIN GROUND GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI RONIN GROUND GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI OSMO GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_bg_footer.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]gddfhdfhdfhdfh[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-03 14:46:08', '2017-07-03 14:46:08', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1378, 1, '2017-07-03 14:46:33', '2017-07-03 14:46:33', '[fusion_builder_container admin_label=\"DJI S1000\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI S1000</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI INSPIRE X5R</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI PHANTOM 3</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI RONIN GROUND GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI RONIN GROUND GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI OSMO GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_bg_footer.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]&lt;script&gt;\r\n			document.write(unescape(&#x27;%3Cscript src=&quot;http://u.dji.com/en/ads/24&quot;%3E%3C/script%3E&#x27;));\r\n			&lt;/script&gt;[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-03 14:46:33', '2017-07-03 14:46:33', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1274-revision-v1/', 0, 'revision', '', 0),
(1379, 1, '2017-07-03 14:46:53', '2017-07-03 14:46:53', '[fusion_builder_container admin_label=\"DJI S1000\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI S1000</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI INSPIRE X5R</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI PHANTOM 3</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI RONIN GROUND GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI RONIN GROUND GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI OSMO GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_bg_footer.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]&lt;div&gt;&lt;div id=&quot;540999436750593539&quot; align=&quot;center&quot; style=&quot;width: 100%; overflow-y: hidden;&quot; class=&quot;wcustomhtml&quot;&gt;&lt;script&gt;\r\n			document.write(unescape(&#x27;%3Cscript src=&quot;http://u.dji.com/en/ads/24&quot;%3E%3C/script%3E&#x27;));\r\n			&lt;/script&gt;&lt;/div&gt;\r\n[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-03 14:46:53', '2017-07-03 14:46:53', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1274-revision-v1/', 0, 'revision', '', 0),
(1380, 1, '2017-07-06 16:28:43', '2017-07-06 16:28:43', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]<h4 style=\"text-align: center;\">JAMES WILHEW - DIRECTOR/ OWNER</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p><p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p><p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">PILOTS/CAMERA OPERATORS</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>[/fusion_text][fusion_text]<section class=\"pb-medium\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-6\"><p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p></div></div></div></section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\"><div class=\"mask opacity-5\"> </div></section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"80\" margin_bottom=\"80\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center; color: #ffffff\">TESTIMONIALS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"-50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WHAT OUR CUSTOMERS SAY</h4>[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-autosave-v1', '', '', '2017-07-06 16:28:43', '2017-07-06 16:28:43', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1381, 1, '2017-07-03 15:00:22', '2017-07-03 15:00:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"2\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"968\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]<p style=\"text-align: center;\">JAMES WILHEW</p>[/fusion_title][fusion_text]<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3><p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan. <br /><br />He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013. <br /><br />As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 15:00:22', '2017-07-03 15:00:22', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0),
(1382, 1, '2017-07-03 15:01:38', '2017-07-03 15:01:38', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"6\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"968\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">JAMES WILHEW</p>\r\n[/fusion_title][fusion_text]\r\n<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3>\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.\r\n\r\nHe holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.\r\n\r\nAs a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 15:01:38', '2017-07-03 15:01:38', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0),
(1383, 1, '2017-07-03 15:02:02', '2017-07-03 15:02:02', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"968\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">JAMES WILHEW</p>\r\n[/fusion_title][fusion_text]\r\n<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3>\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\nHe holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.\r\n\r\nAs a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 15:02:02', '2017-07-03 15:02:02', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0),
(1384, 1, '2017-07-03 15:02:29', '2017-07-03 15:02:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"968\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">JAMES WILHEW</p>\r\n[/fusion_title][fusion_text]\r\n<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3>\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\nHe holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.\r\n\r\nAs a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 15:02:29', '2017-07-03 15:02:29', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0),
(1385, 1, '2017-07-03 15:03:07', '2017-07-03 15:03:07', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"968\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">JAMES WILHEW</p>\r\n[/fusion_title][fusion_text]\r\n<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3>\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\nHe holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.\r\n\r\nAs a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 15:03:07', '2017-07-03 15:03:07', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0),
(1386, 1, '2017-07-03 15:03:40', '2017-07-03 15:03:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"968\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>JAMES WILHEW</strong></p>\r\n[/fusion_title][fusion_text]\r\n<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3>\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\nHe holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.\r\n\r\nAs a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 15:03:40', '2017-07-03 15:03:40', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0),
(1387, 1, '2017-07-03 15:05:35', '2017-07-03 15:05:35', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"968\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>JAMES WILHEW</strong></p>\r\n[/fusion_title][fusion_text]\r\n<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3>\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\nHe holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.\r\n\r\nAs a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"1\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 15:05:35', '2017-07-03 15:05:35', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1388, 1, '2017-07-03 15:06:15', '2017-07-03 15:06:15', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"968\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>JAMES WILHEW</strong></p>\r\n[/fusion_title][fusion_text]\r\n<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3>\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\nHe holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.\r\n\r\nAs a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 15:06:15', '2017-07-03 15:06:15', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0),
(1615, 1, '2017-07-06 16:23:47', '2017-07-06 16:23:47', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]<h4 style=\"text-align: center;\">JAMES WILHEW - DIRECTOR/ OWNER</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p><p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p><p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">PILOTS/CAMERA OPERATORS</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>[/fusion_text][fusion_text]<section class=\"pb-medium\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-6\"><p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p></div></div></div></section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\"><div class=\"mask opacity-5\"> </div></section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/06/41.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"80\" margin_bottom=\"80\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>TESTIMONIALS</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"-30\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WHAT OUR CLIENTS SAY</strong></p>\r\n[/fusion_title][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial1.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-06 16:23:47', '2017-07-06 16:23:47', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/16-revision-v1/', 0, 'revision', '', 0),
(1614, 1, '2017-07-06 16:21:03', '2017-07-06 16:21:03', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]<h4 style=\"text-align: center;\">JAMES WILHEW - DIRECTOR/ OWNER</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p><p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p><p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/06/41.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"80\" margin_bottom=\"80\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>TESTIMONIALS</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"-30\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WHAT OUR CLIENTS SAY</strong></p>\r\n[/fusion_title][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial1.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-06 16:21:03', '2017-07-06 16:21:03', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/16-revision-v1/', 0, 'revision', '', 0),
(1389, 1, '2017-07-03 15:09:41', '2017-07-03 15:09:41', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"968\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>JAMES WILHEW</strong></p>\r\n[/fusion_title][fusion_text]\r\n<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3>\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\nHe holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.\r\n\r\nAs a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/06/41.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]<p style=\"text-align: center;\"><strong>TESTIMONIALS</strong></p>[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]<p style=\"text-align: center;\"><strong>WHAT OUR CLIENTS SAY</strong></p>[/fusion_title][fusion_testimonials design=\"classic\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p> sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p> sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p> sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 15:09:41', '2017-07-03 15:09:41', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1390, 1, '2017-07-03 15:09:56', '2017-07-03 15:09:56', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"968\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>JAMES WILHEW</strong></p>\r\n[/fusion_title][fusion_text]\r\n<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3>\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\nHe holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.\r\n\r\nAs a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/06/41.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>TESTIMONIALS</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WHAT OUR CLIENTS SAY</strong></p>\r\n[/fusion_title][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 15:09:56', '2017-07-03 15:09:56', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0),
(1391, 1, '2017-07-03 15:10:24', '2017-07-03 15:10:24', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"968\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>JAMES WILHEW</strong></p>\r\n[/fusion_title][fusion_text]\r\n<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3>\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\nHe holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.\r\n\r\nAs a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/06/41.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>TESTIMONIALS</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WHAT OUR CLIENTS SAY</strong></p>\r\n[/fusion_title][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 15:10:24', '2017-07-03 15:10:24', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0),
(1392, 1, '2017-07-03 15:10:57', '2017-07-03 15:10:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"968\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>JAMES WILHEW</strong></p>\r\n[/fusion_title][fusion_text]\r\n<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3>\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\nHe holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.\r\n\r\nAs a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/06/41.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"80\" margin_bottom=\"80\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>TESTIMONIALS</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WHAT OUR CLIENTS SAY</strong></p>\r\n[/fusion_title][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 15:10:57', '2017-07-03 15:10:57', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0),
(1393, 1, '2017-07-03 15:12:12', '2017-07-03 15:12:12', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"968\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>JAMES WILHEW</strong></p>\r\n[/fusion_title][fusion_text]\r\n<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3>\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\nHe holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.\r\n\r\nAs a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/06/41.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"80\" margin_bottom=\"80\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>TESTIMONIALS</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"-10\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WHAT OUR CLIENTS SAY</strong></p>\r\n[/fusion_title][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 15:12:12', '2017-07-03 15:12:12', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1394, 1, '2017-07-03 15:12:38', '2017-07-03 15:12:38', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"968\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>JAMES WILHEW</strong></p>\r\n[/fusion_title][fusion_text]\r\n<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3>\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\nHe holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.\r\n\r\nAs a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/06/41.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"80\" margin_bottom=\"80\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>TESTIMONIALS</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"-30\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WHAT OUR CLIENTS SAY</strong></p>\r\n[/fusion_title][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 15:12:38', '2017-07-03 15:12:38', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0),
(1395, 1, '2017-07-03 15:13:21', '2017-07-03 15:13:21', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"968\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>JAMES WILHEW</strong></p>\r\n[/fusion_title][fusion_text]\r\n<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3>\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\nHe holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.\r\n\r\nAs a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/06/41.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"80\" margin_bottom=\"80\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>TESTIMONIALS</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"-30\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WHAT OUR CLIENTS SAY</strong></p>\r\n[/fusion_title][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial1.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 15:13:21', '2017-07-03 15:13:21', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0),
(1397, 1, '2017-07-03 15:19:00', '2017-07-03 15:19:00', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: left;\">Web Design</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_faq filters=\"no\" featured_image=\"\" cats_slug=\"\" exclude_cats=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'FAQ\'S', '', 'inherit', 'closed', 'closed', '', '1276-revision-v1', '', '', '2017-07-03 15:19:00', '2017-07-03 15:19:00', '', 1276, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1276-revision-v1/', 0, 'revision', '', 0),
(1398, 1, '2017-07-03 15:19:52', '2017-07-03 15:19:52', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">HAVE ANY QUESTIONS?</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px; text-align: center;\">DOLORE MAGNA ALIQUA. UT ENIM AD MINIM VENIAM, QUIS NOSTRUD EXERCITATION ULLAMCO LABORIS NISI UT ALIQUIP.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_faq filters=\"no\" featured_image=\"\" cats_slug=\"\" exclude_cats=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'FAQ\'S', '', 'inherit', 'closed', 'closed', '', '1276-revision-v1', '', '', '2017-07-03 15:19:52', '2017-07-03 15:19:52', '', 1276, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1276-revision-v1/', 0, 'revision', '', 0),
(1399, 1, '2017-07-03 15:20:21', '2017-07-03 15:20:21', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">HAVE ANY QUESTIONS?</h2>\r\n[/fusion_text][fusion_text]<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px; text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing 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.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_faq filters=\"no\" featured_image=\"\" cats_slug=\"\" exclude_cats=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'FAQ\'S', '', 'inherit', 'closed', 'closed', '', '1276-revision-v1', '', '', '2017-07-03 15:20:21', '2017-07-03 15:20:21', '', 1276, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1276-revision-v1/', 0, 'revision', '', 0),
(1402, 1, '2017-07-03 15:23:58', '2017-07-03 15:23:58', 'Yes, here is the link to the CAA list of approved companies with Permissions for Commercial Operations  (CAP1361), which is updated regularly\r\nSee CAA list here...<a href=\"https://www.caa.co.uk/Consumers/Unmanned-aircraft/General-guidance/Drone-operators-with-a-valid-CAA-permission-for-commercial-work/\">https://www.caa.co.uk/Consumers/Unmanned-aircraft/General-guidance/Drone-operators-with-a-valid-CAA-permission-for-commercial-work/</a>', 'Is there a list of CAA approved companies so I can check that who I am hiring is operating legitimately?', '', 'publish', 'closed', 'closed', '', 'is-there-a-list-of-caa-approved-companies-so-i-can-check-that-who-i-am-hiring-is-operating-legitimately', '', '', '2018-10-18 17:21:32', '2018-10-18 17:21:32', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_faq&#038;p=1402', 0, 'avada_faq', '', 0),
(1403, 1, '2017-07-03 15:23:58', '2017-07-03 15:23:58', 'Yes, here is the link to the CAA list of approved commercial operators (CAP1361), which is generally updated every 2-4 weeks\r\n<a href=\"http://publicapps.caa.co.uk/docs/33/08022016%20RptUAVcurrentDates.pdf\" target=\"_blank\" rel=\"noopener\">See CAA list here...</a>', 'Is there a list of CAA approved companies so I can check that who I am hiring is operating legitimately?', '', 'inherit', 'closed', 'closed', '', '1402-revision-v1', '', '', '2017-07-03 15:23:58', '2017-07-03 15:23:58', '', 1402, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1402-revision-v1/', 0, 'revision', '', 0),
(1404, 1, '2017-07-03 15:24:27', '2017-07-03 15:24:27', 'Yes, Air-Frames currently holds £5m PL as standard, £10m is available on request.\r\n\r\nWe don\'t currently hold PI insurance but can activate PI insurance when required, and within 24 hours. We save money by only using it when we are required.', 'Does Air-Frames have Public Liability (PL) and Public Indemnity (PI) Insurance?', '', 'publish', 'closed', 'closed', '', 'does-air-frames-have-public-liability-pl-insurance', '', '', '2018-10-18 17:19:44', '2018-10-18 17:19:44', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_faq&#038;p=1404', 0, 'avada_faq', '', 0),
(1405, 1, '2017-07-03 15:24:27', '2017-07-03 15:24:27', 'Yes, Air-Frames currently holds £5m PL as standard, £10m is available on request.', 'Does Air-Frames have Public Liability (PL) insurance?', '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2017-07-03 15:24:27', '2017-07-03 15:24:27', '', 1404, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1404-revision-v1/', 0, 'revision', '', 0),
(1406, 1, '2017-07-03 15:24:47', '2017-07-03 15:24:47', 'Rain and other types of precipitation prevent normal flying operations, as do winds consistently above 20mph. We will always make recommendations and advise clients on the weather before any project.', 'What type of weather restricts flying?', '', 'publish', 'closed', 'closed', '', 'what-type-of-weather-restricts-flying', '', '', '2018-10-18 17:17:32', '2018-10-18 17:17:32', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_faq&#038;p=1406', 0, 'avada_faq', '', 0),
(2578, 1, '2018-10-18 17:17:32', '2018-10-18 17:17:32', 'Rain and other types of precipitation prevent normal flying operations, as do winds consistently above 20mph. We will always make recommendations and advise clients on the weather before any project.', 'What type of weather restricts flying?', '', 'inherit', 'closed', 'closed', '', '1406-revision-v1', '', '', '2018-10-18 17:17:32', '2018-10-18 17:17:32', '', 1406, 'http://halifaxwebdesign.co.uk/airframes/2018/10/18/1406-revision-v1/', 0, 'revision', '', 0),
(1407, 1, '2017-07-03 15:24:47', '2017-07-03 15:24:47', 'Rain and other types of precipitation prevent normal flying operations, as do winds consistently above 25mph. We have aircraft that can fly in rain but normally the camera or gimbal holding the camera isn’t waterproof/weatherproof. This is not always an exact science and depends on the client requirements, so please call to discuss if you have any questions.', 'What type of weather restricts flying?', '', 'inherit', 'closed', 'closed', '', '1406-revision-v1', '', '', '2017-07-03 15:24:47', '2017-07-03 15:24:47', '', 1406, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1406-revision-v1/', 0, 'revision', '', 0),
(1408, 1, '2017-07-03 15:25:17', '2017-07-03 15:25:17', 'Nobody operating drones in the UK is allowed to fly over, above or within 50m of any person, vehicle, vessel or structure; unless the people involved are briefed and under control, and the property owners have given their permission for use of their land or for overflights. This applies to 0-7kg drones. If the drone is 7-20kg then the limit increases to 150m distance. We can provide services and drone flying as close as 10-30m with a 7-20kg drone via some of our partners in <a href=\"http://droneaerialops.com/\" target=\"_blank\" rel=\"noopener\">droneaerialops.com</a> who hold specific dispensations from the CAA to fly closer with larger drones.', 'Where can and can’t you fly?', '', 'publish', 'closed', 'closed', '', 'where-can-and-cant-you-fly', '', '', '2017-07-03 15:25:17', '2017-07-03 15:25:17', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_faq&#038;p=1408', 0, 'avada_faq', '', 0),
(1409, 1, '2017-07-03 15:25:17', '2017-07-03 15:25:17', 'Nobody operating drones in the UK is allowed to fly over, above or within 50m of any person, vehicle, vessel or structure; unless the people involved are briefed and under control, and the property owners have given their permission for use of their land or for overflights. This applies to 0-7kg drones. If the drone is 7-20kg then the limit increases to 150m distance. We can provide services and drone flying as close as 10-30m with a 7-20kg drone via some of our partners in <a href=\"http://droneaerialops.com/\" target=\"_blank\" rel=\"noopener\">droneaerialops.com</a> who hold specific dispensations from the CAA to fly closer with larger drones.', 'Where can and can’t you fly?', '', 'inherit', 'closed', 'closed', '', '1408-revision-v1', '', '', '2017-07-03 15:25:17', '2017-07-03 15:25:17', '', 1408, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1408-revision-v1/', 0, 'revision', '', 0),
(1410, 1, '2017-07-03 15:25:55', '2017-07-03 15:25:55', 'Yes, we operate worldwide and our insurance covers us for global work. However, for certain countries there are restrictions that can hamper and prevent flying drones so please call to discuss your requirement in the first instance. There is sometimes additional paperwork and applications that need to be made, we can do all this for you but would need time to do this and to liaise with the host nations Aviation Authority.  If we are unable to fly due to restrictions in other countries we are members of several pilot networks and can likely put you in touch with reputable companies overseas.', 'Does Air-Frames operate outside the UK?', '', 'publish', 'closed', 'closed', '', 'does-air-frames-operate-outside-the-uk', '', '', '2018-10-18 17:15:06', '2018-10-18 17:15:06', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_faq&#038;p=1410', 0, 'avada_faq', '', 0),
(1411, 1, '2017-07-03 15:25:55', '2017-07-03 15:25:55', 'Yes, we operate worldwide and our insurance covers us for global work. However, for certain countries there are restrictions that can hamper and prevent flying drones so please call to discuss your requirement in the first instance. There is sometimes additional paperwork and applications that need to be made, we can do all this for you but would need time to do this and to liaise with the host nations Aviation Authority.', 'Does Air-Frames operate outside the UK?', '', 'inherit', 'closed', 'closed', '', '1410-revision-v1', '', '', '2017-07-03 15:25:55', '2017-07-03 15:25:55', '', 1410, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1410-revision-v1/', 0, 'revision', '', 0),
(1414, 1, '2017-07-03 15:26:43', '2017-07-03 15:26:43', 'Yes, Air-Frames can fly at night. A recce needs to be conducted during daylight hours but night flying is no problem. Normal daylight flying hours are 30 minutes before dawn and 30 minutes after dusk. Either side of these timings is classed as night flying.', 'Can you fly at night?', '', 'publish', 'closed', 'closed', '', 'can-you-fly-at-night', '', '', '2018-10-18 17:13:35', '2018-10-18 17:13:35', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_faq&#038;p=1414', 0, 'avada_faq', '', 0),
(1415, 1, '2017-07-03 15:26:43', '2017-07-03 15:26:43', 'Yes, Air-Frames has a night qualified pilot. Normal flying hours are 30 minutes before dawn and 30 minutes after dusk. Either side of these timings is classed as night flying.', 'Can you fly at night?', '', 'inherit', 'closed', 'closed', '', '1414-revision-v1', '', '', '2017-07-03 15:26:43', '2017-07-03 15:26:43', '', 1414, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1414-revision-v1/', 0, 'revision', '', 0),
(1416, 1, '2017-07-03 15:27:09', '2017-07-03 15:27:09', 'Yes, Air-Frames is insured to fly at nuclear power plants, oil refineries or anywhere the client needs, assuming that permissions can be obtained from the site owners.', 'Can you fly in high risk enviroments?', '', 'publish', 'closed', 'closed', '', 'can-you-fly-in-high-risk-enviroments', '', '', '2017-07-03 15:27:09', '2017-07-03 15:27:09', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_faq&#038;p=1416', 0, 'avada_faq', '', 0),
(1417, 1, '2017-07-03 15:27:09', '2017-07-03 15:27:09', 'Yes, Air-Frames is insured to fly at nuclear power plants, oil refineries or anywhere the client needs, assuming that permissions can be obtained from the site owners.', 'Can you fly in high risk enviroments?', '', 'inherit', 'closed', 'closed', '', '1416-revision-v1', '', '', '2017-07-03 15:27:09', '2017-07-03 15:27:09', '', 1416, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1416-revision-v1/', 0, 'revision', '', 0),
(1420, 1, '2017-07-03 15:28:13', '2017-07-03 15:28:13', 'Unmanned Aerial Vehicles (UAV), Remotely Piloted Aircraft System (RPAS), Small Unmanned Aircraft (SUA), Small Unmanned Surveillance Aircraft (SUSA), Multirotors, Quadcopters, Hexacopters and Octocopters.', 'What other names are there for Drones?', '', 'publish', 'closed', 'closed', '', 'what-other-names-are-there-for-drones', '', '', '2018-10-18 17:11:31', '2018-10-18 17:11:31', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_faq&#038;p=1420', 0, 'avada_faq', '', 0),
(1421, 1, '2017-07-03 15:28:13', '2017-07-03 15:28:13', 'Unmanned Aerial Vehicles (UAV), Remotely Piloted Aircraft (RPA), Small Unmanned Aircraft (SUA), Small Unmanned Surveillance Aircraft (SUSA), Multirotors, Quadcopters, Hexacopters and Octocopters.', 'What other names are there for Drones?', '', 'inherit', 'closed', 'closed', '', '1420-revision-v1', '', '', '2017-07-03 15:28:13', '2017-07-03 15:28:13', '', 1420, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1420-revision-v1/', 0, 'revision', '', 0),
(1422, 1, '2017-07-03 15:29:35', '2017-07-03 15:29:35', 'The client retains the right to use the imagery and data for their own commercial use, but Air-Frames retain the copyright over the footage (mainly for our own promotion and commercial use). The client can retain full copyright if required, for an additional fee.', 'Who owns the footage and data collected?', '', 'publish', 'closed', 'closed', '', 'who-owns-the-footage-and-data-collected', '', '', '2018-10-18 17:11:01', '2018-10-18 17:11:01', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_faq&#038;p=1422', 0, 'avada_faq', '', 0),
(1423, 1, '2017-07-03 15:29:35', '2017-07-03 15:29:35', 'Ordinarily the client retains the right to use the imagery and data for their own commercial use, but Air-Frames retain the copyright over the footage for their own promotion and commercial use. The client can retain full copyright for an additional fee.', 'Who owns the footage and data collected?', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2017-07-03 15:29:35', '2017-07-03 15:29:35', '', 1422, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1422-revision-v1/', 0, 'revision', '', 0),
(1424, 1, '2017-07-03 15:30:10', '2017-07-03 15:30:10', 'The normal setup is a single vehicle with a two-person crew consisting of a pilot and camera operator, a minimum of 2 drones, cameras, lenses, batteries and consumables required for the task. We sometimes operate as a single crew for smaller jobs, but also operate as a crew of three where additional support and safety is needed.', 'What do we get if we hire you?', '', 'publish', 'closed', 'closed', '', 'what-do-we-get-if-we-hire-you', '', '', '2018-10-18 17:10:12', '2018-10-18 17:10:12', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_faq&#038;p=1424', 0, 'avada_faq', '', 0),
(1425, 1, '2017-07-03 15:30:10', '2017-07-03 15:30:10', 'The normal deployment is a single vehicles with two-person crew consisting of a pilot and camera operator, all aircraft, cameras, batteries and consumables required for the task. We can carry a variety of cameras as some clients prefer specific setups, please see our Equipment page for details or get in touch to discuss.', 'What do we get if we hire you?', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2017-07-03 15:30:10', '2017-07-03 15:30:10', '', 1424, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1424-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1625, 1, '2017-07-06 16:32:21', '2017-07-06 16:32:21', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">HAVE ANY QUESTIONS?</h3>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing 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.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"30px 30px 30px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_faq filters=\"\" featured_image=\"\" cats_slug=\"\" exclude_cats=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'FAQ\'S', '', 'inherit', 'closed', 'closed', '', '1276-revision-v1', '', '', '2017-07-06 16:32:21', '2017-07-06 16:32:21', '', 1276, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1276-revision-v1/', 0, 'revision', '', 0),
(1426, 1, '2017-07-03 15:32:28', '2017-07-03 15:32:28', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">HAVE ANY QUESTIONS?</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px; text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing 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.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_faq filters=\"\" featured_image=\"\" cats_slug=\"\" exclude_cats=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'FAQ\'S', '', 'inherit', 'closed', 'closed', '', '1276-revision-v1', '', '', '2017-07-03 15:32:28', '2017-07-03 15:32:28', '', 1276, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1276-revision-v1/', 0, 'revision', '', 0),
(1427, 1, '2017-07-03 15:34:00', '2017-07-03 15:34:00', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">HAVE ANY QUESTIONS?</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px; text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing 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.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"30px 30px 30px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_faq filters=\"\" featured_image=\"\" cats_slug=\"\" exclude_cats=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'FAQ\'S', '', 'inherit', 'closed', 'closed', '', '1276-revision-v1', '', '', '2017-07-03 15:34:00', '2017-07-03 15:34:00', '', 1276, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1276-revision-v1/', 0, 'revision', '', 0),
(1428, 1, '2017-07-03 15:34:34', '2017-07-03 15:34:34', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">HAVE ANY QUESTIONS?</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px; text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing 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.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"30px 30px 30px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_faq filters=\"\" featured_image=\"\" cats_slug=\"\" exclude_cats=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'FAQ\'S', '', 'inherit', 'closed', 'closed', '', '1276-revision-v1', '', '', '2017-07-03 15:34:34', '2017-07-03 15:34:34', '', 1276, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1276-revision-v1/', 0, 'revision', '', 0),
(1429, 1, '2017-07-03 15:34:49', '2017-07-03 15:34:49', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"30px 30px 30px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_faq filters=\"\" featured_image=\"\" cats_slug=\"\" exclude_cats=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">HAVE ANY QUESTIONS?</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px; text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing 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.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'FAQ\'S', '', 'inherit', 'closed', 'closed', '', '1276-revision-v1', '', '', '2017-07-03 15:34:49', '2017-07-03 15:34:49', '', 1276, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1276-revision-v1/', 0, 'revision', '', 0),
(1430, 1, '2017-07-03 15:35:25', '2017-07-03 15:35:25', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">HAVE ANY QUESTIONS?</h2>\r\n[/fusion_text][fusion_text]\r\n<p style=\"font-weight: 300; letter-spacing: 2px; font-size: 16px; text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing 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.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"30px 30px 30px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_faq filters=\"\" featured_image=\"\" cats_slug=\"\" exclude_cats=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'FAQ\'S', '', 'inherit', 'closed', 'closed', '', '1276-revision-v1', '', '', '2017-07-03 15:35:25', '2017-07-03 15:35:25', '', 1276, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1276-revision-v1/', 0, 'revision', '', 0),
(1434, 1, '2017-07-03 15:43:17', '2017-07-03 15:43:17', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: left;\">Web Design</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: left;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-03 15:43:17', '2017-07-03 15:43:17', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1278-revision-v1/', 0, 'revision', '', 0),
(1435, 1, '2017-07-03 15:43:40', '2017-07-03 15:43:40', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">Web Design</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-03 15:43:40', '2017-07-03 15:43:40', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1278-revision-v1/', 0, 'revision', '', 0),
(1437, 1, '2017-07-03 15:46:01', '2017-07-03 15:46:01', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">Web Design</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">Web Design</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-03 15:46:01', '2017-07-03 15:46:01', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1278-revision-v1/', 0, 'revision', '', 0),
(1436, 1, '2017-07-03 15:45:21', '2017-07-03 15:45:21', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">Web Design</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">Web Design</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-03 15:45:21', '2017-07-03 15:45:21', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1438, 1, '2017-07-03 15:47:42', '2017-07-03 15:47:42', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-03 15:47:42', '2017-07-03 15:47:42', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1278-revision-v1/', 0, 'revision', '', 0),
(1439, 1, '2017-07-03 15:48:38', '2017-07-03 15:48:38', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-03 15:48:38', '2017-07-03 15:48:38', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1278-revision-v1/', 0, 'revision', '', 0),
(1440, 1, '2017-07-03 15:49:53', '2017-07-03 15:49:53', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-03 15:49:53', '2017-07-03 15:49:53', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1441, 1, '2017-07-03 15:51:16', '2017-07-03 15:51:16', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Button\"][fusion_builder_row][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-03 15:51:16', '2017-07-03 15:51:16', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1278-revision-v1/', 0, 'revision', '', 0),
(1442, 1, '2017-07-03 15:51:40', '2017-07-03 15:51:40', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-03 15:51:40', '2017-07-03 15:51:40', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1443, 1, '2017-07-03 15:52:15', '2017-07-03 15:52:15', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-03 15:52:15', '2017-07-03 15:52:15', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1278-revision-v1/', 0, 'revision', '', 0),
(1444, 1, '2018-11-10 18:20:14', '2018-11-10 18:20:14', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Filming Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Equipment\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"insurance\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-autosave-v1', '', '', '2018-11-10 18:20:14', '2018-11-10 18:20:14', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1278-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2687, 1, '2018-11-10 09:01:17', '2018-11-10 09:01:17', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Filming Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Photography\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-11-10 09:01:17', '2018-11-10 09:01:17', '', 1278, 'https://www.air-frames.co.uk/1278-revision-v1/', 0, 'revision', '', 0),
(1445, 1, '2017-07-03 15:53:23', '2017-07-03 15:53:23', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-03 15:53:23', '2017-07-03 15:53:23', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1446, 1, '2017-07-03 15:54:18', '2017-07-03 15:54:18', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-03 15:54:18', '2017-07-03 15:54:18', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1278-revision-v1/', 0, 'revision', '', 0),
(1447, 1, '2017-07-03 15:57:31', '2017-07-03 15:57:31', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services Sections', '', 'publish', 'closed', 'closed', '', 'services-sections', '', '', '2017-07-03 15:57:31', '2017-07-03 15:57:31', '', 0, 'http://halifaxwebdesign.co.uk/airframes/fusion_template/services-sections/', 0, 'fusion_template', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1449, 1, '2017-07-03 15:59:03', '2017-07-03 15:59:03', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2017-07-03 15:59:03', '2017-07-03 15:59:03', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1282-revision-v1/', 0, 'revision', '', 0),
(1451, 1, '2017-07-03 16:00:05', '2017-07-03 16:00:05', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Mapping & Modelling', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2017-07-03 16:00:05', '2017-07-03 16:00:05', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1286-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2543, 1, '2018-10-15 19:59:33', '2018-10-15 19:59:33', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-10-15 19:59:33', '2018-10-15 19:59:33', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2177, 1, '2018-02-06 17:05:30', '2018-02-06 17:05:30', '', 'main_logo_highres', '', 'inherit', 'open', 'closed', '', 'main_logo_highres', '', '', '2018-02-06 17:05:30', '2018-02-06 17:05:30', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/02/main_logo_highres.png', 0, 'attachment', 'image/png', 0),
(1455, 1, '2017-07-03 20:47:57', '2017-07-03 20:47:57', '', 'page_header', '', 'inherit', 'open', 'closed', '', 'page_header', '', '', '2017-07-03 20:47:57', '2017-07-03 20:47:57', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/page_header.jpg', 0, 'attachment', 'image/jpeg', 0),
(1464, 1, '2017-07-03 20:48:19', '2017-07-03 20:48:19', '', 'home_contact_bg', '', 'inherit', 'open', 'closed', '', 'home_contact_bg', '', '', '2017-07-03 20:48:19', '2017-07-03 20:48:19', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(1465, 1, '2017-07-03 20:48:21', '2017-07-03 20:48:21', '', 'home_icon_clients', '', 'inherit', 'open', 'closed', '', 'home_icon_clients', '', '', '2017-07-03 20:48:21', '2017-07-03 20:48:21', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png', 0, 'attachment', 'image/png', 0),
(1466, 1, '2017-07-03 20:48:22', '2017-07-03 20:48:22', '', 'home_icon_price', '', 'inherit', 'open', 'closed', '', 'home_icon_price', '', '', '2017-07-03 20:48:22', '2017-07-03 20:48:22', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png', 0, 'attachment', 'image/png', 0),
(1467, 1, '2017-07-03 20:48:23', '2017-07-03 20:48:23', '', 'home_icon_quote', '', 'inherit', 'open', 'closed', '', 'home_icon_quote', '', '', '2017-07-03 20:48:23', '2017-07-03 20:48:23', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png', 0, 'attachment', 'image/png', 0),
(1470, 1, '2017-07-03 20:48:27', '2017-07-03 20:48:27', '', 'home_left', '', 'inherit', 'open', 'closed', '', 'home_left', '', '', '2017-07-03 20:48:27', '2017-07-03 20:48:27', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png', 0, 'attachment', 'image/png', 0),
(1476, 1, '2017-07-03 20:48:37', '2017-07-03 20:48:37', '', 'home_right', '', 'inherit', 'open', 'closed', '', 'home_right', '', '', '2017-07-03 20:48:37', '2017-07-03 20:48:37', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png', 0, 'attachment', 'image/png', 0),
(1477, 1, '2017-07-03 20:48:39', '2017-07-03 20:48:39', '', 'home_services_temp', '', 'inherit', 'open', 'closed', '', 'home_services_temp', '', '', '2017-07-03 20:48:39', '2017-07-03 20:48:39', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp.jpg', 0, 'attachment', 'image/jpeg', 0),
(1478, 1, '2017-07-03 20:48:47', '2017-07-03 20:48:47', '', 'home_slider_1', '', 'inherit', 'open', 'closed', '', 'home_slider_1', '', '', '2017-07-03 20:48:47', '2017-07-03 20:48:47', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_slider_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1480, 1, '2017-07-03 20:49:08', '2017-07-03 20:49:08', '', 'about_testimonials_bg', '', 'inherit', 'open', 'closed', '', 'about_testimonials_bg', '', '', '2017-07-03 20:49:08', '2017-07-03 20:49:08', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(1481, 1, '2017-07-03 20:49:19', '2017-07-03 20:49:19', '', 'contact_logo', '', 'inherit', 'open', 'closed', '', 'contact_logo', '', '', '2017-07-03 20:49:19', '2017-07-03 20:49:19', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(1482, 1, '2017-07-03 20:49:34', '2017-07-03 20:49:34', '', 'equipment_buy_bg', '', 'inherit', 'open', 'closed', '', 'equipment_buy_bg', '', '', '2017-07-03 20:49:34', '2017-07-03 20:49:34', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(1483, 1, '2017-07-03 20:49:36', '2017-07-03 20:49:36', '', 'equipment_ground_gimbal', '', 'inherit', 'open', 'closed', '', 'equipment_ground_gimbal', '', '', '2017-07-03 20:49:36', '2017-07-03 20:49:36', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_ground_gimbal.jpg', 0, 'attachment', 'image/jpeg', 0),
(1484, 1, '2017-07-03 20:49:38', '2017-07-03 20:49:38', '', 'equipment_inspire_x5r', '', 'inherit', 'open', 'closed', '', 'equipment_inspire_x5r', '', '', '2017-07-03 20:49:38', '2017-07-03 20:49:38', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg', 0, 'attachment', 'image/jpeg', 0),
(1485, 1, '2017-07-03 20:49:39', '2017-07-03 20:49:39', '', 'equipment_osmo_gimbol', '', 'inherit', 'open', 'closed', '', 'equipment_osmo_gimbol', '', '', '2017-07-03 20:49:39', '2017-07-03 20:49:39', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg', 0, 'attachment', 'image/jpeg', 0),
(1486, 1, '2017-07-03 20:49:41', '2017-07-03 20:49:41', '', 'equipment_phantom3', '', 'inherit', 'open', 'closed', '', 'equipment_phantom3', '', '', '2017-07-03 20:49:41', '2017-07-03 20:49:41', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1756, 1, '2017-07-07 11:23:02', '2017-07-07 11:23:02', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPIRE X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur tempus mi, eu auctor leo pulvinar eu. Maecenas id sodales eros. Nulla commodo lectus nibh, ac elementum elit gravida vel. Nunc sit amet diam magna.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI X5 Pro is our workhorse and is rapidly replacing the S1000/900 for film work as the X5 Pro is a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s. Unlike the larger drones the Inspire is able to stay airborne longer, each battery can give between 15-23 minutes flying time. We carry 7 LiPo batteries as standard and have mobile charging in our vehicle and via a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]&lt;div&gt;&lt;div id=\"540999436750593539\" align=\"center\" style=\"width: 100%; overflow-y: hidden;\" class=\"wcustomhtml\"&gt;&lt;script&gt;\r\ndocument.write(unescape(\'%3Cscript src=\"http://u.dji.com/en/ads/24\"%3E%3C/script%3E\'));\r\n&lt;/script&gt;&lt;/div&gt;\r\n[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-07 11:23:02', '2017-07-07 11:23:02', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1274-revision-v1/', 0, 'revision', '', 0),
(1753, 1, '2017-07-07 11:13:33', '2017-07-07 11:13:33', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPIRE X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur tempus mi, eu auctor leo pulvinar eu. Maecenas id sodales eros. Nulla commodo lectus nibh, ac elementum elit gravida vel. Nunc sit amet diam magna.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI X5 Pro is our workhorse and is rapidly replacing the S1000/900 for film work as the X5 Pro is a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s. Unlike the larger drones the Inspire is able to stay airborne longer, each battery can give between 15-23 minutes flying time. We carry 7 LiPo batteries as standard and have mobile charging in our vehicle and via a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]&lt;div&gt;&lt;div id=\"540999436750593539\" align=\"center\" style=\"width: 100%; overflow-y: hidden;\" class=\"wcustomhtml\"&gt;&lt;script&gt;\r\ndocument.write(unescape(\'%3Cscript src=\"http://u.dji.com/en/ads/24\"%3E%3C/script%3E\'));\r\n&lt;/script&gt;&lt;/div&gt;\r\n[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-07 11:13:33', '2017-07-07 11:13:33', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1274-revision-v1/', 0, 'revision', '', 0),
(1488, 1, '2017-07-03 20:50:08', '2017-07-03 20:50:08', '', 'footer_arpas-uk', '', 'inherit', 'open', 'closed', '', 'footer_arpas-uk', '', '', '2017-07-03 20:50:08', '2017-07-03 20:50:08', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/footer_arpas-uk.png', 0, 'attachment', 'image/png', 0),
(1489, 1, '2017-07-03 20:50:09', '2017-07-03 20:50:09', '', 'footer_suas-global-member', '', 'inherit', 'open', 'closed', '', 'footer_suas-global-member', '', '', '2017-07-03 20:50:09', '2017-07-03 20:50:09', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/footer_suas-global-member.png', 0, 'attachment', 'image/png', 0),
(1490, 1, '2017-07-03 20:50:19', '2017-07-03 20:50:19', '', 'portfolio_example_1', '', 'inherit', 'open', 'closed', '', 'portfolio_example_1', '', '', '2017-07-03 20:50:19', '2017-07-03 20:50:19', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1491, 1, '2017-07-03 20:50:20', '2017-07-03 20:50:20', '', 'portfolio_example_2', '', 'inherit', 'open', 'closed', '', 'portfolio_example_2', '', '', '2017-07-03 20:50:20', '2017-07-03 20:50:20', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1492, 1, '2017-07-03 20:50:27', '2017-07-03 20:50:27', '', 'service_mainpage_temp', '', 'inherit', 'open', 'closed', '', 'service_mainpage_temp', '', '', '2017-07-03 20:50:27', '2017-07-03 20:50:27', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1493, 1, '2024-02-27 13:49:29', '2024-02-27 13:49:29', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"1853|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\n[/fusion_text][fusion_text]\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1467|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\n<p style=\"text-align: center;\">We hold CAA Operational Authorisations for drones up to 20kg (old CAA No. 501).</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1657|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\n[/fusion_text][fusion_text]\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"1466|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\n[/fusion_text][fusion_text]\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_top=\"1px\" border_right=\"1px\" border_bottom=\"1px\" border_left=\"1px\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\n<h5 style=\"text-align: center;\">OUR</h5>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1672|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"2764|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/netflixw.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\n<h5 style=\"text-align: center;\">OUR</h5>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"2740|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/bbc-png.png[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_text]\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<p style=\"text-align: center;\">We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved supplier and can shoot in ProRes and CinemaDNG.</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\n\n[instagram-feed]\n\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_text]\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\n<h4 style=\"text-align: center;\"></h4>\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-autosave-v1', '', '', '2024-02-27 13:49:29', '2024-02-27 13:49:29', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2252, 1, '2018-08-20 19:05:52', '2018-08-20 19:05:52', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"50\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey and Mapping</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2168\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/ground_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/temp_image.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Social Media Clips</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-08-20 19:05:52', '2018-08-20 19:05:52', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/12-revision-v1/', 0, 'revision', '', 0),
(2169, 1, '2018-01-31 14:54:16', '2018-01-31 14:54:16', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2168\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/ground_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/temp_image.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2168\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/360_degree_panoramas/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/temp_image.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2168\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/temp_image.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Mapping &amp; Modelling</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Thermal &amp; IR Survey</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-01-31 14:54:16', '2018-01-31 14:54:16', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2018/01/31/12-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1494, 1, '2017-07-03 21:13:17', '2017-07-03 21:13:17', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"159\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/logo_blue.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 21:13:17', '2017-07-03 21:13:17', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1495, 1, '2017-07-03 21:15:40', '2017-07-03 21:15:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-03 21:15:40', '2017-07-03 21:15:40', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1639, 1, '2017-07-06 20:37:09', '2017-07-06 20:37:09', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Air-Frames (UK) Limited\r\n(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Please get in contact for any more information that you may need, or to hire out our services.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"119\" title=\"Contact form\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '1630-revision-v1', '', '', '2017-07-06 20:37:09', '2017-07-06 20:37:09', '', 1630, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1630-revision-v1/', 0, 'revision', '', 0),
(1613, 1, '2017-07-06 16:19:59', '2017-07-06 16:19:59', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]<h4 style=\"text-align: center;\">JAMES WILHEW</h4>[/fusion_text][fusion_text]<h5 style=\"text-align: center;\">DIRECTOR/ OWNER</h5>[/fusion_text][fusion_text]<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p><p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p><p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/06/41.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"80\" margin_bottom=\"80\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>TESTIMONIALS</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"-30\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WHAT OUR CLIENTS SAY</strong></p>\r\n[/fusion_title][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial1.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-06 16:19:59', '2017-07-06 16:19:59', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/16-revision-v1/', 0, 'revision', '', 0),
(1497, 1, '2017-07-03 21:19:00', '2017-07-03 21:19:00', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james-300x200.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>JAMES WILHEW</strong></p>\r\n[/fusion_title][fusion_text]\r\n<h3 style=\"text-align: center;\">DIRECTOR/OWNER</h3>\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\nHe holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.\r\n\r\nAs a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>PILOTS/CAMERA OPERATORS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/06/41.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"80\" margin_bottom=\"80\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>TESTIMONIALS</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"-30\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WHAT OUR CLIENTS SAY</strong></p>\r\n[/fusion_title][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial1.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-03 21:19:00', '2017-07-03 21:19:00', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/16-revision-v1/', 0, 'revision', '', 0),
(1761, 1, '2017-07-07 13:22:12', '2017-07-07 13:22:12', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPIRE X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur tempus mi, eu auctor leo pulvinar eu. Maecenas id sodales eros. Nulla commodo lectus nibh, ac elementum elit gravida vel. Nunc sit amet diam magna.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI X5 Pro is our workhorse and is rapidly replacing the S1000/900 for film work as the X5 Pro is a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s. Unlike the larger drones the Inspire is able to stay airborne longer, each battery can give between 15-23 minutes flying time. We carry 7 LiPo batteries as standard and have mobile charging in our vehicle and via a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n\r\n<strong>Latest DJI Discounts and Deals</strong>\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-07 13:22:12', '2017-07-07 13:22:12', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1759, 1, '2017-07-07 13:19:17', '2017-07-07 13:19:17', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPIRE X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur tempus mi, eu auctor leo pulvinar eu. Maecenas id sodales eros. Nulla commodo lectus nibh, ac elementum elit gravida vel. Nunc sit amet diam magna.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI X5 Pro is our workhorse and is rapidly replacing the S1000/900 for film work as the X5 Pro is a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s. Unlike the larger drones the Inspire is able to stay airborne longer, each battery can give between 15-23 minutes flying time. We carry 7 LiPo batteries as standard and have mobile charging in our vehicle and via a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]<p><strong>Latest DJI Discounts and Deals</strong></p>[/fusion_text][fusion_code]Jmx0O2RpdiZndDsKJmx0O2RpdiBpZD0mcXVvdDs1NDA5OTk0MzY3NTA1OTM1MzkmcXVvdDsgYWxpZ249JnF1b3Q7Y2VudGVyJnF1b3Q7IHN0eWxlPSZxdW90O3dpZHRoOiAxMDAlOyBvdmVyZmxvdy15OiBoaWRkZW47JnF1b3Q7IGNsYXNzPSZxdW90O3djdXN0b21odG1sJnF1b3Q7Jmd0OwombHQ7c2NyaXB0Jmd0Owpkb2N1bWVudC53cml0ZSh1bmVzY2FwZSgmI3gyNzslM0NzY3JpcHQgc3JjPSZxdW90O2h0dHA6Ly91LmRqaS5jb20vZW4vYWRzLzI0JnF1b3Q7JTNFJTNDL3NjcmlwdCUzRSYjeDI3OykpOwombHQ7L3NjcmlwdCZndDsKJmx0Oy9kaXYmZ3Q7Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-07 13:19:17', '2017-07-07 13:19:17', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1274-revision-v1/', 0, 'revision', '', 0),
(1612, 1, '2017-07-06 16:09:22', '2017-07-06 16:09:22', '[fusion_builder_container admin_label=\"DJI S1000\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1487\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_s1000.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">DJI S1000</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">DJI INSPIRE X5R</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI RONIN GROUND GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">DJI RONIN GROUND GIMBOL</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1483\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_ground_gimbal.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]&lt;div&gt;&lt;div id=&quot;540999436750593539&quot; align=&quot;center&quot; style=&quot;width: 100%; overflow-y: hidden;&quot; class=&quot;wcustomhtml&quot;&gt;&lt;script&gt;\r\n			document.write(unescape(&#x27;%3Cscript src=&quot;http://u.dji.com/en/ads/24&quot;%3E%3C/script%3E&#x27;));\r\n			&lt;/script&gt;&lt;/div&gt;\r\n[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-06 16:09:22', '2017-07-06 16:09:22', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1498, 1, '2017-07-03 21:21:32', '2017-07-03 21:21:32', '[fusion_builder_container admin_label=\"DJI S1000\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1487\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_s1000-300x179.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI S1000</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI INSPIRE X5R</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r-300x179.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3-300x179.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI PHANTOM 3</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI RONIN GROUND GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI RONIN GROUND GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1483\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_ground_gimbal-300x179.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol-300x179.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI OSMO GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]&lt;div&gt;&lt;div id=&quot;540999436750593539&quot; align=&quot;center&quot; style=&quot;width: 100%; overflow-y: hidden;&quot; class=&quot;wcustomhtml&quot;&gt;&lt;script&gt;\r\n			document.write(unescape(&#x27;%3Cscript src=&quot;http://u.dji.com/en/ads/24&quot;%3E%3C/script%3E&#x27;));\r\n			&lt;/script&gt;&lt;/div&gt;\r\n[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-03 21:21:32', '2017-07-03 21:21:32', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/03/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1515, 1, '2017-07-06 11:11:17', '2017-07-06 11:11:17', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h4 style=\"text-align: center;\"><strong>PRICING</strong></h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h4 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h4 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h4 style=\"text-align: center;\"><strong>TRAINING</strong></h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:11:17', '2017-07-06 11:11:17', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1514, 1, '2017-07-06 11:09:08', '2017-07-06 11:09:08', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h4 style=\"text-align: center;\"><strong>PRICING</strong></h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:09:08', '2017-07-06 11:09:08', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1505, 1, '2017-07-04 20:15:38', '2017-07-04 20:15:38', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGZ1bmN0aW9uKCkgewoJLy9yb2xsb3ZlcnMKCXZhciAkb2JqZWN0ID0galF1ZXJ5KCZxdW90Oy5yb2xsb3ZlciZxdW90Oyk7Cgkkb2JqZWN0LmVhY2goZnVuY3Rpb24oKSB7CgkJdmFyICR0aGlzID0galF1ZXJ5KHRoaXMpOwoJCXZhciBzb3VyY2UgPSAkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oyk7CgkJdmFyIHJvbGxvdmVyID0gc291cmNlLnNwbGl0KCYjeDI3Oy4mI3gyNzspOwoJCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKICAgICAgICBhbGVydChyb2xsb3Zlcik7CgkJJHRoaXMub24oJnF1b3Q7bW91c2VvdmVyJnF1b3Q7LCBmdW5jdGlvbihlKSB7CgkJCSR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7LCByb2xsb3Zlcik7CgkJCWlmKCEkdGhpcy5pcygmcXVvdDs6YW5pbWF0ZWQmcXVvdDspKSB7CgkJCQlzcGluKCR0aGlzLCAzNjAsIDQwMCk7CgkJCQlzcGluKCR0aGlzLCAwLCAxKTsKCQkJfQoJCX0pOwoJCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7CgkJCSR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7LCBzb3VyY2UpOwoJCX0pOwoJfSk7CgkvLyBhbmltYXRlIHNwaW4KCWZ1bmN0aW9uIHNwaW4oJGVsZW0sIHJvdGF0ZSwgZHVyYXRpb24pIHsKCQkkZWxlbS5hbmltYXRlKHtyb3RhdGU6IHJvdGF0ZX0sIHsKCQlzdGVwOiBmdW5jdGlvbihub3csIGZ4KSB7CgkJCWpRdWVyeSh0aGlzKS5jc3MoJiN4Mjc7LXdlYmtpdC10cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7IAoJCQlqUXVlcnkodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQlqUXVlcnkodGhpcykuY3NzKCYjeDI3O3RyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsKCQl9LGR1cmF0aW9uOiBkdXJhdGlvbn0pOwoJfQp9KTsKJmx0Oy9zY3JpcHQmZ3Q7[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-04 20:15:38', '2017-07-04 20:15:38', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/04/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1502, 1, '2017-07-04 20:11:11', '2017-07-04 20:11:11', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][fusion_code]alF1ZXJ5KGZ1bmN0aW9uKCkgewoJYWxlcnQoJnF1b3Q7aGVyZSZxdW90Oyk7CgkvL3JvbGxvdmVycwoJdmFyIGpRdWVyeW9iamVjdCA9IGpRdWVyeSgmcXVvdDsucm9sbG92ZXImcXVvdDspOwoJalF1ZXJ5b2JqZWN0LmVhY2goZnVuY3Rpb24oKSB7CgkJdmFyIGpRdWVyeXRoaXMgPSBqUXVlcnkodGhpcyk7CgkJdmFyIHNvdXJjZSA9IGpRdWVyeXRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzspOwoJCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKCQlyb2xsb3ZlciA9IHJvbGxvdmVyWzBdICsgJnF1b3Q7X3JvbGwuJnF1b3Q7ICsgcm9sbG92ZXJbMV07CgkJalF1ZXJ5dGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKCQkJalF1ZXJ5dGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighalF1ZXJ5dGhpcy5pcygmcXVvdDs6YW5pbWF0ZWQmcXVvdDspKSB7CgkJCQlzcGluKGpRdWVyeXRoaXMsIDM2MCwgNDAwKTsKCQkJCXNwaW4oalF1ZXJ5dGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKCQlqUXVlcnl0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7CgkJCWpRdWVyeXRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7CgkJfSk7Cgl9KTsKCS8vIGFuaW1hdGUgc3BpbgoJZnVuY3Rpb24gc3BpbihqUXVlcnllbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJalF1ZXJ5ZWxlbS5hbmltYXRlKHtyb3RhdGU6IHJvdGF0ZX0sIHsKCQlzdGVwOiBmdW5jdGlvbihub3csIGZ4KSB7CgkJCWpRdWVyeSh0aGlzKS5jc3MoJiN4Mjc7LXdlYmtpdC10cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7IAoJCQlqUXVlcnkodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQlqUXVlcnkodGhpcykuY3NzKCYjeDI3O3RyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsKCQl9LGR1cmF0aW9uOiBkdXJhdGlvbn0pOwoJfQp9KTs=[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-04 20:11:11', '2017-07-04 20:11:11', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/04/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1501, 1, '2017-07-04 20:10:23', '2017-07-04 20:10:23', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][fusion_code]CgkvKgoJfC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tCgl8IEdPT0dMRSBBTkFMWVRJQ1MKCXwtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQoJKi8JCgkvKioqKioqKioqKioqKioqIFJFUExBQ0UgV0lUSCBZT1VSIE9XTiBVQSBOVU1CRVIgKioqKioqKioqKiovCgl3aW5kb3cub25sb2FkID0gZnVuY3Rpb24gKCkgeyAmcXVvdDt1c2Ugc3RyaWN0JnF1b3Q7OyBnYVNTRFNMb2FkKCk7IH07IC8vbG9hZCBhZnRlciBwYWdlIG9ubG9hZAoJLyoqKioqKioqKioqKioqKiBSRVBMQUNFIFdJVEggWU9VUiBPV04gVUEgTlVNQkVSICoqKioqKioqKioqLwoKCgoJJChkb2N1bWVudCkucmVhZHkoZnVuY3Rpb24oKSB7IAoJCSZxdW90O3VzZSBzdHJpY3QmcXVvdDs7CgkJJCggJnF1b3Q7Lm5la28tbWVnYS1tZW51JnF1b3Q7ICkud3JhcElubmVyKCAmcXVvdDsmbHQ7ZGl2Jmd0OyZsdDsvZGl2Jmd0OyZxdW90Oyk7CgoKCgoKCS8qCgl8LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KCXwgUmV2b2x1dGlvbiBzbGlkZXIgZnVsbHNjcmVlbgoJfC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tCgkqLwkKCglpZigkKCYjeDI3OyNycy1zbGlkZXItZnVsbHNjcmVlbiYjeDI3OykubGVuZ3RoKXsKCQkkKCYjeDI3Oy50cC1iYW5uZXImI3gyNzspLnNob3coKS5yZXZvbHV0aW9uKAoJCXsKCQkJZG90dGVkT3ZlcmxheTomcXVvdDt0d294dHdvJnF1b3Q7LAoJCQlkZWxheToxNjAwMCwKCQkJc3RhcnR3aWR0aDoxMTcwLAoJCQlzdGFydGhlaWdodDo1MDAsCgkJCWhpZGVUaHVtYnM6MjAwLAoKCQkJdGh1bWJXaWR0aDoxMDAsCgkJCXRodW1iSGVpZ2h0OjUwLAoJCQl0aHVtYkFtb3VudDo1LAoKCQkJbmF2aWdhdGlvblR5cGU6JnF1b3Q7YnVsbGV0JnF1b3Q7LAoJCQluYXZpZ2F0aW9uQXJyb3dzOiZxdW90O3NvbG8mcXVvdDssCgkJCW5hdmlnYXRpb25TdHlsZTomcXVvdDtwcmV2aWV3NCZxdW90OywKCgkJCXRvdWNoZW5hYmxlZDomcXVvdDtvbiZxdW90OywKCQkJb25Ib3ZlclN0b3A6JnF1b3Q7b2ZmJnF1b3Q7LAoKCQkJc3dpcGVfdmVsb2NpdHk6IDAuNywKCQkJc3dpcGVfbWluX3RvdWNoZXM6IDEsCgkJCXN3aXBlX21heF90b3VjaGVzOiAxLAoJCQlkcmFnX2Jsb2NrX3ZlcnRpY2FsOiBmYWxzZSwKCgkJCXBhcmFsbGF4OiZxdW90O21vdXNlJnF1b3Q7LAoJCQlwYXJhbGxheEJnRnJlZXplOiZxdW90O29uJnF1b3Q7LAoJCQlwYXJhbGxheExldmVsczpbNyw0LDMsMiw1LDQsMywyLDEsMF0sCgoJCQlrZXlib2FyZE5hdmlnYXRpb246JnF1b3Q7b2ZmJnF1b3Q7LAoKCQkJbmF2aWdhdGlvbkhBbGlnbjomcXVvdDtjZW50ZXImcXVvdDssCgkJCW5hdmlnYXRpb25WQWxpZ246JnF1b3Q7Ym90dG9tJnF1b3Q7LAoJCQluYXZpZ2F0aW9uSE9mZnNldDowLAoJCQluYXZpZ2F0aW9uVk9mZnNldDoyMCwKCgkJCXNvbG9BcnJvd0xlZnRIYWxpZ246JnF1b3Q7bGVmdCZxdW90OywKCQkJc29sb0Fycm93TGVmdFZhbGlnbjomcXVvdDtjZW50ZXImcXVvdDssCgkJCXNvbG9BcnJvd0xlZnRIT2Zmc2V0OjIwLAoJCQlzb2xvQXJyb3dMZWZ0Vk9mZnNldDowLAoKCQkJc29sb0Fycm93UmlnaHRIYWxpZ246JnF1b3Q7cmlnaHQmcXVvdDssCgkJCXNvbG9BcnJvd1JpZ2h0VmFsaWduOiZxdW90O2NlbnRlciZxdW90OywKCQkJc29sb0Fycm93UmlnaHRIT2Zmc2V0OjIwLAoJCQlzb2xvQXJyb3dSaWdodFZPZmZzZXQ6MCwKCgkJCXNoYWRvdzowLAoJCQlmdWxsV2lkdGg6JnF1b3Q7b2ZmJnF1b3Q7LAoJCQlmdWxsU2NyZWVuOiZxdW90O29mZiZxdW90OywKCgkJCXNwaW5uZXI6JnF1b3Q7c3Bpbm5lcjQmcXVvdDssCgoJCQlzdG9wTG9vcDomcXVvdDtvZmYmcXVvdDssCgkJCXN0b3BBZnRlckxvb3BzOi0xLAoJCQlzdG9wQXRTbGlkZTotMSwKCgkJCXNodWZmbGU6JnF1b3Q7b2ZmJnF1b3Q7LAoKCQkJYXV0b0hlaWdodDomcXVvdDtvZmYmcXVvdDssCQkJCQkJCgkJCWZvcmNlRnVsbFdpZHRoOiZxdW90O29mZiZxdW90OywJCQkJCQkKCgoKCQkJaGlkZVRodW1ic09uTW9iaWxlOiZxdW90O29mZiZxdW90OywKCQkJaGlkZU5hdkRlbGF5T25Nb2JpbGU6MTUwMCwJCQkJCQkKCQkJaGlkZUJ1bGxldHNPbk1vYmlsZTomcXVvdDtvZmYmcXVvdDssCgkJCWhpZGVBcnJvd3NPbk1vYmlsZTomcXVvdDtvZmYmcXVvdDssCgkJCWhpZGVUaHVtYnNVbmRlclJlc29sdXRpb246MCwKCgkJCWhpZGVTbGlkZXJBdExpbWl0OjAsCgkJCWhpZGVDYXB0aW9uQXRMaW1pdDowLAoJCQloaWRlQWxsQ2FwdGlvbkF0TGlsbWl0OjAsCgkJCXN0YXJ0V2l0aFNsaWRlOjAsCgoKCQl9KTsKCiQoJiN4Mjc7I3JzLXNsaWRlci1mdWxsc2NyZWVuJiN4Mjc7KS5jc3MoJiN4Mjc7dmlzaWJpbGl0eSYjeDI3OywgJiN4Mjc7dmlzaWJsZSYjeDI3Oyk7Cn0KCgkvKgoJfC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tCgl8IFJldm9sdXRpb24gc2xpZGVyIGZ1bGx3aWR0aAoJfC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tCgkqLwkKCglpZigkKCYjeDI3OyNycy1zbGlkZXItZnVsbHdpZHRoJiN4Mjc7KS5sZW5ndGgpewoJCSQoJiN4Mjc7LnRwLWJhbm5lciYjeDI3Oykuc2hvdygpLnJldm9sdXRpb24oCgkJewoJCQlkb3R0ZWRPdmVybGF5OiZxdW90O3R3b3h0d28mcXVvdDssCgkJCWRlbGF5OjYwMDAsCgkJCXN0YXJ0d2lkdGg6MTE3MCwKCQkJc3RhcnRoZWlnaHQ6NzAwLAoJCQloaWRlVGh1bWJzOjIwMCwKCgkJCXRodW1iV2lkdGg6MTAwLAoJCQl0aHVtYkhlaWdodDo1MCwKCQkJdGh1bWJBbW91bnQ6NSwKCgkJCW5hdmlnYXRpb25UeXBlOiZxdW90O2J1bGxldCZxdW90OywKCQkJbmF2aWdhdGlvbkFycm93czomcXVvdDtzb2xvJnF1b3Q7LAoJCQluYXZpZ2F0aW9uU3R5bGU6JnF1b3Q7cm91bmQmcXVvdDssCgoJCQl0b3VjaGVuYWJsZWQ6JnF1b3Q7b24mcXVvdDssCgkJCW9uSG92ZXJTdG9wOiZxdW90O29mZiZxdW90OywKCgkJCXN3aXBlX3ZlbG9jaXR5OiAwLjcsCgkJCXN3aXBlX21pbl90b3VjaGVzOiAxLAoJCQlzd2lwZV9tYXhfdG91Y2hlczogMSwKCQkJZHJhZ19ibG9ja192ZXJ0aWNhbDogZmFsc2UsCgoKCQkJa2V5Ym9hcmROYXZpZ2F0aW9uOiZxdW90O29uJnF1b3Q7LAoKCQkJbmF2aWdhdGlvbkhBbGlnbjomcXVvdDtjZW50ZXImcXVvdDssCgkJCW5hdmlnYXRpb25WQWxpZ246JnF1b3Q7Ym90dG9tJnF1b3Q7LAoJCQluYXZpZ2F0aW9uSE9mZnNldDowLAoJCQluYXZpZ2F0aW9uVk9mZnNldDoyMCwKCgkJCXNvbG9BcnJvd0xlZnRIYWxpZ246JnF1b3Q7bGVmdCZxdW90OywKCQkJc29sb0Fycm93TGVmdFZhbGlnbjomcXVvdDtjZW50ZXImcXVvdDssCgkJCXNvbG9BcnJvd0xlZnRIT2Zmc2V0OjIwLAoJCQlzb2xvQXJyb3dMZWZ0Vk9mZnNldDowLAoKCQkJc29sb0Fycm93UmlnaHRIYWxpZ246JnF1b3Q7cmlnaHQmcXVvdDssCgkJCXNvbG9BcnJvd1JpZ2h0VmFsaWduOiZxdW90O2NlbnRlciZxdW90OywKCQkJc29sb0Fycm93UmlnaHRIT2Zmc2V0OjIwLAoJCQlzb2xvQXJyb3dSaWdodFZPZmZzZXQ6MCwKCgkJCXNoYWRvdzowLAoJCQlmdWxsV2lkdGg6JnF1b3Q7b24mcXVvdDssCgoJCQlzcGlubmVyOiZxdW90O3NwaW5uZXI0JnF1b3Q7LAoKCQkJc3RvcExvb3A6JnF1b3Q7b2ZmJnF1b3Q7LAoJCQlzdG9wQWZ0ZXJMb29wczotMSwKCQkJc3RvcEF0U2xpZGU6LTEsCgoJCQlzaHVmZmxlOiZxdW90O29mZiZxdW90OywKCgkJCWF1dG9IZWlnaHQ6JnF1b3Q7b2ZmJnF1b3Q7LAkJCQkJCQoJCQlmb3JjZUZ1bGxXaWR0aDomcXVvdDtvZmYmcXVvdDssCQkJCQkJCgoKCgkJCWhpZGVUaHVtYnNPbk1vYmlsZTomcXVvdDtvZmYmcXVvdDssCgkJCWhpZGVOYXZEZWxheU9uTW9iaWxlOjE1MDAsCQkJCQkJCgkJCWhpZGVCdWxsZXRzT25Nb2JpbGU6JnF1b3Q7b2ZmJnF1b3Q7LAoJCQloaWRlQXJyb3dzT25Nb2JpbGU6JnF1b3Q7b2ZmJnF1b3Q7LAoJCQloaWRlVGh1bWJzVW5kZXJSZXNvbHV0aW9uOjAsCgoJCQloaWRlU2xpZGVyQXRMaW1pdDowLAoJCQloaWRlQ2FwdGlvbkF0TGltaXQ6MCwKCQkJaGlkZUFsbENhcHRpb25BdExpbG1pdDowLAoJCQlzdGFydFdpdGhTbGlkZTowLAoKCgkJfSk7CiQoJiN4Mjc7I3JzLXNsaWRlci1mdWxsd2lkdGgmI3gyNzspLmNzcygmI3gyNzt2aXNpYmlsaXR5JiN4Mjc7LCAmI3gyNzt2aXNpYmxlJiN4Mjc7KTsKfQoKCS8qCgl8LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KCXwgUmV2b2x1dGlvbiBzbGlkZXIgZnVsbHdpZHRoCgl8LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KCSovCQoKCWlmKCQoJiN4Mjc7I3JzLXNsaWRlci1lbGVtZW50cyYjeDI3OykubGVuZ3RoKXsKCQkkKCYjeDI3Oy50cC1iYW5uZXImI3gyNzspLnNob3coKS5yZXZvbHV0aW9uKAoJCXsKCQkJdmlkZW9Kc1BhdGg6JnF1b3Q7anMtcGx1Z2lucy9ycy1wbHVnaW4vdmlkZW9qcy8mcXVvdDssCgoJCQlkb3R0ZWRPdmVybGF5OiZxdW90O25vbmUmcXVvdDssCgkJCWRlbGF5OjYwMDAsCgkJCXN0YXJ0d2lkdGg6MTE3MCwKCQkJc3RhcnRoZWlnaHQ6NTAwLAoJCQloaWRlVGh1bWJzOjIwMCwKCgkJCXRodW1iV2lkdGg6MTAwLAoJCQl0aHVtYkhlaWdodDo1MCwKCQkJdGh1bWJBbW91bnQ6NSwKCgkJCW5hdmlnYXRpb25UeXBlOiZxdW90O2J1bGxldCZxdW90OywKCQkJbmF2aWdhdGlvbkFycm93czomcXVvdDtzb2xvJnF1b3Q7LAoJCQluYXZpZ2F0aW9uU3R5bGU6JnF1b3Q7cm91bmQmcXVvdDssCgoJCQl0b3VjaGVuYWJsZWQ6JnF1b3Q7b24mcXVvdDssCgkJCW9uSG92ZXJTdG9wOiZxdW90O29mZiZxdW90OywKCgkJCXN3aXBlX3ZlbG9jaXR5OiAwLjcsCgkJCXN3aXBlX21pbl90b3VjaGVzOiAxLAoJCQlzd2lwZV9tYXhfdG91Y2hlczogMSwKCQkJZHJhZ19ibG9ja192ZXJ0aWNhbDogZmFsc2UsCgoKCQkJa2V5Ym9hcmROYXZpZ2F0aW9uOiZxdW90O29uJnF1b3Q7LAoKCQkJbmF2aWdhdGlvbkhBbGlnbjomcXVvdDtsZWZ0JnF1b3Q7LAoJCQluYXZpZ2F0aW9uVkFsaWduOiZxdW90O2JvdHRvbSZxdW90OywKCQkJbmF2aWdhdGlvbkhPZmZzZXQ6MCwKCQkJbmF2aWdhdGlvblZPZmZzZXQ6MjAsCgoJCQlzb2xvQXJyb3dMZWZ0SGFsaWduOiZxdW90O2xlZnQmcXVvdDssCgkJCXNvbG9BcnJvd0xlZnRWYWxpZ246JnF1b3Q7Y2VudGVyJnF1b3Q7LAoJCQlzb2xvQXJyb3dMZWZ0SE9mZnNldDoyMCwKCQkJc29sb0Fycm93TGVmdFZPZmZzZXQ6MCwKCgkJCXNvbG9BcnJvd1JpZ2h0SGFsaWduOiZxdW90O3JpZ2h0JnF1b3Q7LAoJCQlzb2xvQXJyb3dSaWdodFZhbGlnbjomcXVvdDtjZW50ZXImcXVvdDssCgkJCXNvbG9BcnJvd1JpZ2h0SE9mZnNldDoyMCwKCQkJc29sb0Fycm93UmlnaHRWT2Zmc2V0OjAsCgoJCQlzaGFkb3c6MCwKCQkJZnVsbFdpZHRoOiZxdW90O29uJnF1b3Q7LAoKCQkJc3Bpbm5lcjomcXVvdDtzcGlubmVyMyZxdW90OywKCgkJCXN0b3BMb29wOiZxdW90O29mZiZxdW90OywKCQkJc3RvcEFmdGVyTG9vcHM6LTEsCgkJCXN0b3BBdFNsaWRlOi0xLAoKCQkJc2h1ZmZsZTomcXVvdDtvZmYmcXVvdDssCgoJCQlhdXRvSGVpZ2h0OiZxdW90O29mZiZxdW90OywJCQkJCQkKCQkJZm9yY2VGdWxsV2lkdGg6JnF1b3Q7b2ZmJnF1b3Q7LAkJCQkJCQoKCgoJCQloaWRlVGh1bWJzT25Nb2JpbGU6JnF1b3Q7b2ZmJnF1b3Q7LAoJCQloaWRlTmF2RGVsYXlPbk1vYmlsZToxNTAwLAkJCQkJCQoJCQloaWRlQnVsbGV0c09uTW9iaWxlOiZxdW90O29mZiZxdW90OywKCQkJaGlkZUFycm93c09uTW9iaWxlOiZxdW90O29mZiZxdW90OywKCQkJaGlkZVRodW1ic1VuZGVyUmVzb2x1dGlvbjowLAoKCQkJaGlkZVNsaWRlckF0TGltaXQ6MCwKCQkJaGlkZUNhcHRpb25BdExpbWl0OjAsCgkJCWhpZGVBbGxDYXB0aW9uQXRMaWxtaXQ6MCwKCQkJc3RhcnRXaXRoU2xpZGU6MCwKCgoJCX0pOwokKCYjeDI3OyNycy1zbGlkZXItZWxlbWVudHMmI3gyNzspLmNzcygmI3gyNzt2aXNpYmlsaXR5JiN4Mjc7LCAmI3gyNzt2aXNpYmxlJiN4Mjc7KTsKfQoKCgoKfSk7IC8vRW5kIERvYyBSZWFkeQoKCi8qCnwtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQp8IFJldm9sdXRpb24gc2xpZGVyIGZ1bGx3aWR0aAp8LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KKi8JCgpmdW5jdGlvbiBnYVNTRFNMb2FkKGFjY3QpIHsKCSZxdW90O3VzZSBzdHJpY3QmcXVvdDs7ICAKCXZhciBnYUpzSG9zdCA9ICgoJnF1b3Q7aHR0cHM6JnF1b3Q7ID09PSBkb2N1bWVudC5sb2NhdGlvbi5wcm90b2NvbCkgPyAmcXVvdDtodHRwczovL3NzbC4mcXVvdDsgOiAmcXVvdDtodHRwOi8vd3d3LiZxdW90OyksCglwYWdlVHJhY2tlciwKCXM7CglzID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgmI3gyNztzY3JpcHQmI3gyNzspOwoJcy5zcmMgPSBnYUpzSG9zdCArICYjeDI3O2dvb2dsZS1hbmFseXRpY3MuY29tL2dhLmpzJiN4Mjc7OwoJcy50eXBlID0gJiN4Mjc7dGV4dC9qYXZhc2NyaXB0JiN4Mjc7OwoJcy5vbmxvYWREb25lID0gZmFsc2U7CglmdW5jdGlvbiBpbml0ICgpIHsKCQlwYWdlVHJhY2tlciA9IF9nYXQuX2dldFRyYWNrZXIoYWNjdCk7CgkJcGFnZVRyYWNrZXIuX3RyYWNrUGFnZXZpZXcoKTsKCX0KCXMub25sb2FkID0gZnVuY3Rpb24gKCkgewoJCXMub25sb2FkRG9uZSA9IHRydWU7CgkJaW5pdCgpOwoJfTsKCXMub25yZWFkeXN0YXRlY2hhbmdlID0gZnVuY3Rpb24oKSB7CgkJaWYgKCgmI3gyNztsb2FkZWQmI3gyNzsgPT09IHMucmVhZHlTdGF0ZSB8fCAmI3gyNztjb21wbGV0ZSYjeDI3OyA9PT0gcy5yZWFkeVN0YXRlKSAmYW1wOyZhbXA7ICFzLm9ubG9hZERvbmUpIHsKCQkJcy5vbmxvYWREb25lID0gdHJ1ZTsKCQkJaW5pdCgpOwoJCX0KCX07Cglkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgmI3gyNztoZWFkJiN4Mjc7KVswXS5hcHBlbmRDaGlsZChzKTsKfQoKCi8qCnwtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQp8IEdvb2dsZSBtYXBzCnwtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQoqLwkKCmZ1bmN0aW9uIGluaXRpYWxpemUoaWQpIHsKCSZxdW90O3VzZSBzdHJpY3QmcXVvdDs7Cgl2YXIgaW1hZ2UgPSAmI3gyNztpbWFnZXMvaWNvbi1tYXAucG5nJiN4Mjc7OwoKCXZhciBvdmVybGF5VGl0bGUgPSAmI3gyNztBZ2VuY2llcyYjeDI3OzsKCgl2YXIgbG9jYXRpb25zID0gWwoJLyogcG9pbnQgbnVtYmVyIDEgKi8KCVsmI3gyNztNYWRpc29uIFNxdWFyZSBHYXJkZW4mI3gyNzssICYjeDI3OzQgUGVubnN5bHZhbmlhIFBsYXphLCBOZXcgWW9yaywgTlkmI3gyNztdLAoKCS8qIHBvaW50IG51bWJlciAyICovCglbJiN4Mjc7QmVzdCB0b3duIGV2ZXImI3gyNzssICYjeDI3O1NhbnRhIENydXomI3gyNzssIDM2Ljk4NjAyMSwgLTEyMi4wMjIxNjM5OTk5OTk5OF0sCgoJLyogcG9pbnQgbnVtYmVyIDMgKi8KCVsmI3gyNztNaWR3ZXN0IEFnZW5jeSYjeDI3OywgJiN4Mjc7S2Fuc2FzJiN4Mjc7XSwKCgkvKiBwb2ludCBudW1iZXIgNCAqLwoJWyYjeDI3O0lcJiN4Mjc7bGwgZGVmaW5pdGx5IGJlIHRoZXJlIG9uZSBkYXkmI3gyNzssICYjeDI3O0NoaWNhZ28mI3gyNzssIDQxLjg3ODExMzYsIC04Ny42Mjk3OTgxOTk5OTk5OF0gCgldOwoKCS8qKiogRE9OJiN4Mjc7VCBDSEFOR0UgQU5ZVEhJTkcgUEFTU0VEIFRISVMgTElORSAqKiovCglpZCA9IChpZCA9PT0gdW5kZWZpbmVkKSA/ICYjeDI3O21hcC13cmFwcGVyJiN4Mjc7IDogaWQ7CgoJdmFyIG1hcCA9IG5ldyBnb29nbGUubWFwcy5NYXAoZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoaWQpLCB7CgkJc2Nyb2xsd2hlZWw6IGZhbHNlLAoJCXpvb21Db250cm9sOiB0cnVlLAoJCXpvb21Db250cm9sT3B0aW9uczogewoJCQlzdHlsZTogZ29vZ2xlLm1hcHMuWm9vbUNvbnRyb2xTdHlsZS5MQVJHRSwKCQkJcG9zaXRpb246IGdvb2dsZS5tYXBzLkNvbnRyb2xQb3NpdGlvbi5MRUZUX0NFTlRFUgoJCX0sCgkJc3RyZWV0Vmlld0NvbnRyb2w6dHJ1ZSwKCQlzY2FsZUNvbnRyb2w6ZmFsc2UsCgkJem9vbTogMTQKCX0pOwoKCWlmKCRtYXBUeXBlID09ICYjeDI3O1NBVEVMTElURSYjeDI3Oyl7CgkJbWFwLnNldE1hcFR5cGVJZChnb29nbGUubWFwcy5NYXBUeXBlSWQuU0FURUxMSVRFKTsKCX1lbHNlIGlmKCRtYXBUeXBlID09ICYjeDI3O0hZQlJJRCYjeDI3Oyl7CgkJbWFwLnNldE1hcFR5cGVJZChnb29nbGUubWFwcy5NYXBUeXBlSWQuSFlCUklEKTsKCX1lbHNlIGlmKCRtYXBUeXBlID09ICYjeDI3O1RFUlJBSU4mI3gyNzspewoJCW1hcC5zZXRNYXBUeXBlSWQoZ29vZ2xlLm1hcHMuTWFwVHlwZUlkLlRFUlJBSU4pOwoJfWVsc2V7CgkJbWFwLnNldE1hcFR5cGVJZChnb29nbGUubWFwcy5NYXBUeXBlSWQuUk9BRE1BUCk7Cgl9CgoJaWYoJG1hcFN0eWxlID09ICYjeDI3O2xpZ2h0JiN4Mjc7ICZhbXA7JmFtcDsgJG1hcFR5cGUgPT0gJiN4Mjc7Uk9BRE1BUCYjeDI3Oyl7CgkJdmFyICRmbGF0TWFwID0gW3smcXVvdDtlbGVtZW50VHlwZSZxdW90OzomcXVvdDtsYWJlbHMudGV4dCZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7dmlzaWJpbGl0eSZxdW90OzomcXVvdDtvbiZxdW90O31dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7bGFuZHNjYXBlLm5hdHVyYWwmcXVvdDssJnF1b3Q7ZWxlbWVudFR5cGUmcXVvdDs6JnF1b3Q7Z2VvbWV0cnkuZmlsbCZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7Y29sb3ImcXVvdDs6JnF1b3Q7I2Y1ZjVmMiZxdW90O30seyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7b24mcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O2FkbWluaXN0cmF0aXZlJnF1b3Q7LCZxdW90O3N0eWxlcnMmcXVvdDs6W3smcXVvdDt2aXNpYmlsaXR5JnF1b3Q7OiZxdW90O29uJnF1b3Q7fV19LHsmcXVvdDtmZWF0dXJlVHlwZSZxdW90OzomcXVvdDt0cmFuc2l0JnF1b3Q7LCZxdW90O3N0eWxlcnMmcXVvdDs6W3smcXVvdDt2aXNpYmlsaXR5JnF1b3Q7OiZxdW90O29uJnF1b3Q7fV19LHsmcXVvdDtmZWF0dXJlVHlwZSZxdW90OzomcXVvdDtwb2kuYXR0cmFjdGlvbiZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7dmlzaWJpbGl0eSZxdW90OzomcXVvdDtvbiZxdW90O31dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7bGFuZHNjYXBlLm1hbl9tYWRlJnF1b3Q7LCZxdW90O2VsZW1lbnRUeXBlJnF1b3Q7OiZxdW90O2dlb21ldHJ5LmZpbGwmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O2NvbG9yJnF1b3Q7OiZxdW90OyNmZmZmZmYmcXVvdDt9LHsmcXVvdDt2aXNpYmlsaXR5JnF1b3Q7OiZxdW90O29uJnF1b3Q7fV19LHsmcXVvdDtmZWF0dXJlVHlwZSZxdW90OzomcXVvdDtwb2kuYnVzaW5lc3MmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7b24mcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3BvaS5tZWRpY2FsJnF1b3Q7LCZxdW90O3N0eWxlcnMmcXVvdDs6W3smcXVvdDt2aXNpYmlsaXR5JnF1b3Q7OiZxdW90O29uJnF1b3Q7fV19LHsmcXVvdDtmZWF0dXJlVHlwZSZxdW90OzomcXVvdDtwb2kucGxhY2Vfb2Zfd29yc2hpcCZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7dmlzaWJpbGl0eSZxdW90OzomcXVvdDtvbiZxdW90O31dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7cG9pLnNjaG9vbCZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7dmlzaWJpbGl0eSZxdW90OzomcXVvdDtvbiZxdW90O31dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7cG9pLnNwb3J0c19jb21wbGV4JnF1b3Q7LCZxdW90O3N0eWxlcnMmcXVvdDs6W3smcXVvdDt2aXNpYmlsaXR5JnF1b3Q7OiZxdW90O29uJnF1b3Q7fV19LHsmcXVvdDtmZWF0dXJlVHlwZSZxdW90OzomcXVvdDtyb2FkLmhpZ2h3YXkmcXVvdDssJnF1b3Q7ZWxlbWVudFR5cGUmcXVvdDs6JnF1b3Q7Z2VvbWV0cnkmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O2NvbG9yJnF1b3Q7OiZxdW90OyNmZmZmZmYmcXVvdDt9LHsmcXVvdDt2aXNpYmlsaXR5JnF1b3Q7OiZxdW90O3NpbXBsaWZpZWQmcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3JvYWQuYXJ0ZXJpYWwmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7c2ltcGxpZmllZCZxdW90O30seyZxdW90O2NvbG9yJnF1b3Q7OiZxdW90OyNmZmZmZmYmcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3JvYWQuaGlnaHdheSZxdW90OywmcXVvdDtlbGVtZW50VHlwZSZxdW90OzomcXVvdDtsYWJlbHMuaWNvbiZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7Y29sb3ImcXVvdDs6JnF1b3Q7I2ZmZmZmZiZxdW90O30seyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7b24mcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3JvYWQuaGlnaHdheSZxdW90OywmcXVvdDtlbGVtZW50VHlwZSZxdW90OzomcXVvdDtsYWJlbHMuaWNvbiZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7dmlzaWJpbGl0eSZxdW90OzomcXVvdDtvbiZxdW90O31dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7cm9hZC5hcnRlcmlhbCZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7Y29sb3ImcXVvdDs6JnF1b3Q7I2ZmZmZmZiZxdW90O31dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7cm9hZC5sb2NhbCZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7Y29sb3ImcXVvdDs6JnF1b3Q7I2ZmZmZmZiZxdW90O31dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7cG9pLnBhcmsmcXVvdDssJnF1b3Q7ZWxlbWVudFR5cGUmcXVvdDs6JnF1b3Q7bGFiZWxzLmljb24mcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7b24mcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3BvaSZxdW90OywmcXVvdDtlbGVtZW50VHlwZSZxdW90OzomcXVvdDtsYWJlbHMuaWNvbiZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7dmlzaWJpbGl0eSZxdW90OzomcXVvdDtvbiZxdW90O31dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7d2F0ZXImcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O2NvbG9yJnF1b3Q7OiZxdW90OyM3MWM4ZDQmcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O2xhbmRzY2FwZSZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7Y29sb3ImcXVvdDs6JnF1b3Q7I2U1ZThlNyZxdW90O31dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7cG9pLnBhcmsmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O2NvbG9yJnF1b3Q7OiZxdW90OyM4YmExMjkmcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3JvYWQmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O2NvbG9yJnF1b3Q7OiZxdW90OyNmZmZmZmYmcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3BvaS5zcG9ydHNfY29tcGxleCZxdW90OywmcXVvdDtlbGVtZW50VHlwZSZxdW90OzomcXVvdDtnZW9tZXRyeSZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7Y29sb3ImcXVvdDs6JnF1b3Q7I2M3YzdjNyZxdW90O30seyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7b24mcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3dhdGVyJnF1b3Q7LCZxdW90O3N0eWxlcnMmcXVvdDs6W3smcXVvdDtjb2xvciZxdW90OzomcXVvdDsjYTBkM2QzJnF1b3Q7fV19LHsmcXVvdDtmZWF0dXJlVHlwZSZxdW90OzomcXVvdDtwb2kucGFyayZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7Y29sb3ImcXVvdDs6JnF1b3Q7IzkxYjY1ZCZxdW90O31dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7cG9pLnBhcmsmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O2dhbW1hJnF1b3Q7OjEuNTF9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3JvYWQubG9jYWwmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7b24mcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3JvYWQubG9jYWwmcXVvdDssJnF1b3Q7ZWxlbWVudFR5cGUmcXVvdDs6JnF1b3Q7Z2VvbWV0cnkmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7b24mcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3BvaS5nb3Zlcm5tZW50JnF1b3Q7LCZxdW90O2VsZW1lbnRUeXBlJnF1b3Q7OiZxdW90O2dlb21ldHJ5JnF1b3Q7LCZxdW90O3N0eWxlcnMmcXVvdDs6W3smcXVvdDt2aXNpYmlsaXR5JnF1b3Q7OiZxdW90O29uJnF1b3Q7fV19LHsmcXVvdDtmZWF0dXJlVHlwZSZxdW90OzomcXVvdDtsYW5kc2NhcGUmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7b24mcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3JvYWQmcXVvdDssJnF1b3Q7ZWxlbWVudFR5cGUmcXVvdDs6JnF1b3Q7bGFiZWxzJnF1b3Q7LCZxdW90O3N0eWxlcnMmcXVvdDs6W3smcXVvdDt2aXNpYmlsaXR5JnF1b3Q7OiZxdW90O29uJnF1b3Q7fV19LHsmcXVvdDtmZWF0dXJlVHlwZSZxdW90OzomcXVvdDtyb2FkLmFydGVyaWFsJnF1b3Q7LCZxdW90O2VsZW1lbnRUeXBlJnF1b3Q7OiZxdW90O2dlb21ldHJ5JnF1b3Q7LCZxdW90O3N0eWxlcnMmcXVvdDs6W3smcXVvdDt2aXNpYmlsaXR5JnF1b3Q7OiZxdW90O3NpbXBsaWZpZWQmcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3JvYWQubG9jYWwmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7c2ltcGxpZmllZCZxdW90O31dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7cm9hZCZxdW90O30seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3JvYWQmcXVvdDt9LHt9LHsmcXVvdDtmZWF0dXJlVHlwZSZxdW90OzomcXVvdDtyb2FkLmhpZ2h3YXkmcXVvdDt9XTsKCQl2YXIgc3R5bGVkTWFwID0gbmV3IGdvb2dsZS5tYXBzLlN0eWxlZE1hcFR5cGUoJGZsYXRNYXAsIHtuYW1lOiAmcXVvdDtsaWdodCZxdW90O30pOwoJfWVsc2UgaWYoJG1hcFN0eWxlID09ICYjeDI3O2RhcmsmI3gyNzsgJmFtcDsmYW1wOyAkbWFwVHlwZSA9PSAmI3gyNztST0FETUFQJiN4Mjc7KXsKCQl2YXIgJGRhcmtNYXAgPSBbeyZxdW90O3N0eWxlcnMmcXVvdDs6W3smcXVvdDt2aXNpYmlsaXR5JnF1b3Q7OiZxdW90O29uJnF1b3Q7fSx7JnF1b3Q7c2F0dXJhdGlvbiZxdW90OzotMTAwfSx7JnF1b3Q7Z2FtbWEmcXVvdDs6MC41NH1dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7cm9hZCZxdW90OywmcXVvdDtlbGVtZW50VHlwZSZxdW90OzomcXVvdDtsYWJlbHMuaWNvbiZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7dmlzaWJpbGl0eSZxdW90OzomcXVvdDtvZmYmcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3dhdGVyJnF1b3Q7LCZxdW90O3N0eWxlcnMmcXVvdDs6W3smcXVvdDtjb2xvciZxdW90OzomcXVvdDsjNGQ0OTQ2JnF1b3Q7fV19LHsmcXVvdDtmZWF0dXJlVHlwZSZxdW90OzomcXVvdDtwb2kmcXVvdDssJnF1b3Q7ZWxlbWVudFR5cGUmcXVvdDs6JnF1b3Q7bGFiZWxzLmljb24mcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7b2ZmJnF1b3Q7fV19LHsmcXVvdDtmZWF0dXJlVHlwZSZxdW90OzomcXVvdDtwb2kmcXVvdDssJnF1b3Q7ZWxlbWVudFR5cGUmcXVvdDs6JnF1b3Q7bGFiZWxzLnRleHQmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7c2ltcGxpZmllZCZxdW90O31dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7cm9hZCZxdW90OywmcXVvdDtlbGVtZW50VHlwZSZxdW90OzomcXVvdDtnZW9tZXRyeS5maWxsJnF1b3Q7LCZxdW90O3N0eWxlcnMmcXVvdDs6W3smcXVvdDtjb2xvciZxdW90OzomcXVvdDsjZmZmZmZmJnF1b3Q7fV19LHsmcXVvdDtmZWF0dXJlVHlwZSZxdW90OzomcXVvdDtyb2FkLmxvY2FsJnF1b3Q7LCZxdW90O2VsZW1lbnRUeXBlJnF1b3Q7OiZxdW90O2xhYmVscy50ZXh0JnF1b3Q7LCZxdW90O3N0eWxlcnMmcXVvdDs6W3smcXVvdDt2aXNpYmlsaXR5JnF1b3Q7OiZxdW90O3NpbXBsaWZpZWQmcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3dhdGVyJnF1b3Q7LCZxdW90O2VsZW1lbnRUeXBlJnF1b3Q7OiZxdW90O2xhYmVscy50ZXh0LmZpbGwmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O2NvbG9yJnF1b3Q7OiZxdW90OyNmZmZmZmYmcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3RyYW5zaXQubGluZSZxdW90OywmcXVvdDtlbGVtZW50VHlwZSZxdW90OzomcXVvdDtnZW9tZXRyeSZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7Z2FtbWEmcXVvdDs6MC40OH1dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7dHJhbnNpdC5zdGF0aW9uJnF1b3Q7LCZxdW90O2VsZW1lbnRUeXBlJnF1b3Q7OiZxdW90O2xhYmVscy5pY29uJnF1b3Q7LCZxdW90O3N0eWxlcnMmcXVvdDs6W3smcXVvdDt2aXNpYmlsaXR5JnF1b3Q7OiZxdW90O29mZiZxdW90O31dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7cm9hZCZxdW90OywmcXVvdDtlbGVtZW50VHlwZSZxdW90OzomcXVvdDtnZW9tZXRyeS5zdHJva2UmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O2dhbW1hJnF1b3Q7OjcuMTh9XX1dOwoJCXZhciBzdHlsZWRNYXAgPSBuZXcgZ29vZ2xlLm1hcHMuU3R5bGVkTWFwVHlwZSgkZGFya01hcCwge25hbWU6ICZxdW90O2RhcmsmcXVvdDt9KTsKCX1lbHNlIGlmKCRtYXBTdHlsZSA9PSAmI3gyNztncmF5JiN4Mjc7ICZhbXA7JmFtcDsgJG1hcFR5cGUgPT0gJiN4Mjc7Uk9BRE1BUCYjeDI3Oyl7CgkJdmFyICRncmF5TWFwID0gW3smcXVvdDtmZWF0dXJlVHlwZSZxdW90OzomcXVvdDtsYW5kc2NhcGUmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O3NhdHVyYXRpb24mcXVvdDs6LTEwMH0seyZxdW90O2xpZ2h0bmVzcyZxdW90Ozo2NX0seyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7b24mcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3BvaSZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7c2F0dXJhdGlvbiZxdW90OzotMTAwfSx7JnF1b3Q7bGlnaHRuZXNzJnF1b3Q7OjUxfSx7JnF1b3Q7dmlzaWJpbGl0eSZxdW90OzomcXVvdDtzaW1wbGlmaWVkJnF1b3Q7fV19LHsmcXVvdDtmZWF0dXJlVHlwZSZxdW90OzomcXVvdDtyb2FkLmhpZ2h3YXkmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O3NhdHVyYXRpb24mcXVvdDs6LTEwMH0seyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7b24mcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3JvYWQuYXJ0ZXJpYWwmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O3NhdHVyYXRpb24mcXVvdDs6LTEwMH0seyZxdW90O2xpZ2h0bmVzcyZxdW90OzozMH0seyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7b24mcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3JvYWQubG9jYWwmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O3NhdHVyYXRpb24mcXVvdDs6LTEwMH0seyZxdW90O2xpZ2h0bmVzcyZxdW90Ozo0MH0seyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7b24mcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3RyYW5zaXQmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O3NhdHVyYXRpb24mcXVvdDs6LTEwMH0seyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7c2ltcGxpZmllZCZxdW90O31dfSx7JnF1b3Q7ZmVhdHVyZVR5cGUmcXVvdDs6JnF1b3Q7YWRtaW5pc3RyYXRpdmUucHJvdmluY2UmcXVvdDssJnF1b3Q7c3R5bGVycyZxdW90OzpbeyZxdW90O3Zpc2liaWxpdHkmcXVvdDs6JnF1b3Q7b24mcXVvdDt9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3dhdGVyJnF1b3Q7LCZxdW90O2VsZW1lbnRUeXBlJnF1b3Q7OiZxdW90O2xhYmVscyZxdW90OywmcXVvdDtzdHlsZXJzJnF1b3Q7Olt7JnF1b3Q7dmlzaWJpbGl0eSZxdW90OzomcXVvdDtvbiZxdW90O30seyZxdW90O2xpZ2h0bmVzcyZxdW90OzotMjV9LHsmcXVvdDtzYXR1cmF0aW9uJnF1b3Q7Oi0xMDB9XX0seyZxdW90O2ZlYXR1cmVUeXBlJnF1b3Q7OiZxdW90O3dhdGVyJnF1b3Q7LCZxdW90O2VsZW1lbnRUeXBlJnF1b3Q7OiZxdW90O2dlb21ldHJ5JnF1b3Q7LCZxdW90O3N0eWxlcnMmcXVvdDs6W3smcXVvdDtodWUmcXVvdDs6JnF1b3Q7I2ZmZmYwMCZxdW90O30seyZxdW90O2xpZ2h0bmVzcyZxdW90OzotMjV9LHsmcXVvdDtzYXR1cmF0aW9uJnF1b3Q7Oi05N31dfV07CgkJdmFyIHN0eWxlZE1hcCA9IG5ldyBnb29nbGUubWFwcy5TdHlsZWRNYXBUeXBlKCRncmF5TWFwLCB7bmFtZTogJnF1b3Q7Z3JleSZxdW90O30pOwoJfQoKCWlmKCAkbWFwU3R5bGUgIT0gJiN4Mjc7REVGQVVMVCYjeDI3OyAmYW1wOyZhbXA7ICRtYXBUeXBlID09ICYjeDI3O1JPQURNQVAmI3gyNzspewoJCW1hcC5tYXBUeXBlcy5zZXQoJiN4Mjc7bWFwX3N0eWxlJiN4Mjc7LCBzdHlsZWRNYXApOwoJCW1hcC5zZXRNYXBUeXBlSWQoJiN4Mjc7bWFwX3N0eWxlJiN4Mjc7KTsKCX0KCgl2YXIgbXlMYXRsbmc7Cgl2YXIgbWFya2VyLCBpOwoJdmFyIGJvdW5kcyA9IG5ldyBnb29nbGUubWFwcy5MYXRMbmdCb3VuZHMoKTsKCXZhciBpbmZvd2luZG93ID0gbmV3IGdvb2dsZS5tYXBzLkluZm9XaW5kb3coeyBjb250ZW50OiAmcXVvdDtsb2FkaW5nLi4uJnF1b3Q7IH0pOwoKCWZvciAoaSA9IDA7IGkgJmx0OyBsb2NhdGlvbnMubGVuZ3RoOyBpKyspIHsgCgoKCQlpZihsb2NhdGlvbnNbaV1bMl0gIT09IHVuZGVmaW5lZCAmYW1wOyZhbXA7IGxvY2F0aW9uc1tpXVszXSAhPT0gdW5kZWZpbmVkKXsKCQkJdmFyIGNvbnRlbnQgPSAmI3gyNzsmbHQ7ZGl2IGNsYXNzPSZxdW90O2luZm9XaW5kb3cmcXVvdDsmZ3Q7Jmx0O2gzJmd0OyYjeDI3Oytsb2NhdGlvbnNbaV1bMF0rJiN4Mjc7Jmx0Oy9oMyZndDsmbHQ7cCZndDsmI3gyNzsrbG9jYXRpb25zW2ldWzFdKyYjeDI3OyZsdDsvcCZndDsmbHQ7L2RpdiZndDsmI3gyNzs7CgkJCShmdW5jdGlvbihjb250ZW50KSB7CgkJCQlteUxhdGxuZyA9IG5ldyBnb29nbGUubWFwcy5MYXRMbmcobG9jYXRpb25zW2ldWzJdLCBsb2NhdGlvbnNbaV1bM10pOwoKCQkJCW1hcmtlciA9IG5ldyBnb29nbGUubWFwcy5NYXJrZXIoewoJCQkJCXBvc2l0aW9uOiBteUxhdGxuZywKCQkJCQlpY29uOmltYWdlLCAgCgkJCQkJdGl0bGU6IG92ZXJsYXlUaXRsZSwKCQkJCQltYXA6IG1hcAoJCQkJfSk7CgoJCQkJZ29vZ2xlLm1hcHMuZXZlbnQuYWRkTGlzdGVuZXIobWFya2VyLCAmI3gyNztjbGljayYjeDI3OywgKGZ1bmN0aW9uKCkgewoJCQkJCXJldHVybiBmdW5jdGlvbigpIHsKCQkJCQkJaW5mb3dpbmRvdy5zZXRDb250ZW50KGNvbnRlbnQpOwoJCQkJCQlpbmZvd2luZG93Lm9wZW4obWFwLCB0aGlzKTsKCQkJCQl9OwoKCQkJCX0pKHRoaXMsIGkpKTsKCgkJCQlpZihsb2NhdGlvbnMubGVuZ3RoICZndDsgMSl7CgkJCQkJYm91bmRzLmV4dGVuZChteUxhdGxuZyk7CgkJCQkJbWFwLmZpdEJvdW5kcyhib3VuZHMpOwoJCQkJfWVsc2V7CgkJCQkJbWFwLnNldENlbnRlcihteUxhdGxuZyk7CgkJCQl9CgoJCQl9KShjb250ZW50KTsKCQl9ZWxzZXsKCgkJCXZhciBnZW9jb2RlciAgID0gbmV3IGdvb2dsZS5tYXBzLkdlb2NvZGVyKCk7CgkJCXZhciBpbmZvICAgPSBsb2NhdGlvbnNbaV1bMF07CgkJCXZhciBhZGRyICAgPSBsb2NhdGlvbnNbaV1bMV07CgkJCXZhciBsYXRMbmcgPSBsb2NhdGlvbnNbaV1bMV07CgoJCQkoZnVuY3Rpb24oaW5mbywgYWRkcikgewoKCQkJCWdlb2NvZGVyLmdlb2NvZGUoIHsKCgkJCQkJJiN4Mjc7YWRkcmVzcyYjeDI3OzogbGF0TG5nCgoJCQkJfSwgZnVuY3Rpb24ocmVzdWx0cykgewoKCQkJCQlteUxhdGxuZyA9IHJlc3VsdHNbMF0uZ2VvbWV0cnkubG9jYXRpb247CgoJCQkJCW1hcmtlciA9IG5ldyBnb29nbGUubWFwcy5NYXJrZXIoewoJCQkJCQlwb3NpdGlvbjogbXlMYXRsbmcsCgkJCQkJCWljb246aW1hZ2UsICAKCQkJCQkJdGl0bGU6IG92ZXJsYXlUaXRsZSwKCQkJCQkJbWFwOiBtYXAKCQkJCQl9KTsKCQkJCQl2YXIgJGNvbnRlbnQgPSAmI3gyNzsmbHQ7ZGl2IGNsYXNzPSZxdW90O2luZm9XaW5kb3cmcXVvdDsmZ3Q7Jmx0O2gzJmd0OyYjeDI3OytpbmZvKyYjeDI3OyZsdDsvaDMmZ3Q7Jmx0O3AmZ3Q7JiN4Mjc7K2FkZHIrJiN4Mjc7Jmx0Oy9wJmd0OyZsdDsvZGl2Jmd0OyYjeDI3OzsKCQkJCQlnb29nbGUubWFwcy5ldmVudC5hZGRMaXN0ZW5lcihtYXJrZXIsICYjeDI3O2NsaWNrJiN4Mjc7LCAoZnVuY3Rpb24oKSB7CgkJCQkJCXJldHVybiBmdW5jdGlvbigpIHsKCQkJCQkJCWluZm93aW5kb3cuc2V0Q29udGVudCgkY29udGVudCk7CgkJCQkJCQlpbmZvd2luZG93Lm9wZW4obWFwLCB0aGlzKTsKCQkJCQkJfTsKCQkJCQl9KSh0aGlzLCBpKSk7CgoJCQkJCWlmKGxvY2F0aW9ucy5sZW5ndGggJmd0OyAxKXsKCQkJCQkJYm91bmRzLmV4dGVuZChteUxhdGxuZyk7CgkJCQkJCW1hcC5maXRCb3VuZHMoYm91bmRzKTsKCQkJCQl9ZWxzZXsKCQkJCQkJbWFwLnNldENlbnRlcihteUxhdGxuZyk7CgkJCQkJfQoJCQkJfSk7CgkJCX0pKGluZm8sIGFkZHIpOwoKCQl9Cgl9Cn0KJChmdW5jdGlvbigpIHsKCS8vcm9sbG92ZXJzCgl2YXIgJG9iamVjdCA9ICQoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwoJCXZhciBzb3VyY2UgPSAkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oyk7CgkJdmFyIHJvbGxvdmVyID0gc291cmNlLnNwbGl0KCYjeDI3Oy4mI3gyNzspOwoJCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHJvbGxvdmVyKTsKCQkJaWYoISR0aGlzLmlzKCZxdW90OzphbmltYXRlZCZxdW90OykpIHsKCQkJCXNwaW4oJHRoaXMsIDM2MCwgNDAwKTsKCQkJCXNwaW4oJHRoaXMsIDAsIDEpOwoJCQl9CgkJfSk7CgkJJHRoaXMub24oJnF1b3Q7bW91c2VvdXQmcXVvdDssIGZ1bmN0aW9uKGUpIHsKCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7CgkJfSk7Cgl9KTsKCS8vIGFuaW1hdGUgc3BpbgoJZnVuY3Rpb24gc3BpbigkZWxlbSwgcm90YXRlLCBkdXJhdGlvbikgewoJCSRlbGVtLmFuaW1hdGUoe3JvdGF0ZTogcm90YXRlfSwgewoJCXN0ZXA6IGZ1bmN0aW9uKG5vdywgZngpIHsKCQkJJCh0aGlzKS5jc3MoJiN4Mjc7LXdlYmtpdC10cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7IAoJCQkkKHRoaXMpLmNzcygmI3gyNzstbW96LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsKCQkJJCh0aGlzKS5jc3MoJiN4Mjc7dHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCX0sZHVyYXRpb246IGR1cmF0aW9ufSk7Cgl9Cn0pOw==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-04 20:10:23', '2017-07-04 20:10:23', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/04/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1504, 1, '2017-07-04 20:14:57', '2017-07-04 20:14:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGZ1bmN0aW9uKCkgewoJLy9yb2xsb3ZlcnMKCXZhciAkb2JqZWN0ID0galF1ZXJ5KCZxdW90Oy5yb2xsb3ZlciZxdW90Oyk7Cgkkb2JqZWN0LmVhY2goZnVuY3Rpb24oKSB7CgkJdmFyICR0aGlzID0galF1ZXJ5KHRoaXMpOwogICAgICAgICR0aGlzLnJlbW92ZSgpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQlqUXVlcnkodGhpcykuY3NzKCYjeDI3Oy13ZWJraXQtdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOyAKCQkJalF1ZXJ5KHRoaXMpLmNzcygmI3gyNzstbW96LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsKCQkJalF1ZXJ5KHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-04 20:14:57', '2017-07-04 20:14:57', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/04/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1503, 1, '2017-07-04 20:12:40', '2017-07-04 20:12:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGZ1bmN0aW9uKCkgewoJYWxlcnQoJnF1b3Q7aGVyZSZxdW90Oyk7CgkvL3JvbGxvdmVycwoJdmFyIGpRdWVyeW9iamVjdCA9IGpRdWVyeSgmcXVvdDsucm9sbG92ZXImcXVvdDspOwoJalF1ZXJ5b2JqZWN0LmVhY2goZnVuY3Rpb24oKSB7CgkJdmFyIGpRdWVyeXRoaXMgPSBqUXVlcnkodGhpcyk7CgkJdmFyIHNvdXJjZSA9IGpRdWVyeXRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzspOwoJCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKCQlyb2xsb3ZlciA9IHJvbGxvdmVyWzBdICsgJnF1b3Q7X3JvbGwuJnF1b3Q7ICsgcm9sbG92ZXJbMV07CgkJalF1ZXJ5dGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKCQkJalF1ZXJ5dGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighalF1ZXJ5dGhpcy5pcygmcXVvdDs6YW5pbWF0ZWQmcXVvdDspKSB7CgkJCQlzcGluKGpRdWVyeXRoaXMsIDM2MCwgNDAwKTsKCQkJCXNwaW4oalF1ZXJ5dGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKCQlqUXVlcnl0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7CgkJCWpRdWVyeXRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7CgkJfSk7Cgl9KTsKCS8vIGFuaW1hdGUgc3BpbgoJZnVuY3Rpb24gc3BpbihqUXVlcnllbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJalF1ZXJ5ZWxlbS5hbmltYXRlKHtyb3RhdGU6IHJvdGF0ZX0sIHsKCQlzdGVwOiBmdW5jdGlvbihub3csIGZ4KSB7CgkJCWpRdWVyeSh0aGlzKS5jc3MoJiN4Mjc7LXdlYmtpdC10cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7IAoJCQlqUXVlcnkodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQlqUXVlcnkodGhpcykuY3NzKCYjeDI3O3RyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsKCQl9LGR1cmF0aW9uOiBkdXJhdGlvbn0pOwoJfQp9KTsKJmx0Oy9zY3JpcHQmZ3Q7[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-04 20:12:40', '2017-07-04 20:12:40', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/04/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1506, 1, '2017-07-04 20:16:24', '2017-07-04 20:16:24', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGZ1bmN0aW9uKCkgewoJLy9yb2xsb3ZlcnMKCXZhciAkb2JqZWN0ID0galF1ZXJ5KCZxdW90Oy5yb2xsb3ZlciZxdW90Oyk7Cgkkb2JqZWN0LmVhY2goZnVuY3Rpb24oKSB7CgkJdmFyICR0aGlzID0galF1ZXJ5KHRoaXMpOwoJCXZhciBzb3VyY2UgPSAkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oyk7CiAgICAgICAgYWxlcnQoc291cmNlKTsKCQl2YXIgcm9sbG92ZXIgPSBzb3VyY2Uuc3BsaXQoJiN4Mjc7LiYjeDI3Oyk7CgkJcm9sbG92ZXIgPSByb2xsb3ZlclswXSArICZxdW90O19yb2xsLiZxdW90OyArIHJvbGxvdmVyWzFdOwoJCSR0aGlzLm9uKCZxdW90O21vdXNlb3ZlciZxdW90OywgZnVuY3Rpb24oZSkgewoJCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW91dCZxdW90OywgZnVuY3Rpb24oZSkgewoJCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgc291cmNlKTsKCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQlqUXVlcnkodGhpcykuY3NzKCYjeDI3Oy13ZWJraXQtdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOyAKCQkJalF1ZXJ5KHRoaXMpLmNzcygmI3gyNzstbW96LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsKCQkJalF1ZXJ5KHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-04 20:16:24', '2017-07-04 20:16:24', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/04/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1509, 1, '2017-07-04 20:20:22', '2017-07-04 20:20:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-04 20:20:22', '2017-07-04 20:20:22', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/04/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1507, 1, '2017-07-04 20:18:36', '2017-07-04 20:18:36', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSBqUXVlcnkodGhpcyk7CiAgICAgICAgYWxlcnQoJHRoaXMuYXR0cigmcXVvdDtzcmMmcXVvdDspKTsKCQl2YXIgc291cmNlID0gJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzspOwoJCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKCQlyb2xsb3ZlciA9IHJvbGxvdmVyWzBdICsgJnF1b3Q7X3JvbGwuJnF1b3Q7ICsgcm9sbG92ZXJbMV07CgkJJHRoaXMub24oJnF1b3Q7bW91c2VvdmVyJnF1b3Q7LCBmdW5jdGlvbihlKSB7CgkJCSR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7LCByb2xsb3Zlcik7CgkJCWlmKCEkdGhpcy5pcygmcXVvdDs6YW5pbWF0ZWQmcXVvdDspKSB7CgkJCQlzcGluKCR0aGlzLCAzNjAsIDQwMCk7CgkJCQlzcGluKCR0aGlzLCAwLCAxKTsKCQkJfQoJCX0pOwoJCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7CgkJCSR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7LCBzb3VyY2UpOwoJCX0pOwoJfSk7CgkvLyBhbmltYXRlIHNwaW4KCWZ1bmN0aW9uIHNwaW4oJGVsZW0sIHJvdGF0ZSwgZHVyYXRpb24pIHsKCQkkZWxlbS5hbmltYXRlKHtyb3RhdGU6IHJvdGF0ZX0sIHsKCQlzdGVwOiBmdW5jdGlvbihub3csIGZ4KSB7CgkJCSQodGhpcykuY3NzKCYjeDI3Oy13ZWJraXQtdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOyAKCQkJJCh0aGlzKS5jc3MoJiN4Mjc7LW1vei10cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJCSQodGhpcykuY3NzKCYjeDI3O3RyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsKCQl9LGR1cmF0aW9uOiBkdXJhdGlvbn0pOwoJfQp9KTsKJmx0Oy9zY3JpcHQmZ3Q7[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-04 20:18:36', '2017-07-04 20:18:36', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/04/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1508, 1, '2017-07-04 20:19:24', '2017-07-04 20:19:24', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwogICAgICAgIGFsZXJ0KCR0aGlzLmF0dHIoJnF1b3Q7c3JjJnF1b3Q7KSk7CgkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKCQl2YXIgcm9sbG92ZXIgPSBzb3VyY2Uuc3BsaXQoJiN4Mjc7LiYjeDI3Oyk7CgkJcm9sbG92ZXIgPSByb2xsb3ZlclswXSArICZxdW90O19yb2xsLiZxdW90OyArIHJvbGxvdmVyWzFdOwoJCSR0aGlzLm9uKCZxdW90O21vdXNlb3ZlciZxdW90OywgZnVuY3Rpb24oZSkgewoJCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW91dCZxdW90OywgZnVuY3Rpb24oZSkgewoJCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgc291cmNlKTsKCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-04 20:19:24', '2017-07-04 20:19:24', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/04/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1510, 1, '2017-07-04 20:21:13', '2017-07-04 20:21:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-04 20:21:13', '2017-07-04 20:21:13', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/04/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1511, 1, '2017-07-06 11:02:39', '2017-07-06 11:02:39', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:02:39', '2017-07-06 11:02:39', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1513, 1, '2017-07-06 11:08:30', '2017-07-06 11:08:30', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\"><strong>PRICING</strong></h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:08:30', '2017-07-06 11:08:30', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1512, 1, '2017-07-06 11:08:10', '2017-07-06 11:08:10', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]<h3 style=\"text-align: center;\"><strong>PRICING</strong></h3>[/fusion_text][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPRICING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nGET A QUOTE\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nPREVIOUS CLIENTS\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"-3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n\r\nTRAINING\r\n\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:08:10', '2017-07-06 11:08:10', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1516, 1, '2017-07-06 11:11:53', '2017-07-06 11:11:53', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h4 style=\"text-align: center;\"><strong>PRICING</strong></h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h4 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h4 style=\"text-align: center;\"><strong>TRAINING</strong></h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:11:53', '2017-07-06 11:11:53', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1517, 1, '2017-07-06 11:12:20', '2017-07-06 11:12:20', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL FILMING</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:12:20', '2017-07-06 11:12:20', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1518, 1, '2017-07-06 11:13:17', '2017-07-06 11:13:17', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h3 style=\"text-align: center;\">AERIAL FILMING</h3>[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:13:17', '2017-07-06 11:13:17', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1519, 1, '2017-07-06 11:13:52', '2017-07-06 11:13:52', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h3 style=\"text-align: center;\">AERIAL FILMING</h3>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"0\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:13:52', '2017-07-06 11:13:52', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1520, 1, '2017-07-06 11:14:14', '2017-07-06 11:14:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h3 style=\"text-align: center;\">AERIAL FILMING</h3>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:14:14', '2017-07-06 11:14:14', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1521, 1, '2017-07-06 11:18:56', '2017-07-06 11:18:56', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h3 style=\"text-align: center;\">AERIAL FILMING</h3>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:18:56', '2017-07-06 11:18:56', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1522, 1, '2017-07-06 11:20:12', '2017-07-06 11:20:12', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h3 style=\"text-align: center;\">AERIAL FILMING</h3>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h3 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h3>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:20:12', '2017-07-06 11:20:12', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1524, 1, '2017-07-06 11:24:11', '2017-07-06 11:24:11', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h3 style=\"text-align: center;\">AERIAL FILMING</h3>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h3 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h3>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h3 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h3>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:24:11', '2017-07-06 11:24:11', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1523, 1, '2017-07-06 11:21:47', '2017-07-06 11:21:47', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h3 style=\"text-align: center;\">AERIAL FILMING</h3>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h3 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h3>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 PANORAMAS[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\" element_content=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h3 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h3>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:21:47', '2017-07-06 11:21:47', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1525, 1, '2017-07-06 11:25:02', '2017-07-06 11:25:02', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:25:02', '2017-07-06 11:25:02', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1526, 1, '2017-07-06 11:26:09', '2017-07-06 11:26:09', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:26:09', '2017-07-06 11:26:09', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1527, 1, '2017-07-06 11:26:45', '2017-07-06 11:26:45', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:26:45', '2017-07-06 11:26:45', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1528, 1, '2017-07-06 11:27:13', '2017-07-06 11:27:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:27:13', '2017-07-06 11:27:13', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1529, 1, '2017-07-06 11:32:26', '2017-07-06 11:32:26', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#2c6594\" button_gradient_bottom_color_hover=\"#2c6594\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 11:32:26', '2017-07-06 11:32:26', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1530, 1, '2017-07-06 14:20:58', '2017-07-06 14:20:58', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#2c6594\" button_gradient_bottom_color_hover=\"#2c6594\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:20:58', '2017-07-06 14:20:58', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1531, 1, '2017-07-06 14:22:59', '2017-07-06 14:22:59', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#2c6594\" button_gradient_bottom_color_hover=\"#2c6594\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#2c6594\" button_gradient_bottom_color_hover=\"#2c6594\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#2c6594\" button_gradient_bottom_color_hover=\"#2c6594\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:22:59', '2017-07-06 14:22:59', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1532, 1, '2017-07-06 14:24:52', '2017-07-06 14:24:52', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#2c6594\" button_gradient_bottom_color_hover=\"#2c6594\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#2c6594\" button_gradient_bottom_color_hover=\"#2c6594\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#2c6594\" button_gradient_bottom_color_hover=\"#2c6594\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:24:52', '2017-07-06 14:24:52', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1533, 1, '2017-07-06 14:26:07', '2017-07-06 14:26:07', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<h4 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:26:07', '2017-07-06 14:26:07', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1534, 1, '2017-07-06 14:27:57', '2017-07-06 14:27:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:27:57', '2017-07-06 14:27:57', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1536, 1, '2017-07-06 14:30:06', '2017-07-06 14:30:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][fusion_text]<h4 style=\"text-align: center;\">RECENT CLIENTS</h4>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:30:06', '2017-07-06 14:30:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1535, 1, '2017-07-06 14:28:40', '2017-07-06 14:28:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:28:40', '2017-07-06 14:28:40', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1538, 1, '2017-07-06 14:32:19', '2017-07-06 14:32:19', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px -30 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<p style=\"text-align: center;\">OUR</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:32:19', '2017-07-06 14:32:19', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1539, 1, '2017-07-06 14:33:08', '2017-07-06 14:33:08', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"-50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:33:08', '2017-07-06 14:33:08', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1540, 1, '2017-07-06 14:33:34', '2017-07-06 14:33:34', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:33:34', '2017-07-06 14:33:34', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1544, 1, '2017-07-06 14:35:36', '2017-07-06 14:35:36', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:35:36', '2017-07-06 14:35:36', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1541, 1, '2017-07-06 14:33:55', '2017-07-06 14:33:55', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"-150 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:33:55', '2017-07-06 14:33:55', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1542, 1, '2017-07-06 14:34:15', '2017-07-06 14:34:15', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px -100px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"-150 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:34:15', '2017-07-06 14:34:15', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1543, 1, '2017-07-06 14:35:10', '2017-07-06 14:35:10', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px -100px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"-150 0px 0px 0px\" margin_top=\"-150\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:35:10', '2017-07-06 14:35:10', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1545, 1, '2017-07-06 14:35:49', '2017-07-06 14:35:49', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:35:49', '2017-07-06 14:35:49', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1546, 1, '2017-07-06 14:36:06', '2017-07-06 14:36:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-100\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:36:06', '2017-07-06 14:36:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1547, 1, '2017-07-06 14:36:24', '2017-07-06 14:36:24', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_title margin_top=\"\" margin_bottom=\"-10\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"3\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>OUR</strong></p>\r\n[/fusion_title][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>RECENT CLIENTS</strong></p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:36:24', '2017-07-06 14:36:24', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1571, 1, '2017-07-06 15:05:33', '2017-07-06 15:05:33', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:05:33', '2017-07-06 15:05:33', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1549, 1, '2017-07-06 14:41:14', '2017-07-06 14:41:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h3>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:41:14', '2017-07-06 14:41:14', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1548, 1, '2017-07-06 14:38:07', '2017-07-06 14:38:07', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"-5\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"2\" content_align=\"center\" style_type=\"none\" sep_color=\"\"]\r\n<p style=\"text-align: center;\"><strong>WE WORK WITH INDUSTRY LEADERS</strong></p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:38:07', '2017-07-06 14:38:07', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1550, 1, '2017-07-06 14:42:26', '2017-07-06 14:42:26', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:42:26', '2017-07-06 14:42:26', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1551, 1, '2017-07-06 14:43:13', '2017-07-06 14:43:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:43:13', '2017-07-06 14:43:13', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1553, 1, '2017-07-06 14:48:19', '2017-07-06 14:48:19', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">VIEW OUR PORTFOLIO</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:48:19', '2017-07-06 14:48:19', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1552, 1, '2017-07-06 14:45:04', '2017-07-06 14:45:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">VIEW OUR PORTFOLIO HERE</span></strong></h1>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:45:04', '2017-07-06 14:45:04', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1563, 1, '2017-07-06 14:57:43', '2017-07-06 14:57:43', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.9\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:57:43', '2017-07-06 14:57:43', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1554, 1, '2017-07-06 14:48:55', '2017-07-06 14:48:55', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:48:55', '2017-07-06 14:48:55', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1555, 1, '2017-07-06 14:50:23', '2017-07-06 14:50:23', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:50:23', '2017-07-06 14:50:23', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1556, 1, '2017-07-06 14:51:30', '2017-07-06 14:51:30', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"repeat-y\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.9\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:51:30', '2017-07-06 14:51:30', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1558, 1, '2017-07-06 14:53:02', '2017-07-06 14:53:02', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/quote-300x157.jpg\" background_position=\"center center\" background_repeat=\"repeat-y\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.9\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:53:02', '2017-07-06 14:53:02', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1559, 1, '2017-07-06 14:53:39', '2017-07-06 14:53:39', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/quote-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.9\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:53:39', '2017-07-06 14:53:39', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1560, 1, '2017-07-06 14:53:57', '2017-07-06 14:53:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/quote-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.9\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:53:57', '2017-07-06 14:53:57', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1561, 1, '2017-07-06 14:54:40', '2017-07-06 14:54:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/quote-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.9\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:54:40', '2017-07-06 14:54:40', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1562, 1, '2017-07-06 14:55:20', '2017-07-06 14:55:20', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left-248x300.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right-248x300.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.9\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg-300x157.jpg\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:55:20', '2017-07-06 14:55:20', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1564, 1, '2017-07-06 14:58:34', '2017-07-06 14:58:34', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo-300x144.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.9\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1-300x74.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 14:58:34', '2017-07-06 14:58:34', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1565, 1, '2017-07-06 15:00:04', '2017-07-06 15:00:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.9\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:00:04', '2017-07-06 15:00:04', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1566, 1, '2017-07-06 15:01:01', '2017-07-06 15:01:01', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.9\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:01:01', '2017-07-06 15:01:01', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1567, 1, '2017-07-06 15:01:26', '2017-07-06 15:01:26', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"1.0\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:01:26', '2017-07-06 15:01:26', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1568, 1, '2017-07-06 15:01:45', '2017-07-06 15:01:45', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:01:45', '2017-07-06 15:01:45', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1569, 1, '2017-07-06 15:02:23', '2017-07-06 15:02:23', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"-50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:02:23', '2017-07-06 15:02:23', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1570, 1, '2017-07-06 15:02:50', '2017-07-06 15:02:50', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">GET IN TOUCH</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_title][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #000000;\">AIR-FRAMES LTD</span></strong></h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\"]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:02:50', '2017-07-06 15:02:50', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1572, 1, '2017-07-06 15:06:16', '2017-07-06 15:06:16', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:06:16', '2017-07-06 15:06:16', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1574, 1, '2017-07-06 15:07:39', '2017-07-06 15:07:39', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:07:39', '2017-07-06 15:07:39', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1573, 1, '2017-07-06 15:07:06', '2017-07-06 15:07:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg-1024x546.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:07:06', '2017-07-06 15:07:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1575, 1, '2017-07-06 15:08:14', '2017-07-06 15:08:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:08:14', '2017-07-06 15:08:14', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1576, 1, '2017-07-06 15:08:50', '2017-07-06 15:08:50', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:08:50', '2017-07-06 15:08:50', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1577, 1, '2017-07-06 15:09:19', '2017-07-06 15:09:19', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:09:19', '2017-07-06 15:09:19', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1578, 1, '2017-07-06 15:09:42', '2017-07-06 15:09:42', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:09:42', '2017-07-06 15:09:42', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1579, 1, '2017-07-06 15:11:16', '2017-07-06 15:11:16', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"large\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:11:16', '2017-07-06 15:11:16', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1583, 1, '2017-07-06 15:17:29', '2017-07-06 15:17:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:17:29', '2017-07-06 15:17:29', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1580, 1, '2017-07-06 15:11:41', '2017-07-06 15:11:41', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:11:41', '2017-07-06 15:11:41', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1581, 1, '2017-07-06 15:12:19', '2017-07-06 15:12:19', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:12:19', '2017-07-06 15:12:19', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1582, 1, '2017-07-06 15:12:49', '2017-07-06 15:12:49', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"115px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:12:49', '2017-07-06 15:12:49', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1584, 1, '2017-07-06 15:18:18', '2017-07-06 15:18:18', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:18:18', '2017-07-06 15:18:18', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1587, 1, '2017-07-06 15:22:06', '2017-07-06 15:22:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:22:06', '2017-07-06 15:22:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1586, 1, '2017-07-06 15:21:17', '2017-07-06 15:21:17', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:21:17', '2017-07-06 15:21:17', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1585, 1, '2017-07-06 15:20:36', '2017-07-06 15:20:36', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:20:36', '2017-07-06 15:20:36', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1588, 1, '2017-07-06 15:27:33', '2017-07-06 15:27:33', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013… Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PRICING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">4k filming starts at £495 for half a day, photography packages from £150 per day - contact us to discuss.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Get in touch and we can send a formal quote for works, specific to your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked for some of the biggest construction, engineering and tv production companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]<h5 style=\"text-align: center;\"><strong>TRAINING</strong></h5>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide training in the law, handling and safe operation of drones, for individuals and companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">AERIAL FILMING</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center; color: #ffffff\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">OUR</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; color: #ffffff\">VIEW OUR PORTFOLIO</h2>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">CLIENTS & PARTNERS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR PARTNERS</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">GET IN TOUCH</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\">(+44) (0)7805 596 856<br /> enquiries@air-frames.co.uk</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-06 15:27:33', '2017-07-06 15:27:33', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1589, 1, '2017-07-06 15:38:19', '2017-07-06 15:38:19', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin venenatis ornare ipsum nec gravida. Vivamus consectetur sagittis tempor. Fusce eget pharetra diam, sit amet tincidunt dolor. Nullam ac purus ut nunc bibendum viverra id vitae ante. Mauris in vehicula orci. Donec bibendum ante vel augue egestas imperdiet. Sed fringilla eros sapien, ac tempor eros luctus vel.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Photography</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Mapping & Modelling</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Thermal & IR Survey</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Post Production</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-06 15:38:19', '2017-07-06 15:38:19', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/12-revision-v1/', 0, 'revision', '', 0),
(1590, 1, '2017-07-06 15:38:45', '2017-07-06 15:38:45', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin venenatis ornare ipsum nec gravida. Vivamus consectetur sagittis tempor. Fusce eget pharetra diam, sit amet tincidunt dolor. Nullam ac purus ut nunc bibendum viverra id vitae ante. Mauris in vehicula orci. Donec bibendum ante vel augue egestas imperdiet. Sed fringilla eros sapien, ac tempor eros luctus vel.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Photography</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Mapping & Modelling</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Thermal & IR Survey</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Post Production</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-06 15:38:45', '2017-07-06 15:38:45', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/12-revision-v1/', 0, 'revision', '', 0),
(1591, 1, '2017-07-06 15:40:25', '2017-07-06 15:40:25', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin venenatis ornare ipsum nec gravida. Vivamus consectetur sagittis tempor. Fusce eget pharetra diam, sit amet tincidunt dolor. Nullam ac purus ut nunc bibendum viverra id vitae ante. Mauris in vehicula orci. Donec bibendum ante vel augue egestas imperdiet. Sed fringilla eros sapien, ac tempor eros luctus vel.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Photography</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Mapping & Modelling</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Thermal & IR Survey</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Post Production</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-06 15:40:25', '2017-07-06 15:40:25', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/12-revision-v1/', 0, 'revision', '', 0),
(1592, 1, '2017-07-06 15:41:52', '2017-07-06 15:41:52', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin venenatis ornare ipsum nec gravida. Vivamus consectetur sagittis tempor. Fusce eget pharetra diam, sit amet tincidunt dolor. Nullam ac purus ut nunc bibendum viverra id vitae ante. Mauris in vehicula orci. Donec bibendum ante vel augue egestas imperdiet. Sed fringilla eros sapien, ac tempor eros luctus vel.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Photography</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Mapping & Modelling</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Thermal & IR Survey</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_text]<p style=\"text-align: center;\"><strong>Post Production</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-06 15:41:52', '2017-07-06 15:41:52', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/12-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1593, 1, '2017-07-06 15:42:58', '2017-07-06 15:42:58', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin venenatis ornare ipsum nec gravida. Vivamus consectetur sagittis tempor. Fusce eget pharetra diam, sit amet tincidunt dolor. Nullam ac purus ut nunc bibendum viverra id vitae ante. Mauris in vehicula orci. Donec bibendum ante vel augue egestas imperdiet. Sed fringilla eros sapien, ac tempor eros luctus vel.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h4 style=\"text-align: center;\"><strong>Aerial Photography</strong></h4>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Photography</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Mapping & Modelling</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Thermal & IR Survey</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Post Production</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-06 15:42:58', '2017-07-06 15:42:58', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/12-revision-v1/', 0, 'revision', '', 0),
(1594, 1, '2017-07-06 15:43:13', '2017-07-06 15:43:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin venenatis ornare ipsum nec gravida. Vivamus consectetur sagittis tempor. Fusce eget pharetra diam, sit amet tincidunt dolor. Nullam ac purus ut nunc bibendum viverra id vitae ante. Mauris in vehicula orci. Donec bibendum ante vel augue egestas imperdiet. Sed fringilla eros sapien, ac tempor eros luctus vel.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h5 style=\"text-align: center;\"><strong>Aerial Photography</strong></h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Photography</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Mapping & Modelling</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Thermal & IR Survey</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Post Production</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-06 15:43:13', '2017-07-06 15:43:13', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/12-revision-v1/', 0, 'revision', '', 0),
(1595, 1, '2017-07-06 15:45:08', '2017-07-06 15:45:08', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin venenatis ornare ipsum nec gravida. Vivamus consectetur sagittis tempor. Fusce eget pharetra diam, sit amet tincidunt dolor. Nullam ac purus ut nunc bibendum viverra id vitae ante. Mauris in vehicula orci. Donec bibendum ante vel augue egestas imperdiet. Sed fringilla eros sapien, ac tempor eros luctus vel.</p>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Photography</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Mapping & Modelling</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Thermal & IR Survey</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"text-align: center;\"><strong>Post Production</strong></p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-06 15:45:08', '2017-07-06 15:45:08', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/12-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1596, 1, '2017-07-06 15:48:13', '2017-07-06 15:48:13', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-06 15:48:13', '2017-07-06 15:48:13', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1278-revision-v1/', 0, 'revision', '', 0),
(1599, 1, '2017-07-06 15:51:45', '2017-07-06 15:51:45', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-06 15:51:45', '2017-07-06 15:51:45', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1600, 1, '2017-07-06 15:52:28', '2017-07-06 15:52:28', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Videography', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-06 15:52:28', '2017-07-06 15:52:28', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1278-revision-v1/', 0, 'revision', '', 0),
(2733, 1, '2019-01-03 15:41:22', '2019-01-03 15:41:22', '[fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Vimeo Video\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#0c0c0c\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" image_id=\"2487|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2507|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2418|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2515|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2417|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2516|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2420|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2065|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills-2.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2524|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/Hebden-.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2019-01-03 15:41:22', '2019-01-03 15:41:22', '', 1641, 'https://www.air-frames.co.uk/1641-revision-v1/', 0, 'revision', '', 0),
(2734, 1, '2019-01-03 15:42:56', '2019-01-03 15:42:56', '[fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Vimeo Video\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#0c0c0c\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" image_id=\"2487|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2507|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2418|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2515|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2417|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2516|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2420|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2065|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills-2.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2524|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/Hebden-.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2019-01-03 15:42:56', '2019-01-03 15:42:56', '', 1641, 'https://www.air-frames.co.uk/1641-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1603, 1, '2017-07-06 15:57:40', '2017-07-06 15:57:40', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"855\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/services_mockup-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Photography', '', 'inherit', 'closed', 'closed', '', '1282-autosave-v1', '', '', '2017-07-06 15:57:40', '2017-07-06 15:57:40', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1282-autosave-v1/', 0, 'revision', '', 0),
(1604, 1, '2017-07-06 15:58:23', '2017-07-06 15:58:23', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2017-07-06 15:58:23', '2017-07-06 15:58:23', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1282-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1605, 1, '2017-07-06 15:58:49', '2017-07-06 15:58:49', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2017-07-06 15:58:49', '2017-07-06 15:58:49', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1282-revision-v1/', 0, 'revision', '', 0),
(2724, 1, '2019-01-03 15:27:22', '2019-01-03 15:27:22', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_id=\"1858|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park & Gisburne Park Estate\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2018/08/ribble-2.png\" image_id=\"2291|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/BBC.png\" image_id=\"2089|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p style=\"text-align: center;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2019-01-03 15:27:22', '2019-01-03 15:27:22', '', 2443, 'https://www.air-frames.co.uk/2443-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2725, 1, '2019-01-03 15:27:22', '2019-01-03 15:27:22', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2019-01-03 15:27:22', '2019-01-03 15:27:22', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1608, 1, '2017-07-06 16:03:36', '2017-07-06 16:03:36', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND & COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">ESTATE / LAND & COMMERCIAL PROPERTY</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER & CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Mapping & Modelling', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2017-07-06 16:03:36', '2017-07-06 16:03:36', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1286-revision-v1/', 0, 'revision', '', 0),
(1611, 1, '2017-07-06 16:07:47', '2017-07-06 16:07:47', '[fusion_builder_container admin_label=\"DJI S1000\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1487\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_s1000.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">DJI S1000</h3>[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI INSPIRE X5R</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r-300x179.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3-300x179.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI PHANTOM 3</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI RONIN GROUND GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI RONIN GROUND GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1483\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_ground_gimbal-300x179.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol-300x179.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center;\">DJI OSMO GIMBOL</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]&lt;div&gt;&lt;div id=&quot;540999436750593539&quot; align=&quot;center&quot; style=&quot;width: 100%; overflow-y: hidden;&quot; class=&quot;wcustomhtml&quot;&gt;&lt;script&gt;\r\n			document.write(unescape(&#x27;%3Cscript src=&quot;http://u.dji.com/en/ads/24&quot;%3E%3C/script%3E&#x27;));\r\n			&lt;/script&gt;&lt;/div&gt;\r\n[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-06 16:07:47', '2017-07-06 16:07:47', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1618, 1, '2017-07-06 16:28:54', '2017-07-06 16:28:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]<h4 style=\"text-align: center;\">JAMES WILHEW - DIRECTOR/ OWNER</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p><p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p><p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">PILOTS/CAMERA OPERATORS</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>[/fusion_text][fusion_text]<section class=\"pb-medium\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-6\"><p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p></div></div></div></section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\"><div class=\"mask opacity-5\"> </div></section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"80\" margin_bottom=\"80\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center; color: #ffffff\">TESTIMONIALS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"-50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">WHAT OUR CUSTOMERS SAY</h4>[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-06 16:28:54', '2017-07-06 16:28:54', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/16-revision-v1/', 0, 'revision', '', 0),
(1616, 1, '2017-07-06 16:25:36', '2017-07-06 16:25:36', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]<h4 style=\"text-align: center;\">JAMES WILHEW - DIRECTOR/ OWNER</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p><p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p><p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">PILOTS/CAMERA OPERATORS</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>[/fusion_text][fusion_text]<section class=\"pb-medium\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-6\"><p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p></div></div></div></section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\"><div class=\"mask opacity-5\"> </div></section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/06/41.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"80\" margin_bottom=\"80\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">TESTIMONIALS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"-50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">TESTIMONIALS</h4>[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial1.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-06 16:25:36', '2017-07-06 16:25:36', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/16-revision-v1/', 0, 'revision', '', 0),
(1617, 1, '2017-07-06 16:26:40', '2017-07-06 16:26:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]<h4 style=\"text-align: center;\">JAMES WILHEW - DIRECTOR/ OWNER</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p><p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p><p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">PILOTS/CAMERA OPERATORS</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>[/fusion_text][fusion_text]<section class=\"pb-medium\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-6\"><p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p></div></div></div></section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\"><div class=\"mask opacity-5\"> </div></section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"80\" margin_bottom=\"80\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">TESTIMONIALS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"-50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center;\">WHAT OUR CUSTOMERS SAY</h4>[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial1.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/testimonial2.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-06 16:26:40', '2017-07-06 16:26:40', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/16-revision-v1/', 0, 'revision', '', 0),
(1619, 1, '2017-07-06 16:29:18', '2017-07-06 16:29:18', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]<h4 style=\"text-align: center;\">JAMES WILHEW - DIRECTOR/ OWNER</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p><p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p><p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">PILOTS/CAMERA OPERATORS</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>[/fusion_text][fusion_text]<section class=\"pb-medium\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-6\"><p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p></div></div></div></section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\"><div class=\"mask opacity-5\"> </div></section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center; color: #ffffff\">TESTIMONIALS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"-50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">WHAT OUR CUSTOMERS SAY</h4>[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-06 16:29:18', '2017-07-06 16:29:18', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1620, 1, '2017-07-06 16:29:41', '2017-07-06 16:29:41', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]<h4 style=\"text-align: center;\">JAMES WILHEW - DIRECTOR/ OWNER</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p><p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p><p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">PILOTS/CAMERA OPERATORS</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>[/fusion_text][fusion_text]<section class=\"pb-medium\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-6\"><p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p></div></div></div></section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\"><div class=\"mask opacity-5\"> </div></section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center; color: #ffffff\">TESTIMONIALS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"-150 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">WHAT OUR CUSTOMERS SAY</h4>[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-06 16:29:41', '2017-07-06 16:29:41', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/16-revision-v1/', 0, 'revision', '', 0),
(1621, 1, '2017-07-06 16:30:00', '2017-07-06 16:30:00', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]<h4 style=\"text-align: center;\">JAMES WILHEW - DIRECTOR/ OWNER</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p><p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p><p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">PILOTS/CAMERA OPERATORS</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>[/fusion_text][fusion_text]<section class=\"pb-medium\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-6\"><p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p></div></div></div></section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\"><div class=\"mask opacity-5\"> </div></section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center; color: #ffffff\">TESTIMONIALS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">WHAT OUR CUSTOMERS SAY</h4>[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-06 16:30:00', '2017-07-06 16:30:00', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/16-revision-v1/', 0, 'revision', '', 0),
(1622, 1, '2017-07-06 16:30:18', '2017-07-06 16:30:18', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]<h4 style=\"text-align: center;\">JAMES WILHEW - DIRECTOR/ OWNER</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p><p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p><p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">PILOTS/CAMERA OPERATORS</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>[/fusion_text][fusion_text]<section class=\"pb-medium\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-6\"><p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p></div></div></div></section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\"><div class=\"mask opacity-5\"> </div></section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center; color: #ffffff\">TESTIMONIALS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">WHAT OUR CUSTOMERS SAY</h4>[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-06 16:30:18', '2017-07-06 16:30:18', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/16-revision-v1/', 0, 'revision', '', 0),
(1623, 1, '2017-07-06 16:30:58', '2017-07-06 16:30:58', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]<h4 style=\"text-align: center;\">JAMES WILHEW - DIRECTOR/ OWNER</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p><p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p><p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">PILOTS/CAMERA OPERATORS</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>[/fusion_text][fusion_text]<section class=\"pb-medium\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-6\"><p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p></div></div></div></section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\"><div class=\"mask opacity-5\"> </div></section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center; color: #ffffff\">TESTIMONIALS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">WHAT OUR CUSTOMERS SAY</h4>[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-06 16:30:58', '2017-07-06 16:30:58', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1624, 1, '2017-07-06 16:31:15', '2017-07-06 16:31:15', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]<h4 style=\"text-align: center;\">JAMES WILHEW - DIRECTOR/ OWNER</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p><p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p><p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">PILOTS/CAMERA OPERATORS</h4>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>[/fusion_text][fusion_text]<section class=\"pb-medium\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-6\"><p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p></div></div></div></section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\"><div class=\"mask opacity-5\"> </div></section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center; color: #ffffff\">TESTIMONIALS</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h4 style=\"text-align: center; color: #ffffff\">WHAT OUR CUSTOMERS SAY</h4>[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p>sdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb</p>[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-06 16:31:15', '2017-07-06 16:31:15', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/16-revision-v1/', 0, 'revision', '', 0),
(1626, 1, '2017-07-06 16:32:56', '2017-07-06 16:32:56', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">HAVE ANY QUESTIONS?</h3>[/fusion_text][fusion_text]<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing 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.</p>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5px\" bottom_margin=\"40\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"30px 30px 30px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_faq filters=\"\" featured_image=\"\" cats_slug=\"\" exclude_cats=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'FAQ\'S', '', 'inherit', 'closed', 'closed', '', '1276-revision-v1', '', '', '2017-07-06 16:32:56', '2017-07-06 16:32:56', '', 1276, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1276-revision-v1/', 0, 'revision', '', 0),
(1627, 1, '2017-07-06 20:27:09', '2017-07-06 20:27:09', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo-300x129.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; font-size: 18px; letter-spacing: 2px; font-weight: 300;\">Air-Frames (UK) Limited\r\n(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; font-size: 18px; letter-spacing: 2px; font-weight: 300;\">Please get in contact for any more information that you may need, or to hire out our services.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"119\" title=\"Contact form\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2017-07-06 20:27:09', '2017-07-06 20:27:09', '', 0, 'http://halifaxwebdesign.co.uk/airframes/fusion_template/contact/', 0, 'fusion_template', '', 0),
(1638, 1, '2017-07-06 20:36:42', '2017-07-06 20:36:42', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"150\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Air-Frames (UK) Limited\r\n(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Please get in contact for any more information that you may need, or to hire out our services.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"119\" title=\"Contact form\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '1630-revision-v1', '', '', '2017-07-06 20:36:42', '2017-07-06 20:36:42', '', 1630, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1630-revision-v1/', 0, 'revision', '', 0),
(1634, 1, '2017-07-06 20:33:24', '2017-07-06 20:33:24', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; font-size: 18px; letter-spacing: 2px; font-weight: 300;\">Air-Frames (UK) Limited\r\n(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; font-size: 18px; letter-spacing: 2px; font-weight: 300;\">Please get in contact for any more information that you may need, or to hire out our services.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"119\" title=\"Contact form\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '1630-revision-v1', '', '', '2017-07-06 20:33:24', '2017-07-06 20:33:24', '', 1630, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1630-revision-v1/', 0, 'revision', '', 0),
(1630, 1, '2017-07-06 20:28:47', '2017-07-06 20:28:47', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Air-Frames (UK) Limited\r\n<a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Please get in contact for any more information that you may need, or to hire out our services.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][contact-form-7 id=\"119\" title=\"Contact form\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'publish', 'open', 'open', '', 'contact', '', '', '2024-02-26 16:51:31', '2024-02-26 16:51:31', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?page_id=1630', 0, 'page', '', 0),
(1631, 1, '2017-07-06 20:28:47', '2017-07-06 20:28:47', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo-300x129.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; font-size: 18px; letter-spacing: 2px; font-weight: 300;\">Air-Frames (UK) Limited\r\n(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; font-size: 18px; letter-spacing: 2px; font-weight: 300;\">Please get in contact for any more information that you may need, or to hire out our services.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"119\" title=\"Contact form\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '1630-revision-v1', '', '', '2017-07-06 20:28:47', '2017-07-06 20:28:47', '', 1630, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1630-revision-v1/', 0, 'revision', '', 0),
(1633, 1, '2017-07-06 20:30:27', '2017-07-06 20:30:27', ' ', '', '', 'publish', 'closed', 'closed', '', '1633', '', '', '2021-10-14 09:34:37', '2021-10-14 09:34:37', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?p=1633', 9, 'nav_menu_item', '', 0),
(1632, 1, '2017-07-06 20:29:35', '2017-07-06 20:29:35', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo-300x129.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; font-size: 18px; letter-spacing: 2px; font-weight: 300;\">Air-Frames (UK) Limited\r\n(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center; font-size: 18px; letter-spacing: 2px; font-weight: 300;\">Please get in contact for any more information that you may need, or to hire out our services.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"119\" title=\"Contact form\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '1630-revision-v1', '', '', '2017-07-06 20:29:35', '2017-07-06 20:29:35', '', 1630, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1630-revision-v1/', 0, 'revision', '', 0),
(1651, 1, '2017-07-06 20:57:44', '2017-07-06 20:57:44', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid-with-text\" picture_size=\"default\" boxed_text=\"unboxed\" columns=\"4\" one_column_text_position=\"below\" column_spacing=\"20\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" portfolio_layout_padding=\"\" filters=\"yes\" cat_slug=\"\" exclude_cats=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2017-07-06 20:57:44', '2017-07-06 20:57:44', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2017/07/06/1641-revision-v1/', 0, 'revision', '', 0),
(1652, 1, '2017-07-07 07:04:07', '2017-07-07 07:04:07', '', 'main-logo_clear', '', 'inherit', 'open', 'closed', '', 'main-logo_clear', '', '', '2017-07-07 07:04:07', '2017-07-07 07:04:07', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/main-logo_clear.png', 0, 'attachment', 'image/png', 0),
(1653, 1, '2017-07-07 07:10:53', '2017-07-07 07:10:53', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2017-07-07 07:10:53', '2017-07-07 07:10:53', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/favicon.png', 0, 'attachment', 'image/png', 0),
(1654, 1, '2017-07-07 07:11:44', '2017-07-07 07:11:44', '', 'favicon_white', '', 'inherit', 'open', 'closed', '', 'favicon_white', '', '', '2017-07-07 07:11:44', '2017-07-07 07:11:44', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/favicon_white.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1659, 1, '2017-07-07 08:11:54', '2017-07-07 08:11:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 08:11:54', '2017-07-07 08:11:54', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1655, 1, '2017-07-07 07:33:29', '2017-07-07 07:33:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED&lt;/strong&gt;</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 07:33:29', '2017-07-07 07:33:29', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1656, 1, '2017-07-07 07:34:32', '2017-07-07 07:34:32', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1468\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_training.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 07:34:32', '2017-07-07 07:34:32', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1657, 1, '2017-07-07 07:37:43', '2017-07-07 07:37:43', '', 'home_icon_night', '', 'inherit', 'open', 'closed', '', 'home_icon_night', '', '', '2017-07-07 07:37:43', '2017-07-07 07:37:43', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1658, 1, '2017-07-07 07:37:52', '2017-07-07 07:37:52', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to fully control the cameras from the ground, independent of the pilot and receive a live HD feed from the aircraft. This feed can also be provided to the client so they can view the imagery in real-time. The same stabilised imagery can also be achieved on the ground with our small and large camera gimbals, for the complete filming service.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL FILMING[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]AERIAL PHOTOGRAPHY[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]GROUND FILMING[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 07:37:52', '2017-07-07 07:37:52', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1660, 1, '2017-07-07 08:12:19', '2017-07-07 08:12:19', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY &amp; 360 INTERACTIVE PANORAMAS</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot standard aerial photographs in RAW and can also take a variety of images to produce static 180 degree panoramas and fully interactive 360 panoramas, popular with construction companies for monthly progress reporting from site.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Aerial Photography[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]360 Panoramas[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 08:12:19', '2017-07-07 08:12:19', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1663, 1, '2017-07-07 08:22:59', '2017-07-07 08:22:59', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 08:22:59', '2017-07-07 08:22:59', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1662, 1, '2017-07-07 08:15:49', '2017-07-07 08:15:49', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Photography &amp; 360\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">2D AND 3D FLY-THROUGHS, MAPPING AND MODELLING &amp; THERMAL/IR SURVEY.</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create simple 3D models of a site in PDF or more complex contour mapping, point clouds and digital surface models for use with a range of GIS and CAD applications. We can do this in both optical and thermal using our own sensors.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 1[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 2[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUTTON 3[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 08:15:49', '2017-07-07 08:15:49', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1664, 1, '2017-07-07 08:27:21', '2017-07-07 08:27:21', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"2D/3D, Mapping, Thermal &amp; IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 08:27:21', '2017-07-07 08:27:21', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1665, 1, '2017-07-07 08:29:06', '2017-07-07 08:29:06', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2764|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/netflixw.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2617\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2613\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/calderdale.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2615\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/alchemy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2619\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/ribblesdale.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'publish', 'open', 'open', '', 'clients', '', '', '2019-09-20 21:50:29', '2019-09-20 21:50:29', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?page_id=1665', 0, 'page', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1668, 1, '2017-07-07 08:34:00', '2017-07-07 08:34:00', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2017-07-07 08:34:00', '2017-07-07 08:34:00', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1665-revision-v1/', 0, 'revision', '', 0),
(1666, 1, '2017-07-07 08:29:06', '2017-07-07 08:29:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid-with-text\" picture_size=\"default\" boxed_text=\"unboxed\" columns=\"4\" one_column_text_position=\"below\" column_spacing=\"20\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" portfolio_layout_padding=\"\" filters=\"yes\" cat_slug=\"\" exclude_cats=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2017-07-07 08:29:06', '2017-07-07 08:29:06', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1665-revision-v1/', 0, 'revision', '', 0),
(1667, 1, '2017-07-07 08:29:59', '2017-07-07 08:29:59', '', 'Clients', '', 'publish', 'closed', 'closed', '', 'services-2-2-2-3', '', '', '2017-07-07 08:32:52', '2017-07-07 08:32:52', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=slide&#038;p=1667', 0, 'slide', '', 0),
(1669, 1, '2017-07-07 08:40:06', '2017-07-07 08:40:06', '', 'clients_JBA_consulting', '', 'inherit', 'open', 'closed', '', 'clients_jba_consulting', '', '', '2017-07-07 08:40:06', '2017-07-07 08:40:06', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg', 0, 'attachment', 'image/jpeg', 0),
(1670, 1, '2017-07-07 08:40:07', '2017-07-07 08:40:07', '', 'clients_invictus_games', '', 'inherit', 'open', 'closed', '', 'clients_invictus_games', '', '', '2017-07-07 08:40:07', '2017-07-07 08:40:07', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg', 0, 'attachment', 'image/jpeg', 0),
(1671, 1, '2017-07-07 08:40:08', '2017-07-07 08:40:08', '', 'clients_help_for_heros', '', 'inherit', 'open', 'closed', '', 'clients_help_for_heros', '', '', '2017-07-07 08:40:08', '2017-07-07 08:40:08', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg', 0, 'attachment', 'image/jpeg', 0),
(1672, 1, '2017-07-07 08:40:09', '2017-07-07 08:40:09', '', 'clients_videoink', '', 'inherit', 'open', 'closed', '', 'clients_videoink', '', '', '2017-07-07 08:40:09', '2017-07-07 08:40:09', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg', 0, 'attachment', 'image/jpeg', 0),
(1673, 1, '2017-07-07 08:40:11', '2017-07-07 08:40:11', '', 'clients_airstoc', '', 'inherit', 'open', 'closed', '', 'clients_airstoc', '', '', '2017-07-07 08:40:11', '2017-07-07 08:40:11', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg', 0, 'attachment', 'image/jpeg', 0),
(1674, 1, '2017-07-07 08:40:12', '2017-07-07 08:40:12', '', 'clients_uascdc', '', 'inherit', 'open', 'closed', '', 'clients_uascdc', '', '', '2017-07-07 08:40:12', '2017-07-07 08:40:12', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg', 0, 'attachment', 'image/jpeg', 0),
(1675, 1, '2017-07-07 08:40:13', '2017-07-07 08:40:13', '', 'clients_hermes', '', 'inherit', 'open', 'closed', '', 'clients_hermes', '', '', '2017-07-07 08:40:13', '2017-07-07 08:40:13', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg', 0, 'attachment', 'image/jpeg', 0),
(1676, 1, '2017-07-07 08:40:14', '2017-07-07 08:40:14', '', 'clients_saipem', '', 'inherit', 'open', 'closed', '', 'clients_saipem', '', '', '2017-07-07 08:40:14', '2017-07-07 08:40:14', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg', 0, 'attachment', 'image/jpeg', 0),
(1677, 1, '2017-07-07 08:40:15', '2017-07-07 08:40:15', '', 'clients_splat_training', '', 'inherit', 'open', 'closed', '', 'clients_splat_training', '', '', '2017-07-07 08:40:15', '2017-07-07 08:40:15', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg', 0, 'attachment', 'image/jpeg', 0),
(1678, 1, '2017-07-07 08:40:16', '2017-07-07 08:40:16', '', 'clients_site_eye', '', 'inherit', 'open', 'closed', '', 'clients_site_eye', '', '', '2017-07-07 08:40:16', '2017-07-07 08:40:16', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg', 0, 'attachment', 'image/jpeg', 0),
(1679, 1, '2017-07-07 08:40:17', '2017-07-07 08:40:17', '', 'clients_scot_rail', '', 'inherit', 'open', 'closed', '', 'clients_scot_rail', '', '', '2017-07-07 08:40:17', '2017-07-07 08:40:17', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg', 0, 'attachment', 'image/jpeg', 0),
(1680, 1, '2017-07-07 08:40:18', '2017-07-07 08:40:18', '', 'clients_reeds_rains', '', 'inherit', 'open', 'closed', '', 'clients_reeds_rains', '', '', '2017-07-07 08:40:18', '2017-07-07 08:40:18', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg', 0, 'attachment', 'image/jpeg', 0),
(1681, 1, '2017-07-07 08:40:19', '2017-07-07 08:40:19', '', 'clients_pukka_films', '', 'inherit', 'open', 'closed', '', 'clients_pukka_films', '', '', '2017-07-07 08:40:19', '2017-07-07 08:40:19', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg', 0, 'attachment', 'image/jpeg', 0),
(1682, 1, '2017-07-07 08:40:20', '2017-07-07 08:40:20', '', 'clients_network_rail', '', 'inherit', 'open', 'closed', '', 'clients_network_rail', '', '', '2017-07-07 08:40:20', '2017-07-07 08:40:20', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg', 0, 'attachment', 'image/jpeg', 0),
(1683, 1, '2017-07-07 08:40:21', '2017-07-07 08:40:21', '', 'clients_morgan_sindall', '', 'inherit', 'open', 'closed', '', 'clients_morgan_sindall', '', '', '2017-07-07 08:40:21', '2017-07-07 08:40:21', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg', 0, 'attachment', 'image/jpeg', 0),
(1684, 1, '2017-07-07 08:40:23', '2017-07-07 08:40:23', '', 'clients_kingsknowe_golf_club', '', 'inherit', 'open', 'closed', '', 'clients_kingsknowe_golf_club', '', '', '2017-07-07 08:40:23', '2017-07-07 08:40:23', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg', 0, 'attachment', 'image/jpeg', 0),
(1685, 1, '2017-07-07 08:40:24', '2017-07-07 08:40:24', '', 'clients_excalibur_productions', '', 'inherit', 'open', 'closed', '', 'clients_excalibur_productions', '', '', '2017-07-07 08:40:24', '2017-07-07 08:40:24', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg', 0, 'attachment', 'image/jpeg', 0),
(1686, 1, '2017-07-07 08:40:25', '2017-07-07 08:40:25', '', 'clients_egip', '', 'inherit', 'open', 'closed', '', 'clients_egip', '', '', '2017-07-07 08:40:25', '2017-07-07 08:40:25', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg', 0, 'attachment', 'image/jpeg', 0),
(1687, 1, '2017-07-07 08:40:26', '2017-07-07 08:40:26', '', 'clients_crossrail', '', 'inherit', 'open', 'closed', '', 'clients_crossrail', '', '', '2017-07-07 08:40:26', '2017-07-07 08:40:26', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg', 0, 'attachment', 'image/jpeg', 0),
(1688, 1, '2017-07-07 08:40:27', '2017-07-07 08:40:27', '', 'clients_charnock_bates', '', 'inherit', 'open', 'closed', '', 'clients_charnock_bates', '', '', '2017-07-07 08:40:27', '2017-07-07 08:40:27', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg', 0, 'attachment', 'image/jpeg', 0),
(1689, 1, '2017-07-07 08:40:28', '2017-07-07 08:40:28', '', 'clients_cannonball', '', 'inherit', 'open', 'closed', '', 'clients_cannonball', '', '', '2017-07-07 08:40:28', '2017-07-07 08:40:28', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg', 0, 'attachment', 'image/jpeg', 0),
(1690, 1, '2017-07-07 08:40:29', '2017-07-07 08:40:29', '', 'clients_bedlam_productions', '', 'inherit', 'open', 'closed', '', 'clients_bedlam_productions', '', '', '2017-07-07 08:40:29', '2017-07-07 08:40:29', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg', 0, 'attachment', 'image/jpeg', 0),
(1691, 1, '2017-07-07 08:40:30', '2017-07-07 08:40:30', '', 'clients_bam_nuttall', '', 'inherit', 'open', 'closed', '', 'clients_bam_nuttall', '', '', '2017-07-07 08:40:30', '2017-07-07 08:40:30', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg', 0, 'attachment', 'image/jpeg', 0),
(1692, 1, '2017-07-07 08:40:31', '2017-07-07 08:40:31', '', 'clients_alun_griffiths', '', 'inherit', 'open', 'closed', '', 'clients_alun_griffiths', '', '', '2017-07-07 08:40:31', '2017-07-07 08:40:31', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg', 0, 'attachment', 'image/jpeg', 0),
(1693, 1, '2017-07-07 08:43:43', '2017-07-07 08:43:43', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2017-07-07 08:43:43', '2017-07-07 08:43:43', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1665-revision-v1/', 0, 'revision', '', 0),
(1694, 1, '2017-07-07 08:50:57', '2017-07-07 08:50:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2017-07-07 08:50:57', '2017-07-07 08:50:57', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1695, 1, '2017-07-07 08:51:34', '2017-07-07 08:51:34', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2017-07-07 08:51:34', '2017-07-07 08:51:34', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1665-revision-v1/', 0, 'revision', '', 0),
(1696, 1, '2017-07-07 08:57:44', '2017-07-07 08:57:44', '', 'clients_revilo_homes', '', 'inherit', 'open', 'closed', '', 'clients_revilo_homes', '', '', '2017-07-07 08:57:44', '2017-07-07 08:57:44', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg', 0, 'attachment', 'image/jpeg', 0),
(1697, 1, '2017-07-07 08:57:45', '2017-07-07 08:57:45', '', 'clients_abc_news', '', 'inherit', 'open', 'closed', '', 'clients_abc_news', '', '', '2017-07-07 08:57:45', '2017-07-07 08:57:45', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg', 0, 'attachment', 'image/jpeg', 0),
(1698, 1, '2017-07-07 08:57:46', '2017-07-07 08:57:46', '', 'clients_yorkshire_water', '', 'inherit', 'open', 'closed', '', 'clients_yorkshire_water', '', '', '2017-07-07 08:57:46', '2017-07-07 08:57:46', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg', 0, 'attachment', 'image/jpeg', 0),
(1699, 1, '2017-07-07 08:57:47', '2017-07-07 08:57:47', '', 'clients_bbc', '', 'inherit', 'open', 'closed', '', 'clients_bbc', '', '', '2017-07-07 08:57:47', '2017-07-07 08:57:47', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1700, 1, '2017-07-07 08:58:23', '2017-07-07 08:58:23', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2017-07-07 08:58:23', '2017-07-07 08:58:23', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1702, 1, '2017-07-07 09:04:37', '2017-07-07 09:04:37', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:04:37', '2017-07-07 09:04:37', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1701, 1, '2017-07-07 09:02:08', '2017-07-07 09:02:08', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1456\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1457\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1458\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1459\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"25\" bottom_margin=\"25\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1460\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1461\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_6.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1462\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_7.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1463\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_8.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1473\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_3.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1474\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_4.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY A DRONE[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BUY STOCK FILM[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"#1b6be2\" button_gradient_bottom_color_hover=\"#1b6be2\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"small\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]BECOME A MEMBER[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:02:08', '2017-07-07 09:02:08', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1705, 1, '2017-07-07 09:08:51', '2017-07-07 09:08:51', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:08:51', '2017-07-07 09:08:51', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1706, 1, '2017-07-07 09:11:26', '2017-07-07 09:11:26', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:11:26', '2017-07-07 09:11:26', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1707, 1, '2017-07-07 09:11:57', '2017-07-07 09:11:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:11:57', '2017-07-07 09:11:57', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1708, 1, '2017-07-07 09:12:50', '2017-07-07 09:12:50', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:12:50', '2017-07-07 09:12:50', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1711, 1, '2017-07-07 09:15:05', '2017-07-07 09:15:05', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:15:05', '2017-07-07 09:15:05', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1709, 1, '2017-07-07 09:13:54', '2017-07-07 09:13:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:13:54', '2017-07-07 09:13:54', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1710, 1, '2017-07-07 09:14:18', '2017-07-07 09:14:18', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-40\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:14:18', '2017-07-07 09:14:18', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1712, 1, '2017-07-07 09:15:29', '2017-07-07 09:15:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:15:29', '2017-07-07 09:15:29', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1713, 1, '2017-07-07 09:16:13', '2017-07-07 09:16:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1471\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#f44336\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1472\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_partners_2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:16:13', '2017-07-07 09:16:13', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1714, 1, '2017-07-07 09:20:41', '2017-07-07 09:20:41', '', 'partners_drone_aerial', '', 'inherit', 'open', 'closed', '', 'partners_drone_aerial', '', '', '2017-07-07 09:20:41', '2017-07-07 09:20:41', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg', 0, 'attachment', 'image/jpeg', 0),
(1715, 1, '2017-07-07 09:20:42', '2017-07-07 09:20:42', '', 'partners_siteeye', '', 'inherit', 'open', 'closed', '', 'partners_siteeye', '', '', '2017-07-07 09:20:42', '2017-07-07 09:20:42', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1717, 1, '2017-07-07 09:22:06', '2017-07-07 09:22:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:22:06', '2017-07-07 09:22:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1716, 1, '2017-07-07 09:21:01', '2017-07-07 09:21:01', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#f44336\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:21:01', '2017-07-07 09:21:01', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1719, 1, '2017-07-07 09:23:48', '2017-07-07 09:23:48', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:23:48', '2017-07-07 09:23:48', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1718, 1, '2017-07-07 09:23:22', '2017-07-07 09:23:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:23:22', '2017-07-07 09:23:22', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1720, 1, '2017-07-07 09:25:48', '2017-07-07 09:25:48', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7805 596 856\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:25:48', '2017-07-07 09:25:48', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1721, 1, '2017-07-07 09:30:25', '2017-07-07 09:30:25', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Air-Frames (UK) Limited\r\n(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Please get in contact for any more information that you may need, or to hire out our services.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"119\" title=\"Contact form\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '1630-revision-v1', '', '', '2017-07-07 09:30:25', '2017-07-07 09:30:25', '', 1630, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1630-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1722, 1, '2017-07-07 09:30:56', '2017-07-07 09:30:56', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 09:30:56', '2017-07-07 09:30:56', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1723, 1, '2017-07-07 10:05:56', '2017-07-07 10:05:56', '[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'side half image/text', '', 'publish', 'closed', 'closed', '', 'side-half-imagetext', '', '', '2017-07-07 10:05:56', '2017-07-07 10:05:56', '', 0, 'http://halifaxwebdesign.co.uk/airframes/fusion_element/side-half-imagetext/', 0, 'fusion_element', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1724, 1, '2017-07-07 10:10:06', '2017-07-07 10:10:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 10:10:06', '2017-07-07 10:10:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1725, 1, '2017-07-07 10:10:23', '2017-07-07 10:10:23', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILHEW - DIRECTOR/ OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james-300x200.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOTS/CAMERA OPERATORS</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n\r\n<section class=\"pb-medium\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\">\r\n<div class=\"mask opacity-5\"></div>\r\n</section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-07 10:10:23', '2017-07-07 10:10:23', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/16-revision-v1/', 0, 'revision', '', 0),
(1726, 1, '2017-07-07 10:14:04', '2017-07-07 10:14:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILHEW - DIRECTOR/ OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james-300x200.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n\r\n<section class=\"pb-medium\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\">\r\n<div class=\"mask opacity-5\"></div>\r\n</section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-07 10:14:04', '2017-07-07 10:14:04', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/16-revision-v1/', 0, 'revision', '', 0),
(1727, 1, '2017-07-07 10:16:55', '2017-07-07 10:16:55', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1479\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILHEW – DIRECTOR/ OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james-300x200.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n\r\n<section class=\"pb-medium\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\">\r\n<div class=\"mask opacity-5\"></div>\r\n</section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-07 10:16:55', '2017-07-07 10:16:55', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1730, 1, '2017-07-07 10:35:37', '2017-07-07 10:35:37', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILHEW – DIRECTOR/ OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n\r\n<section class=\"pb-medium\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\">\r\n<div class=\"mask opacity-5\"></div>\r\n</section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-07 10:35:37', '2017-07-07 10:35:37', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/16-revision-v1/', 0, 'revision', '', 0),
(1729, 1, '2017-07-07 10:34:05', '2017-07-07 10:34:05', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1728\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILHEW – DIRECTOR/ OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_james-300x200.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n\r\n<section class=\"pb-medium\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\">\r\n<div class=\"mask opacity-5\"></div>\r\n</section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-07 10:34:05', '2017-07-07 10:34:05', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/16-revision-v1/', 0, 'revision', '', 0),
(1731, 1, '2017-07-07 10:35:54', '2017-07-07 10:35:54', '', 'james_profile', '', 'inherit', 'open', 'closed', '', 'james_profile', '', '', '2017-07-07 10:35:54', '2017-07-07 10:35:54', '', 16, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg', 0, 'attachment', 'image/jpeg', 0),
(1732, 1, '2017-07-07 10:36:06', '2017-07-07 10:36:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile-263x300.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILHEW – DIRECTOR/ OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n\r\n<section class=\"pb-medium\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\">\r\n<div class=\"mask opacity-5\"></div>\r\n</section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-07 10:36:06', '2017-07-07 10:36:06', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1733, 1, '2017-07-07 10:36:33', '2017-07-07 10:36:33', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"10 10 10 10\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILHEW – DIRECTOR/ OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n\r\n<section class=\"pb-medium\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\">\r\n<div class=\"mask opacity-5\"></div>\r\n</section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-07 10:36:33', '2017-07-07 10:36:33', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/16-revision-v1/', 0, 'revision', '', 0),
(1734, 1, '2017-07-07 10:37:14', '2017-07-07 10:37:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"20 20 20 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILHEW – DIRECTOR/ OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n\r\n<section class=\"pb-medium\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\">\r\n<div class=\"mask opacity-5\"></div>\r\n</section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-07 10:37:14', '2017-07-07 10:37:14', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/16-revision-v1/', 0, 'revision', '', 0),
(1735, 1, '2017-07-07 10:37:39', '2017-07-07 10:37:39', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"20 40 20 40\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILHEW – DIRECTOR/ OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n\r\n<section class=\"pb-medium\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\">\r\n<div class=\"mask opacity-5\"></div>\r\n</section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-07 10:37:39', '2017-07-07 10:37:39', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/16-revision-v1/', 0, 'revision', '', 0),
(1736, 1, '2017-07-07 10:38:08', '2017-07-07 10:38:08', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILHEW – DIRECTOR/ OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n\r\n<section class=\"pb-medium\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\">\r\n<div class=\"mask opacity-5\"></div>\r\n</section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-07 10:38:08', '2017-07-07 10:38:08', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1737, 1, '2017-07-07 10:40:32', '2017-07-07 10:40:32', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin venenatis ornare ipsum nec gravida. Vivamus consectetur sagittis tempor. Fusce eget pharetra diam, sit amet tincidunt dolor. Nullam ac purus ut nunc bibendum viverra id vitae ante. Mauris in vehicula orci. Donec bibendum ante vel augue egestas imperdiet. Sed fringilla eros sapien, ac tempor eros luctus vel.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Mapping &amp; Modelling</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Thermal &amp; IR Survey</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-07 10:40:32', '2017-07-07 10:40:32', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/12-revision-v1/', 0, 'revision', '', 0),
(1738, 1, '2017-07-07 10:41:07', '2017-07-07 10:41:07', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-07 10:41:07', '2017-07-07 10:41:07', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1739, 1, '2017-07-07 10:43:26', '2017-07-07 10:43:26', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2017-07-07 10:43:26', '2017-07-07 10:43:26', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1282-revision-v1/', 0, 'revision', '', 0),
(1740, 1, '2017-07-07 10:46:56', '2017-07-07 10:46:56', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin venenatis ornare ipsum nec gravida. Vivamus consectetur sagittis tempor. Fusce eget pharetra diam, sit amet tincidunt dolor. Nullam ac purus ut nunc bibendum viverra id vitae ante. Mauris in vehicula orci. Donec bibendum ante vel augue egestas imperdiet. Sed fringilla eros sapien, ac tempor eros luctus vel.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/ground_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/360_degree_panoramas/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Mapping &amp; Modelling</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Thermal &amp; IR Survey</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-07-07 10:46:56', '2017-07-07 10:46:56', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/12-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1741, 1, '2017-07-07 10:48:32', '2017-07-07 10:48:32', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"https://vimeo.com/120202750\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-07 10:48:32', '2017-07-07 10:48:32', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1278-revision-v1/', 0, 'revision', '', 0),
(1742, 1, '2017-07-07 10:49:50', '2017-07-07 10:49:50', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_vimeo id=\"https://vimeo.com/120202750\" width=\"\" height=\"\" autoplay=\"true\" api_params=\"&amp;rel=0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-07 10:49:50', '2017-07-07 10:49:50', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1743, 1, '2017-07-07 10:51:10', '2017-07-07 10:51:10', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_vimeo id=\"https://vimeo.com/120202750\" width=\"1000\" height=\"\" autoplay=\"true\" api_params=\"&amp;rel=0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-07 10:51:10', '2017-07-07 10:51:10', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1278-revision-v1/', 0, 'revision', '', 0),
(1746, 1, '2017-07-07 10:58:30', '2017-07-07 10:58:30', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-07 10:58:30', '2017-07-07 10:58:30', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1744, 1, '2017-07-07 10:52:18', '2017-07-07 10:52:18', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#f7f7f7\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_vimeo id=\"https://vimeo.com/120202750\" width=\"1000\" height=\"800\" autoplay=\"true\" api_params=\"&amp;rel=0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-07-07 10:52:18', '2017-07-07 10:52:18', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1278-revision-v1/', 0, 'revision', '', 0),
(1745, 1, '2017-07-07 10:55:10', '2017-07-07 10:55:10', '', 'Aerial Filming Video', '', 'publish', 'closed', 'closed', '', 'aerial-filming-video', '', '', '2017-07-07 10:59:21', '2017-07-07 10:59:21', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=slide&#038;p=1745', 0, 'slide', '', 0),
(1748, 1, '2017-07-07 11:07:56', '2017-07-07 11:07:56', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1487\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_s1000.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPIRE X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur tempus mi, eu auctor leo pulvinar eu. Maecenas id sodales eros. Nulla commodo lectus nibh, ac elementum elit gravida vel. Nunc sit amet diam magna.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI X5 Pro is our workhorse and is rapidly replacing the S1000/900 for film work as the X5 Pro is a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s. Unlike the larger drones the Inspire is able to stay airborne longer, each battery can give between 15-23 minutes flying time. We carry 7 LiPo batteries as standard and have mobile charging in our vehicle and via a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]&lt;div&gt;&lt;div id=\"540999436750593539\" align=\"center\" style=\"width: 100%; overflow-y: hidden;\" class=\"wcustomhtml\"&gt;&lt;script&gt;\r\ndocument.write(unescape(\'%3Cscript src=\"http://u.dji.com/en/ads/24\"%3E%3C/script%3E\'));\r\n&lt;/script&gt;&lt;/div&gt;\r\n[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-07 11:07:56', '2017-07-07 11:07:56', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1747, 1, '2017-07-07 11:02:28', '2017-07-07 11:02:28', '[fusion_builder_container admin_label=\"INSPIRE 2 X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1487\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_s1000.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur tempus mi, eu auctor leo pulvinar eu. Maecenas id sodales eros. Nulla commodo lectus nibh, ac elementum elit gravida vel. Nunc sit amet diam magna.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI Inspire X5R\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5R</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI RONIN GROUND GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI RONIN GROUND GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI S1000 is another very versatile heavy lift platform supporting a full range of gimbals and sensors, able to support almost every request we receive.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1483\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_ground_gimbal.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\">Our DJI Phantoms are lightweight Quadcopters that are very agile and provides live HD video feeds from the latest GoPro Hero 3 Black. Flight times of up to 25 minutes and these are perfect for quick inspections and to achieve good situational awareness of any site or scene, taking only a few minutes to get in the air.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]&lt;div&gt;&lt;div id=\"540999436750593539\" align=\"center\" style=\"width: 100%; overflow-y: hidden;\" class=\"wcustomhtml\"&gt;&lt;script&gt;\r\ndocument.write(unescape(\'%3Cscript src=\"http://u.dji.com/en/ads/24\"%3E%3C/script%3E\'));\r\n&lt;/script&gt;&lt;/div&gt;\r\n[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-07 11:02:28', '2017-07-07 11:02:28', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1274-revision-v1/', 0, 'revision', '', 0),
(1749, 1, '2017-07-07 11:08:50', '2017-07-07 11:08:50', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1487\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_s1000.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPIRE X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur tempus mi, eu auctor leo pulvinar eu. Maecenas id sodales eros. Nulla commodo lectus nibh, ac elementum elit gravida vel. Nunc sit amet diam magna.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI X5 Pro is our workhorse and is rapidly replacing the S1000/900 for film work as the X5 Pro is a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s. Unlike the larger drones the Inspire is able to stay airborne longer, each battery can give between 15-23 minutes flying time. We carry 7 LiPo batteries as standard and have mobile charging in our vehicle and via a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]&lt;div&gt;&lt;div id=\"540999436750593539\" align=\"center\" style=\"width: 100%; overflow-y: hidden;\" class=\"wcustomhtml\"&gt;&lt;script&gt;\r\ndocument.write(unescape(\'%3Cscript src=\"http://u.dji.com/en/ads/24\"%3E%3C/script%3E\'));\r\n&lt;/script&gt;&lt;/div&gt;\r\n[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-07 11:08:50', '2017-07-07 11:08:50', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1750, 1, '2017-07-07 11:09:18', '2017-07-07 11:09:18', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1487\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_s1000.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPIRE X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur tempus mi, eu auctor leo pulvinar eu. Maecenas id sodales eros. Nulla commodo lectus nibh, ac elementum elit gravida vel. Nunc sit amet diam magna.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI X5 Pro is our workhorse and is rapidly replacing the S1000/900 for film work as the X5 Pro is a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s. Unlike the larger drones the Inspire is able to stay airborne longer, each battery can give between 15-23 minutes flying time. We carry 7 LiPo batteries as standard and have mobile charging in our vehicle and via a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]&lt;div&gt;&lt;div id=\"540999436750593539\" align=\"center\" style=\"width: 100%; overflow-y: hidden;\" class=\"wcustomhtml\"&gt;&lt;script&gt;\r\ndocument.write(unescape(\'%3Cscript src=\"http://u.dji.com/en/ads/24\"%3E%3C/script%3E\'));\r\n&lt;/script&gt;&lt;/div&gt;\r\n[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-07 11:09:18', '2017-07-07 11:09:18', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1274-revision-v1/', 0, 'revision', '', 0),
(1751, 1, '2017-07-07 11:09:45', '2017-07-07 11:09:45', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1487\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_s1000.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPIRE X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur tempus mi, eu auctor leo pulvinar eu. Maecenas id sodales eros. Nulla commodo lectus nibh, ac elementum elit gravida vel. Nunc sit amet diam magna.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI X5 Pro is our workhorse and is rapidly replacing the S1000/900 for film work as the X5 Pro is a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s. Unlike the larger drones the Inspire is able to stay airborne longer, each battery can give between 15-23 minutes flying time. We carry 7 LiPo batteries as standard and have mobile charging in our vehicle and via a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg-300x160.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_code]&lt;div&gt;&lt;div id=\"540999436750593539\" align=\"center\" style=\"width: 100%; overflow-y: hidden;\" class=\"wcustomhtml\"&gt;&lt;script&gt;\r\ndocument.write(unescape(\'%3Cscript src=\"http://u.dji.com/en/ads/24\"%3E%3C/script%3E\'));\r\n&lt;/script&gt;&lt;/div&gt;\r\n[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-07 11:09:45', '2017-07-07 11:09:45', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1274-revision-v1/', 0, 'revision', '', 0),
(1752, 1, '2017-07-07 11:11:32', '2017-07-07 11:11:32', '', 'equipment_inspire_x5s', '', 'inherit', 'open', 'closed', '', 'equipment_inspire_x5s', '', '', '2017-07-07 11:11:32', '2017-07-07 11:11:32', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg', 0, 'attachment', 'image/jpeg', 0),
(1754, 1, '2017-07-07 11:15:13', '2017-07-07 11:15:13', 'Our drones can fly for up to 27 minutes on one set of batteries.  We carry a total of 16 batteries, often more.  We can re-charge batteries four at a time and fully re-charge in about 45 minutes, allowing us to provide as much flying and film as you need throughout the day, normally without interruption.  It takes about 60 seconds to land, change a battery and get airborne again.  We have a small petrol generator specific for LiPo battery charging for use in remote places, power sockets in our van, or we use power provided on-set - so can be pretty self-sufficient most of the day.', 'How long can the drones fly for?', '', 'publish', 'closed', 'closed', '', 'what-do-we-get-if-we-hire-you-2', '', '', '2018-10-18 17:07:33', '2018-10-18 17:07:33', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_faq&#038;p=1754', 0, 'avada_faq', '', 0),
(1755, 1, '2017-07-07 11:15:13', '2017-07-07 11:15:13', 'Our drones can fly almost continuously throughout the day.  For example with our Inspire we normally carry 7 batteries, each able to power the drone for 15-23 minutes.  We have a quiet petrol generator specifically for LiPO batteries and can simultaneously charge 2 batteries fully in about 45 minutes allowing us to provide as much flying and film as you need throughout the day, normally without interruption.  It takes about 60 seconds to land, change a battery and get airborne again.', 'How long can the drones fly for?', '', 'inherit', 'closed', 'closed', '', '1754-revision-v1', '', '', '2017-07-07 11:15:13', '2017-07-07 11:15:13', '', 1754, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1754-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1760, 1, '2017-07-07 13:20:41', '2017-07-07 13:20:41', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPIRE X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur tempus mi, eu auctor leo pulvinar eu. Maecenas id sodales eros. Nulla commodo lectus nibh, ac elementum elit gravida vel. Nunc sit amet diam magna.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI X5 Pro is our workhorse and is rapidly replacing the S1000/900 for film work as the X5 Pro is a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s. Unlike the larger drones the Inspire is able to stay airborne longer, each battery can give between 15-23 minutes flying time. We carry 7 LiPo batteries as standard and have mobile charging in our vehicle and via a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n\r\n<strong>Latest DJI Discounts and Deals</strong>\r\n\r\n[/fusion_text][fusion_code]Jmx0O2RpdiZndDsKJmx0O2RpdiBpZD0mcXVvdDs1NDA5OTk0MzY3NTA1OTM1MzkmcXVvdDsgYWxpZ249JnF1b3Q7Y2VudGVyJnF1b3Q7IHN0eWxlPSZxdW90O3dpZHRoOiAxMDAlOyBvdmVyZmxvdy15OiBoaWRkZW47JnF1b3Q7IGNsYXNzPSZxdW90O3djdXN0b21odG1sJnF1b3Q7Jmd0OwombHQ7c2NyaXB0Jmd0Owpkb2N1bWVudC53cml0ZSh1bmVzY2FwZSgmI3gyNzslM0NzY3JpcHQgc3JjPSZxdW90O2h0dHA6Ly91LmRqaS5jb20vZW4vYWRzLzI0JnF1b3Q7JTNFJTNDL3NjcmlwdCUzRSYjeDI3OykpOwombHQ7L3NjcmlwdCZndDsKJmx0Oy9kaXYmZ3Q7Cg==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-07 13:20:41', '2017-07-07 13:20:41', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1274-revision-v1/', 0, 'revision', '', 0),
(1764, 1, '2017-07-07 13:23:45', '2017-07-07 13:23:45', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPIRE X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur tempus mi, eu auctor leo pulvinar eu. Maecenas id sodales eros. Nulla commodo lectus nibh, ac elementum elit gravida vel. Nunc sit amet diam magna.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI X5 Pro is our workhorse and is rapidly replacing the S1000/900 for film work as the X5 Pro is a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s. Unlike the larger drones the Inspire is able to stay airborne longer, each battery can give between 15-23 minutes flying time. We carry 7 LiPo batteries as standard and have mobile charging in our vehicle and via a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n\r\n<strong>Latest DJI Discounts and Deals</strong>\r\n\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-07 13:23:45', '2017-07-07 13:23:45', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1763, 1, '2017-07-07 13:23:20', '2017-07-07 13:23:20', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPIRE X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur tempus mi, eu auctor leo pulvinar eu. Maecenas id sodales eros. Nulla commodo lectus nibh, ac elementum elit gravida vel. Nunc sit amet diam magna.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI X5 Pro is our workhorse and is rapidly replacing the S1000/900 for film work as the X5 Pro is a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s. Unlike the larger drones the Inspire is able to stay airborne longer, each battery can give between 15-23 minutes flying time. We carry 7 LiPo batteries as standard and have mobile charging in our vehicle and via a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n\r\n<strong>Latest DJI Discounts and Deals</strong>\r\n\r\n[/fusion_text][fusion_code]Jmx0O2RpdiZndDsKJmx0O2RpdiBpZD0mcXVvdDs1NDA5OTk0MzY3NTA1OTM1MzkmcXVvdDsgYWxpZ249JnF1b3Q7Y2VudGVyJnF1b3Q7IHN0eWxlPSZxdW90O3dpZHRoOiAxMDAlOyBvdmVyZmxvdy15OiBoaWRkZW47JnF1b3Q7IGNsYXNzPSZxdW90O3djdXN0b21odG1sJnF1b3Q7Jmd0OwombHQ7L2RpdiZndDs=[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-07 13:23:20', '2017-07-07 13:23:20', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1274-revision-v1/', 0, 'revision', '', 0),
(1762, 1, '2017-07-07 13:22:54', '2017-07-07 13:22:54', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPIRE X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur tempus mi, eu auctor leo pulvinar eu. Maecenas id sodales eros. Nulla commodo lectus nibh, ac elementum elit gravida vel. Nunc sit amet diam magna.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI X5 Pro is our workhorse and is rapidly replacing the S1000/900 for film work as the X5 Pro is a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s. Unlike the larger drones the Inspire is able to stay airborne longer, each battery can give between 15-23 minutes flying time. We carry 7 LiPo batteries as standard and have mobile charging in our vehicle and via a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n\r\n<strong>Latest DJI Discounts and Deals</strong>\r\n\r\n[/fusion_text][fusion_code]Jmx0O2RpdiZndDsKJmx0O2RpdiBpZD0mcXVvdDs1NDA5OTk0MzY3NTA1OTM1MzkmcXVvdDsgYWxpZ249JnF1b3Q7Y2VudGVyJnF1b3Q7IHN0eWxlPSZxdW90O3dpZHRoOiAxMDAlOyBvdmVyZmxvdy15OiBoaWRkZW47JnF1b3Q7IGNsYXNzPSZxdW90O3djdXN0b21odG1sJnF1b3Q7Jmd0OwombHQ7c2NyaXB0Jmd0Owpkb2N1bWVudC53cml0ZSh1bmVzY2FwZSgmI3gyNzslM0NzY3JpcHQgc3JjPSZxdW90O2h0dHA6Ly91LmRqaS5jb20vZW4vYWRzLzI0JnF1b3Q7JTNFJTNDL3NjcmlwdCUzRSYjeDI3OykpOwombHQ7L3NjcmlwdCZndDsKJmx0Oy9kaXYmZ3Q7[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-07 13:22:54', '2017-07-07 13:22:54', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1765, 1, '2017-07-07 13:24:59', '2017-07-07 13:24:59', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">INSPIRE X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas consectetur tempus mi, eu auctor leo pulvinar eu. Maecenas id sodales eros. Nulla commodo lectus nibh, ac elementum elit gravida vel. Nunc sit amet diam magna.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI X5 Pro is our workhorse and is rapidly replacing the S1000/900 for film work as the X5 Pro is a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s. Unlike the larger drones the Inspire is able to stay airborne longer, each battery can give between 15-23 minutes flying time. We carry 7 LiPo batteries as standard and have mobile charging in our vehicle and via a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-07 13:24:59', '2017-07-07 13:24:59', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/1274-revision-v1/', 0, 'revision', '', 0),
(1824, 1, '2017-07-11 21:47:55', '2017-07-11 21:47:55', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n\r\n<section class=\"pb-medium\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\">\r\n<div class=\"mask opacity-5\"></div>\r\n</section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-11 21:47:55', '2017-07-11 21:47:55', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/16-revision-v1/', 0, 'revision', '', 0),
(1766, 1, '2017-07-07 13:36:09', '2017-07-07 13:36:09', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILHEW – DIRECTOR/ OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds both an honours degree and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n\r\n<section class=\"pb-medium\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\">\r\n<div class=\"mask opacity-5\"></div>\r\n</section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-07 13:36:09', '2017-07-07 13:36:09', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1768, 1, '2017-07-07 15:00:54', '2017-07-07 15:00:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.2\" animation_offset=\"bottom-in-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 15:00:54', '2017-07-07 15:00:54', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1770, 1, '2017-07-07 15:02:36', '2017-07-07 15:02:36', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.4\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 15:02:36', '2017-07-07 15:02:36', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1771, 1, '2017-07-07 15:03:05', '2017-07-07 15:03:05', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 15:03:05', '2017-07-07 15:03:05', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1772, 1, '2017-07-07 15:03:45', '2017-07-07 15:03:45', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"top-mid-of-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 15:03:45', '2017-07-07 15:03:45', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1773, 1, '2017-07-07 15:04:15', '2017-07-07 15:04:15', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"top-mid-of-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 15:04:15', '2017-07-07 15:04:15', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1774, 1, '2017-07-07 15:05:08', '2017-07-07 15:05:08', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"top-mid-of-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 15:05:08', '2017-07-07 15:05:08', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1775, 1, '2017-07-07 15:05:59', '2017-07-07 15:05:59', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.7\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 15:05:59', '2017-07-07 15:05:59', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1776, 1, '2017-07-07 15:07:17', '2017-07-07 15:07:17', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"top-mid-of-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 15:07:17', '2017-07-07 15:07:17', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1777, 1, '2017-07-07 15:07:55', '2017-07-07 15:07:55', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"top-mid-of-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"top-mid-of-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 15:07:55', '2017-07-07 15:07:55', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1778, 1, '2017-07-07 15:08:53', '2017-07-07 15:08:53', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.2\" animation_offset=\"top-mid-of-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.9\" animation_offset=\"top-mid-of-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 15:08:53', '2017-07-07 15:08:53', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1779, 1, '2017-07-07 15:09:37', '2017-07-07 15:09:37', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 15:09:37', '2017-07-07 15:09:37', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1786, 1, '2017-07-11 16:27:10', '2017-07-11 16:27:10', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:27:10', '2017-07-11 16:27:10', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1781, 1, '2017-07-07 15:12:00', '2017-07-07 15:12:00', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-07 15:12:00', '2017-07-07 15:12:00', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1783, 1, '2017-07-11 16:23:17', '2017-07-11 16:23:17', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg-300x157.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:23:17', '2017-07-11 16:23:17', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1784, 1, '2017-07-11 16:25:40', '2017-07-11 16:25:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:25:40', '2017-07-11 16:25:40', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1789, 1, '2017-07-11 16:29:15', '2017-07-11 16:29:15', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:29:15', '2017-07-11 16:29:15', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1788, 1, '2017-07-11 16:27:53', '2017-07-11 16:27:53', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:27:53', '2017-07-11 16:27:53', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1794, 1, '2017-07-11 16:32:57', '2017-07-11 16:32:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:32:57', '2017-07-11 16:32:57', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1791, 1, '2017-07-11 16:29:41', '2017-07-11 16:29:41', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:29:41', '2017-07-11 16:29:41', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1792, 1, '2017-07-11 16:30:56', '2017-07-11 16:30:56', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:30:56', '2017-07-11 16:30:56', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1793, 1, '2017-07-11 16:31:34', '2017-07-11 16:31:34', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:31:34', '2017-07-11 16:31:34', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1798, 1, '2017-07-11 16:35:53', '2017-07-11 16:35:53', '', 'home_portfolio_bg', '', 'inherit', 'open', 'closed', '', 'home_portfolio_bg', '', '', '2017-07-11 16:35:53', '2017-07-11 16:35:53', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1797, 1, '2017-07-11 16:35:11', '2017-07-11 16:35:11', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:35:11', '2017-07-11 16:35:11', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1796, 1, '2017-07-11 16:33:28', '2017-07-11 16:33:28', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:33:28', '2017-07-11 16:33:28', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1799, 1, '2017-07-11 16:36:06', '2017-07-11 16:36:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:36:06', '2017-07-11 16:36:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1801, 1, '2017-07-11 16:37:53', '2017-07-11 16:37:53', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"right top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:37:53', '2017-07-11 16:37:53', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1800, 1, '2017-07-11 16:36:54', '2017-07-11 16:36:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:36:54', '2017-07-11 16:36:54', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1804, 1, '2017-07-11 16:41:10', '2017-07-11 16:41:10', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"right top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:41:10', '2017-07-11 16:41:10', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1802, 1, '2017-07-11 16:38:57', '2017-07-11 16:38:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"1.0\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:38:57', '2017-07-11 16:38:57', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1803, 1, '2017-07-11 16:40:16', '2017-07-11 16:40:16', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:40:16', '2017-07-11 16:40:16', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1806, 1, '2017-07-11 20:04:49', '2017-07-11 20:04:49', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 20:04:49', '2017-07-11 20:04:49', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1805, 1, '2017-07-11 16:41:50', '2017-07-11 16:41:50', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude aerial services, from 4K film and RAW photography to thermal imagery, surveys, 3D fly-throughs and 360 interactive panoramas. Air-Frames has several drones in their fleet, small ones able to access tunnels and restricted spaces, through to heavy-lift drones able to carry large DLSR’s and other sensors. We also hold a variety of handheld gimbals for ground filming.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 16:41:50', '2017-07-11 16:41:50', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1809, 1, '2017-07-11 20:20:08', '2017-07-11 20:20:08', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-11 20:20:08', '2017-07-11 20:20:08', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/1274-revision-v1/', 0, 'revision', '', 0),
(1808, 1, '2017-07-11 20:17:06', '2017-07-11 20:17:06', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI X5 Pro is our workhorse and is rapidly replacing the S1000/900 for film work as the X5 Pro is a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s. Unlike the larger drones the Inspire is able to stay airborne longer, each battery can give between 15-23 minutes flying time. We carry 7 LiPo batteries as standard and have mobile charging in our vehicle and via a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-11 20:17:06', '2017-07-11 20:17:06', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1807, 1, '2017-07-11 20:15:05', '2017-07-11 20:15:05', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system prolongs the flight time to a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.  An upgraded video transmission system is now capable of dual signal frequency and dual channel, streaming video from an onboard FPV camera and the main camera simultaneously, for better pilot and camera operator collaboration. Learn more about the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI X5 Pro is our workhorse and is rapidly replacing the S1000/900 for film work as the X5 Pro is a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s. Unlike the larger drones the Inspire is able to stay airborne longer, each battery can give between 15-23 minutes flying time. We carry 7 LiPo batteries as standard and have mobile charging in our vehicle and via a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO GIMBOL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVi and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-11 20:15:05', '2017-07-11 20:15:05', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/1274-revision-v1/', 0, 'revision', '', 0),
(1810, 1, '2017-07-11 20:23:35', '2017-07-11 20:23:35', '', 'Unknown', '', 'inherit', 'open', 'closed', '', 'unknown', '', '', '2017-07-11 20:23:35', '2017-07-11 20:23:35', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/Unknown.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1821, 1, '2017-07-11 20:47:24', '2017-07-11 20:47:24', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1817\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1-1024x705.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-11 20:47:24', '2017-07-11 20:47:24', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1811, 1, '2017-07-11 20:24:10', '2017-07-11 20:24:10', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBAL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.  The MOVI achieves the same but allows us to carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1810\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/Unknown.jpeg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-11 20:24:10', '2017-07-11 20:24:10', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/1274-revision-v1/', 0, 'revision', '', 0),
(1812, 1, '2017-07-11 20:27:17', '2017-07-11 20:27:17', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBAL</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.  The MOVI achieves the same but allows us to carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1810\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/Unknown.jpeg[/fusion_imageframe][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-11 20:27:17', '2017-07-11 20:27:17', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1815, 1, '2017-07-11 20:35:58', '2017-07-11 20:35:58', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.  The MOVI achieves the same but allows us to carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1814\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/site-image-1-1024x576.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-11 20:35:58', '2017-07-11 20:35:58', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/1274-revision-v1/', 0, 'revision', '', 0),
(1813, 1, '2017-07-11 20:29:40', '2017-07-11 20:29:40', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.  The MOVI achieves the same but allows us to carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1810\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/Unknown.jpeg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1485\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_osmo_gimbol.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-11 20:29:40', '2017-07-11 20:29:40', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1818, 1, '2017-07-11 20:43:17', '2017-07-11 20:43:17', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.  The MOVI achieves the same but allows us to carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1817\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1-1024x705.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-11 20:43:17', '2017-07-11 20:43:17', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/1274-revision-v1/', 0, 'revision', '', 0),
(1822, 1, '2017-07-11 21:41:32', '2017-07-11 21:41:32', '', 'web image 1', '', 'inherit', 'open', 'closed', '', 'web-image-1', '', '', '2017-07-11 21:41:32', '2017-07-11 21:41:32', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1819, 1, '2017-07-11 20:44:44', '2017-07-11 20:44:44', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.  The MOVI achieves the same but allows us to carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1817\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1-1024x705.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-11 20:44:44', '2017-07-11 20:44:44', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1820, 1, '2017-07-11 20:45:11', '2017-07-11 20:45:11', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces a perfectly matched image stabilisation that is achieved when airborne. It also maintains the same 4K and RAW/DNG quality throughout.  The MOVI achieves the same but allows us to carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1817\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1-1024x705.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-11 20:45:11', '2017-07-11 20:45:11', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/1274-revision-v1/', 0, 'revision', '', 0),
(1823, 1, '2017-07-11 21:41:44', '2017-07-11 21:41:44', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-07-11 21:41:44', '2017-07-11 21:41:44', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/1274-revision-v1/', 0, 'revision', '', 0),
(1825, 1, '2017-07-11 21:49:07', '2017-07-11 21:49:07', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n\r\n<section class=\"pb-medium\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\">\r\n<div class=\"mask opacity-5\"></div>\r\n</section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-11 21:49:07', '2017-07-11 21:49:07', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1826, 1, '2017-07-11 21:50:49', '2017-07-11 21:50:49', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial', '', 'publish', 'closed', 'closed', '', 'testimonial', '', '', '2017-07-11 21:50:49', '2017-07-11 21:50:49', '', 0, 'http://halifaxwebdesign.co.uk/airframes/fusion_element/testimonial/', 0, 'fusion_element', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1827, 1, '2017-07-11 21:54:54', '2017-07-11 21:54:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 21:54:54', '2017-07-11 21:54:54', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1841, 1, '2017-07-11 22:09:56', '2017-07-11 22:09:56', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-386kb.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 22:09:56', '2017-07-11 22:09:56', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1828, 1, '2017-07-11 21:55:36', '2017-07-11 21:55:36', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 21:55:36', '2017-07-11 21:55:36', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1829, 1, '2017-07-11 21:57:02', '2017-07-11 21:57:02', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 21:57:02', '2017-07-11 21:57:02', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1830, 1, '2017-07-11 21:57:33', '2017-07-11 21:57:33', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 21:57:33', '2017-07-11 21:57:33', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1831, 1, '2017-07-11 21:58:14', '2017-07-11 21:58:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 21:58:14', '2017-07-11 21:58:14', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1832, 1, '2017-07-11 21:59:13', '2017-07-11 21:59:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"5\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"0\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 21:59:13', '2017-07-11 21:59:13', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1833, 1, '2017-07-11 22:00:15', '2017-07-11 22:00:15', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"1\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"100\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 22:00:15', '2017-07-11 22:00:15', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1834, 1, '2017-07-11 22:01:32', '2017-07-11 22:01:32', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"1\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"100\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 22:01:32', '2017-07-11 22:01:32', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1835, 1, '2017-07-11 22:02:45', '2017-07-11 22:02:45', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"1\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"100\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 22:02:45', '2017-07-11 22:02:45', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1837, 1, '2017-07-11 22:05:33', '2017-07-11 22:05:33', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 22:05:33', '2017-07-11 22:05:33', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1836, 1, '2017-07-11 22:05:04', '2017-07-11 22:05:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"1\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"100\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 22:05:04', '2017-07-11 22:05:04', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1843, 1, '2017-07-11 22:13:48', '2017-07-11 22:13:48', '', 'Hebden 900kb', '', 'inherit', 'open', 'closed', '', 'hebden-900kb', '', '', '2017-07-11 22:13:48', '2017-07-11 22:13:48', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1842, 1, '2017-07-11 22:11:45', '2017-07-11 22:11:45', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-386kb.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"yes\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 22:11:45', '2017-07-11 22:11:45', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1844, 1, '2017-07-11 22:14:04', '2017-07-11 22:14:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"yes\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 22:14:04', '2017-07-11 22:14:04', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1845, 1, '2017-07-11 22:14:30', '2017-07-11 22:14:30', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-11 22:14:30', '2017-07-11 22:14:30', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/11/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1847, 1, '2017-07-20 14:36:32', '2017-07-20 14:36:32', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-20 14:36:32', '2017-07-20 14:36:32', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1848, 1, '2017-07-20 14:36:53', '2017-07-20 14:36:53', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-20 14:36:53', '2017-07-20 14:36:53', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1849, 1, '2017-07-20 14:37:26', '2017-07-20 14:37:26', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-20 14:37:26', '2017-07-20 14:37:26', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1850, 1, '2017-07-20 14:37:54', '2017-07-20 14:37:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-20 14:37:54', '2017-07-20 14:37:54', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1851, 1, '2017-07-20 14:41:38', '2017-07-20 14:41:38', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n\r\n<section class=\"pb-medium\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\">\r\n<div class=\"mask opacity-5\"></div>\r\n</section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-20 14:41:38', '2017-07-20 14:41:38', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/16-revision-v1/', 0, 'revision', '', 0),
(1852, 1, '2017-07-20 14:41:57', '2017-07-20 14:41:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n\r\n<section class=\"pb-medium\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"parallax image-background testimonial text-light\" data-stellar-background-ratio=\"0.3\">\r\n<div class=\"mask opacity-5\"></div>\r\n</section>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-07-20 14:41:57', '2017-07-20 14:41:57', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/16-revision-v1/', 0, 'revision', '', 0),
(1853, 1, '2017-07-20 15:18:02', '2017-07-20 15:18:02', '', 'home_icon_price2', '', 'inherit', 'open', 'closed', '', 'home_icon_price2', '', '', '2017-07-20 15:18:02', '2017-07-20 15:18:02', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1854, 1, '2017-07-20 15:18:41', '2017-07-20 15:18:41', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"3D Models, Surveys, Thermal/IR\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-20 15:18:41', '2017-07-20 15:18:41', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1855, 1, '2017-07-20 17:32:41', '2017-07-20 17:32:41', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110\" padding_right=\"\" padding_bottom=\"110\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-20 17:32:41', '2017-07-20 17:32:41', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1856, 1, '2017-07-20 17:33:31', '2017-07-20 17:33:31', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-20 17:33:31', '2017-07-20 17:33:31', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1857, 1, '2017-07-20 20:51:35', '2017-07-20 20:51:35', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\" ABC Television (Australia)\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg\" image_border_radius=\"\" company=\"ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-20 20:51:35', '2017-07-20 20:51:35', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1858, 1, '2017-07-20 20:53:51', '2017-07-20 20:53:51', '', 'ABCTelevision.svg', '', 'inherit', 'open', 'closed', '', 'abctelevision-svg', '', '', '2017-07-20 20:53:51', '2017-07-20 20:53:51', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1859, 1, '2017-07-20 20:54:43', '2017-07-20 20:54:43', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-20 20:54:43', '2017-07-20 20:54:43', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1955, 1, '2017-07-26 22:47:20', '2017-07-26 22:47:20', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your needs.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work with Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 1113710</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-26 22:47:20', '2017-07-26 22:47:20', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1860, 1, '2017-07-20 20:56:55', '2017-07-20 20:56:55', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-20 20:56:55', '2017-07-20 20:56:55', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1954, 1, '2017-07-26 22:43:27', '2017-07-26 22:43:27', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 1113710</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-26 22:43:27', '2017-07-26 22:43:27', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1861, 1, '2017-07-20 21:00:31', '2017-07-20 21:00:31', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are approved for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-20 21:00:31', '2017-07-20 21:00:31', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1887, 1, '2017-07-24 13:28:22', '2017-07-24 13:28:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/test.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:28:22', '2017-07-24 13:28:22', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1862, 1, '2017-07-20 22:07:44', '2017-07-20 22:07:44', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote for your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations (No. 501) for sub and over 7kg drones</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-20 22:07:44', '2017-07-20 22:07:44', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1879, 1, '2017-07-24 13:18:35', '2017-07-24 13:18:35', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"15px 15px 15px 15px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:18:35', '2017-07-24 13:18:35', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1863, 1, '2017-07-20 22:10:19', '2017-07-20 22:10:19', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501)</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-20 22:10:19', '2017-07-20 22:10:19', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1866, 1, '2017-07-24 13:05:34', '2017-07-24 13:05:34', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg-1024x537.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:05:34', '2017-07-24 13:05:34', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1864, 1, '2017-07-20 22:11:00', '2017-07-20 22:11:00', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-20 22:11:00', '2017-07-20 22:11:00', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1865, 1, '2017-07-24 13:01:06', '2017-07-24 13:01:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:01:06', '2017-07-24 13:01:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1867, 1, '2017-07-24 13:06:05', '2017-07-24 13:06:05', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:06:05', '2017-07-24 13:06:05', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1868, 1, '2017-07-24 13:06:51', '2017-07-24 13:06:51', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"8px\" padding_right=\"\" padding_bottom=\"8px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:06:51', '2017-07-24 13:06:51', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1869, 1, '2017-07-24 13:08:05', '2017-07-24 13:08:05', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:08:05', '2017-07-24 13:08:05', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1870, 1, '2017-07-24 13:08:45', '2017-07-24 13:08:45', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:08:45', '2017-07-24 13:08:45', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1871, 1, '2017-07-24 13:09:30', '2017-07-24 13:09:30', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:09:30', '2017-07-24 13:09:30', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1873, 1, '2017-07-24 13:12:18', '2017-07-24 13:12:18', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:12:18', '2017-07-24 13:12:18', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1872, 1, '2017-07-24 13:11:29', '2017-07-24 13:11:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:11:29', '2017-07-24 13:11:29', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1874, 1, '2017-07-24 13:13:25', '2017-07-24 13:13:25', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:13:25', '2017-07-24 13:13:25', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1875, 1, '2017-07-24 13:14:24', '2017-07-24 13:14:24', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:14:24', '2017-07-24 13:14:24', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1876, 1, '2017-07-24 13:14:54', '2017-07-24 13:14:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"left center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:14:54', '2017-07-24 13:14:54', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1877, 1, '2017-07-24 13:16:58', '2017-07-24 13:16:58', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:16:58', '2017-07-24 13:16:58', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1878, 1, '2017-07-24 13:17:47', '2017-07-24 13:17:47', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"25px 25px 25px 25px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:17:47', '2017-07-24 13:17:47', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1897, 1, '2017-07-24 13:48:47', '2017-07-24 13:48:47', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/test2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:48:47', '2017-07-24 13:48:47', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1881, 1, '2017-07-24 13:22:04', '2017-07-24 13:22:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/test.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"15px 15px 15px 15px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:22:04', '2017-07-24 13:22:04', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1886, 1, '2017-07-24 13:27:17', '2017-07-24 13:27:17', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/test.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"15px 15px 15px 15px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:27:17', '2017-07-24 13:27:17', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1882, 1, '2017-07-24 13:24:09', '2017-07-24 13:24:09', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/test-1024x348.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"15px 15px 15px 15px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:24:09', '2017-07-24 13:24:09', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1885, 1, '2017-07-24 13:26:40', '2017-07-24 13:26:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/test-300x250.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"15px 15px 15px 15px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:26:40', '2017-07-24 13:26:40', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1883, 1, '2017-07-24 13:25:07', '2017-07-24 13:25:07', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"15px 15px 15px 15px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:25:07', '2017-07-24 13:25:07', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1888, 1, '2017-07-24 13:29:36', '2017-07-24 13:29:36', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/test.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"10px 10px 10px 10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:29:36', '2017-07-24 13:29:36', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1889, 1, '2017-07-24 13:30:14', '2017-07-24 13:30:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/test.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 10px 10px 10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:30:14', '2017-07-24 13:30:14', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1890, 1, '2017-07-24 13:30:53', '2017-07-24 13:30:53', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/test.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"10px 10px 10px 10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:30:53', '2017-07-24 13:30:53', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1891, 1, '2017-07-24 13:31:25', '2017-07-24 13:31:25', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/test.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 15px 15px 10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:31:25', '2017-07-24 13:31:25', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1892, 1, '2017-07-24 13:32:01', '2017-07-24 13:32:01', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/test.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:32:01', '2017-07-24 13:32:01', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1893, 1, '2017-07-24 13:32:42', '2017-07-24 13:32:42', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/test.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:32:42', '2017-07-24 13:32:42', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1894, 1, '2017-07-24 13:33:20', '2017-07-24 13:33:20', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/test.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:33:20', '2017-07-24 13:33:20', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1898, 1, '2017-07-24 13:49:43', '2017-07-24 13:49:43', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/test2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:49:43', '2017-07-24 13:49:43', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1899, 1, '2017-07-24 13:50:17', '2017-07-24 13:50:17', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"4% 4% 4% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:50:17', '2017-07-24 13:50:17', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1900, 1, '2017-07-24 13:51:22', '2017-07-24 13:51:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 13:51:22', '2017-07-24 13:51:22', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1912, 1, '2017-07-24 14:03:36', '2017-07-24 14:03:36', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid-with-text\" picture_size=\"default\" boxed_text=\"unboxed\" columns=\"4\" one_column_text_position=\"below\" column_spacing=\"20\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" portfolio_layout_padding=\"\" filters=\"yes\" cat_slug=\"\" exclude_cats=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"200\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2017-07-24 14:03:36', '2017-07-24 14:03:36', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/1641-revision-v1/', 0, 'revision', '', 0),
(1913, 1, '2017-07-24 14:03:57', '2017-07-24 14:03:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid-with-text\" picture_size=\"default\" boxed_text=\"unboxed\" columns=\"4\" one_column_text_position=\"below\" column_spacing=\"20\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" portfolio_layout_padding=\"\" filters=\"yes\" cat_slug=\"\" exclude_cats=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2017-07-24 14:03:57', '2017-07-24 14:03:57', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/1641-revision-v1/', 0, 'revision', '', 0),
(1914, 1, '2017-07-24 14:04:15', '2017-07-24 14:04:15', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" boxed_text=\"unboxed\" columns=\"4\" one_column_text_position=\"below\" column_spacing=\"20\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" portfolio_layout_padding=\"\" filters=\"yes\" cat_slug=\"\" exclude_cats=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2017-07-24 14:04:15', '2017-07-24 14:04:15', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/1641-revision-v1/', 0, 'revision', '', 0),
(1915, 1, '2017-07-24 14:04:44', '2017-07-24 14:04:44', '[fusion_builder_container admin_label=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" boxed_text=\"unboxed\" columns=\"4\" one_column_text_position=\"below\" column_spacing=\"20\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" portfolio_layout_padding=\"\" filters=\"yes\" cat_slug=\"\" exclude_cats=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2017-07-24 14:04:44', '2017-07-24 14:04:44', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/1641-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1916, 1, '2017-07-24 14:09:37', '2017-07-24 14:09:37', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"/portfolio\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 14:09:37', '2017-07-24 14:09:37', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1917, 1, '2017-07-24 14:10:43', '2017-07-24 14:10:43', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">(+44) (0)7974 722 562\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-24 14:10:43', '2017-07-24 14:10:43', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1919, 1, '2017-07-26 09:45:51', '2017-07-26 09:45:51', '[fusion_builder_container admin_label=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" boxed_text=\"unboxed\" columns=\"6\" one_column_text_position=\"below\" column_spacing=\"20\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" portfolio_layout_padding=\"\" filters=\"yes\" cat_slug=\"\" exclude_cats=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2017-07-26 09:45:51', '2017-07-26 09:45:51', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/1641-revision-v1/', 0, 'revision', '', 0),
(1974, 1, '2017-07-28 14:01:01', '2017-07-28 14:01:01', '[fusion_builder_container admin_label=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" boxed_text=\"unboxed\" columns=\"6\" one_column_text_position=\"below\" column_spacing=\"20\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" portfolio_layout_padding=\"\" filters=\"yes\" cat_slug=\"\" exclude_cats=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2017-07-28 14:01:01', '2017-07-28 14:01:01', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2017/07/28/1641-revision-v1/', 0, 'revision', '', 0),
(1920, 1, '2017-07-26 11:55:08', '2017-07-26 11:55:08', '[fusion_builder_container admin_label=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid-with-text\" picture_size=\"default\" boxed_text=\"unboxed\" columns=\"6\" one_column_text_position=\"below\" column_spacing=\"20\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" portfolio_layout_padding=\"\" filters=\"yes\" cat_slug=\"\" exclude_cats=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2017-07-26 11:55:08', '2017-07-26 11:55:08', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/1641-revision-v1/', 0, 'revision', '', 0),
(1932, 1, '2018-08-26 12:54:33', '2018-08-26 12:54:33', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"278557232\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nWe shot the aerials for this video in 2016 for <a href=\"http://www.videoink.co.uk\">Videoink</a> and have shot drone footage for several of their productions in the last few years.  A great company to work with!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Videoink / Chris Norman \'Waiting\'</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Videoink / Chris Norman', '', 'publish', 'open', 'closed', '', 'video-template', '', '', '2018-09-07 12:34:02', '2018-09-07 12:34:02', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_portfolio&#038;p=1932', 0, 'avada_portfolio', '', 0),
(1935, 1, '2017-07-26 13:07:02', '2017-07-26 13:07:02', '', 'Video Template', '', 'inherit', 'closed', 'closed', '', '1932-revision-v1', '', '', '2017-07-26 13:07:02', '2017-07-26 13:07:02', '', 1932, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/1932-revision-v1/', 0, 'revision', '', 0),
(1933, 1, '2017-07-26 12:54:33', '2017-07-26 12:54:33', '[fusion_builder_column spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" type=\"1_2\"]\r\n\r\nMauris at ultricies dolor. Quisque sem metus, mattis ac rutrum vitae, porttitor eu felis. Donec sed neque non lacus hendrerit gravida ut et lacus. Pellentesque suscipit rutrum magna quis malesuada. Duis eget pulvinar purus. Maecenas rutrum sodales urna non placerat. Ut bibendum tellus massa, eu aliquet massa varius ut. Phasellus porttitor, odio non dignissim bibendum, enim dui varius quam, id consectetur urna neque sit amet eros.\r\n\r\n[/fusion_builder_column]\r\n\r\n[fusion_builder_column spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" type=\"2_2\"]\r\n<ul class=\"stars\">\r\n<li><b>Client:</b> Name Here</li>\r\n<li><b>Technology:</b> Camera Name Here</li>\r\n</ul>\r\n[/fusion_builder_column]', 'Video Template', '', 'inherit', 'closed', 'closed', '', '1932-revision-v1', '', '', '2017-07-26 12:54:33', '2017-07-26 12:54:33', '', 1932, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/1932-revision-v1/', 0, 'revision', '', 0),
(1936, 1, '2017-07-26 13:08:56', '2017-07-26 13:08:56', '[fusion_builder_column spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" type=\"1_2\"]\r\n\r\nMauris at ultricies dolor. Quisque sem metus, mattis ac rutrum vitae, porttitor eu felis. Donec sed neque non lacus hendrerit gravida ut et lacus. Pellentesque suscipit rutrum magna quis malesuada. Duis eget pulvinar purus. Maecenas rutrum sodales urna non placerat. Ut bibendum tellus massa, eu aliquet massa varius ut. Phasellus porttitor, odio non dignissim bibendum, enim dui varius quam, id consectetur urna neque sit amet eros.\r\n\r\n[/fusion_builder_column]\r\n\r\n[fusion_builder_column spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" type=\"2_2\"]\r\n<ul class=\"stars\">\r\n<li><b>Client:</b> Name Here</li>\r\n<li><b>Technology:</b> Camera Name Here</li>\r\n</ul>\r\n[/fusion_builder_column]', 'Video Template', '', 'inherit', 'closed', 'closed', '', '1932-revision-v1', '', '', '2017-07-26 13:08:56', '2017-07-26 13:08:56', '', 1932, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/1932-revision-v1/', 0, 'revision', '', 0),
(1940, 1, '2017-07-26 13:20:33', '2017-07-26 13:20:33', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" layout=\"1_2\" last=\"no\"][fusion_text]Mauris at ultricies dolor. Quisque sem metus, mattis ac rutrum vitae, porttitor eu felis. Donec sed neque non lacus hendrerit gravida ut et lacus. Pellentesque suscipit rutrum magna quis malesuada. Duis eget pulvinar purus. Maecenas rutrum sodales urna non placerat. Ut bibendum tellus massa, eu aliquet massa varius ut. Phasellus porttitor, odio non dignissim bibendum, enim dui varius quam, id consectetur urna neque sit amet eros.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" layout=\"2_2\" last=\"no\"][fusion_text]<ul class=\"stars\">\r\n<li><b>Client:</b> Name Here</li>\r\n<li><b>Technology:</b> Camera Name Here</li>\r\n</ul>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Video Template', '', 'inherit', 'closed', 'closed', '', '1932-revision-v1', '', '', '2017-07-26 13:20:33', '2017-07-26 13:20:33', '', 1932, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/1932-revision-v1/', 0, 'revision', '', 0),
(1944, 1, '2017-07-26 13:23:32', '2017-07-26 13:23:32', '', 'Gallery Image', '', 'publish', 'closed', 'closed', '', 'gallery-image', '', '', '2017-07-26 13:23:32', '2017-07-26 13:23:32', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=slide&#038;p=1944', 0, 'slide', '', 0),
(1946, 1, '2017-07-26 13:24:32', '2017-07-26 13:24:32', '', 'Gallery Image 2', '', 'publish', 'closed', 'closed', '', 'gallery-image-2', '', '', '2017-07-26 13:26:02', '2017-07-26 13:26:02', '', 0, 'http://halifaxwebdesign.co.uk/airframes/slide/gallery-image-cloned/', 0, 'slide', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1948, 1, '2017-07-26 22:35:15', '2017-07-26 22:35:15', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">0330 1113710</p>\r\n<p style=\"text-align: center;\">(local rate)\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-26 22:35:15', '2017-07-26 22:35:15', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1953, 1, '2017-07-26 22:40:57', '2017-07-26 22:40:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 1113710</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-26 22:40:57', '2017-07-26 22:40:57', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1950, 1, '2017-07-26 22:38:50', '2017-07-26 22:38:50', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 1113710</h4>\r\n<h4 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-26 22:38:50', '2017-07-26 22:38:50', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1949, 1, '2017-07-26 22:37:13', '2017-07-26 22:37:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h3 style=\"text-align: center;\">0330 1113710</h3>\r\n<p style=\"text-align: center;\">(local rate)</p>\r\n<p style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-26 22:37:13', '2017-07-26 22:37:13', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1951, 1, '2017-07-26 22:39:32', '2017-07-26 22:39:32', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">0330 1113710</p>\r\n\r\n<h4 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-26 22:39:32', '2017-07-26 22:39:32', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1952, 1, '2017-07-26 22:40:06', '2017-07-26 22:40:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for sub and over 7kg drones (CAA Pilot No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We have worked with many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night you need.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h5 style=\"text-align: center;\">0330 1113710</h5>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-26 22:40:06', '2017-07-26 22:40:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1956, 1, '2017-07-26 22:48:43', '2017-07-26 22:48:43', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your needs.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We work with Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 1113710</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-26 22:48:43', '2017-07-26 22:48:43', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1957, 1, '2017-07-26 22:50:31', '2017-07-26 22:50:31', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering and TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 1113710</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-26 22:50:31', '2017-07-26 22:50:31', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1958, 1, '2017-07-26 22:52:20', '2017-07-26 22:52:20', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 1113710</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-26 22:52:20', '2017-07-26 22:52:20', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/07/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1971, 1, '2017-07-28 13:57:11', '2017-07-28 13:57:11', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_youtube id=\"https://www.youtube.com/watch?v=FociwgHqAuc&amp;t=1s\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]Mauris at ultricies dolor. Quisque sem metus, mattis ac rutrum vitae, porttitor eu felis. Donec sed neque non lacus hendrerit gravida ut et lacus. Pellentesque suscipit rutrum magna quis malesuada. Duis eget pulvinar purus. Maecenas rutrum sodales urna non placerat. Ut bibendum tellus massa, eu aliquet massa varius ut. Phasellus porttitor, odio non dignissim bibendum, enim dui varius quam, id consectetur urna neque sit amet eros.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Name Here</li>\r\n 	<li><b>Technology:</b> Camera Name Here</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Video Template', '', 'inherit', 'closed', 'closed', '', '1932-revision-v1', '', '', '2017-07-28 13:57:11', '2017-07-28 13:57:11', '', 1932, 'http://halifaxwebdesign.co.uk/airframes/2017/07/28/1932-revision-v1/', 0, 'revision', '', 0),
(1972, 1, '2017-07-28 13:58:01', '2017-07-28 13:58:01', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_youtube id=\"https://www.youtube.com/watch?v=FociwgHqAuc&amp;t=1s\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]Mauris at ultricies dolor. Quisque sem metus, mattis ac rutrum vitae, porttitor eu felis. Donec sed neque non lacus hendrerit gravida ut et lacus. Pellentesque suscipit rutrum magna quis malesuada. Duis eget pulvinar purus. Maecenas rutrum sodales urna non placerat. Ut bibendum tellus massa, eu aliquet massa varius ut. Phasellus porttitor, odio non dignissim bibendum, enim dui varius quam, id consectetur urna neque sit amet eros.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Name Here</li>\r\n 	<li><b>Technology:</b> Camera Name Here</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Video Template', '', 'inherit', 'closed', 'closed', '', '1932-revision-v1', '', '', '2017-07-28 13:58:01', '2017-07-28 13:58:01', '', 1932, 'http://halifaxwebdesign.co.uk/airframes/2017/07/28/1932-revision-v1/', 0, 'revision', '', 0),
(1976, 1, '2017-07-28 14:23:10', '2017-07-28 14:23:10', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_youtube id=\"https://www.youtube.com/watch?v=FociwgHqAuc&amp;t=1s\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]Mauris at ultricies dolor. Quisque sem metus, mattis ac rutrum vitae, porttitor eu felis. Donec sed neque non lacus hendrerit gravida ut et lacus. Pellentesque suscipit rutrum magna quis malesuada. Duis eget pulvinar purus. Maecenas rutrum sodales urna non placerat. Ut bibendum tellus massa, eu aliquet massa varius ut. Phasellus porttitor, odio non dignissim bibendum, enim dui varius quam, id consectetur urna neque sit amet eros.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Name Here</li>\r\n 	<li><b>Technology:</b> Camera Name Here</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Video Template', '', 'inherit', 'closed', 'closed', '', '1932-revision-v1', '', '', '2017-07-28 14:23:10', '2017-07-28 14:23:10', '', 1932, 'http://halifaxwebdesign.co.uk/airframes/2017/07/28/1932-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1980, 1, '2017-09-21 12:01:27', '2017-09-21 12:01:27', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-21 12:01:27', '2017-09-21 12:01:27', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/09/21/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1981, 1, '2017-09-26 11:04:23', '2017-09-26 11:04:23', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-26 11:04:23', '2017-09-26 11:04:23', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1984, 1, '2018-08-26 11:12:46', '2018-08-26 11:12:46', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nThis is an example of some of the survey data we collect, this particular model shows elevation data and was part of the project to check for potential erosion to be monitored. We collect survey grade data for surveyors, using Ground Control Points (GCP\'s) for 20-50mm accuracy.  The data we collect can be exported direct into almost all CAD software packages.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> JBA Consulting Isle of Man</li>\r\n 	<li><b>Technology:</b> Phantom 4 Pro</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'JBA Consulting', '', 'publish', 'open', 'closed', '', 'mapping-modelling-template', '', '', '2018-09-08 22:28:38', '2018-09-08 22:28:38', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_portfolio&#038;p=1984', 0, 'avada_portfolio', '', 0),
(1985, 1, '2017-09-26 11:13:09', '2017-09-26 11:13:09', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1480\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nMauris at ultricies dolor. Quisque sem metus, mattis ac rutrum vitae, porttitor eu felis. Donec sed neque non lacus hendrerit gravida ut et lacus. Pellentesque suscipit rutrum magna quis malesuada. Duis eget pulvinar purus. Maecenas rutrum sodales urna non placerat. Ut bibendum tellus massa, eu aliquet massa varius ut. Phasellus porttitor, odio non dignissim bibendum, enim dui varius quam, id consectetur urna neque sit amet eros.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Name Here</li>\r\n 	<li><b>Technology:</b> Camera Name Here</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Mapping & Modelling Template', '', 'inherit', 'closed', 'closed', '', '1984-revision-v1', '', '', '2017-09-26 11:13:09', '2017-09-26 11:13:09', '', 1984, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1984-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1986, 1, '2017-09-26 12:42:32', '2017-09-26 12:42:32', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-26 12:42:32', '2017-09-26 12:42:32', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1989, 1, '2017-09-26 12:50:47', '2017-09-26 12:50:47', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-26 12:50:47', '2017-09-26 12:50:47', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1987, 1, '2017-09-26 12:46:20', '2017-09-26 12:46:20', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-26 12:46:20', '2017-09-26 12:46:20', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1988, 1, '2017-09-26 12:49:49', '2017-09-26 12:49:49', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"110\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-26 12:49:49', '2017-09-26 12:49:49', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2012, 1, '2017-09-26 14:11:09', '2017-09-26 14:11:09', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-26 14:11:09', '2017-09-26 14:11:09', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1990, 1, '2017-09-26 12:51:29', '2017-09-26 12:51:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-26 12:51:29', '2017-09-26 12:51:29', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1992, 1, '2017-09-26 12:59:52', '2017-09-26 12:59:52', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-09-26 12:59:52', '2017-09-26 12:59:52', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1278-revision-v1/', 0, 'revision', '', 0),
(1991, 1, '2017-09-26 12:59:04', '2017-09-26 12:59:04', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-09-26 12:59:04', '2017-09-26 12:59:04', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1994, 1, '2017-09-26 13:01:25', '2017-09-26 13:01:25', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-09-26 13:01:25', '2017-09-26 13:01:25', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1278-revision-v1/', 0, 'revision', '', 0),
(1993, 1, '2017-09-26 13:00:45', '2017-09-26 13:00:45', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-09-26 13:00:45', '2017-09-26 13:00:45', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1995, 1, '2017-09-26 13:03:37', '2017-09-26 13:03:37', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-09-26 13:03:37', '2017-09-26 13:03:37', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1996, 1, '2017-09-26 13:36:42', '2017-09-26 13:36:42', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-09-26 13:36:42', '2017-09-26 13:36:42', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1278-revision-v1/', 0, 'revision', '', 0),
(2731, 1, '2019-01-03 15:33:51', '2019-01-03 15:33:51', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\" target=\"_blank\" rel=\"noopener\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew additionally has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hands.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2019-01-03 15:33:51', '2019-01-03 15:33:51', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2732, 1, '2019-01-03 15:34:50', '2019-01-03 15:34:50', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\" target=\"_blank\" rel=\"noopener\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew additionally has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hands.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2019-01-03 15:34:50', '2019-01-03 15:34:50', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0),
(2730, 1, '2019-01-03 15:33:06', '2019-01-03 15:33:06', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPIRE X5S Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for aerial photography and cinematography, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a choice of several lenses.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_button link=\"https://www.dji.com/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Latest DJI Discounts and Deals[/fusion_button][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2019-01-03 15:33:06', '2019-01-03 15:33:06', '', 1274, 'https://www.air-frames.co.uk/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1999, 1, '2017-09-26 13:41:55', '2017-09-26 13:41:55', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2017-09-26 13:41:55', '2017-09-26 13:41:55', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1282-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2000, 1, '2017-09-26 13:42:33', '2017-09-26 13:42:33', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2017-09-26 13:42:33', '2017-09-26 13:42:33', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1282-revision-v1/', 0, 'revision', '', 0),
(2722, 1, '2019-01-03 15:25:40', '2019-01-03 15:25:40', '[fusion_builder_container admin_label=\"Testimonial - Global\"  hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2019-01-03 15:25:40', '2019-01-03 15:25:40', '', 2443, 'https://www.air-frames.co.uk/2443-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2723, 1, '2019-01-03 15:25:40', '2019-01-03 15:25:40', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2019-01-03 15:25:40', '2019-01-03 15:25:40', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2003, 1, '2017-09-26 13:46:40', '2017-09-26 13:46:40', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Mapping & Modelling', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2017-09-26 13:46:40', '2017-09-26 13:46:40', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1286-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2004, 1, '2017-09-26 13:47:13', '2017-09-26 13:47:13', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"#\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Mapping & Modelling', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2017-09-26 13:47:13', '2017-09-26 13:47:13', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1286-revision-v1/', 0, 'revision', '', 0),
(2541, 1, '2018-10-02 19:51:13', '2018-10-02 19:51:13', '[fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-10-02 19:51:13', '2018-10-02 19:51:13', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/10/02/1286-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2540, 1, '2018-10-02 19:50:53', '2018-10-02 19:50:53', '[fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-10-02 19:50:53', '2018-10-02 19:50:53', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/10/02/1286-revision-v1/', 0, 'revision', '', 0),
(2539, 1, '2018-10-02 19:50:34', '2018-10-02 19:50:34', '[fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n\r\nWe can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.\r\n\r\nWe can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-10-02 19:50:34', '2018-10-02 19:50:34', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/10/02/1286-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2728, 1, '2019-01-03 15:30:42', '2019-01-03 15:30:42', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2019-01-03 15:30:42', '2019-01-03 15:30:42', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2011, 1, '2017-09-26 13:56:47', '2017-09-26 13:56:47', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPIRE X5S Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-09-26 13:56:47', '2017-09-26 13:56:47', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1274-revision-v1/', 0, 'revision', '', 0),
(2010, 1, '2017-09-26 13:54:22', '2017-09-26 13:54:22', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"20px 20px 20px 20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2017-09-26 13:54:22', '2017-09-26 13:54:22', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2013, 1, '2017-09-26 14:12:22', '2017-09-26 14:12:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-26 14:12:22', '2017-09-26 14:12:22', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2014, 1, '2017-09-26 14:14:45', '2017-09-26 14:14:45', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-26 14:14:45', '2017-09-26 14:14:45', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2015, 1, '2017-09-26 14:18:06', '2017-09-26 14:18:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin venenatis ornare ipsum nec gravida. Vivamus consectetur sagittis tempor. Fusce eget pharetra diam, sit amet tincidunt dolor. Nullam ac purus ut nunc bibendum viverra id vitae ante. Mauris in vehicula orci. Donec bibendum ante vel augue egestas imperdiet. Sed fringilla eros sapien, ac tempor eros luctus vel.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/ground_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/360_degree_panoramas/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Mapping &amp; Modelling</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Thermal &amp; IR Survey</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-09-26 14:18:06', '2017-09-26 14:18:06', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/12-revision-v1/', 0, 'revision', '', 0),
(2016, 1, '2017-09-26 14:21:25', '2017-09-26 14:21:25', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-09-26 14:21:25', '2017-09-26 14:21:25', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2018, 1, '2017-09-26 14:22:20', '2017-09-26 14:22:20', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2017-09-26 14:22:20', '2017-09-26 14:22:20', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1282-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2020, 1, '2017-09-26 14:23:08', '2017-09-26 14:23:08', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Mapping & Modelling', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2017-09-26 14:23:08', '2017-09-26 14:23:08', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1286-revision-v1/', 0, 'revision', '', 0),
(2538, 1, '2018-10-02 19:45:07', '2018-10-02 19:45:07', '[fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Vimeo Video\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#0c0c0c\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/Hebden-.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-10-02 19:45:07', '2018-10-02 19:45:07', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/10/02/1641-revision-v1/', 0, 'revision', '', 0),
(2726, 1, '2019-01-03 15:29:19', '2019-01-03 15:29:19', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_id=\"1858|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2018/08/ribble-2.png\" image_id=\"2291|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/BBC.png\" image_id=\"2089|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2019-01-03 15:29:19', '2019-01-03 15:29:19', '', 2443, 'https://www.air-frames.co.uk/2443-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2727, 1, '2019-01-03 15:29:19', '2019-01-03 15:29:19', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2019-01-03 15:29:19', '2019-01-03 15:29:19', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2024, 1, '2018-09-07 13:48:34', '2018-09-07 13:48:34', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h4>[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h4>[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-autosave-v1', '', '', '2018-09-07 13:48:34', '2018-09-07 13:48:34', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/1641-autosave-v1/', 0, 'revision', '', 0),
(2025, 1, '2017-09-26 14:42:18', '2017-09-26 14:42:18', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">TECHNICAL/ ENGINEERING</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-09-26 14:42:18', '2017-09-26 14:42:18', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/16-revision-v1/', 0, 'revision', '', 0),
(2026, 1, '2017-09-26 14:44:18', '2017-09-26 14:44:18', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Skills\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]<h4 style=\"text-align: center;\">TECHNICAL/ ENGINEERING</h4>[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-09-26 14:44:18', '2017-09-26 14:44:18', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2027, 1, '2017-09-26 14:56:42', '2017-09-26 14:56:42', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin venenatis ornare ipsum nec gravida. Vivamus consectetur sagittis tempor. Fusce eget pharetra diam, sit amet tincidunt dolor. Nullam ac purus ut nunc bibendum viverra id vitae ante. Mauris in vehicula orci. Donec bibendum ante vel augue egestas imperdiet. Sed fringilla eros sapien, ac tempor eros luctus vel.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/ground_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/360_degree_panoramas/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Mapping &amp; Modelling</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Thermal &amp; IR Survey</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-09-26 14:56:42', '2017-09-26 14:56:42', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/12-revision-v1/', 0, 'revision', '', 0),
(2028, 1, '2017-09-26 15:10:06', '2017-09-26 15:10:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin venenatis ornare ipsum nec gravida. Vivamus consectetur sagittis tempor. Fusce eget pharetra diam, sit amet tincidunt dolor. Nullam ac purus ut nunc bibendum viverra id vitae ante. Mauris in vehicula orci. Donec bibendum ante vel augue egestas imperdiet. Sed fringilla eros sapien, ac tempor eros luctus vel.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/ground_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/360_degree_panoramas/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Mapping &amp; Modelling</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Thermal &amp; IR Survey</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-09-26 15:10:06', '2017-09-26 15:10:06', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/09/26/12-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2030, 1, '2017-10-10 17:49:38', '2017-10-10 17:49:38', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery, surveys and data mapping. Air-Frames can provide an air a ground filming service, as well as editing and post-production for either simple social media projects or more complex edits for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"Bronwen Reed, Senior Producer \"Foreign Correspondent\", ABC Television\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_client_4.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-10-10 17:49:38', '2017-10-10 17:49:38', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/10/10/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2033, 1, '2017-12-14 18:12:03', '2017-12-14 18:12:03', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in late 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Skills\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves is often seen at the controls of some of the drones and he regularly assists as a camera operator too. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-14 18:12:03', '2017-12-14 18:12:03', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/14/16-revision-v1/', 0, 'revision', '', 0),
(2034, 1, '2017-12-17 16:45:39', '2017-12-17 16:45:39', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Air-Frames (UK) Limited\r\n0330 1113001\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Please get in contact for any more information that you may need, or to hire out our services.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"119\" title=\"Contact form\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '1630-revision-v1', '', '', '2017-12-17 16:45:39', '2017-12-17 16:45:39', '', 1630, 'http://halifaxwebdesign.co.uk/airframes/2017/12/17/1630-revision-v1/', 0, 'revision', '', 0),
(2035, 1, '2017-12-17 16:46:01', '2017-12-17 16:46:01', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Air-Frames (UK) Limited\r\n0330 111 3001\r\nenquiries@air-frames.co.uk</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Please get in contact for any more information that you may need, or to hire out our services.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"119\" title=\"Contact form\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '1630-revision-v1', '', '', '2017-12-17 16:46:01', '2017-12-17 16:46:01', '', 1630, 'http://halifaxwebdesign.co.uk/airframes/2017/12/17/1630-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2036, 1, '2017-12-20 16:40:12', '2017-12-20 16:40:12', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">\'We film in 4K from 1ft to 400ft in altitude and at a range of up to 500m as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records. Our camera operators are able to control the fully stabilised cameras from the ground, independent of the pilot and receive a live feed from the aircraft.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We take RAW/DNG still photographs as standard on all our drones most commonly for estate agents, but we can also produce 360 degree interactive panoramas, popular with construction companies to give people off-site and accessible way of following progress.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">3D MODELS, SURVEYS &amp; THERMAL/IR</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-20 16:40:12', '2017-12-20 16:40:12', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2039, 1, '2017-12-23 15:45:09', '2017-12-23 15:45:09', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<p style=\"text-align: center;\">SURVYE DATA COLLECTION &amp; THERMAL</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-23 15:45:09', '2017-12-23 15:45:09', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2040, 1, '2017-12-23 15:48:48', '2017-12-23 15:48:48', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We can create Orthomosaics (georeferenced maps), detailed 3D models and point clouds, Terrain Models and NDVI analysis (plant health visualisations). We can also conduct Thermal and Infra-Red survey and search work with our larger drone.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-23 15:48:48', '2017-12-23 15:48:48', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2042, 1, '2017-12-23 16:16:51', '2017-12-23 16:16:51', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-23 16:16:51', '2017-12-23 16:16:51', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2044, 1, '2017-12-23 16:20:58', '2017-12-23 16:20:58', '', 'web', '', 'inherit', 'open', 'closed', '', 'web', '', '', '2017-12-23 16:20:58', '2017-12-23 16:20:58', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2046, 1, '2017-12-23 16:23:22', '2017-12-23 16:23:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-23 16:23:22', '2017-12-23 16:23:22', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2052, 1, '2017-12-23 16:34:34', '2017-12-23 16:34:34', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-23 16:34:34', '2017-12-23 16:34:34', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2049, 1, '2017-12-23 16:26:06', '2017-12-23 16:26:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-23 16:26:06', '2017-12-23 16:26:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2048, 1, '2017-12-23 16:25:08', '2017-12-23 16:25:08', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-23 16:25:08', '2017-12-23 16:25:08', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2047, 1, '2017-12-23 16:24:26', '2017-12-23 16:24:26', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-23 16:24:26', '2017-12-23 16:24:26', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2051, 1, '2017-12-23 16:27:31', '2017-12-23 16:27:31', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Home made border\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"20\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-23 16:27:31', '2017-12-23 16:27:31', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2050, 1, '2017-12-23 16:26:37', '2017-12-23 16:26:37', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-23 16:26:37', '2017-12-23 16:26:37', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2055, 1, '2017-12-24 10:51:50', '2017-12-24 10:51:50', '', 'Web 2', '', 'inherit', 'open', 'closed', '', 'web-2', '', '', '2017-12-24 10:51:50', '2017-12-24 10:51:50', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2054, 1, '2017-12-24 10:50:13', '2017-12-24 10:50:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_services_temp-300x184.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 10:50:13', '2017-12-24 10:50:13', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2056, 1, '2017-12-24 10:54:45', '2017-12-24 10:54:45', '', 'Balloon Clip 2', '', 'inherit', 'open', 'closed', '', 'balloon-clip-2', '', '', '2017-12-24 10:54:45', '2017-12-24 10:54:45', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Balloon-Clip-2.mp4', 0, 'attachment', 'video/mp4', 0),
(2065, 1, '2017-12-24 11:18:19', '2017-12-24 11:18:19', '', 'web stills-2', '', 'inherit', 'open', 'closed', '', 'web-stills-2', '', '', '2017-12-24 11:18:19', '2017-12-24 11:18:19', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2066, 1, '2017-12-24 11:18:23', '2017-12-24 11:18:23', '', 'web stills', '', 'inherit', 'open', 'closed', '', 'web-stills', '', '', '2017-12-24 11:18:23', '2017-12-24 11:18:23', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2060, 1, '2017-12-24 11:11:47', '2017-12-24 11:11:47', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 11:11:47', '2017-12-24 11:11:47', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2063, 1, '2017-12-24 11:14:33', '2017-12-24 11:14:33', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills-2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 11:14:33', '2017-12-24 11:14:33', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2064, 1, '2017-12-24 11:15:55', '2017-12-24 11:15:55', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 11:15:55', '2017-12-24 11:15:55', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2067, 1, '2017-12-24 11:31:56', '2017-12-24 11:31:56', '', 'web still 4', '', 'inherit', 'open', 'closed', '', 'web-still-4', '', '', '2017-12-24 11:31:56', '2017-12-24 11:31:56', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2068, 1, '2017-12-24 11:32:05', '2017-12-24 11:32:05', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 11:32:05', '2017-12-24 11:32:05', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2069, 1, '2017-12-24 11:57:11', '2017-12-24 11:57:11', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 11:57:11', '2017-12-24 11:57:11', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2071, 1, '2017-12-24 12:04:16', '2017-12-24 12:04:16', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 12:04:16', '2017-12-24 12:04:16', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2070, 1, '2017-12-24 11:58:44', '2017-12-24 11:58:44', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 11:58:44', '2017-12-24 11:58:44', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2074, 1, '2017-12-24 12:07:41', '2017-12-24 12:07:41', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 12:07:41', '2017-12-24 12:07:41', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2072, 1, '2017-12-24 12:05:11', '2017-12-24 12:05:11', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 12:05:11', '2017-12-24 12:05:11', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2405, 1, '2018-08-28 21:39:32', '2018-08-28 21:39:32', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"287147087\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nWe shot all the aerials on this great 6-part BBC Comedy series directed by Paul Murphy and produced by Rebecca Papworth.  The title sequences, cut-aways, establishers, general view, hilltops and air-to-air filming with a hot air balloon.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> BBC</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home from Home', '', 'inherit', 'closed', 'closed', '', '2346-revision-v1', '', '', '2018-08-28 21:39:32', '2018-08-28 21:39:32', '', 2346, 'http://halifaxwebdesign.co.uk/airframes/2018/08/28/2346-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2075, 1, '2017-12-24 12:09:59', '2017-12-24 12:09:59', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"5\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 12:09:59', '2017-12-24 12:09:59', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2076, 1, '2017-12-24 12:10:29', '2017-12-24 12:10:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"25\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 12:10:29', '2017-12-24 12:10:29', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2077, 1, '2017-12-24 12:11:00', '2017-12-24 12:11:00', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb-1024x512.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 12:11:00', '2017-12-24 12:11:00', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2078, 1, '2017-12-24 12:14:55', '2017-12-24 12:14:55', '', 'testimonial background', '', 'inherit', 'open', 'closed', '', 'testimonial-background', '', '', '2017-12-24 12:14:55', '2017-12-24 12:14:55', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/testimonial-background.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2079, 1, '2017-12-24 12:15:04', '2017-12-24 12:15:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/testimonial-background.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 12:15:04', '2017-12-24 12:15:04', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2080, 1, '2017-12-24 12:17:57', '2017-12-24 12:17:57', '', 'testimonial background 2', '', 'inherit', 'open', 'closed', '', 'testimonial-background-2', '', '', '2017-12-24 12:17:57', '2017-12-24 12:17:57', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/testimonial-background-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2081, 1, '2017-12-24 12:18:04', '2017-12-24 12:18:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/testimonial-background-2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. He was happy to talk through the process and deal with all our questions. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 12:18:04', '2017-12-24 12:18:04', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2083, 1, '2017-12-24 12:20:53', '2017-12-24 12:20:53', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/testimonial-background-2.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 12:20:53', '2017-12-24 12:20:53', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2084, 1, '2017-12-24 12:24:58', '2017-12-24 12:24:58', '', 'background testimonial 3', '', 'inherit', 'open', 'closed', '', 'background-testimonial-3', '', '', '2017-12-24 12:24:58', '2017-12-24 12:24:58', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2085, 1, '2017-12-24 12:25:06', '2017-12-24 12:25:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 12:25:06', '2017-12-24 12:25:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2086, 1, '2017-12-24 12:28:11', '2017-12-24 12:28:11', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Add Text from Paul Here</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 12:28:11', '2017-12-24 12:28:11', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2089, 1, '2017-12-24 12:31:40', '2017-12-24 12:31:40', '', 'BBC', '', 'inherit', 'open', 'closed', '', 'bbc', '', '', '2017-12-24 12:31:40', '2017-12-24 12:31:40', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2090, 1, '2017-12-24 12:35:20', '2017-12-24 12:35:20', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Add Text from Paul Here</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 12:35:20', '2017-12-24 12:35:20', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2088, 1, '2017-12-24 12:29:32', '2017-12-24 12:29:32', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/800px-BBC.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Add Text from Paul Here</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 12:29:32', '2017-12-24 12:29:32', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2091, 1, '2017-12-24 12:45:22', '2017-12-24 12:45:22', '', 'logo_lrg', '', 'inherit', 'open', 'closed', '', 'logo_lrg', '', '', '2017-12-24 12:45:22', '2017-12-24 12:45:22', '', 16, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_lrg.png', 0, 'attachment', 'image/png', 0),
(2093, 1, '2017-12-24 12:47:55', '2017-12-24 12:47:55', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_lrg.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own drone company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames.  Its very common for drone operators to team up, work together, share equipment, knowledge and drones and Matthew and James have been working together for several years now. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 12:47:55', '2017-12-24 12:47:55', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2092, 1, '2017-12-24 12:45:30', '2017-12-24 12:45:30', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_lrg.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own drone company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames.  Its very common for drone operators to team up, work together, share equipment, knowledge and drones and Matthew and James have been working together for several years now. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/about_testimonials_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center; color: #ffffff;\">TESTIMONIALS</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 12:45:30', '2017-12-24 12:45:30', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2096, 1, '2017-12-24 12:55:03', '2017-12-24 12:55:03', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_lrg.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own drone company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames.  Its very common for drone operators to team up, work together, share equipment, knowledge and drones and Matthew and James have been working together for several years now. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 12:55:03', '2017-12-24 12:55:03', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2095, 1, '2017-12-24 12:54:01', '2017-12-24 12:54:01', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_lrg.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own drone company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames.  Its very common for drone operators to team up, work together, share equipment, knowledge and drones and Matthew and James have been working together for several years now. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nsdcio  dcids sdosdi dncosdn sdncvsdn sdnvisdnvisnd skdn visdnvisn sdnviusdviusd sdnvuisdviu isdviusdnvi isdbnviusd iudsviusdvuidshnd idsbviusdvi isdbnvis isdbvisdb iushvsb iushvius disdvis iusbdvs didsbvs isdbvyidsb\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 12:54:01', '2017-12-24 12:54:01', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2097, 1, '2017-12-24 12:55:57', '2017-12-24 12:55:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_lrg.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own drone company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames.  Its very common for drone operators to team up, work together, share equipment, knowledge and drones and Matthew and James have been working together for several years now. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">Insert text from Paul here</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Company Name\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 12:55:57', '2017-12-24 12:55:57', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2098, 1, '2017-12-24 12:59:34', '2017-12-24 12:59:34', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_lrg.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own drone company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames.  Its very common for drone operators to team up, work together, share equipment, knowledge and drones and Matthew and James have been working together for several years now. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">Insert text from Paul here</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 12:59:34', '2017-12-24 12:59:34', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2099, 1, '2017-12-24 13:00:57', '2017-12-24 13:00:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Add Text from Paul Here</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 13:00:57', '2017-12-24 13:00:57', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2100, 1, '2017-12-24 13:03:17', '2017-12-24 13:03:17', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We work closely with our four main partners for sourcing drones, conducting trials and research, for commercial projects, through to post-production sales of stock footage.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-12-24 13:03:17', '2017-12-24 13:03:17', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2101, 1, '2017-12-24 13:05:05', '2017-12-24 13:05:05', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_lrg.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own drone company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames.  Its very common for drone operators to team up, work together, share equipment, knowledge and drones and Matthew and James have been working together for several years now. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used n the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:05:05', '2017-12-24 13:05:05', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2102, 1, '2017-12-24 13:06:54', '2017-12-24 13:06:54', '', 'dod faint logo', '', 'inherit', 'open', 'closed', '', 'dod-faint-logo', '', '', '2017-12-24 13:06:54', '2017-12-24 13:06:54', '', 16, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-faint-logo.png', 0, 'attachment', 'image/png', 0),
(2103, 1, '2017-12-24 13:07:06', '2017-12-24 13:07:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-faint-logo.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own drone company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames.  Its very common for drone operators to team up, work together, share equipment, knowledge and drones and Matthew and James have been working together for several years now. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used n the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:07:06', '2017-12-24 13:07:06', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2104, 1, '2017-12-24 13:08:03', '2017-12-24 13:08:03', '', 'dod v faint', '', 'inherit', 'open', 'closed', '', 'dod-v-faint', '', '', '2017-12-24 13:08:03', '2017-12-24 13:08:03', '', 16, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-v-faint.png', 0, 'attachment', 'image/png', 0),
(2105, 1, '2017-12-24 13:08:10', '2017-12-24 13:08:10', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-v-faint.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own drone company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames.  Its very common for drone operators to team up, work together, share equipment, knowledge and drones and Matthew and James have been working together for several years now. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used n the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:08:10', '2017-12-24 13:08:10', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2107, 1, '2017-12-24 13:20:45', '2017-12-24 13:20:45', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-v-faint.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is also night flying qualified and in addition has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:20:45', '2017-12-24 13:20:45', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2106, 1, '2017-12-24 13:09:51', '2017-12-24 13:09:51', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-v-faint.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own drone company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames.  Its very common for drone operators to team up, work together, share equipment, knowledge and drones and Matthew and James have been working together for several years now. Matthew was a successful project manager with some FTSE companies over the last two decades but much prefers drones. Matthew has 0-7kg and 7-20kg drone pilot permissions, is night flying qualified and in addition has his Extended Visual Line of Sight (EVLOS) qualification. EVLOS is not often needed but Matthew has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field, beyond normal limitations and out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL/ ENGINEERING</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Tim Morley (BSc Hons) has almost 20 years of radio controlled aircraft experience, and formally ran his own company building and retailing drones of all sizes. Whilst an extremely capable pilot himself, Tim was recently acquired by the Buy It Direct retail giants in Huddersfield and now runs dronesdirect.co.uk. Tim still enjoys flying drones for aerial filming and even racing purposes, but he is particularly well regarded for his technical ability in building and maintaining drones. We wouldn’t trust anybody else to maintain our fleet of drones.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:09:51', '2017-12-24 13:09:51', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2109, 1, '2017-12-24 13:22:39', '2017-12-24 13:22:39', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-v-faint.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is also night flying qualified and in addition has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:22:39', '2017-12-24 13:22:39', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2108, 1, '2017-12-24 13:21:39', '2017-12-24 13:21:39', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-v-faint.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is also night flying qualified and in addition has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:21:39', '2017-12-24 13:21:39', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2110, 1, '2017-12-24 13:24:15', '2017-12-24 13:24:15', '', 'dod v faint and small', '', 'inherit', 'open', 'closed', '', 'dod-v-faint-and-small', '', '', '2017-12-24 13:24:15', '2017-12-24 13:24:15', '', 16, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-v-faint-and-small.png', 0, 'attachment', 'image/png', 0),
(2111, 1, '2017-12-24 13:24:28', '2017-12-24 13:24:28', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-v-faint-and-small.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is also night flying qualified and in addition has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:24:28', '2017-12-24 13:24:28', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2113, 1, '2017-12-24 13:33:38', '2017-12-24 13:33:38', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.  James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-v-faint-and-small.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is also night flying qualified and in addition has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:33:38', '2017-12-24 13:33:38', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2112, 1, '2017-12-24 13:29:23', '2017-12-24 13:29:23', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He holds a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">As a result of his service James is a keen supporter of several veterans charities and maintains close links with MoD; he is often invited to contribute to their research and development drone programmes from a commercial perspective. James holds both 0-7kg and 7-20kg drone pilot permissions.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-v-faint-and-small.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is also night flying qualified and in addition has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:29:23', '2017-12-24 13:29:23', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2118, 1, '2017-12-24 13:42:02', '2017-12-24 13:42:02', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is also night flying qualified and in addition has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:42:02', '2017-12-24 13:42:02', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2114, 1, '2017-12-24 13:36:42', '2017-12-24 13:36:42', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-v-faint-and-small.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is also night flying qualified and in addition has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:36:42', '2017-12-24 13:36:42', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2116, 1, '2017-12-24 13:39:50', '2017-12-24 13:39:50', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"15\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-v-faint-and-small.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is also night flying qualified and in addition has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:39:50', '2017-12-24 13:39:50', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2115, 1, '2017-12-24 13:38:53', '2017-12-24 13:38:53', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_title margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" size=\"1\" content_align=\"left\" style_type=\"default\" sep_color=\"\"]\r\n<p style=\"text-align: center;\">DIRECTOR/OWNER</p>\r\n[/fusion_title][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-v-faint-and-small.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is also night flying qualified and in addition has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:38:53', '2017-12-24 13:38:53', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2117, 1, '2017-12-24 13:40:15', '2017-12-24 13:40:15', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/dod-v-faint-and-small.png\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is also night flying qualified and in addition has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He has served as a Calder Valley Search and Rescue volunteer for several years and the EVLOS allows us to conduct search work and research and development in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:40:15', '2017-12-24 13:40:15', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2120, 1, '2017-12-24 13:51:08', '2017-12-24 13:51:08', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is night flying qualified and has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He is a Calder Valley Search and Rescue volunteer and the EVLOS allows us to conduct search work and research in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:51:08', '2017-12-24 13:51:08', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2121, 1, '2017-12-24 13:54:31', '2017-12-24 13:54:31', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is night flying qualified and has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He is a Calder Valley Search and Rescue volunteer and the EVLOS allows us to conduct search work and research in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:54:31', '2017-12-24 13:54:31', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2122, 1, '2017-12-24 13:55:18', '2017-12-24 13:55:18', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is night flying qualified and has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He is a Calder Valley Search and Rescue volunteer and the EVLOS allows us to conduct search work and research in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:55:18', '2017-12-24 13:55:18', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2124, 1, '2017-12-24 13:58:29', '2017-12-24 13:58:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is night flying qualified and has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He is a Calder Valley Search and Rescue volunteer and the EVLOS allows us to conduct search work and research in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:58:29', '2017-12-24 13:58:29', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2123, 1, '2017-12-24 13:57:47', '2017-12-24 13:57:47', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is night flying qualified and has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He is a Calder Valley Search and Rescue volunteer and the EVLOS allows us to conduct search work and research in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"top\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:57:47', '2017-12-24 13:57:47', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2125, 1, '2017-12-24 13:58:56', '2017-12-24 13:58:56', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is night flying qualified and has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He is a Calder Valley Search and Rescue volunteer and the EVLOS allows us to conduct search work and research in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 13:58:56', '2017-12-24 13:58:56', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2126, 1, '2017-12-24 14:00:04', '2017-12-24 14:00:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is night flying qualified and has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He is a Calder Valley Search and Rescue volunteer and the EVLOS allows us to conduct search work and research in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 14:00:04', '2017-12-24 14:00:04', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2127, 1, '2017-12-24 14:00:35', '2017-12-24 14:00:35', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is night flying qualified and has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He is a Calder Valley Search and Rescue volunteer and the EVLOS allows us to conduct search work and research in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 14:00:35', '2017-12-24 14:00:35', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2128, 1, '2017-12-24 14:00:58', '2017-12-24 14:00:58', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding=\"0px 20 0px 20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments to Bosnia, Iraq and Afghanistan.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 20 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n<p style=\"text-align: center;\">James holds both 0-7kg and 7-20kg drone pilot permissions and is night qualified too.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is night flying qualified and has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He is a Calder Valley Search and Rescue volunteer and the EVLOS allows us to conduct search work and research in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-12-24 14:00:58', '2017-12-24 14:00:58', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/16-revision-v1/', 0, 'revision', '', 0),
(2130, 1, '2017-12-24 14:08:04', '2017-12-24 14:08:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/ground_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/360_degree_panoramas/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Mapping &amp; Modelling</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Thermal &amp; IR Survey</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1492\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/service_mainpage_temp.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-12-24 14:08:04', '2017-12-24 14:08:04', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/12-revision-v1/', 0, 'revision', '', 0),
(2135, 1, '2017-12-24 15:23:35', '2017-12-24 15:23:35', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2017-12-24 15:23:35', '2017-12-24 15:23:35', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/1278-revision-v1/', 0, 'revision', '', 0),
(2137, 1, '2017-12-24 15:27:58', '2017-12-24 15:27:58', '', '1175px-Video-icon.svg', '', 'inherit', 'open', 'closed', '', '1175px-video-icon-svg', '', '', '2017-12-24 15:27:58', '2017-12-24 15:27:58', '', 12, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/1175px-Video-icon.svg.png', 0, 'attachment', 'image/png', 0),
(2138, 1, '2017-12-24 15:31:35', '2017-12-24 15:31:35', '', 'web resize', '', 'inherit', 'open', 'closed', '', 'web-resize', '', '', '2017-12-24 15:31:35', '2017-12-24 15:31:35', '', 12, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2139, 1, '2017-12-24 15:31:54', '2017-12-24 15:31:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey Data Collection &amp; Thermal/IR</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2137\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/1175px-Video-icon.svg.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-12-24 15:31:54', '2017-12-24 15:31:54', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/12-revision-v1/', 0, 'revision', '', 0),
(2140, 1, '2017-12-24 15:34:02', '2017-12-24 15:34:02', '', 'film web', '', 'inherit', 'open', 'closed', '', 'film-web', '', '', '2017-12-24 15:34:02', '2017-12-24 15:34:02', '', 12, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg', 0, 'attachment', 'image/jpeg', 0),
(2141, 1, '2017-12-24 15:34:13', '2017-12-24 15:34:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey Data Collection &amp; Thermal/IR</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-12-24 15:34:13', '2017-12-24 15:34:13', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2017/12/24/12-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2179, 1, '2018-02-06 17:10:48', '2018-02-06 17:10:48', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-06 17:10:48', '2018-02-06 17:10:48', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2143, 1, '2018-01-03 21:30:06', '2018-01-03 21:30:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post production companies like Hyperfinemedia and other utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-01-03 21:30:06', '2018-01-03 21:30:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/01/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2144, 1, '2018-01-03 21:32:29', '2018-01-03 21:32:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and other utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-01-03 21:32:29', '2018-01-03 21:32:29', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/01/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2145, 1, '2018-01-03 21:41:58', '2018-01-03 21:41:58', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-01-03 21:41:58', '2018-01-03 21:41:58', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/01/03/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2149, 1, '2018-01-31 14:04:18', '2018-01-31 14:04:18', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-01-31 14:04:18', '2018-01-31 14:04:18', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/01/31/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2148, 1, '2018-01-31 14:01:13', '2018-01-31 14:01:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1469\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_intro_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/full-shop\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-01-31 14:01:13', '2018-01-31 14:01:13', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/01/31/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2150, 1, '2018-01-31 14:08:42', '2018-01-31 14:08:42', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey Data Collection &amp; Thermal/IR</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Modelling and Mapping</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-01-31 14:08:42', '2018-01-31 14:08:42', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2018/01/31/12-revision-v1/', 0, 'revision', '', 0),
(2152, 1, '2018-01-31 14:11:29', '2018-01-31 14:11:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 50 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/ground_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Ground Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/360_degree_panoramas/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>360 Degree Panorama</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Modelling and Mapping</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey Data Collection &amp; Thermal/IR</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 25px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-01-31 14:11:29', '2018-01-31 14:11:29', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2018/01/31/12-revision-v1/', 0, 'revision', '', 0),
(2155, 1, '2018-01-31 14:16:03', '2018-01-31 14:16:03', '', 'Privacy Policy', '', 'publish', 'closed', 'closed', '', 'terms-conditions', '', '', '2018-11-06 16:25:42', '2018-11-06 16:25:42', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=slide&#038;p=2155', 0, 'slide', '', 0),
(2168, 1, '2018-01-31 14:53:41', '2018-01-31 14:53:41', '', 'temp_image', '', 'inherit', 'open', 'closed', '', 'temp_image', '', '', '2018-01-31 14:53:41', '2018-01-31 14:53:41', '', 12, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/temp_image.jpg', 0, 'attachment', 'image/jpeg', 0),
(2170, 1, '2018-01-31 15:04:54', '2018-01-31 15:04:54', '', 'home_slider_highres', '', 'inherit', 'open', 'closed', '', 'home_slider_highres', '', '', '2018-01-31 15:04:54', '2018-01-31 15:04:54', '', 25, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/home_slider_highres.jpg', 0, 'attachment', 'image/jpeg', 0),
(2171, 1, '2018-01-31 15:13:26', '2018-01-31 15:13:26', '', 'logo_large', '', 'inherit', 'open', 'closed', '', 'logo_large', '', '', '2018-01-31 15:13:26', '2018-01-31 15:13:26', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2176, 1, '2018-02-02 10:33:44', '2018-02-02 10:33:44', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-02 10:33:44', '2018-02-02 10:33:44', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/02/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2172, 1, '2018-01-31 15:13:32', '2018-01-31 15:13:32', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-01-31 15:13:32', '2018-01-31 15:13:32', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/01/31/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2175, 1, '2018-02-01 16:25:24', '2018-02-01 16:25:24', '[fusion_builder_container admin_label=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid-with-text\" picture_size=\"default\" boxed_text=\"unboxed\" columns=\"6\" one_column_text_position=\"below\" column_spacing=\"20\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" portfolio_layout_padding=\"\" filters=\"yes\" cat_slug=\"\" exclude_cats=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-02-01 16:25:24', '2018-02-01 16:25:24', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/02/01/1641-revision-v1/', 0, 'revision', '', 0),
(2178, 1, '2018-02-06 17:05:31', '2018-02-06 17:05:31', '', 'main_logo', '', 'inherit', 'open', 'closed', '', 'main_logo', '', '', '2018-02-06 17:05:31', '2018-02-06 17:05:31', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/02/main_logo.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2180, 1, '2018-02-06 17:11:14', '2018-02-06 17:11:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-06 17:11:14', '2018-02-06 17:11:14', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2181, 1, '2018-02-06 17:11:23', '2018-02-06 17:11:23', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-06 17:11:23', '2018-02-06 17:11:23', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2182, 1, '2018-02-06 17:12:00', '2018-02-06 17:12:00', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-06 17:12:00', '2018-02-06 17:12:00', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2183, 1, '2018-02-06 17:12:30', '2018-02-06 17:12:30', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-06 17:12:30', '2018-02-06 17:12:30', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2184, 1, '2018-02-06 17:13:13', '2018-02-06 17:13:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-06 17:13:13', '2018-02-06 17:13:13', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2185, 1, '2018-02-06 17:18:50', '2018-02-06 17:18:50', '', '1', '', 'inherit', 'open', 'closed', '', '1', '', '', '2018-02-06 17:18:50', '2018-02-06 17:18:50', '', 1984, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/09/1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2186, 1, '2018-02-06 17:18:51', '2018-02-06 17:18:51', '', '2', '', 'inherit', 'open', 'closed', '', '2', '', '', '2018-02-06 17:18:51', '2018-02-06 17:18:51', '', 1984, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/09/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2187, 1, '2018-02-06 17:18:51', '2018-02-06 17:18:51', '', '3', '', 'inherit', 'open', 'closed', '', '3', '', '', '2018-02-06 17:18:51', '2018-02-06 17:18:51', '', 1984, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/09/3.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2194, 1, '2018-02-08 10:35:16', '2018-02-08 10:35:16', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Instagram Feed\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-08 10:35:16', '2018-02-08 10:35:16', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/08/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2196, 1, '2018-02-08 10:36:18', '2018-02-08 10:36:18', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-08 10:36:18', '2018-02-08 10:36:18', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/08/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2195, 1, '2018-02-08 10:35:56', '2018-02-08 10:35:56', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-08 10:35:56', '2018-02-08 10:35:56', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/08/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2197, 1, '2018-02-08 10:38:15', '2018-02-08 10:38:15', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-08 10:38:15', '2018-02-08 10:38:15', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/08/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2199, 1, '2018-02-09 11:42:15', '2018-02-09 11:42:15', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h5 style=\"text-align: center;\">FOLLOW US</h5>[/fusion_text][fusion_text]<h3 style=\"text-align: center;\">OUR INSTAGRAM</h3>[/fusion_text][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-09 11:42:15', '2018-02-09 11:42:15', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/09/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2198, 1, '2018-02-09 11:41:19', '2018-02-09 11:41:19', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<h3 style=\"text-align: center;\">OUR INSTAGRAM</h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-09 11:41:19', '2018-02-09 11:41:19', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/09/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2200, 1, '2018-02-09 11:43:14', '2018-02-09 11:43:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-09 11:43:14', '2018-02-09 11:43:14', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/09/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2201, 1, '2018-02-09 11:44:10', '2018-02-09 11:44:10', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">FOLLOW US</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">OUR INSTAGRAM</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-09 11:44:10', '2018-02-09 11:44:10', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/09/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2202, 1, '2018-02-09 14:08:24', '2018-02-09 14:08:24', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in 4K as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"50 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"30 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"7% 4% 7% 4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h5 style=\"text-align: center;\">FOLLOW US</h5>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"5px 30px 10px 30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-02-09 14:08:24', '2018-02-09 14:08:24', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/02/09/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2208, 1, '2018-08-20 11:31:12', '2018-08-20 11:31:12', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in Apple ProRes (4K min) as standard and DNG/RAW stills photography.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 11:31:12', '2018-08-20 11:31:12', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2209, 1, '2018-08-20 11:32:12', '2018-08-20 11:32:12', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in Apple ProRes (4K min) and DNG/RAW stills.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for under &amp; over 7kg drones (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 11:32:12', '2018-08-20 11:32:12', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2210, 1, '2018-08-20 11:34:07', '2018-08-20 11:34:07', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in Apple ProRes (4K min) and DNG/RAW stills.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 11:34:07', '2018-08-20 11:34:07', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2223, 1, '2018-08-20 12:29:46', '2018-08-20 12:29:46', '', 'logo-2-2', '', 'inherit', 'open', 'closed', '', 'logo-2-2', '', '', '2018-08-20 12:29:46', '2018-08-20 12:29:46', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2224, 1, '2018-08-20 12:29:47', '2018-08-20 12:29:47', '', 'logo-3-2', '', 'inherit', 'open', 'closed', '', 'logo-3-2', '', '', '2018-08-20 12:29:47', '2018-08-20 12:29:47', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2225, 1, '2018-08-20 12:29:49', '2018-08-20 12:29:49', '', 'logo-4-2', '', 'inherit', 'open', 'closed', '', 'logo-4-2', '', '', '2018-08-20 12:29:49', '2018-08-20 12:29:49', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2217, 1, '2018-08-20 12:18:26', '2018-08-20 12:18:26', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-08-20 12:18:26', '2018-08-20 12:18:26', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2216, 1, '2018-08-20 12:18:00', '2018-08-20 12:18:00', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2214\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2215\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2213\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2211\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-5.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-08-20 12:18:00', '2018-08-20 12:18:00', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2231, 1, '2018-08-20 12:39:26', '2018-08-20 12:39:26', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2230\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-1-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-08-20 12:39:26', '2018-08-20 12:39:26', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2226, 1, '2018-08-20 12:30:46', '2018-08-20 12:30:46', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2222\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-1-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-08-20 12:30:46', '2018-08-20 12:30:46', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2228, 1, '2018-08-20 12:33:33', '2018-08-20 12:33:33', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2227\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-1-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-08-20 12:33:33', '2018-08-20 12:33:33', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1665-revision-v1/', 0, 'revision', '', 0),
(2232, 1, '2018-08-20 12:42:23', '2018-08-20 12:42:23', '', 'new-1', '', 'inherit', 'open', 'closed', '', 'new-1', '', '', '2018-08-20 12:42:23', '2018-08-20 12:42:23', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2233, 1, '2018-08-20 12:42:33', '2018-08-20 12:42:33', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-08-20 12:42:33', '2018-08-20 12:42:33', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1665-revision-v1/', 0, 'revision', '', 0),
(2234, 1, '2018-08-20 17:31:25', '2018-08-20 17:31:25', '', 'rc-1', '', 'inherit', 'open', 'closed', '', 'rc-1', '', '', '2018-08-20 17:31:25', '2018-08-20 17:31:25', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2235, 1, '2018-08-20 17:32:52', '2018-08-20 17:32:52', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-08-20 17:32:52', '2018-08-20 17:32:52', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1665-revision-v1/', 0, 'revision', '', 0),
(2238, 1, '2018-08-20 18:22:25', '2018-08-20 18:22:25', '', 'pl-', '', 'inherit', 'open', 'closed', '', 'pl', '', '', '2018-08-20 18:22:25', '2018-08-20 18:22:25', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2253, 1, '2018-08-20 19:07:25', '2018-08-20 19:07:25', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in Apple ProRes (4K min) and DNG/RAW stills.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 19:07:25', '2018-08-20 19:07:25', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2237, 1, '2018-08-20 18:19:33', '2018-08-20 18:19:33', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in Apple ProRes (4K min) and DNG/RAW stills.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2236\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 18:19:33', '2018-08-20 18:19:33', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2240, 1, '2018-08-20 18:26:47', '2018-08-20 18:26:47', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in Apple ProRes (4K min) and DNG/RAW stills.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 18:26:47', '2018-08-20 18:26:47', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2239, 1, '2018-08-20 18:22:34', '2018-08-20 18:22:34', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in Apple ProRes (4K min) and DNG/RAW stills.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1465\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_clients.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>PREVIOUS CLIENTS</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We\'ve worked for many Construction, Music, Engineering &amp; TV Production Companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3D Models, Surveys, Thermal/IR\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY DATA COLLECTION &amp; THERMAL</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect data for survey companies and create 3D models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR survey and search work with our FLIR sensor.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 18:22:34', '2018-08-20 18:22:34', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2241, 1, '2018-08-20 18:44:50', '2018-08-20 18:44:50', '[fusion_builder_container admin_label=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"masonry\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" one_column_text_position=\"below\" column_spacing=\"20\" equal_heights=\"no\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-08-20 18:44:50', '2018-08-20 18:44:50', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1641-revision-v1/', 0, 'revision', '', 0),
(2242, 1, '2018-08-20 18:45:47', '2018-08-20 18:45:47', '[fusion_builder_container admin_label=\"\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" one_column_text_position=\"below\" column_spacing=\"20\" equal_heights=\"no\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-08-20 18:45:47', '2018-08-20 18:45:47', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1641-revision-v1/', 0, 'revision', '', 0),
(2249, 1, '2018-08-20 18:57:47', '2018-08-20 18:57:47', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile-e1534790871737.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew additionally has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hands.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-08-20 18:57:47', '2018-08-20 18:57:47', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/16-revision-v1/', 0, 'revision', '', 0),
(2245, 1, '2018-08-20 18:54:14', '2018-08-20 18:54:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile-e1534790871737.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h5 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew additionally has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hands.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-08-20 18:54:14', '2018-08-20 18:54:14', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/16-revision-v1/', 0, 'revision', '', 0),
(2243, 1, '2018-08-20 18:50:24', '2018-08-20 18:50:24', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile-e1534790871737.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES WILTHEW – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is night flying qualified and has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He is a Calder Valley Search and Rescue volunteer and the EVLOS allows us to conduct search work and research in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-08-20 18:50:24', '2018-08-20 18:50:24', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2244, 1, '2018-08-20 18:51:24', '2018-08-20 18:51:24', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile-e1534790871737.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h5 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew Greaves owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew has 0-7kg and 7-20kg permissions, is night flying qualified and has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m. He is a Calder Valley Search and Rescue volunteer and the EVLOS allows us to conduct search work and research in this field.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna Wilthew is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hand on larger projects.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-08-20 18:51:24', '2018-08-20 18:51:24', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/16-revision-v1/', 0, 'revision', '', 0),
(2246, 1, '2018-08-20 18:55:02', '2018-08-20 18:55:02', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile-e1534790871737.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew additionally has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hands.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-08-20 18:55:02', '2018-08-20 18:55:02', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/16-revision-v1/', 0, 'revision', '', 0),
(2248, 1, '2018-08-20 18:57:21', '2018-08-20 18:57:21', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile-e1534790871737.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew additionally has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hands.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-08-20 18:57:21', '2018-08-20 18:57:21', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2247, 1, '2018-08-20 18:55:51', '2018-08-20 18:55:51', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile-e1534790871737.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile-e1534790871737.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.</p>\r\n<p style=\"text-align: center;\">He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew additionally has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hands.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-08-20 18:55:51', '2018-08-20 18:55:51', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/16-revision-v1/', 0, 'revision', '', 0),
(2250, 1, '2018-08-20 18:58:37', '2018-08-20 18:58:37', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew additionally has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hands.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-08-20 18:58:37', '2018-08-20 18:58:37', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/16-revision-v1/', 0, 'revision', '', 0),
(2251, 1, '2018-08-20 19:00:41', '2018-08-20 19:00:41', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\" target=\"_blank\" rel=\"noopener\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew additionally has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hands.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-08-20 19:00:41', '2018-08-20 19:00:41', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2254, 1, '2018-08-20 19:09:42', '2018-08-20 19:09:42', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in Apple ProRes (4K min) and DNG/RAW stills.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://vimeo.com/153167384\" title=\"\" target=\"_blank\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW OUR SHOWREEL[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR surveys and search work with our FLIR sensor and LIDAR.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 19:09:42', '2018-08-20 19:09:42', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2255, 1, '2018-08-20 19:13:17', '2018-08-20 19:13:17', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in Apple ProRes (4K min) and DNG/RAW stills.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones, we can also produce 180 and 360 degree interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR surveys and search work with our FLIR sensor and LIDAR.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 19:13:17', '2018-08-20 19:13:17', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2279, 1, '2018-08-23 14:56:20', '2018-08-23 14:56:20', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-23 14:56:20', '2018-08-23 14:56:20', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2256, 1, '2018-08-20 19:17:10', '2018-08-20 19:17:10', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services, shooting in Apple ProRes (4K min) and DNG/RAW stills.  We also provide thermal imagery and survey data collection. We carry out a range of broadcast work for TV and film production companies and also provide regular services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones. We can provide straight forward still images, inspection services or 360 panoramas, amongst other services.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR surveys and search work with our FLIR sensor and LIDAR.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 19:17:10', '2018-08-20 19:17:10', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2300, 1, '2018-08-23 20:51:57', '2018-08-23 20:51:57', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2257\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-d8cebc2557d246ff43b17211dffc64c6.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-23 20:51:57', '2018-08-23 20:51:57', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1274-revision-v1/', 0, 'revision', '', 0),
(2258, 1, '2018-08-20 19:25:37', '2018-08-20 19:25:37', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2257\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-d8cebc2557d246ff43b17211dffc64c6.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPIRE X5S Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-20 19:25:37', '2018-08-20 19:25:37', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2259, 1, '2018-08-20 20:19:26', '2018-08-20 20:19:26', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot in Apple ProRes (4K min) and DNG/RAW stills. We carry out a range of broadcast work for TV and film production companies and also provide regular survey and inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones. We can provide straight forward still images, inspection services or 360 panoramas, amongst other services.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR surveys and search work with our FLIR sensor and LIDAR.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 20:19:26', '2018-08-20 20:19:26', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2260, 1, '2018-08-20 20:21:40', '2018-08-20 20:21:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in Apple ProRes (4K min) and shoot DNG/RAW still images. We carry out a range of broadcast work for TV and film production companies and also provide regular survey and inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones. We can provide straight forward still images, inspection services or 360 panoramas, amongst other services.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR surveys and search work with our FLIR sensor and LIDAR.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 20:21:40', '2018-08-20 20:21:40', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2261, 1, '2018-08-20 20:30:30', '2018-08-20 20:30:30', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones. We can provide straight forward still images, inspection services or 360 panoramas, amongst other services.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR surveys and search work with our FLIR sensor and LIDAR.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 20:30:30', '2018-08-20 20:30:30', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2271, 1, '2018-08-20 21:29:07', '2018-08-20 21:29:07', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Photography\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Photography</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Survey and Mapping</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-08-20 21:29:07', '2018-08-20 21:29:07', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1278-revision-v1/', 0, 'revision', '', 0),
(2262, 1, '2018-08-20 20:34:28', '2018-08-20 20:34:28', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Photography\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Photography</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Survey and Mapping</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-08-20 20:34:28', '2018-08-20 20:34:28', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2264, 1, '2018-08-20 21:01:28', '2018-08-20 21:01:28', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-20 21:01:28', '2018-08-20 21:01:28', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1282-revision-v1/', 0, 'revision', '', 0),
(2266, 1, '2018-08-20 21:03:07', '2018-08-20 21:03:07', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-20 21:03:07', '2018-08-20 21:03:07', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1282-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2265, 1, '2018-08-20 21:02:25', '2018-08-20 21:02:25', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-20 21:02:25', '2018-08-20 21:02:25', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1282-revision-v1/', 0, 'revision', '', 0),
(2306, 1, '2018-08-23 21:59:14', '2018-08-23 21:59:14', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Multiple images (or panoramas) taken from the same location over a period of construction can give off-site stakeholders clear progress information.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-23 21:59:14', '2018-08-23 21:59:14', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1282-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2268, 1, '2018-08-20 21:04:30', '2018-08-20 21:04:30', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-20 21:04:30', '2018-08-20 21:04:30', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1282-revision-v1/', 0, 'revision', '', 0),
(2270, 1, '2018-08-20 21:09:27', '2018-08-20 21:09:27', '[fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-08-20 21:09:27', '2018-08-20 21:09:27', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1286-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2269, 1, '2018-08-20 21:07:37', '2018-08-20 21:07:37', '[fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION &amp; MAINTENANCE Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION &amp; MAINTENANCE</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"TV &amp; FILM PRODUCTION Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">TV &amp; FILM PRODUCTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE / LAND &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE / LAND &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-08-20 21:07:37', '2018-08-20 21:07:37', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/1286-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2272, 1, '2018-08-20 21:39:20', '2018-08-20 21:39:20', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for TV series, but also produce short social media clips for smaller businesses, including providing editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot RAW/DNG photographs as standard on all our drones. We can provide straight forward still images, inspection services or 360 panoramas, amongst other services.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR surveys and search work with our FLIR sensor and LIDAR.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 21:39:20', '2018-08-20 21:39:20', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2273, 1, '2018-08-20 21:52:22', '2018-08-20 21:52:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for TV series, but also produce short social media clips for smaller businesses, including providing editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR surveys and search work with our FLIR sensor and LIDAR.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 21:52:22', '2018-08-20 21:52:22', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2276, 1, '2018-08-20 22:00:28', '2018-08-20 22:00:28', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR surveys and search work with our FLIR sensor and LIDAR.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 22:00:28', '2018-08-20 22:00:28', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2274, 1, '2018-08-20 21:54:45', '2018-08-20 21:54:45', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several  TV series, but also produce short social media clips for small businesses, including providing editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR surveys and search work with our FLIR sensor and LIDAR.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 21:54:45', '2018-08-20 21:54:45', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2275, 1, '2018-08-20 21:55:12', '2018-08-20 21:55:12', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips for small businesses, including providing editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. We also conduct Thermal/IR surveys and search work with our FLIR sensor and LIDAR.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 21:55:12', '2018-08-20 21:55:12', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2278, 1, '2018-08-20 22:08:56', '2018-08-20 22:08:56', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 22:08:56', '2018-08-20 22:08:56', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2277, 1, '2018-08-20 22:06:30', '2018-08-20 22:06:30', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be imported into common GIS software such as AutoCAD Civil 3D, QGIS, and ArcGIS.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-20 22:06:30', '2018-08-20 22:06:30', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/20/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2280, 1, '2018-08-23 14:59:29', '2018-08-23 14:59:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"50\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>ALL OUR SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Surveyors, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey and Mapping</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2168\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/ground_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/temp_image.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Social Media Clips</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-08-23 14:59:29', '2018-08-23 14:59:29', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/12-revision-v1/', 0, 'revision', '', 0),
(2282, 1, '2018-08-23 15:06:05', '2018-08-23 15:06:05', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"50\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>THE SERVICES WE PROVIDE</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Surveyors, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey and Mapping</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n\r\nAs part of our filming, we offer an editing and post-production service, we also provide ground filming, so we can produce a complete edited video for you - rather than just handing you the raw footage.  This could be 30 seconds long for social media or much longer including animation, graphics and visual effects.  Please get in touch for a quote for editing and post-production costs.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-08-23 15:06:05', '2018-08-23 15:06:05', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/12-revision-v1/', 0, 'revision', '', 0),
(2281, 1, '2018-08-23 15:01:17', '2018-08-23 15:01:17', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"50\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>THE SERVICES WE PROVIDE</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Surveyors, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey and Mapping</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2168\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/ground_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/temp_image.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Social Media Clips</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2140\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/post_production/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/film-web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Post Production</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-08-23 15:01:17', '2018-08-23 15:01:17', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/12-revision-v1/', 0, 'revision', '', 0),
(2283, 1, '2018-08-23 15:08:24', '2018-08-23 15:08:24', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"50\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>THE SERVICES WE PROVIDE</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Surveyors, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey and Mapping</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">As part of our filming, we offer an editing and post-production service.  We also film on the ground (including sound recording) so we can produce a complete edited video for you if you\'d like - rather than just handing you the raw footage.  This could be 30 seconds long for social media or much longer including animation, graphics and visual effects.  Please get in touch for a quote for editing and post-production costs.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-08-23 15:08:24', '2018-08-23 15:08:24', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/12-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2284, 1, '2018-08-23 15:10:14', '2018-08-23 15:10:14', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Photography\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Survey and Mapping</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-08-23 15:10:14', '2018-08-23 15:10:14', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1278-revision-v1/', 0, 'revision', '', 0),
(2285, 1, '2018-08-23 15:12:40', '2018-08-23 15:12:40', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">HAVE ANY QUESTIONS?</h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">If you cant find the answer to your question below, then please feel free to call or email is with your query.  We get lots of questions and lots of calls, and are happy just to give you a steer or provide advice - even if you don\'t want to hire us, its free to chat!</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5px\" bottom_margin=\"40\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"30px\" padding_right=\"30px\" padding_bottom=\"30px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_faq filters=\"\" featured_image=\"\" cats_slug=\"\" exclude_cats=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'FAQ\'S', '', 'inherit', 'closed', 'closed', '', '1276-revision-v1', '', '', '2018-08-23 15:12:40', '2018-08-23 15:12:40', '', 1276, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1276-revision-v1/', 0, 'revision', '', 0),
(2286, 1, '2018-08-23 15:13:52', '2018-08-23 15:13:52', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Air-Frames (UK) Limited\r\n0330 111 3001\r\n<a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Please get in contact for any more information that you may need, or to hire out our services.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"119\" title=\"Contact form\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '1630-revision-v1', '', '', '2018-08-23 15:13:52', '2018-08-23 15:13:52', '', 1630, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1630-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2287, 1, '2018-08-23 15:32:19', '2018-08-23 15:32:19', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, Owner Ribblesdale Park and Gisburne Park Weddings\" avatar=\"male\" image=\"\" image_border_radius=\"\" company=\"Your Content Goes Here\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work was worth it just for that one single shot, its epic!</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-23 15:32:19', '2018-08-23 15:32:19', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2288, 1, '2018-08-23 15:41:45', '2018-08-23 15:41:45', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2018-08-23 15:41:45', '2018-08-23 15:41:45', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2289, 1, '2018-08-23 15:41:54', '2018-08-23 15:41:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo.png\" image_border_radius=\"\" company=\"Your Content Goes Here\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-23 15:41:54', '2018-08-23 15:41:54', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2290, 1, '2018-08-23 15:46:09', '2018-08-23 15:46:09', '', 'ribble 1', '', 'inherit', 'open', 'closed', '', 'ribble-1', '', '', '2018-08-23 15:46:09', '2018-08-23 15:46:09', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-1.png', 0, 'attachment', 'image/png', 0),
(2291, 1, '2018-08-23 15:46:09', '2018-08-23 15:46:09', '', 'ribble 2', '', 'inherit', 'open', 'closed', '', 'ribble-2', '', '', '2018-08-23 15:46:09', '2018-08-23 15:46:09', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2292, 1, '2018-08-23 15:46:25', '2018-08-23 15:46:25', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-23 15:46:25', '2018-08-23 15:46:25', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2293, 1, '2018-08-23 15:47:48', '2018-08-23 15:47:48', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-23 15:47:48', '2018-08-23 15:47:48', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2294, 1, '2018-08-23 20:11:05', '2018-08-23 20:11:05', '', 'logo1', '', 'inherit', 'open', 'closed', '', 'logo1', '', '', '2018-08-23 20:11:05', '2018-08-23 20:11:05', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2295, 1, '2018-08-23 20:11:17', '2018-08-23 20:11:17', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-23 20:11:17', '2018-08-23 20:11:17', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2296, 1, '2018-08-23 20:12:45', '2018-08-23 20:12:45', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-23 20:12:45', '2018-08-23 20:12:45', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2297, 1, '2018-08-23 20:13:14', '2018-08-23 20:13:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-23 20:13:14', '2018-08-23 20:13:14', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2298, 1, '2018-08-23 20:14:39', '2018-08-23 20:14:39', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-23 20:14:39', '2018-08-23 20:14:39', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2299, 1, '2018-08-23 20:15:40', '2018-08-23 20:15:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1476\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_right.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.hyperfinemedia.co.uk\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-23 20:15:40', '2018-08-23 20:15:40', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2381, 1, '2018-08-24 21:18:48', '2018-08-24 21:18:48', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2374\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-5.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It can fly at up to 58mph (94kph) and its dual battery system allows a maximum of 27 minutes, while battery self-heating technology allows it to fly as low as -20 degrees celcius.   We carry 8 batteries and can charge in the field so are fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 21:18:48', '2018-08-24 21:18:48', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0),
(2364, 1, '2018-08-24 16:59:32', '2018-08-24 16:59:32', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2357\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ins-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2363\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/0_0.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 16:59:32', '2018-08-24 16:59:32', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2301, 1, '2018-08-23 20:52:52', '2018-08-23 20:52:52', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2257\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-d8cebc2557d246ff43b17211dffc64c6.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-23 20:52:52', '2018-08-23 20:52:52', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1274-revision-v1/', 0, 'revision', '', 0),
(2302, 1, '2018-08-23 20:53:30', '2018-08-23 20:53:30', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2257\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-d8cebc2557d246ff43b17211dffc64c6.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-23 20:53:30', '2018-08-23 20:53:30', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2303, 1, '2018-08-23 20:54:02', '2018-08-23 20:54:02', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2257\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-d8cebc2557d246ff43b17211dffc64c6.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-23 20:54:02', '2018-08-23 20:54:02', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1274-revision-v1/', 0, 'revision', '', 0),
(2304, 1, '2018-08-23 20:54:31', '2018-08-23 20:54:31', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2257\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-d8cebc2557d246ff43b17211dffc64c6.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-23 20:54:31', '2018-08-23 20:54:31', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2305, 1, '2018-08-23 21:01:24', '2018-08-23 21:01:24', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"50\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>THE SERVICES WE PROVIDE</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Surveyors, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey and Mapping</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">As part of our filming, we offer an editing and post-production service.  We also film on the ground (including sound recording) so we can produce a complete edited video for you if you\'d like - rather than just handing you the raw footage.  This could be 30 seconds long for social media or much longer including animation, graphics and visual effects.  Please get in touch for a quote for editing and post-production costs.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-08-23 21:01:24', '2018-08-23 21:01:24', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/12-revision-v1/', 0, 'revision', '', 0),
(2309, 1, '2018-08-23 22:20:26', '2018-08-23 22:20:26', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Multiple images (or panoramas) taken overhead and from the same location over the period of construction, whether weekly or monthly, can give off-site stakeholders clear progress information.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2308\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/thermal-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect anything from missing persons, heat sources in a building or forest fire to failed solar panels.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-23 22:20:26', '2018-08-23 22:20:26', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1282-revision-v1/', 0, 'revision', '', 0),
(2307, 1, '2018-08-23 22:00:54', '2018-08-23 22:00:54', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Multiple images (or panoramas) taken overhead and from the same location over the period of construction, whether weekly or monthly, can give off-site stakeholders clear progress information.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-23 22:00:54', '2018-08-23 22:00:54', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1282-revision-v1/', 0, 'revision', '', 0),
(2310, 1, '2018-08-23 22:21:55', '2018-08-23 22:21:55', '', 'thermal-1-', '', 'inherit', 'open', 'closed', '', 'thermal-1', '', '', '2018-08-23 22:21:55', '2018-08-23 22:21:55', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/thermal-1-.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2311, 1, '2018-08-23 22:22:06', '2018-08-23 22:22:06', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Multiple images (or panoramas) taken overhead and from the same location over the period of construction, whether weekly or monthly, can give off-site stakeholders clear progress information.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2310\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/thermal-1-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect anything from missing persons, heat sources in a building or forest fire to failed solar panels.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-23 22:22:06', '2018-08-23 22:22:06', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1282-revision-v1/', 0, 'revision', '', 0),
(2312, 1, '2018-08-23 22:26:16', '2018-08-23 22:26:16', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Multiple images (or panoramas) taken overhead and from the same location over the period of construction, whether weekly or monthly, can give off-site stakeholders clear progress information.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2310\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/thermal-1-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect anything from missing persons, heat sources in a building or forest fire - to failed solar panels.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-23 22:26:16', '2018-08-23 22:26:16', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1282-revision-v1/', 0, 'revision', '', 0),
(2313, 1, '2018-08-23 22:42:36', '2018-08-23 22:42:36', '', 'chimney-1', '', 'inherit', 'open', 'closed', '', 'chimney-1', '', '', '2018-08-23 22:42:36', '2018-08-23 22:42:36', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/chimney-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2315, 1, '2018-08-23 22:46:31', '2018-08-23 22:46:31', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect anything from missing persons, heat sources in a building or forest fire - to failed solar panels.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2310\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/thermal-1-.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Multiple images (or panoramas) taken overhead and from the same location over the period of construction, whether weekly or monthly, can give off-site stakeholders clear progress information.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2313\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.  Inspections can be conducted safely and quickly without any risk to people and identify small cracks and leaks that would otherwise require expensive scaffolding.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-23 22:46:31', '2018-08-23 22:46:31', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1282-revision-v1/', 0, 'revision', '', 0),
(2314, 1, '2018-08-23 22:42:47', '2018-08-23 22:42:47', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ARCHAEOLOGY, POLLUTION CONTROL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ARCHAEOLOGY, POLLUTION CONTROL &amp; SITE SURVEYS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Multiple images (or panoramas) taken overhead and from the same location over the period of construction, whether weekly or monthly, can give off-site stakeholders clear progress information.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2310\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/thermal-1-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect anything from missing persons, heat sources in a building or forest fire - to failed solar panels.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"RESCUE ASSISTANCE, DISASTER &amp; CRISIS SUPPORT\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.  Inspections can be conducted safely and quickly without any risk to people and identify small cracks and leaks that would otherwise require expensive scaffolding.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2313\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-23 22:42:47', '2018-08-23 22:42:47', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/23/1282-revision-v1/', 0, 'revision', '', 0),
(2320, 1, '2018-08-24 13:19:48', '2018-08-24 13:19:48', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"278557232\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nWe shot the aerials for this video in 2016 for <a href=\"http://www.videoink.co.uk\">Videoink</a> and have shot drone footage for several of their productions in the last few years.  A great company to work with!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Videoink / Chris Norman</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Video Template', '', 'inherit', 'closed', 'closed', '', '1932-revision-v1', '', '', '2018-08-24 13:19:48', '2018-08-24 13:19:48', '', 1932, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1932-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2317, 1, '2018-08-24 13:04:31', '2018-08-24 13:04:31', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_youtube id=\"https://vimeo.com/278557232\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]Mauris at ultricies dolor. Quisque sem metus, mattis ac rutrum vitae, porttitor eu felis. Donec sed neque non lacus hendrerit gravida ut et lacus. Pellentesque suscipit rutrum magna quis malesuada. Duis eget pulvinar purus. Maecenas rutrum sodales urna non placerat. Ut bibendum tellus massa, eu aliquet massa varius ut. Phasellus porttitor, odio non dignissim bibendum, enim dui varius quam, id consectetur urna neque sit amet eros.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Name Here</li>\r\n 	<li><b>Technology:</b> Camera Name Here</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Video Template', '', 'inherit', 'closed', 'closed', '', '1932-revision-v1', '', '', '2018-08-24 13:04:31', '2018-08-24 13:04:31', '', 1932, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1932-revision-v1/', 0, 'revision', '', 0),
(2318, 1, '2018-08-24 13:05:41', '2018-08-24 13:05:41', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"https://vimeo.com/278557232\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]Mauris at ultricies dolor. Quisque sem metus, mattis ac rutrum vitae, porttitor eu felis. Donec sed neque non lacus hendrerit gravida ut et lacus. Pellentesque suscipit rutrum magna quis malesuada. Duis eget pulvinar purus. Maecenas rutrum sodales urna non placerat. Ut bibendum tellus massa, eu aliquet massa varius ut. Phasellus porttitor, odio non dignissim bibendum, enim dui varius quam, id consectetur urna neque sit amet eros.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Name Here</li>\r\n 	<li><b>Technology:</b> Camera Name Here</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Video Template', '', 'inherit', 'closed', 'closed', '', '1932-revision-v1', '', '', '2018-08-24 13:05:41', '2018-08-24 13:05:41', '', 1932, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1932-revision-v1/', 0, 'revision', '', 0),
(2319, 1, '2018-08-24 13:09:39', '2018-08-24 13:09:39', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"278557232\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]Mauris at ultricies dolor. Quisque sem metus, mattis ac rutrum vitae, porttitor eu felis. Donec sed neque non lacus hendrerit gravida ut et lacus. Pellentesque suscipit rutrum magna quis malesuada. Duis eget pulvinar purus. Maecenas rutrum sodales urna non placerat. Ut bibendum tellus massa, eu aliquet massa varius ut. Phasellus porttitor, odio non dignissim bibendum, enim dui varius quam, id consectetur urna neque sit amet eros.[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Name Here</li>\r\n 	<li><b>Technology:</b> Camera Name Here</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Video Template', '', 'inherit', 'closed', 'closed', '', '1932-revision-v1', '', '', '2018-08-24 13:09:39', '2018-08-24 13:09:39', '', 1932, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1932-revision-v1/', 0, 'revision', '', 0),
(2321, 1, '2018-08-24 13:23:30', '2018-08-24 13:23:30', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"278557232\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nWe shot the aerials for this video in 2016 for <a href=\"http://www.videoink.co.uk\">Videoink</a> and have shot drone footage for several of their productions in the last few years.  A great company to work with!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Videoink / Chris Norman</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Videoink / Chris Norman', '', 'inherit', 'closed', 'closed', '', '1932-revision-v1', '', '', '2018-08-24 13:23:30', '2018-08-24 13:23:30', '', 1932, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1932-revision-v1/', 0, 'revision', '', 0),
(2322, 1, '2018-08-24 13:35:08', '2018-08-24 13:35:08', '', 'chris norman-1', '', 'inherit', 'open', 'closed', '', 'chris-norman-1', '', '', '2018-08-24 13:35:08', '2018-08-24 13:35:08', '', 1932, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/chris-norman-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2323, 1, '2018-08-24 13:37:35', '2018-08-24 13:37:35', '', 'cn-1', '', 'inherit', 'open', 'closed', '', 'cn-1', '', '', '2018-08-24 13:37:35', '2018-08-24 13:37:35', '', 1932, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/cn-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2324, 1, '2018-08-24 13:37:41', '2018-08-24 13:37:41', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"278557232\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nWe shot the aerials for this video in 2016 for <a href=\"http://www.videoink.co.uk\">Videoink</a> and have shot drone footage for several of their productions in the last few years.  A great company to work with!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Videoink / Chris Norman \'Waiting\'</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Videoink / Chris Norman', '', 'inherit', 'closed', 'closed', '', '1932-revision-v1', '', '', '2018-08-24 13:37:41', '2018-08-24 13:37:41', '', 1932, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1932-revision-v1/', 0, 'revision', '', 0),
(2331, 1, '2018-08-24 14:40:41', '2018-08-24 14:40:41', '', 'web-2', '', 'inherit', 'open', 'closed', '', 'web-2-2', '', '', '2018-08-24 14:40:41', '2018-08-24 14:40:41', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2332, 1, '2018-08-24 14:40:44', '2018-08-24 14:40:44', '', 'small chimney-1', '', 'inherit', 'open', 'closed', '', 'small-chimney-1', '', '', '2018-08-24 14:40:44', '2018-08-24 14:40:44', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/small-chimney-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2333, 1, '2018-08-24 14:41:06', '2018-08-24 14:41:06', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect anything from missing persons, heat sources in a building or forest fire - to failed solar panels.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Multiple images (or panoramas) taken overhead and from the same location over the period of construction, whether weekly or monthly, can give off-site stakeholders clear progress information.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2332\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/small-chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.  Inspections can be conducted safely and quickly without any risk to people and identify small cracks and leaks that would otherwise require expensive scaffolding.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-24 14:41:06', '2018-08-24 14:41:06', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1282-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2334, 1, '2018-08-24 14:44:31', '2018-08-24 14:44:31', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect:</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels</li>\r\n 	<li>anything from missing persons, heat sources in a building or forest fire - to failed solar panels.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Multiple images (or panoramas) taken overhead and from the same location over the period of construction, whether weekly or monthly, can give off-site stakeholders clear progress information.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2332\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/small-chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.  Inspections can be conducted safely and quickly without any risk to people and identify small cracks and leaks that would otherwise require expensive scaffolding.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-24 14:44:31', '2018-08-24 14:44:31', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1282-revision-v1/', 0, 'revision', '', 0),
(2335, 1, '2018-08-24 14:46:09', '2018-08-24 14:46:09', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels</li>\r\n 	<li>Missing persons</li>\r\n 	<li>Heat sources in a building or forest fire</li>\r\n 	<li>Thermal leaks and Temperature monitoring</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Multiple images (or panoramas) taken overhead and from the same location over the period of construction, whether weekly or monthly, can give off-site stakeholders clear progress information.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2332\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/small-chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.  Inspections can be conducted safely and quickly without any risk to people and identify small cracks and leaks that would otherwise require expensive scaffolding.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-24 14:46:09', '2018-08-24 14:46:09', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1282-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2337, 1, '2018-08-24 14:52:32', '2018-08-24 14:52:32', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels.</li>\r\n 	<li>Missing persons.</li>\r\n 	<li>Heat sources in a building or forest fire.</li>\r\n 	<li>Thermal leaks and Temperature monitoring.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.</p>\r\n\r\n<ul>\r\n 	<li>Damaged Building, Dams, Roofs, Chimneys.</li>\r\n 	<li>Treetop inspections for forestry.</li>\r\n 	<li>Guttering and High-rise buildings.</li>\r\n 	<li>Damaged buildings, without risking people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2332\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/small-chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-24 14:52:32', '2018-08-24 14:52:32', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1282-revision-v1/', 0, 'revision', '', 0),
(2336, 1, '2018-08-24 14:50:10', '2018-08-24 14:50:10', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide still images for several estate agents and land agents, both residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels.</li>\r\n 	<li>Missing persons.</li>\r\n 	<li>Heat sources in a building or forest fire.</li>\r\n 	<li>Thermal leaks and Temperature monitoring.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Multiple images (or panoramas) taken overhead and from the same location over the period of construction, whether weekly or monthly, can give off-site stakeholders clear progress information.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2332\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/small-chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.</p>\r\n\r\n<ul>\r\n 	<li>Damaged Building, Dams, Roofs, Chimneys.</li>\r\n 	<li>Treetop inspections for forestry.</li>\r\n 	<li>Guttering and High-rise buildings.</li>\r\n 	<li>Damaged buildings, without risking people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-08-24 14:50:10', '2018-08-24 14:50:10', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1282-revision-v1/', 0, 'revision', '', 0),
(2533, 1, '2018-09-09 21:28:32', '2018-09-09 21:28:32', '[fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-09-09 21:28:32', '2018-09-09 21:28:32', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1286-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2338, 1, '2018-08-24 14:53:40', '2018-08-24 14:53:40', '[fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-08-24 14:53:40', '2018-08-24 14:53:40', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1286-revision-v1/', 0, 'revision', '', 0),
(2339, 1, '2018-08-24 15:06:10', '2018-08-24 15:06:10', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K as standard. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Photography\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-08-24 15:06:10', '2018-08-24 15:06:10', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1278-revision-v1/', 0, 'revision', '', 0),
(2340, 1, '2018-08-24 15:29:11', '2018-08-24 15:29:11', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"278558088\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nWe shot the aerials for this great promotional pilot video for Bedlam Film Productions LLP and the BAFTA winning director Gareth Unwin. Featuring Tom Howard @Gentlemanracing and Paul Turner @Buther_on_tour who won investment on Dragons Den.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Bedlam Productions</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Bedlam / #FUEL', '', 'publish', 'open', 'closed', '', 'bedlam-fuel', '', '', '2018-08-24 15:31:32', '2018-08-24 15:31:32', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_portfolio&#038;p=2340', 0, 'avada_portfolio', '', 0),
(2341, 1, '2018-08-24 15:28:42', '2018-08-24 15:28:42', '', 'fuel-3', '', 'inherit', 'open', 'closed', '', 'fuel-3', '', '', '2018-08-24 15:28:42', '2018-08-24 15:28:42', '', 2340, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/fuel-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2342, 1, '2018-08-24 15:28:47', '2018-08-24 15:28:47', '', 'fuel-1', '', 'inherit', 'open', 'closed', '', 'fuel-1', '', '', '2018-08-24 15:28:47', '2018-08-24 15:28:47', '', 2340, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/fuel-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2343, 1, '2018-08-24 15:28:52', '2018-08-24 15:28:52', '', 'fuel-2', '', 'inherit', 'open', 'closed', '', 'fuel-2', '', '', '2018-08-24 15:28:52', '2018-08-24 15:28:52', '', 2340, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/fuel-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2344, 1, '2018-08-24 15:29:11', '2018-08-24 15:29:11', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"278558088\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nWe shot the aerials for this great promotional pilot video for Bedlam Film Productions and the BAFTA winning director Gareth Unwin. Featuring Tom Howard @Gentlemanracing and Paul Turner @Buther_on_tour who won investment on Dragons Den.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Bedlam Productions</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Bedlam / #FUEL', '', 'inherit', 'closed', 'closed', '', '2340-revision-v1', '', '', '2018-08-24 15:29:11', '2018-08-24 15:29:11', '', 2340, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/2340-revision-v1/', 0, 'revision', '', 0),
(2345, 1, '2018-08-24 15:31:32', '2018-08-24 15:31:32', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"278558088\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nWe shot the aerials for this great promotional pilot video for Bedlam Film Productions LLP and the BAFTA winning director Gareth Unwin. Featuring Tom Howard @Gentlemanracing and Paul Turner @Buther_on_tour who won investment on Dragons Den.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Bedlam Productions</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Bedlam / #FUEL', '', 'inherit', 'closed', 'closed', '', '2340-revision-v1', '', '', '2018-08-24 15:31:32', '2018-08-24 15:31:32', '', 2340, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/2340-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2346, 1, '2018-08-24 22:25:34', '2018-08-24 22:25:34', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"287147087\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nThis is a great 6-part BBC Comedy series that recently aired on BBC prime-time, directed by Paul Murphy and produced by Rebecca Papworth.  We shot all the title sequences, cut-aways, establishers, general view, hilltops and air-to-air filming with a hot air balloon.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> BBC</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'BBC / Home From Home', '', 'publish', 'open', 'closed', '', 'home-from-home', '', '', '2018-08-28 21:53:11', '2018-08-28 21:53:11', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_portfolio&#038;p=2346', 0, 'avada_portfolio', '', 0),
(2349, 1, '2018-08-24 16:42:44', '2018-08-24 16:42:44', '', 'home_right new', '', 'inherit', 'open', 'closed', '', 'home_right-new', '', '', '2018-08-24 16:42:44', '2018-08-24 16:42:44', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2350, 1, '2018-08-24 16:42:53', '2018-08-24 16:42:53', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1470\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_left.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.hyperfinemedia.co.uk\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-24 16:42:53', '2018-08-24 16:42:53', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2353, 1, '2018-08-24 16:45:14', '2018-08-24 16:45:14', '', 'i2-1', '', 'inherit', 'open', 'closed', '', 'i2-1', '', '', '2018-08-24 16:45:14', '2018-08-24 16:45:14', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2354, 1, '2018-08-24 16:45:30', '2018-08-24 16:45:30', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 16:45:30', '2018-08-24 16:45:30', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0),
(2352, 1, '2018-08-24 16:43:55', '2018-08-24 16:43:55', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2351\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/6045cee6144a2959679e9c9ceb9e8584@374.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 16:43:55', '2018-08-24 16:43:55', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0),
(2357, 1, '2018-08-24 16:49:06', '2018-08-24 16:49:06', '', 'ins-1', '', 'inherit', 'open', 'closed', '', 'ins-1', '', '', '2018-08-24 16:49:06', '2018-08-24 16:49:06', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ins-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2358, 1, '2018-08-24 16:49:16', '2018-08-24 16:49:16', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2357\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ins-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 16:49:16', '2018-08-24 16:49:16', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0),
(2356, 1, '2018-08-24 16:47:18', '2018-08-24 16:47:18', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2355\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/dji-inspire-2-zenmuse-x4s-camera-inspire2x4s-dji-db4_1024x1024-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 16:47:18', '2018-08-24 16:47:18', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0),
(2359, 1, '2018-08-24 16:50:19', '2018-08-24 16:50:19', '', 'inspire 2-1', '', 'inherit', 'open', 'closed', '', 'inspire-2-1', '', '', '2018-08-24 16:50:19', '2018-08-24 16:50:19', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2361, 1, '2018-08-24 16:53:59', '2018-08-24 16:53:59', '', 'home_left new', '', 'inherit', 'open', 'closed', '', 'home_left-new', '', '', '2018-08-24 16:53:59', '2018-08-24 16:53:59', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2362, 1, '2018-08-24 16:54:06', '2018-08-24 16:54:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.hyperfinemedia.co.uk\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-08-24 16:54:06', '2018-08-24 16:54:06', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2363, 1, '2018-08-24 16:59:22', '2018-08-24 16:59:22', '', '0_0', '', 'inherit', 'open', 'closed', '', '0_0', '', '', '2018-08-24 16:59:22', '2018-08-24 16:59:22', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/0_0.png', 0, 'attachment', 'image/png', 0),
(2365, 1, '2018-08-24 20:45:19', '2018-08-24 20:45:19', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"50\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>OUR DRONE SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Surveyors, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey and Mapping</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">As part of our filming, we offer an editing and post-production service.  We also film on the ground (including sound recording) so we can produce a complete edited video for you if you\'d like - rather than just handing you the raw footage.  This could be 30 seconds long for social media or much longer including animation, graphics and visual effects.  Please get in touch for a quote for editing and post-production costs.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-08-24 20:45:19', '2018-08-24 20:45:19', '', 12, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/12-revision-v1/', 0, 'revision', '', 0),
(2366, 1, '2018-08-24 20:51:37', '2018-08-24 20:51:37', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2359\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2363\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/0_0.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 20:51:37', '2018-08-24 20:51:37', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2376, 1, '2018-08-24 21:06:33', '2018-08-24 21:06:33', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2374\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-5.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2363\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/0_0.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 21:06:33', '2018-08-24 21:06:33', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0),
(2368, 1, '2018-08-24 20:54:36', '2018-08-24 20:54:36', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2357\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ins-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2363\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/0_0.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 20:54:36', '2018-08-24 20:54:36', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2369, 1, '2018-08-24 20:55:50', '2018-08-24 20:55:50', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2367\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-prores.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2363\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/0_0.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 20:55:50', '2018-08-24 20:55:50', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0),
(2375, 1, '2018-08-24 21:06:10', '2018-08-24 21:06:10', '', 'inspire-2-4', '', 'inherit', 'open', 'closed', '', 'inspire-2-4', '', '', '2018-08-24 21:06:10', '2018-08-24 21:06:10', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-4.png', 0, 'attachment', 'image/png', 0),
(2371, 1, '2018-08-24 21:01:44', '2018-08-24 21:01:44', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2370\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-3.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2363\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/0_0.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 21:01:44', '2018-08-24 21:01:44', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0),
(2374, 1, '2018-08-24 21:06:02', '2018-08-24 21:06:02', '', 'inspire-2-5', '', 'inherit', 'open', 'closed', '', 'inspire-2-5', '', '', '2018-08-24 21:06:02', '2018-08-24 21:06:02', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-5.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2373, 1, '2018-08-24 21:04:27', '2018-08-24 21:04:27', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2372\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-4.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1484\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_inspire_x5r.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2363\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/0_0.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 21:04:27', '2018-08-24 21:04:27', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0),
(2377, 1, '2018-08-24 21:10:05', '2018-08-24 21:10:05', '', 'equipment_inspire_x5', '', 'inherit', 'open', 'closed', '', 'equipment_inspire_x5', '', '', '2018-08-24 21:10:05', '2018-08-24 21:10:05', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png', 0, 'attachment', 'image/png', 0),
(2378, 1, '2018-08-24 21:10:18', '2018-08-24 21:10:18', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2374\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-5.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2363\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/0_0.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 21:10:18', '2018-08-24 21:10:18', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0),
(2379, 1, '2018-08-24 21:12:49', '2018-08-24 21:12:49', '', 'p44k', '', 'inherit', 'open', 'closed', '', 'p44k', '', '', '2018-08-24 21:12:49', '2018-08-24 21:12:49', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2380, 1, '2018-08-24 21:13:00', '2018-08-24 21:13:00', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2374\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-5.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It goes from 0 to 50mph (80kph) in just 5 seconds and hits a maximum speed of 58mph (94kph).  A dual battery system allows a maximum of 27 minutes, while self-heating technology allows it to fly even in very low temperatures.   Learn more about the technical aspects of the Inspire 2 here <a href=\"http://www.dji.com/inspire-2\">http://www.dji.com/inspire-2</a></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry many batteries and have mobile charging in our vehicle and a LiPo safe petrol generator, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 21:13:00', '2018-08-24 21:13:00', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0),
(2383, 1, '2018-08-24 21:23:43', '2018-08-24 21:23:43', '', 'inspire 2 prores', '', 'inherit', 'open', 'closed', '', 'inspire-2-prores', '', '', '2018-08-24 21:23:43', '2018-08-24 21:23:43', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-prores.png', 0, 'attachment', 'image/png', 0),
(2384, 1, '2018-08-24 21:23:52', '2018-08-24 21:23:52', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2383\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-prores.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It can fly at up to 58mph (94kph) and its dual battery system allows a maximum of 27 minutes, while battery self-heating technology allows it to fly as low as -20 degrees celcius.   We carry 8 batteries and can charge in the field so are fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 21:23:52', '2018-08-24 21:23:52', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2385, 1, '2018-08-24 21:28:47', '2018-08-24 21:28:47', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2383\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/inspire-2-prores.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time while flying and we carry 8 batteries - and can charge in the field so are fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 21:28:47', '2018-08-24 21:28:47', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0),
(2386, 1, '2018-08-24 21:40:21', '2018-08-24 21:40:21', '', 'i2focus', '', 'inherit', 'open', 'closed', '', 'i2focus', '', '', '2018-08-24 21:40:21', '2018-08-24 21:40:21', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png', 0, 'attachment', 'image/png', 0),
(2387, 1, '2018-08-24 21:40:33', '2018-08-24 21:40:33', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time while flying and we carry 8 batteries - and can charge in the field so are fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 21:40:33', '2018-08-24 21:40:33', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2388, 1, '2018-08-24 21:41:11', '2018-08-24 21:41:11', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW, Apple ProRes and more. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time while flying and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 21:41:11', '2018-08-24 21:41:11', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0),
(2390, 1, '2018-08-24 21:44:13', '2018-08-24 21:44:13', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for aerial photography and cinematography, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a choice of several lenses.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 21:44:13', '2018-08-24 21:44:13', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2389, 1, '2018-08-24 21:42:52', '2018-08-24 21:42:52', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2 X5S</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for the aerial photography and cinematography market, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a variety of interchangeable lenses like most DSLR’s.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go and be self-sufficient all day long.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-08-24 21:42:52', '2018-08-24 21:42:52', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/1274-revision-v1/', 0, 'revision', '', 0),
(2391, 1, '2018-08-24 22:12:04', '2018-08-24 22:12:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"278582977\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nWalking With The Wounded Cumbrian Challenge 2018.  We proudly support several veterans charities (as we are veterans too) and achieved this with the talented Lucy Trendle (producer) and Euan Preston (camera and post-production) of Objectiv TV were a pleasure to work with.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Objectiv TV / Walking With The Wounded</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5 and Inspire 2 X5S</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Objectiv TV / Walking With The Wounded', '', 'publish', 'open', 'closed', '', 'objective-tv-walking-with-the-wounded', '', '', '2018-10-02 19:46:35', '2018-10-02 19:46:35', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_portfolio&#038;p=2391', 0, 'avada_portfolio', '', 0),
(2392, 1, '2018-08-24 22:11:33', '2018-08-24 22:11:33', '', 'wwtw-2', '', 'inherit', 'open', 'closed', '', 'wwtw-2', '', '', '2018-08-24 22:11:33', '2018-08-24 22:11:33', '', 2391, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/wwtw-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2393, 1, '2018-08-24 22:11:37', '2018-08-24 22:11:37', '', 'wwtw-1', '', 'inherit', 'open', 'closed', '', 'wwtw-1', '', '', '2018-08-24 22:11:37', '2018-08-24 22:11:37', '', 2391, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/wwtw-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2394, 1, '2018-08-24 22:11:40', '2018-08-24 22:11:40', '', 'wwtw-3', '', 'inherit', 'open', 'closed', '', 'wwtw-3', '', '', '2018-08-24 22:11:40', '2018-08-24 22:11:40', '', 2391, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/wwtw-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2395, 1, '2018-08-24 22:11:44', '2018-08-24 22:11:44', '', 'wwtw-4', '', 'inherit', 'open', 'closed', '', 'wwtw-4', '', '', '2018-08-24 22:11:44', '2018-08-24 22:11:44', '', 2391, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/wwtw-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(2396, 1, '2018-08-24 22:12:04', '2018-08-24 22:12:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"278582977\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nWalking With The Wounded Cumbrian Challenge 2018.  We proudly support several veterans charities (as we are veterans too) and achieved this with the talented Lucy Trendle (producer) and Euan Preston (camera and post-production) of Objectiv TV were a pleasure to work with.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Objectiv TV / Walking With The Wounded</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5 and Inspire 2 X5S</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Objective TV / Walking With The Wounded', '', 'inherit', 'closed', 'closed', '', '2391-revision-v1', '', '', '2018-08-24 22:12:04', '2018-08-24 22:12:04', '', 2391, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/2391-revision-v1/', 0, 'revision', '', 0),
(2397, 1, '2018-08-24 22:12:10', '2018-08-24 22:12:10', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"278582977\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nWalking With The Wounded Cumbrian Challenge 2018.  We proudly support several veterans charities (as we are veterans too) and achieved this with the talented Lucy Trendle (producer) and Euan Preston (camera and post-production) of Objectiv TV were a pleasure to work with.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Objectiv TV / Walking With The Wounded</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5 and Inspire 2 X5S</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Objectiv TV / Walking With The Wounded', '', 'inherit', 'closed', 'closed', '', '2391-revision-v1', '', '', '2018-08-24 22:12:10', '2018-08-24 22:12:10', '', 2391, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/2391-revision-v1/', 0, 'revision', '', 0),
(2398, 1, '2018-08-24 22:22:01', '2018-08-24 22:22:01', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"235774658\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nWe shoot still photographs for a lot of estate agents, but this is a complete house video we shot for Revilo Homes.  Its part of their premier house selling service, and an example of our combined ground and aerial film and a basic edit done in-house.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Revilo Homes</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Revilo Homes', '', 'publish', 'open', 'closed', '', 'revilo-homes', '', '', '2018-08-24 22:22:55', '2018-08-24 22:22:55', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_portfolio&#038;p=2398', 0, 'avada_portfolio', '', 0),
(2402, 1, '2018-08-24 22:22:01', '2018-08-24 22:22:01', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"235774658\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nWe shoot still photographs for a lot of estate agents, but this is a complete house video we shot for Revilo Homes.  Its part of their premier house selling service, and an example of our combined ground and aerial film and a basic edit done in-house.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Revilo Homes</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Revilo Homes', '', 'inherit', 'closed', 'closed', '', '2398-revision-v1', '', '', '2018-08-24 22:22:01', '2018-08-24 22:22:01', '', 2398, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/2398-revision-v1/', 0, 'revision', '', 0),
(2399, 1, '2018-08-24 22:21:40', '2018-08-24 22:21:40', '', 'revilo-2', '', 'inherit', 'open', 'closed', '', 'revilo-2', '', '', '2018-08-24 22:21:40', '2018-08-24 22:21:40', '', 2398, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/revilo-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2400, 1, '2018-08-24 22:21:44', '2018-08-24 22:21:44', '', 'revilo-1', '', 'inherit', 'open', 'closed', '', 'revilo-1', '', '', '2018-08-24 22:21:44', '2018-08-24 22:21:44', '', 2398, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/revilo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2401, 1, '2018-08-24 22:21:48', '2018-08-24 22:21:48', '', 'revilo-3', '', 'inherit', 'open', 'closed', '', 'revilo-3', '', '', '2018-08-24 22:21:48', '2018-08-24 22:21:48', '', 2398, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/revilo-3.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2404, 1, '2018-08-24 22:27:54', '2018-08-24 22:27:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nWe shot all the aerials on this great 6-part BBC Comedy series directed by Paul Murphy and produced by Rebecca Papworth.  The title sequences, cut-aways, establishers, general view, hilltops and air-to-air filming with a hot air balloon.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> BBC</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home from Home', '', 'inherit', 'closed', 'closed', '', '2346-revision-v1', '', '', '2018-08-24 22:27:54', '2018-08-24 22:27:54', '', 2346, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/2346-revision-v1/', 0, 'revision', '', 0),
(2403, 1, '2018-08-24 22:25:34', '2018-08-24 22:25:34', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"278558088\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nWe shot all the aerials on this great 6-part BBC Comedy series directed by Paul Murphy and produced by Rebecca Papworth.  The title sequences, cut-aways, establishers, general view, hilltops and air-to-air filming with a hot air balloon.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> BBC</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home from Home', '', 'inherit', 'closed', 'closed', '', '2346-revision-v1', '', '', '2018-08-24 22:25:34', '2018-08-24 22:25:34', '', 2346, 'http://halifaxwebdesign.co.uk/airframes/2018/08/24/2346-revision-v1/', 0, 'revision', '', 0),
(2406, 1, '2018-08-28 21:45:13', '2018-08-28 21:45:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"287147087\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nThis is a great 6-part BBC Comedy series that recently aired on BBC prime-time, directed by Paul Murphy and produced by Rebecca Papworth.  We shot all the title sequences, cut-aways, establishers, general view, hilltops and air-to-air filming with a hot air balloon.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> BBC</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home from Home', '', 'inherit', 'closed', 'closed', '', '2346-revision-v1', '', '', '2018-08-28 21:45:13', '2018-08-28 21:45:13', '', 2346, 'http://halifaxwebdesign.co.uk/airframes/2018/08/28/2346-revision-v1/', 0, 'revision', '', 0),
(2407, 1, '2018-08-28 21:47:35', '2018-08-28 21:47:35', '', 'hfh logo', '', 'inherit', 'open', 'closed', '', 'hfh-logo', '', '', '2018-08-28 21:47:35', '2018-08-28 21:47:35', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/hfh-logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(2408, 1, '2018-08-28 21:53:11', '2018-08-28 21:53:11', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"287147087\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nThis is a great 6-part BBC Comedy series that recently aired on BBC prime-time, directed by Paul Murphy and produced by Rebecca Papworth.  We shot all the title sequences, cut-aways, establishers, general view, hilltops and air-to-air filming with a hot air balloon.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> BBC</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'BBC / Home From Home', '', 'inherit', 'closed', 'closed', '', '2346-revision-v1', '', '', '2018-08-28 21:53:11', '2018-08-28 21:53:11', '', 2346, 'http://halifaxwebdesign.co.uk/airframes/2018/08/28/2346-revision-v1/', 0, 'revision', '', 0),
(2413, 1, '2018-09-04 22:40:35', '2018-09-04 22:40:35', '', 'file8_1_orig', '', 'inherit', 'open', 'closed', '', 'file8_1_orig', '', '', '2018-09-04 22:40:35', '2018-09-04 22:40:35', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg', 0, 'attachment', 'image/jpeg', 0),
(2414, 1, '2018-09-04 22:40:40', '2018-09-04 22:40:40', '', 'file4_1_orig', '', 'inherit', 'open', 'closed', '', 'file4_1_orig', '', '', '2018-09-04 22:40:40', '2018-09-04 22:40:40', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg', 0, 'attachment', 'image/jpeg', 0),
(2415, 1, '2018-09-04 22:40:45', '2018-09-04 22:40:45', '', 'file1_1_orig', '', 'inherit', 'open', 'closed', '', 'file1_1_orig', '', '', '2018-09-04 22:40:45', '2018-09-04 22:40:45', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg', 0, 'attachment', 'image/jpeg', 0),
(2416, 1, '2018-09-04 22:40:50', '2018-09-04 22:40:50', '', 'file10_1_orig', '', 'inherit', 'open', 'closed', '', 'file10_1_orig', '', '', '2018-09-04 22:40:50', '2018-09-04 22:40:50', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg', 0, 'attachment', 'image/jpeg', 0),
(2417, 1, '2018-09-04 22:40:55', '2018-09-04 22:40:55', '', 'file2_1_orig', '', 'inherit', 'open', 'closed', '', 'file2_1_orig', '', '', '2018-09-04 22:40:55', '2018-09-04 22:40:55', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg', 0, 'attachment', 'image/jpeg', 0),
(2418, 1, '2018-09-04 22:41:00', '2018-09-04 22:41:00', '', 'file7_1_orig', '', 'inherit', 'open', 'closed', '', 'file7_1_orig', '', '', '2018-09-04 22:41:00', '2018-09-04 22:41:00', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg', 0, 'attachment', 'image/jpeg', 0),
(2419, 1, '2018-09-04 22:41:05', '2018-09-04 22:41:05', '', 'file13_1_orig', '', 'inherit', 'open', 'closed', '', 'file13_1_orig', '', '', '2018-09-04 22:41:05', '2018-09-04 22:41:05', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg', 0, 'attachment', 'image/jpeg', 0),
(2420, 1, '2018-09-04 22:41:11', '2018-09-04 22:41:11', '', 'file9_1_orig', '', 'inherit', 'open', 'closed', '', 'file9_1_orig', '', '', '2018-09-04 22:41:11', '2018-09-04 22:41:11', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg', 0, 'attachment', 'image/jpeg', 0),
(2421, 1, '2018-09-04 22:41:16', '2018-09-04 22:41:16', '', 'file3_1_orig', '', 'inherit', 'open', 'closed', '', 'file3_1_orig', '', '', '2018-09-04 22:41:16', '2018-09-04 22:41:16', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg', 0, 'attachment', 'image/jpeg', 0),
(2425, 1, '2018-09-05 10:44:58', '2018-09-05 10:44:58', '', 'thermal-2', '', 'inherit', 'open', 'closed', '', 'thermal-2', '', '', '2018-09-05 10:44:58', '2018-09-05 10:44:58', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2426, 1, '2018-09-05 10:45:00', '2018-09-05 10:45:00', '', 'thermal-3', '', 'inherit', 'open', 'closed', '', 'thermal-3', '', '', '2018-09-05 10:45:00', '2018-09-05 10:45:00', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2427, 1, '2018-09-05 10:45:03', '2018-09-05 10:45:03', '', 'thermal-1', '', 'inherit', 'open', 'closed', '', 'thermal-1-2', '', '', '2018-09-05 10:45:03', '2018-09-05 10:45:03', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2428, 1, '2018-09-05 10:45:05', '2018-09-05 10:45:05', '', 'thermal-4', '', 'inherit', 'open', 'closed', '', 'thermal-4', '', '', '2018-09-05 10:45:05', '2018-09-05 10:45:05', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(2432, 1, '2018-09-05 20:21:13', '2018-09-05 20:21:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nThis is an example of some of the survey data we collect, this particular model was for a small coastal stretch where any potential erosion was being monitored. We collect survey grade data for surveyors, using Ground Control Points (GCP\'s) for 20-50mm accuracy.  The data we collect can be exported direct into almost all CAD software packages.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> JBA Consulting Isle of Man</li>\r\n 	<li><b>Technology:</b> Phantom 4 Pro</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'JBA Consulting', '', 'inherit', 'closed', 'closed', '', '1984-revision-v1', '', '', '2018-09-05 20:21:13', '2018-09-05 20:21:13', '', 1984, 'http://halifaxwebdesign.co.uk/airframes/2018/09/05/1984-revision-v1/', 0, 'revision', '', 0),
(2429, 1, '2018-09-05 20:17:30', '2018-09-05 20:17:30', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nMauris at ultricies dolor. Quisque sem metus, mattis ac rutrum vitae, porttitor eu felis. Donec sed neque non lacus hendrerit gravida ut et lacus. Pellentesque suscipit rutrum magna quis malesuada. Duis eget pulvinar purus. Maecenas rutrum sodales urna non placerat. Ut bibendum tellus massa, eu aliquet massa varius ut. Phasellus porttitor, odio non dignissim bibendum, enim dui varius quam, id consectetur urna neque sit amet eros.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Name Here</li>\r\n 	<li><b>Technology:</b> Camera Name Here</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'JBA Consulting', '', 'inherit', 'closed', 'closed', '', '1984-revision-v1', '', '', '2018-09-05 20:17:30', '2018-09-05 20:17:30', '', 1984, 'http://halifaxwebdesign.co.uk/airframes/2018/09/05/1984-revision-v1/', 0, 'revision', '', 0),
(2433, 1, '2018-09-05 20:22:14', '2018-09-05 20:22:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nThis is an example of some of the survey data we collect, this particular model shows elevation data and was part of the project to check for potential erosion to be monitored. We collect survey grade data for surveyors, using Ground Control Points (GCP\'s) for 20-50mm accuracy.  The data we collect can be exported direct into almost all CAD software packages.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> JBA Consulting Isle of Man</li>\r\n 	<li><b>Technology:</b> Phantom 4 Pro</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'JBA Consulting', '', 'inherit', 'closed', 'closed', '', '1984-revision-v1', '', '', '2018-09-05 20:22:14', '2018-09-05 20:22:14', '', 1984, 'http://halifaxwebdesign.co.uk/airframes/2018/09/05/1984-revision-v1/', 0, 'revision', '', 0),
(2434, 1, '2018-09-05 20:25:54', '2018-09-05 20:25:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2428\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-4.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nThis is good example of the average image we can achieve with our FLIR sensor, its not hugely detailed, but this shows a roof covered in solar panels.  Even without any high degree of qualifications in thermography its plain to the layman there are issues with the functionality of a large portion of these photovoltaic roofing panels.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Undisclosed</li>\r\n 	<li><b>Technology:</b> Inspire 1</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Thermal Survey', '', 'publish', 'open', 'closed', '', 'thermal-survey', '', '', '2018-09-05 20:28:29', '2018-09-05 20:28:29', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_portfolio&#038;p=2434', 0, 'avada_portfolio', '', 0),
(2436, 1, '2018-09-05 20:28:29', '2018-09-05 20:28:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2428\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-4.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nThis is good example of the average image we can achieve with our FLIR sensor, its not hugely detailed, but this shows a roof covered in solar panels.  Even without any high degree of qualifications in thermography its plain to the layman there are issues with the functionality of a large portion of these photovoltaic roofing panels.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Undisclosed</li>\r\n 	<li><b>Technology:</b> Inspire 1</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Thermal Survey', '', 'inherit', 'closed', 'closed', '', '2434-revision-v1', '', '', '2018-09-05 20:28:29', '2018-09-05 20:28:29', '', 2434, 'http://halifaxwebdesign.co.uk/airframes/2018/09/05/2434-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2435, 1, '2018-09-05 20:25:54', '2018-09-05 20:25:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2428\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-4.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nThis is an example of some of the survey data we collect, this particular model shows elevation data and was part of the project to check for potential erosion to be monitored. We collect survey grade data for surveyors, using Ground Control Points (GCP\'s) for 20-50mm accuracy.  The data we collect can be exported direct into almost all CAD software packages.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> JBA Consulting Isle of Man</li>\r\n 	<li><b>Technology:</b> Phantom 4 Pro</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Thermal Survey', '', 'inherit', 'closed', 'closed', '', '2434-revision-v1', '', '', '2018-09-05 20:25:54', '2018-09-05 20:25:54', '', 2434, 'http://halifaxwebdesign.co.uk/airframes/2018/09/05/2434-revision-v1/', 0, 'revision', '', 0),
(2437, 1, '2018-09-05 20:55:05', '2018-09-05 20:55:05', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide a small portfolio of still images (approx. 12) for several estate agents and land agents, for both their residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels.</li>\r\n 	<li>Missing persons.</li>\r\n 	<li>Heat sources in a building or forest fire.</li>\r\n 	<li>Thermal leaks and Temperature monitoring.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.</p>\r\n\r\n<ul>\r\n 	<li>Damaged Building, Dams, Roofs, Chimneys.</li>\r\n 	<li>Treetop inspections for forestry.</li>\r\n 	<li>Guttering and High-rise buildings.</li>\r\n 	<li>Damaged buildings, without risking people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2332\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/small-chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-09-05 20:55:05', '2018-09-05 20:55:05', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/09/05/1282-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2439, 1, '2018-09-07 09:32:45', '2018-09-07 09:32:45', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-09-07 09:32:45', '2018-09-07 09:32:45', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2448, 1, '2018-09-07 09:42:40', '2018-09-07 09:42:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-09-07 09:42:40', '2018-09-07 09:42:40', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2440, 1, '2018-09-07 09:32:52', '2018-09-07 09:32:52', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-09-07 09:32:52', '2018-09-07 09:32:52', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2441, 1, '2018-09-07 09:38:55', '2018-09-07 09:38:55', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-09-07 09:38:55', '2018-09-07 09:38:55', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2442, 1, '2018-09-07 09:39:22', '2018-09-07 09:39:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video in 4K and Apple ProRes (up to 5.2K) and still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonial\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-09-07 09:39:22', '2018-09-07 09:39:22', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2443, 1, '2018-09-07 09:40:00', '2018-09-07 09:40:00', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\" flex_column_spacing=\"0px\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\n[/fusion_text][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"8000\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_id=\"1858|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">“Good communication, efficient and friendly, minimum fuss and maximum professionalism…</span></div>\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">…I would happily recommend Air-Frames to any TV crew, we got exactly what we wanted and we’re very pleased with the results.”</span></div>\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2018/08/ribble-2.png\" image_id=\"2291|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they’re epic!</p>\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/BBC.png\" image_id=\"2089|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n<p style=\"text-align: center;\">“There’s nothing James shot that wasn’t used in the series, titles, establishers, general views, the lot!”</p>\n[/fusion_testimonial][fusion_testimonial name=\"Adam Barker, Founder - Video Ink Ltd\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2020/12/whitelogo.png\" image_id=\"2790|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n\nJames is our No.1 drone pilot…\n\n…professional to a T, his work never disappoints and is always such a pleasure to have on crew.\n\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'publish', 'closed', 'closed', '', 'testimonial-global', '', '', '2024-02-27 13:49:29', '2024-02-27 13:49:29', '', 0, 'http://halifaxwebdesign.co.uk/airframes/fusion_element/testimonial-global/', 0, 'fusion_element', '', 0),
(2444, 1, '2018-09-07 09:41:10', '2018-09-07 09:41:10', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2018-09-07 09:41:10', '2018-09-07 09:41:10', '', 2443, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/2443-revision-v1/', 0, 'revision', '', 0),
(2447, 1, '2018-09-07 09:41:41', '2018-09-07 09:41:41', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\" target=\"_blank\" rel=\"noopener\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew additionally has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hands.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-09-07 09:41:41', '2018-09-07 09:41:41', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/16-revision-v1/', 0, 'revision', '', 0),
(2445, 1, '2018-09-07 09:41:10', '2018-09-07 09:41:10', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\" target=\"_blank\" rel=\"noopener\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew additionally has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hands.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-09-07 09:41:10', '2018-09-07 09:41:10', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/16-revision-v1/', 0, 'revision', '', 0),
(2446, 1, '2018-09-07 09:41:24', '2018-09-07 09:41:24', '[fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing that James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Bronwen Reed, Producer \'Foreign Correspondent\' ABC News\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\n\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and a BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\" target=\"_blank\" rel=\"noopener\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew additionally has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hands.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-09-07 09:41:24', '2018-09-07 09:41:24', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2452, 1, '2018-09-07 10:34:24', '2018-09-07 10:34:24', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" one_column_text_position=\"below\" column_spacing=\"20\" equal_heights=\"no\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 10:34:24', '2018-09-07 10:34:24', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2450, 1, '2018-09-07 10:32:37', '2018-09-07 10:32:37', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"undefined\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" one_column_text_position=\"below\" column_spacing=\"20\" equal_heights=\"no\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 10:32:37', '2018-09-07 10:32:37', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2451, 1, '2018-09-07 10:33:22', '2018-09-07 10:33:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" one_column_text_position=\"below\" column_spacing=\"20\" equal_heights=\"no\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 10:33:22', '2018-09-07 10:33:22', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2454, 1, '2018-09-07 12:05:30', '2018-09-07 12:05:30', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h3 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h3>[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" one_column_text_position=\"below\" column_spacing=\"20\" equal_heights=\"no\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 12:05:30', '2018-09-07 12:05:30', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2453, 1, '2018-09-07 12:05:22', '2018-09-07 12:05:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h3 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h3>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" one_column_text_position=\"below\" column_spacing=\"20\" equal_heights=\"no\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 12:05:22', '2018-09-07 12:05:22', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2455, 1, '2018-09-07 12:18:19', '2018-09-07 12:18:19', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park & Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n<br /><br /><br /><br /><br /><br /><br /><br />[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2018-09-07 12:18:19', '2018-09-07 12:18:19', '', 2443, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/2443-revision-v1/', 0, 'revision', '', 0),
(2458, 1, '2018-09-07 12:22:21', '2018-09-07 12:22:21', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2018-09-07 12:22:21', '2018-09-07 12:22:21', '', 2443, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/2443-revision-v1/', 0, 'revision', '', 0),
(2456, 1, '2018-09-07 12:19:48', '2018-09-07 12:19:48', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park & Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n \r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</span></div>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2018-09-07 12:19:48', '2018-09-07 12:19:48', '', 2443, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/2443-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2457, 1, '2018-09-07 12:20:47', '2018-09-07 12:20:47', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park & Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n \r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]<div class=\"gmail_default\" style=\"text-align: center;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</div>[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2018-09-07 12:20:47', '2018-09-07 12:20:47', '', 2443, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/2443-revision-v1/', 0, 'revision', '', 0),
(2459, 1, '2018-09-07 12:23:24', '2018-09-07 12:23:24', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/ABCTelevision.svg-1024x297.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/ribble-2.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/BBC.png\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2018-09-07 12:23:24', '2018-09-07 12:23:24', '', 2443, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/2443-revision-v1/', 0, 'revision', '', 0),
(2519, 1, '2018-09-09 20:00:58', '2018-09-09 20:00:58', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"3\" border_color=\"#0c0c0c\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-09 20:00:58', '2018-09-09 20:00:58', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1641-revision-v1/', 0, 'revision', '', 0),
(2460, 1, '2018-09-07 12:25:19', '2018-09-07 12:25:19', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h3>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" one_column_text_position=\"below\" column_spacing=\"20\" equal_heights=\"no\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Photography Gallery\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h3>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 12:25:19', '2018-09-07 12:25:19', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2462, 1, '2018-09-07 12:26:32', '2018-09-07 12:26:32', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h3>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" one_column_text_position=\"below\" column_spacing=\"20\" equal_heights=\"no\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Photography Gallery\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 12:26:32', '2018-09-07 12:26:32', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2461, 1, '2018-09-07 12:26:22', '2018-09-07 12:26:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h3>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" one_column_text_position=\"below\" column_spacing=\"20\" equal_heights=\"no\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Photography Gallery\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h3>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"undefined\" dimension_margin=\"undefined\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 12:26:22', '2018-09-07 12:26:22', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2474, 1, '2018-09-07 13:25:32', '2018-09-07 13:25:32', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h4>[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Photography Gallery\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h4>[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 13:25:32', '2018-09-07 13:25:32', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2463, 1, '2018-09-07 12:26:40', '2018-09-07 12:26:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h3>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" one_column_text_position=\"below\" column_spacing=\"20\" equal_heights=\"no\" number_posts=\"14\" portfolio_title_display=\"all\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Photography Gallery\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 12:26:40', '2018-09-07 12:26:40', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2472, 1, '2018-09-07 13:24:29', '2018-09-07 13:24:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h4>[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Photography Gallery\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h4>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 13:24:29', '2018-09-07 13:24:29', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2464, 1, '2018-09-07 12:28:04', '2018-09-07 12:28:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h3>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"14\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Photography Gallery\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 12:28:04', '2018-09-07 12:28:04', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2465, 1, '2018-09-07 12:28:56', '2018-09-07 12:28:56', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h3>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Photography Gallery\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 12:28:56', '2018-09-07 12:28:56', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2470, 1, '2018-09-07 13:22:58', '2018-09-07 13:22:58', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h4>[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Photography Gallery\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 13:22:58', '2018-09-07 13:22:58', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2480, 1, '2018-09-08 20:04:57', '2018-09-08 20:04:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h4 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h4>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-08 20:04:57', '2018-09-08 20:04:57', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/08/1641-revision-v1/', 0, 'revision', '', 0),
(2471, 1, '2018-09-07 13:24:04', '2018-09-07 13:24:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h4>[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Photography Gallery\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h4>[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 13:24:04', '2018-09-07 13:24:04', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2473, 1, '2018-09-07 13:24:47', '2018-09-07 13:24:47', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h4>[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Photography Gallery\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h4>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 13:24:47', '2018-09-07 13:24:47', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2475, 1, '2018-09-07 13:26:49', '2018-09-07 13:26:49', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h4>[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h4>[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 13:26:49', '2018-09-07 13:26:49', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2476, 1, '2018-09-07 13:27:09', '2018-09-07 13:27:09', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h4>[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h4>[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 13:27:09', '2018-09-07 13:27:09', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2477, 1, '2018-09-07 13:27:54', '2018-09-07 13:27:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h4>[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h4>[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 13:27:54', '2018-09-07 13:27:54', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2478, 1, '2018-09-07 13:28:21', '2018-09-07 13:28:21', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h4>[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]<h4 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h4>[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-07 13:28:21', '2018-09-07 13:28:21', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/07/1641-revision-v1/', 0, 'revision', '', 0),
(2481, 1, '2018-09-08 20:07:18', '2018-09-08 20:07:18', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-08 20:07:18', '2018-09-08 20:07:18', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/08/1641-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2482, 1, '2018-09-08 20:08:46', '2018-09-08 20:08:46', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-08 20:08:46', '2018-09-08 20:08:46', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/08/1641-revision-v1/', 0, 'revision', '', 0),
(2483, 1, '2018-09-08 20:09:16', '2018-09-08 20:09:16', '[fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-08 20:09:16', '2018-09-08 20:09:16', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/08/1641-revision-v1/', 0, 'revision', '', 0),
(2484, 1, '2018-09-08 20:10:02', '2018-09-08 20:10:02', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-08 20:10:02', '2018-09-08 20:10:02', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/08/1641-revision-v1/', 0, 'revision', '', 0),
(2485, 1, '2018-09-08 20:16:18', '2018-09-08 20:16:18', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Photography\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones (nobody is immune to technical difficulties so we make sure we have redundancy) 15 batteries, along with focus puller, monitors, lenses, chargers and everything needed to provide flying all day.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-09-08 20:16:18', '2018-09-08 20:16:18', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2018/09/08/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2486, 1, '2018-09-08 21:37:22', '2018-09-08 21:37:22', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Photography\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-09-08 21:37:22', '2018-09-08 21:37:22', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2018/09/08/1278-revision-v1/', 0, 'revision', '', 0),
(2487, 1, '2018-09-08 21:58:17', '2018-09-08 21:58:17', '', 'manchester skyline-1-2', '', 'inherit', 'open', 'closed', '', 'manchester-skyline-1-2', '', '', '2018-09-08 21:58:17', '2018-09-08 21:58:17', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2518, 1, '2018-09-09 19:58:54', '2018-09-09 19:58:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-09 19:58:54', '2018-09-09 19:58:54', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1641-revision-v1/', 0, 'revision', '', 0),
(2508, 1, '2018-09-09 19:35:37', '2018-09-09 19:35:37', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-09 19:35:37', '2018-09-09 19:35:37', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1641-revision-v1/', 0, 'revision', '', 0),
(2488, 1, '2018-09-08 22:19:15', '2018-09-08 22:19:15', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-08 22:19:15', '2018-09-08 22:19:15', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/08/1641-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2489, 1, '2018-09-08 22:22:23', '2018-09-08 22:22:23', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nThis is an example of some of the survey data we collect, this particular model shows elevation data and was part of the project to check for potential erosion to be monitored. We collect survey grade data for surveyors, using Ground Control Points (GCP\'s) for 20-50mm accuracy.  The data we collect can be exported direct into almost all CAD software packages.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> JBA Consulting Isle of Man</li>\r\n 	<li><b>Technology:</b> Phantom 4 Pro</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'JBA Consulting', '', 'inherit', 'closed', 'closed', '', '1984-revision-v1', '', '', '2018-09-08 22:22:23', '2018-09-08 22:22:23', '', 1984, 'http://halifaxwebdesign.co.uk/airframes/2018/09/08/1984-revision-v1/', 0, 'revision', '', 0),
(2490, 1, '2018-09-08 22:23:48', '2018-09-08 22:23:48', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nThis is an example of some of the survey data we collect, this particular model shows elevation data and was part of the project to check for potential erosion to be monitored. We collect survey grade data for surveyors, using Ground Control Points (GCP\'s) for 20-50mm accuracy.  The data we collect can be exported direct into almost all CAD software packages.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> JBA Consulting Isle of Man</li>\r\n 	<li><b>Technology:</b> Phantom 4 Pro</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'JBA Consulting', '', 'inherit', 'closed', 'closed', '', '1984-revision-v1', '', '', '2018-09-08 22:23:48', '2018-09-08 22:23:48', '', 1984, 'http://halifaxwebdesign.co.uk/airframes/2018/09/08/1984-revision-v1/', 0, 'revision', '', 0),
(2491, 1, '2018-09-08 22:24:34', '2018-09-08 22:24:34', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nThis is an example of some of the survey data we collect, this particular model shows elevation data and was part of the project to check for potential erosion to be monitored. We collect survey grade data for surveyors, using Ground Control Points (GCP\'s) for 20-50mm accuracy.  The data we collect can be exported direct into almost all CAD software packages.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> JBA Consulting Isle of Man</li>\r\n 	<li><b>Technology:</b> Phantom 4 Pro</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'JBA Consulting', '', 'inherit', 'closed', 'closed', '', '1984-revision-v1', '', '', '2018-09-08 22:24:34', '2018-09-08 22:24:34', '', 1984, 'http://halifaxwebdesign.co.uk/airframes/2018/09/08/1984-revision-v1/', 0, 'revision', '', 0),
(2493, 1, '2018-09-08 22:28:08', '2018-09-08 22:28:08', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nThis is an example of some of the survey data we collect, this particular model shows elevation data and was part of the project to check for potential erosion to be monitored. We collect survey grade data for surveyors, using Ground Control Points (GCP\'s) for 20-50mm accuracy.  The data we collect can be exported direct into almost all CAD software packages.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> JBA Consulting Isle of Man</li>\r\n 	<li><b>Technology:</b> Phantom 4 Pro</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'JBA Consulting', '', 'inherit', 'closed', 'closed', '', '1984-revision-v1', '', '', '2018-09-08 22:28:08', '2018-09-08 22:28:08', '', 1984, 'http://halifaxwebdesign.co.uk/airframes/2018/09/08/1984-revision-v1/', 0, 'revision', '', 0),
(2492, 1, '2018-09-08 22:27:11', '2018-09-08 22:27:11', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nThis is an example of some of the survey data we collect, this particular model shows elevation data and was part of the project to check for potential erosion to be monitored. We collect survey grade data for surveyors, using Ground Control Points (GCP\'s) for 20-50mm accuracy.  The data we collect can be exported direct into almost all CAD software packages.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> JBA Consulting Isle of Man</li>\r\n 	<li><b>Technology:</b> Phantom 4 Pro</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'JBA Consulting', '', 'inherit', 'closed', 'closed', '', '1984-revision-v1', '', '', '2018-09-08 22:27:11', '2018-09-08 22:27:11', '', 1984, 'http://halifaxwebdesign.co.uk/airframes/2018/09/08/1984-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2494, 1, '2018-09-08 22:28:38', '2018-09-08 22:28:38', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n\r\nThis is an example of some of the survey data we collect, this particular model shows elevation data and was part of the project to check for potential erosion to be monitored. We collect survey grade data for surveyors, using Ground Control Points (GCP\'s) for 20-50mm accuracy.  The data we collect can be exported direct into almost all CAD software packages.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> JBA Consulting Isle of Man</li>\r\n 	<li><b>Technology:</b> Phantom 4 Pro</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'JBA Consulting', '', 'inherit', 'closed', 'closed', '', '1984-revision-v1', '', '', '2018-09-08 22:28:38', '2018-09-08 22:28:38', '', 1984, 'http://halifaxwebdesign.co.uk/airframes/2018/09/08/1984-revision-v1/', 0, 'revision', '', 0),
(2495, 1, '2018-09-09 19:06:14', '2018-09-09 19:06:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_youtube id=\"https://youtu.be/FlsCjmMhFmw\" alignment=\"\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n\r\nWe shot a few of the aerials for the YouTube Rewind 2017 video, its fast but we shot the slime sections at 1:28 and 4:05, blink and you\'ll miss it but with over 200 million views we cant complain!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> YouTube / Rewind 2017</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'YouTube / Rewind 2017', '', 'publish', 'open', 'closed', '', 'video-template-2', '', '', '2018-09-09 19:10:08', '2018-09-09 19:10:08', '', 0, 'http://halifaxwebdesign.co.uk/airframes/?post_type=avada_portfolio&#038;p=2495', 0, 'avada_portfolio', '', 0),
(2496, 1, '2018-09-09 19:06:14', '2018-09-09 19:06:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_youtube id=\"https://youtu.be/FlsCjmMhFmw\" alignment=\"\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n\r\nWe shot a few of the aerials for the YouTube Rewind 2017 video, its fast but we shot the slime sections at 1:28 and 4:05, blink and you\'ll miss it but with over 200 million views we cant complain!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Videoink / Chris Norman \'Waiting\'</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'YouTube / Rewind 2017', '', 'inherit', 'closed', 'closed', '', '2495-revision-v1', '', '', '2018-09-09 19:06:14', '2018-09-09 19:06:14', '', 2495, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/2495-revision-v1/', 0, 'revision', '', 0),
(2497, 1, '2018-09-09 19:07:02', '2018-09-09 19:07:02', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_youtube id=\"https://youtu.be/FlsCjmMhFmw\" alignment=\"\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n\r\nWe shot a few of the aerials for the YouTube Rewind 2017 video, its fast but we shot the slime sections at 1:28 and 4:05, blink and you\'ll miss it but with over 200 million views we cant complain!\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> YouTube / Rewind 2017</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'YouTube / Rewind 2017', '', 'inherit', 'closed', 'closed', '', '2495-revision-v1', '', '', '2018-09-09 19:07:02', '2018-09-09 19:07:02', '', 2495, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/2495-revision-v1/', 0, 'revision', '', 0),
(2498, 1, '2018-09-09 19:09:54', '2018-09-09 19:09:54', '', 'maxresdefault', '', 'inherit', 'open', 'closed', '', 'maxresdefault', '', '', '2018-09-09 19:09:54', '2018-09-09 19:09:54', '', 2495, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/maxresdefault.jpg', 0, 'attachment', 'image/jpeg', 0),
(2499, 1, '2018-09-09 19:11:01', '2018-09-09 19:11:01', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"masonry\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-09 19:11:01', '2018-09-09 19:11:01', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1641-revision-v1/', 0, 'revision', '', 0),
(2502, 1, '2018-09-09 19:13:52', '2018-09-09 19:13:52', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"55\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-09 19:13:52', '2018-09-09 19:13:52', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1641-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2500, 1, '2018-09-09 19:11:52', '2018-09-09 19:11:52', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"masonry\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"3.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-09 19:11:52', '2018-09-09 19:11:52', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1641-revision-v1/', 0, 'revision', '', 0),
(2501, 1, '2018-09-09 19:12:38', '2018-09-09 19:12:38', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-09 19:12:38', '2018-09-09 19:12:38', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1641-revision-v1/', 0, 'revision', '', 0),
(2503, 1, '2018-09-09 19:14:21', '2018-09-09 19:14:21', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file3_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file13_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file10_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file8_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-09 19:14:21', '2018-09-09 19:14:21', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1641-revision-v1/', 0, 'revision', '', 0),
(2513, 1, '2018-09-09 19:46:05', '2018-09-09 19:46:05', '', 'set-1', '', 'inherit', 'open', 'closed', '', 'set-1', '', '', '2018-09-09 19:46:05', '2018-09-09 19:46:05', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2505, 1, '2018-09-09 19:28:28', '2018-09-09 19:28:28', '', 'photos for web-2', '', 'inherit', 'open', 'closed', '', 'photos-for-web-2', '', '', '2018-09-09 19:28:28', '2018-09-09 19:28:28', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2507, 1, '2018-09-09 19:34:29', '2018-09-09 19:34:29', '', 'photos for web-1', '', 'inherit', 'open', 'closed', '', 'photos-for-web-1-2', '', '', '2018-09-09 19:34:29', '2018-09-09 19:34:29', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-1-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2512, 1, '2018-09-09 19:44:45', '2018-09-09 19:44:45', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2511\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photo.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Photography\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-09-09 19:44:45', '2018-09-09 19:44:45', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1278-revision-v1/', 0, 'revision', '', 0),
(2509, 1, '2018-09-09 19:37:36', '2018-09-09 19:37:36', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2504\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Photography\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-09-09 19:37:36', '2018-09-09 19:37:36', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1278-revision-v1/', 0, 'revision', '', 0),
(2514, 1, '2018-09-09 19:46:12', '2018-09-09 19:46:12', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Photography\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-09-09 19:46:12', '2018-09-09 19:46:12', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1278-revision-v1/', 0, 'revision', '', 0),
(2515, 1, '2018-09-09 19:53:37', '2018-09-09 19:53:37', '', 'webshot--', '', 'inherit', 'open', 'closed', '', 'webshot', '', '', '2018-09-09 19:53:37', '2018-09-09 19:53:37', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/webshot-.jpg', 0, 'attachment', 'image/jpeg', 0),
(2516, 1, '2018-09-09 19:53:40', '2018-09-09 19:53:40', '', 'web-1', '', 'inherit', 'open', 'closed', '', 'web-1', '', '', '2018-09-09 19:53:40', '2018-09-09 19:53:40', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/web-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2517, 1, '2018-09-09 19:55:52', '2018-09-09 19:55:52', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file1_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-09 19:55:52', '2018-09-09 19:55:52', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1641-revision-v1/', 0, 'revision', '', 0),
(2520, 1, '2018-09-09 20:01:24', '2018-09-09 20:01:24', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#0c0c0c\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-09 20:01:24', '2018-09-09 20:01:24', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1641-revision-v1/', 0, 'revision', '', 0),
(2522, 1, '2018-09-09 20:10:27', '2018-09-09 20:10:27', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#0c0c0c\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-09 20:10:27', '2018-09-09 20:10:27', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1641-revision-v1/', 0, 'revision', '', 0),
(2521, 1, '2018-09-09 20:09:32', '2018-09-09 20:09:32', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#0c0c0c\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"carousel\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"4\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-09 20:09:32', '2018-09-09 20:09:32', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1641-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2526, 1, '2018-09-09 20:19:04', '2018-09-09 20:19:04', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#0c0c0c\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/Hebden-.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-09 20:19:04', '2018-09-09 20:19:04', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1641-revision-v1/', 0, 'revision', '', 0),
(2523, 1, '2018-09-09 20:12:51', '2018-09-09 20:12:51', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#0c0c0c\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Hebden-900kb.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-09 20:12:51', '2018-09-09 20:12:51', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1641-revision-v1/', 0, 'revision', '', 0),
(2524, 1, '2018-09-09 20:17:17', '2018-09-09 20:17:17', '', 'Hebden-', '', 'inherit', 'open', 'closed', '', 'hebden', '', '', '2018-09-09 20:17:17', '2018-09-09 20:17:17', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/Hebden-.jpg', 0, 'attachment', 'image/jpeg', 0),
(2525, 1, '2018-09-09 20:17:51', '2018-09-09 20:17:51', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Vimeo Video\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#0c0c0c\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"default\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-75\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/file4_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills-2.jpg[/fusion_slide][fusion_slide type=\"image\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/Hebden-.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2018-09-09 20:17:51', '2018-09-09 20:17:51', '', 1641, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1641-revision-v1/', 0, 'revision', '', 0),
(2527, 1, '2018-09-09 20:49:51', '2018-09-09 20:49:51', '', 'roof-1', '', 'inherit', 'open', 'closed', '', 'roof-1', '', '', '2018-09-09 20:49:51', '2018-09-09 20:49:51', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2528, 1, '2018-09-09 20:50:00', '2018-09-09 20:50:00', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Photography\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-09-09 20:50:00', '2018-09-09 20:50:00', '', 1278, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2529, 1, '2018-09-09 21:19:51', '2018-09-09 21:19:51', '', 'cranes-1', '', 'inherit', 'open', 'closed', '', 'cranes-1', '', '', '2018-09-09 21:19:51', '2018-09-09 21:19:51', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/cranes-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2530, 1, '2018-09-09 21:19:54', '2018-09-09 21:19:54', '', 'cranes-2', '', 'inherit', 'open', 'closed', '', 'cranes-2', '', '', '2018-09-09 21:19:54', '2018-09-09 21:19:54', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/cranes-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2531, 1, '2018-09-09 21:22:52', '2018-09-09 21:22:52', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide a small portfolio of still images (approx. 12) for several estate agents and land agents, for both their residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels.</li>\r\n 	<li>Missing persons.</li>\r\n 	<li>Heat sources in a building or forest fire.</li>\r\n 	<li>Thermal leaks and Temperature monitoring.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.</p>\r\n\r\n<ul>\r\n 	<li>Damaged Building, Dams, Roofs, Chimneys.</li>\r\n 	<li>Treetop inspections for forestry.</li>\r\n 	<li>Guttering and High-rise buildings.</li>\r\n 	<li>Damaged buildings, without risking people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2332\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/small-chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2529\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/cranes-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Construction Progress is often used either at individual or regular intervals:</p>\r\n\r\n<ul>\r\n 	<li>Monitor Progress.</li>\r\n 	<li>Off-Site access for remote Stakeholders.</li>\r\n 	<li>Detail for budget managers for dated progress information.</li>\r\n 	<li>Repeat flights are programmable as are flightpaths, for progress reporting over time.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-09-09 21:22:52', '2018-09-09 21:22:52', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1282-revision-v1/', 0, 'revision', '', 0),
(2532, 1, '2018-09-09 21:27:00', '2018-09-09 21:27:00', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide a small portfolio of still images (approx. 12) for several estate agents and land agents, for both their residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels.</li>\r\n 	<li>Missing persons.</li>\r\n 	<li>Heat sources in a building or forest fire.</li>\r\n 	<li>Thermal leaks and Temperature monitoring.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.</p>\r\n\r\n<ul>\r\n 	<li>Damaged Building, Dams, Roofs, Chimneys.</li>\r\n 	<li>Treetop inspections for forestry.</li>\r\n 	<li>Guttering and High-rise buildings.</li>\r\n 	<li>Damaged buildings, without risking people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2332\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/small-chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2529\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/cranes-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Construction Progress at individual or regular intervals:</p>\r\n\r\n<ul>\r\n 	<li>Monitor general progress on large or small projects.</li>\r\n 	<li>Off-site / remote access for stakeholders.</li>\r\n 	<li>Detail for budget managers for dated progress information.</li>\r\n 	<li>Repeat flights and programmable flightpaths.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-09-09 21:27:00', '2018-09-09 21:27:00', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/09/09/1282-revision-v1/', 0, 'revision', '', 0),
(2534, 1, '2018-09-11 09:57:43', '2018-09-11 09:57:43', '', 'airframes-blades-icon', '', 'inherit', 'open', 'closed', '', 'airframes-blades-icon', '', '', '2018-09-11 09:57:43', '2018-09-11 09:57:43', '', 0, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/airframes-blades-icon.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2544, 1, '2018-10-15 20:03:39', '2018-10-15 20:03:39', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water and JBA Consulting.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-10-15 20:03:39', '2018-10-15 20:03:39', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2553, 1, '2018-10-15 20:17:27', '2018-10-15 20:17:27', '', 'JBA web', '', 'inherit', 'open', 'closed', '', 'jba-web', '', '', '2018-10-15 20:17:27', '2018-10-15 20:17:27', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-web.psd', 0, 'attachment', 'application/octet-stream', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2552, 1, '2018-10-15 20:14:22', '2018-10-15 20:14:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2551\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-small.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-10-15 20:14:22', '2018-10-15 20:14:22', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2548, 1, '2018-10-15 20:11:25', '2018-10-15 20:11:25', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2545\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-Group-Approved-supplier-logo_cmyk.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-10-15 20:11:25', '2018-10-15 20:11:25', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2546, 1, '2018-10-15 20:05:58', '2018-10-15 20:05:58', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water and JBA Consulting.</p>\r\n[/fusion_text][fusion_imageframe image_id=\"2545\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-Group-Approved-supplier-logo_cmyk.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-10-15 20:05:58', '2018-10-15 20:05:58', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2547, 1, '2018-10-15 20:06:53', '2018-10-15 20:06:53', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2545\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-Group-Approved-supplier-logo_cmyk.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists such as Site-Eye, post-production companies like Hyperfinemedia and are framework contractors for utility companies such as Yorkshire Water and JBA Consulting.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1715\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_siteeye.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-10-15 20:06:53', '2018-10-15 20:06:53', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2549, 1, '2018-10-15 20:12:08', '2018-10-15 20:12:08', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2545\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-Group-Approved-supplier-logo_cmyk-e1539634316689.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-10-15 20:12:08', '2018-10-15 20:12:08', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2550, 1, '2018-10-15 20:13:09', '2018-10-15 20:13:09', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2545\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-Group-Approved-supplier-logo_cmyk-e1539634379781.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-10-15 20:13:09', '2018-10-15 20:13:09', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2556, 1, '2018-10-15 20:19:33', '2018-10-15 20:19:33', '', 'JBA Group logo_cmyk', '', 'inherit', 'open', 'closed', '', 'jba-group-logo_cmyk', '', '', '2018-10-15 20:19:33', '2018-10-15 20:19:33', '', 7, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2555, 1, '2018-10-15 20:18:10', '2018-10-15 20:18:10', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2554\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-web.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-10-15 20:18:10', '2018-10-15 20:18:10', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2557, 1, '2018-10-15 20:19:43', '2018-10-15 20:19:43', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-10-15 20:19:43', '2018-10-15 20:19:43', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2558, 1, '2018-10-15 20:22:49', '2018-10-15 20:22:49', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-10-15 20:22:49', '2018-10-15 20:22:49', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2559, 1, '2018-10-15 20:58:00', '2018-10-15 20:58:00', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide small portfolios of still images for several estate agents / land agents, for both their residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels.</li>\r\n 	<li>Missing persons.</li>\r\n 	<li>Heat sources in a building or forest fire.</li>\r\n 	<li>Thermal leaks and Temperature monitoring.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.</p>\r\n\r\n<ul>\r\n 	<li>Damaged Building, Dams, Roofs, Chimneys.</li>\r\n 	<li>Treetop inspections for forestry.</li>\r\n 	<li>Guttering and High-rise buildings.</li>\r\n 	<li>Damaged buildings, without risking people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2332\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/small-chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2529\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/cranes-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Construction Progress at individual or regular intervals:</p>\r\n\r\n<ul>\r\n 	<li>Monitor general progress on large or small projects.</li>\r\n 	<li>Off-site / remote access for stakeholders.</li>\r\n 	<li>Detail for budget managers for dated progress information.</li>\r\n 	<li>Repeat flights and programmable flightpaths.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-10-15 20:58:00', '2018-10-15 20:58:00', '', 1282, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/1282-revision-v1/', 0, 'revision', '', 0),
(2560, 1, '2018-10-15 20:58:42', '2018-10-15 20:58:42', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for aerial photography and cinematography, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a choice of several lenses.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-10-15 20:58:42', '2018-10-15 20:58:42', '', 1274, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2561, 1, '2018-10-15 20:59:45', '2018-10-15 20:59:45', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Matthew owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\" target=\"_blank\" rel=\"noopener\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew additionally has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hands.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-10-15 20:59:45', '2018-10-15 20:59:45', '', 16, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/16-revision-v1/', 0, 'revision', '', 0),
(2563, 1, '2018-10-15 21:30:54', '2018-10-15 21:30:54', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones can conduct survey grade data collection and processing in as little as 48 hours and accurate to within 20-50mm, whereas conventional survey can take weeks.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-10-15 21:30:54', '2018-10-15 21:30:54', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/1286-revision-v1/', 0, 'revision', '', 0),
(2562, 1, '2018-10-15 21:30:36', '2018-10-15 21:30:36', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones can conduct survey grade data collection and processing in as little as 48 hours and accurate to within 20-50mm, whereas conventional survey can take weeks.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-10-15 21:30:36', '2018-10-15 21:30:36', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/1286-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2564, 1, '2018-10-15 21:32:24', '2018-10-15 21:32:24', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones can conduct survey grade data collection and processing in as little as 48 hours and accurate to within 20-50mm, whereas conventional survey can take weeks.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-10-15 21:32:24', '2018-10-15 21:32:24', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/1286-revision-v1/', 0, 'revision', '', 0),
(2565, 1, '2018-10-15 21:32:42', '2018-10-15 21:32:42', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones can conduct survey grade data collection and processing in as little as 48 hours and accurate to within 20-50mm, whereas conventional survey can take weeks.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-10-15 21:32:42', '2018-10-15 21:32:42', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/1286-revision-v1/', 0, 'revision', '', 0),
(2566, 1, '2018-10-15 21:33:10', '2018-10-15 21:33:10', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones can conduct survey grade data collection and processing in as little as 48 hours and accurate to within 20-50mm, whereas conventional survey can take weeks.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-10-15 21:33:10', '2018-10-15 21:33:10', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/1286-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2567, 1, '2018-10-15 21:48:10', '2018-10-15 21:48:10', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones capture hundreds of data points per square metre which can result in data that has a resolution of up to 1cm per pixel. We can also include Ground Control Points within our workflow, which can bring about an absolute accuracy to within millimetres.</p>\r\n<p style=\"text-align: center;\">Having captured the data which can be as quick as a half day - it is rapidly processed and once passed quality assurance is handed over to clients through our cloud based portal.  Traditional methods can take weeks to achieve the same degree of coverage and accuracy.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-10-15 21:48:10', '2018-10-15 21:48:10', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/1286-revision-v1/', 0, 'revision', '', 0),
(2568, 1, '2018-10-15 21:48:40', '2018-10-15 21:48:40', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones capture hundreds of data points per square metre which can result in data that has a resolution of up to 1cm per pixel. We can also include Ground Control Points within our workflow, which can bring about an absolute accuracy to within millimetres.</p>\r\n<p style=\"text-align: center;\">Having captured the data which can be as quick as a half day - it is rapidly processed and once passed quality assurance is handed over to clients through our cloud based portal.  Traditional methods can take weeks to achieve the same degree of coverage and accuracy.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"25\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-10-15 21:48:40', '2018-10-15 21:48:40', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/1286-revision-v1/', 0, 'revision', '', 0),
(2569, 1, '2018-10-15 21:49:18', '2018-10-15 21:49:18', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones capture hundreds of data points per square metre which can result in data that has a resolution of up to 1cm per pixel. We can also include Ground Control Points which can bring about an absolute accuracy to within millimetres.</p>\r\n<p style=\"text-align: center;\">Having captured the data which can be as quick as a half day - it is rapidly processed and once passed quality assurance is handed over to clients through our cloud based portal.  Traditional methods can take weeks to achieve the same degree of coverage and accuracy.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"25\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-10-15 21:49:18', '2018-10-15 21:49:18', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/10/15/1286-revision-v1/', 0, 'revision', '', 0),
(2570, 1, '2018-10-18 17:07:07', '2018-10-18 17:07:07', 'Our drones can fly for up to 27 minutes on one set of batteries.  We carry a total of 16 batteries, often more.  We can re-charge batteries four at a tifully in about 45 minutes allowing us to provide as much flying and film as you need throughout the day, normally without interruption.  It takes about 60 seconds to land, change a battery and get airborne again.  We have a small petrol generator specific for LiPo battery charging for use in remote places, power sockets in our van, or we use power provided on-set - so can be pretty self-sufficient most of the day.', 'How long can the drones fly for?', '', 'inherit', 'closed', 'closed', '', '1754-autosave-v1', '', '', '2018-10-18 17:07:07', '2018-10-18 17:07:07', '', 1754, 'http://halifaxwebdesign.co.uk/airframes/2018/10/18/1754-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2571, 1, '2018-10-18 17:07:33', '2018-10-18 17:07:33', 'Our drones can fly for up to 27 minutes on one set of batteries.  We carry a total of 16 batteries, often more.  We can re-charge batteries four at a time and fully re-charge in about 45 minutes, allowing us to provide as much flying and film as you need throughout the day, normally without interruption.  It takes about 60 seconds to land, change a battery and get airborne again.  We have a small petrol generator specific for LiPo battery charging for use in remote places, power sockets in our van, or we use power provided on-set - so can be pretty self-sufficient most of the day.', 'How long can the drones fly for?', '', 'inherit', 'closed', 'closed', '', '1754-revision-v1', '', '', '2018-10-18 17:07:33', '2018-10-18 17:07:33', '', 1754, 'http://halifaxwebdesign.co.uk/airframes/2018/10/18/1754-revision-v1/', 0, 'revision', '', 0),
(2572, 1, '2018-10-18 17:09:40', '2018-10-18 17:09:40', 'The normal setup is a single vehicle with a two-person crew consisting of a pilot and camera operator, all drones, cameras, lenses, batteries and consumables required for the task. We sometimes operate as a single crew for smaller jobs, but also operate as a crew of three where additional support and safety is needed.  We always carry at least 2 drones and multiple batteries, so there is redundancy', 'What do we get if we hire you?', '', 'inherit', 'closed', 'closed', '', '1424-autosave-v1', '', '', '2018-10-18 17:09:40', '2018-10-18 17:09:40', '', 1424, 'http://halifaxwebdesign.co.uk/airframes/2018/10/18/1424-autosave-v1/', 0, 'revision', '', 0),
(2573, 1, '2018-10-18 17:10:12', '2018-10-18 17:10:12', 'The normal setup is a single vehicle with a two-person crew consisting of a pilot and camera operator, a minimum of 2 drones, cameras, lenses, batteries and consumables required for the task. We sometimes operate as a single crew for smaller jobs, but also operate as a crew of three where additional support and safety is needed.', 'What do we get if we hire you?', '', 'inherit', 'closed', 'closed', '', '1424-revision-v1', '', '', '2018-10-18 17:10:12', '2018-10-18 17:10:12', '', 1424, 'http://halifaxwebdesign.co.uk/airframes/2018/10/18/1424-revision-v1/', 0, 'revision', '', 0),
(2574, 1, '2018-10-18 17:11:01', '2018-10-18 17:11:01', 'The client retains the right to use the imagery and data for their own commercial use, but Air-Frames retain the copyright over the footage (mainly for our own promotion and commercial use). The client can retain full copyright if required, for an additional fee.', 'Who owns the footage and data collected?', '', 'inherit', 'closed', 'closed', '', '1422-revision-v1', '', '', '2018-10-18 17:11:01', '2018-10-18 17:11:01', '', 1422, 'http://halifaxwebdesign.co.uk/airframes/2018/10/18/1422-revision-v1/', 0, 'revision', '', 0),
(2575, 1, '2018-10-18 17:11:31', '2018-10-18 17:11:31', 'Unmanned Aerial Vehicles (UAV), Remotely Piloted Aircraft System (RPAS), Small Unmanned Aircraft (SUA), Small Unmanned Surveillance Aircraft (SUSA), Multirotors, Quadcopters, Hexacopters and Octocopters.', 'What other names are there for Drones?', '', 'inherit', 'closed', 'closed', '', '1420-revision-v1', '', '', '2018-10-18 17:11:31', '2018-10-18 17:11:31', '', 1420, 'http://halifaxwebdesign.co.uk/airframes/2018/10/18/1420-revision-v1/', 0, 'revision', '', 0),
(2576, 1, '2018-10-18 17:13:35', '2018-10-18 17:13:35', 'Yes, Air-Frames can fly at night. A recce needs to be conducted during daylight hours but night flying is no problem. Normal daylight flying hours are 30 minutes before dawn and 30 minutes after dusk. Either side of these timings is classed as night flying.', 'Can you fly at night?', '', 'inherit', 'closed', 'closed', '', '1414-revision-v1', '', '', '2018-10-18 17:13:35', '2018-10-18 17:13:35', '', 1414, 'http://halifaxwebdesign.co.uk/airframes/2018/10/18/1414-revision-v1/', 0, 'revision', '', 0),
(2577, 1, '2018-10-18 17:15:06', '2018-10-18 17:15:06', 'Yes, we operate worldwide and our insurance covers us for global work. However, for certain countries there are restrictions that can hamper and prevent flying drones so please call to discuss your requirement in the first instance. There is sometimes additional paperwork and applications that need to be made, we can do all this for you but would need time to do this and to liaise with the host nations Aviation Authority.  If we are unable to fly due to restrictions in other countries we are members of several pilot networks and can likely put you in touch with reputable companies overseas.', 'Does Air-Frames operate outside the UK?', '', 'inherit', 'closed', 'closed', '', '1410-revision-v1', '', '', '2018-10-18 17:15:06', '2018-10-18 17:15:06', '', 1410, 'http://halifaxwebdesign.co.uk/airframes/2018/10/18/1410-revision-v1/', 0, 'revision', '', 0),
(2579, 1, '2018-10-18 17:19:17', '2018-10-18 17:19:17', 'Yes, Air-Frames currently holds £5m PL as standard, £10m is available on request.\r\n\r\nWe don\'t currently hold PI insurance but can activate PI insurance when required, and within 24 hours.', 'Does Air-Frames have Public Liability (PL) and Public Indemnity (PI) Insurance?', '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2018-10-18 17:19:17', '2018-10-18 17:19:17', '', 1404, 'http://halifaxwebdesign.co.uk/airframes/2018/10/18/1404-revision-v1/', 0, 'revision', '', 0),
(2580, 1, '2018-10-18 17:19:44', '2018-10-18 17:19:44', 'Yes, Air-Frames currently holds £5m PL as standard, £10m is available on request.\r\n\r\nWe don\'t currently hold PI insurance but can activate PI insurance when required, and within 24 hours. We save money by only using it when we are required.', 'Does Air-Frames have Public Liability (PL) and Public Indemnity (PI) Insurance?', '', 'inherit', 'closed', 'closed', '', '1404-revision-v1', '', '', '2018-10-18 17:19:44', '2018-10-18 17:19:44', '', 1404, 'http://halifaxwebdesign.co.uk/airframes/2018/10/18/1404-revision-v1/', 0, 'revision', '', 0),
(2581, 1, '2018-10-18 17:20:31', '2018-10-18 17:20:31', 'Yes, here is the link to the CAA list of approved commercial operators (CAP1361), which is generally updated every 2-4 weeks\r\nSee CAA list here...<a href=\"https://www.caa.co.uk/Consumers/Unmanned-aircraft/General-guidance/Drone-operators-with-a-valid-CAA-permission-for-commercial-work/\">https://www.caa.co.uk/Consumers/Unmanned-aircraft/General-guidance/Drone-operators-with-a-valid-CAA-permission-for-commercial-work/</a>', 'Is there a list of CAA approved companies so I can check that who I am hiring is operating legitimately?', '', 'inherit', 'closed', 'closed', '', '1402-revision-v1', '', '', '2018-10-18 17:20:31', '2018-10-18 17:20:31', '', 1402, 'http://halifaxwebdesign.co.uk/airframes/2018/10/18/1402-revision-v1/', 0, 'revision', '', 0),
(2582, 1, '2018-10-18 17:21:32', '2018-10-18 17:21:32', 'Yes, here is the link to the CAA list of approved companies with Permissions for Commercial Operations  (CAP1361), which is updated regularly\r\nSee CAA list here...<a href=\"https://www.caa.co.uk/Consumers/Unmanned-aircraft/General-guidance/Drone-operators-with-a-valid-CAA-permission-for-commercial-work/\">https://www.caa.co.uk/Consumers/Unmanned-aircraft/General-guidance/Drone-operators-with-a-valid-CAA-permission-for-commercial-work/</a>', 'Is there a list of CAA approved companies so I can check that who I am hiring is operating legitimately?', '', 'inherit', 'closed', 'closed', '', '1402-revision-v1', '', '', '2018-10-18 17:21:32', '2018-10-18 17:21:32', '', 1402, 'http://halifaxwebdesign.co.uk/airframes/2018/10/18/1402-revision-v1/', 0, 'revision', '', 0),
(2583, 1, '2018-10-21 19:35:48', '2018-10-21 19:35:48', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones capture hundreds of data points per square metre which can result in data that has a resolution of up to 1cm per pixel. We can also include Ground Control Points which can bring about an absolute accuracy to within millimetres.</p>\r\n<p style=\"text-align: center;\">Having captured the data which can be as quick as a half day - it is rapidly processed and once passed quality assurance is handed over to clients through our cloud based portal.  Traditional methods can take weeks to achieve the same degree of coverage and accuracy.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"25\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-10-21 19:35:48', '2018-10-21 19:35:48', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1286-revision-v1/', 0, 'revision', '', 0),
(2584, 1, '2018-10-21 19:36:46', '2018-10-21 19:36:46', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones capture hundreds of data points per square metre which can result in data that has a resolution of up to 1cm per pixel. We can also include Ground Control Points which can bring about an absolute accuracy to within millimetres.</p>\r\n<p style=\"text-align: center;\">Having captured the data which can be as quick as a half day - it is rapidly processed and once passed quality assurance is handed over to clients through our cloud based portal.  Traditional methods can take weeks to achieve the same degree of coverage and accuracy.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"25\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2428\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-4.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-10-21 19:36:46', '2018-10-21 19:36:46', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1286-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2585, 1, '2018-10-21 19:39:58', '2018-10-21 19:39:58', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones capture hundreds of data points per square metre which can result in data that has a resolution of up to 1cm per pixel. We can also include Ground Control Points which can bring about an absolute accuracy to within millimetres.</p>\r\n<p style=\"text-align: center;\">Having captured the data which can be as quick as a half day - it is rapidly processed and once passed quality assurance is handed over to clients through our cloud based portal.  Traditional methods can take weeks to achieve the same degree of coverage and accuracy.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"25\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">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.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1490\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/portfolio_example_1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2428\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-4.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Our Infra-Red sensor can identify things such as heat loss, water leaks and failed solar panels (and identify several other issues).  We can also provide LIDAR for more detailed projects or where vegetation or terrain prevents standard photogrammetry.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-10-21 19:39:58', '2018-10-21 19:39:58', '', 1286, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1286-revision-v1/', 0, 'revision', '', 0),
(2591, 1, '2018-10-21 20:04:59', '2018-10-21 20:04:59', '', 'somesuch-', '', 'inherit', 'open', 'closed', '', 'somesuch', '', '', '2018-10-21 20:04:59', '2018-10-21 20:04:59', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2587, 1, '2018-10-21 20:00:26', '2018-10-21 20:00:26', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2586\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/Somesuch.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:00:26', '2018-10-21 20:00:26', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2589, 1, '2018-10-21 20:02:29', '2018-10-21 20:02:29', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2588\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:02:29', '2018-10-21 20:02:29', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2592, 1, '2018-10-21 20:05:08', '2018-10-21 20:05:08', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:05:08', '2018-10-21 20:05:08', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0),
(2596, 1, '2018-10-21 20:10:13', '2018-10-21 20:10:13', '', 'youtube', '', 'inherit', 'open', 'closed', '', 'youtube', '', '', '2018-10-21 20:10:13', '2018-10-21 20:10:13', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2597, 1, '2018-10-21 20:10:20', '2018-10-21 20:10:20', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:10:20', '2018-10-21 20:10:20', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2594, 1, '2018-10-21 20:08:10', '2018-10-21 20:08:10', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2593\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/59a59a8d79bbfd1d008b601a-960-480.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:08:10', '2018-10-21 20:08:10', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2595, 1, '2018-10-21 20:08:58', '2018-10-21 20:08:58', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2593\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/59a59a8d79bbfd1d008b601a-960-480.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:08:58', '2018-10-21 20:08:58', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0),
(2617, 1, '2018-10-21 20:42:58', '2018-10-21 20:42:58', '', 'print bureau-', '', 'inherit', 'open', 'closed', '', 'print-bureau', '', '', '2018-10-21 20:42:58', '2018-10-21 20:42:58', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau-.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2599, 1, '2018-10-21 20:14:07', '2018-10-21 20:14:07', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2598\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:14:07', '2018-10-21 20:14:07', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0),
(2600, 1, '2018-10-21 20:18:53', '2018-10-21 20:18:53', '', 'IOU', '', 'inherit', 'open', 'closed', '', 'iou', '', '', '2018-10-21 20:18:53', '2018-10-21 20:18:53', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2601, 1, '2018-10-21 20:19:01', '2018-10-21 20:19:01', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2598\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:19:01', '2018-10-21 20:19:01', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0),
(2609, 1, '2018-10-21 20:28:05', '2018-10-21 20:28:05', '', 'grow b', '', 'inherit', 'open', 'closed', '', 'grow-b', '', '', '2018-10-21 20:28:05', '2018-10-21 20:28:05', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2610, 1, '2018-10-21 20:28:16', '2018-10-21 20:28:16', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2598\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:28:16', '2018-10-21 20:28:16', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2604, 1, '2018-10-21 20:23:05', '2018-10-21 20:23:05', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2598\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2603\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/Grow-Big-PNG-copy.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:23:05', '2018-10-21 20:23:05', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2606, 1, '2018-10-21 20:24:17', '2018-10-21 20:24:17', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2598\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2605\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-big.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:24:17', '2018-10-21 20:24:17', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2608, 1, '2018-10-21 20:27:19', '2018-10-21 20:27:19', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2598\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2607\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-big.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:27:19', '2018-10-21 20:27:19', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0),
(2613, 1, '2018-10-21 20:31:03', '2018-10-21 20:31:03', '', 'calderdale', '', 'inherit', 'open', 'closed', '', 'calderdale', '', '', '2018-10-21 20:31:03', '2018-10-21 20:31:03', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/calderdale.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2612, 1, '2018-10-21 20:29:44', '2018-10-21 20:29:44', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2598\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2611\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/Calderdale-Council-logo.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:29:44', '2018-10-21 20:29:44', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2614, 1, '2018-10-21 20:31:14', '2018-10-21 20:31:14', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2598\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2613\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/calderdale.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:31:14', '2018-10-21 20:31:14', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0),
(2615, 1, '2018-10-21 20:39:58', '2018-10-21 20:39:58', '', 'alchemy', '', 'inherit', 'open', 'closed', '', 'alchemy', '', '', '2018-10-21 20:39:58', '2018-10-21 20:39:58', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/alchemy.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2616, 1, '2018-10-21 20:40:12', '2018-10-21 20:40:12', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2598\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2613\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/calderdale.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2615\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/alchemy.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:40:12', '2018-10-21 20:40:12', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2618, 1, '2018-10-21 20:43:05', '2018-10-21 20:43:05', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2617\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2613\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/calderdale.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2615\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/alchemy.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:43:05', '2018-10-21 20:43:05', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0),
(2619, 1, '2018-10-21 20:46:56', '2018-10-21 20:46:56', '', 'ribblesdale', '', 'inherit', 'open', 'closed', '', 'ribblesdale', '', '', '2018-10-21 20:46:56', '2018-10-21 20:46:56', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/ribblesdale.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2620, 1, '2018-10-21 20:47:05', '2018-10-21 20:47:05', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2617\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2613\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/calderdale.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2615\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/alchemy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2619\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/ribblesdale.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2018-10-21 20:47:05', '2018-10-21 20:47:05', '', 1665, 'http://halifaxwebdesign.co.uk/airframes/2018/10/21/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2628, 1, '2018-11-06 14:37:40', '2018-11-06 14:37:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/aerial_filming/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 14:37:40', '2018-11-06 14:37:40', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2629, 1, '2018-11-06 14:38:18', '2018-11-06 14:38:18', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 14:38:18', '2018-11-06 14:38:18', '', 7, 'http://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2630, 1, '2018-11-06 14:59:19', '2018-11-06 14:59:19', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 14:59:19', '2018-11-06 14:59:19', '', 7, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2631, 1, '2018-11-06 15:02:39', '2018-11-06 15:02:39', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://halifaxwebdesign.co.uk/airframes/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 15:02:39', '2018-11-06 15:02:39', '', 7, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2632, 1, '2018-11-06 15:03:57', '2018-11-06 15:03:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 15:03:57', '2018-11-06 15:03:57', '', 7, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2633, 1, '2018-11-06 15:05:13', '2018-11-06 15:05:13', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 15:05:13', '2018-11-06 15:05:13', '', 7, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2634, 1, '2018-11-06 15:05:52', '2018-11-06 15:05:52', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 15:05:52', '2018-11-06 15:05:52', '', 7, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2635, 1, '2018-11-06 15:06:37', '2018-11-06 15:06:37', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 15:06:37', '2018-11-06 15:06:37', '', 7, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2636, 1, '2018-11-06 15:07:26', '2018-11-06 15:07:26', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 15:07:26', '2018-11-06 15:07:26', '', 7, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2637, 1, '2018-11-06 15:09:05', '2018-11-06 15:09:05', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 15:09:05', '2018-11-06 15:09:05', '', 7, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2638, 1, '2018-11-06 15:37:12', '2018-11-06 15:37:12', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/thermal_ir_survey/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 15:37:12', '2018-11-06 15:37:12', '', 7, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2639, 1, '2018-11-06 15:38:14', '2018-11-06 15:38:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/clients/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 15:38:14', '2018-11-06 15:38:14', '', 7, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2640, 1, '2018-11-06 15:39:12', '2018-11-06 15:39:12', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/contact\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 15:39:12', '2018-11-06 15:39:12', '', 7, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2641, 1, '2018-11-06 15:41:01', '2018-11-06 15:41:01', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 15:41:01', '2018-11-06 15:41:01', '', 7, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2642, 1, '2018-11-06 15:42:10', '2018-11-06 15:42:10', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"50\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>OUR DRONE SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Surveyors, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey and Mapping</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">As part of our filming, we offer an editing and post-production service.  We also film on the ground (including sound recording) so we can produce a complete edited video for you if you\'d like - rather than just handing you the raw footage.  This could be 30 seconds long for social media or much longer including animation, graphics and visual effects.  Please get in touch for a quote for editing and post-production costs.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-11-06 15:42:10', '2018-11-06 15:42:10', '', 12, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/12-revision-v1/', 0, 'revision', '', 0),
(2643, 1, '2018-11-06 16:12:05', '2018-11-06 16:12:05', '[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Cookies\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>Website Cookies</h3>\r\n<div class=\"fusion-title title fusion-sep-none fusion-title-center fusion-title-size-three fontRed weight-normal font-normal fusion-border-below-title\">\r\n<p style=\"text-align: left;\">If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\r\n\r\n</div>\r\n<div class=\"fusion-text\">\r\n<p style=\"text-align: left;\">If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\r\n<p style=\"text-align: left;\">When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select “Remember Me”, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\r\n<p style=\"text-align: left;\">If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Embedded Content From Other Websites\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>Embedded Content From Other Websites</h3>\r\n<div class=\"fusion-text\">\r\n<div class=\"fusion-title title fusion-sep-none fusion-title-center fusion-title-size-three fontRed weight-normal font-normal fusion-border-below-title\">\r\n<p style=\"text-align: left;\">Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\r\n\r\n</div>\r\n<div class=\"fusion-text\">\r\n<p style=\"text-align: left;\">These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\r\n\r\n</div>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"How Long We Retain Your Data\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3>How Long We Retain Your Data</h3><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"What Rights You Have Over Your Data\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3>What Rights You Have Over Your Data</h3><p style=\"text-align: left;\">If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3>Comments</h3><p style=\"text-align: left;\">When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><p style=\"text-align: left;\">An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Privacy Policy', '', 'publish', 'closed', 'closed', '', 'privacy-policy', '', '', '2018-11-06 16:29:41', '2018-11-06 16:29:41', '', 0, 'https://halifaxwebdesign.co.uk/airframes/?page_id=2643', 0, 'page', '', 0),
(2644, 1, '2018-11-06 16:09:42', '2018-11-06 16:09:42', '[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Cookies\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>Website Cookies</h3>\r\n<div class=\"fusion-title title fusion-sep-none fusion-title-center fusion-title-size-three fontRed weight-normal font-normal fusion-border-below-title\">\r\n<p style=\"text-align: left;\">If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\r\n\r\n</div>\r\n<div class=\"fusion-text\">\r\n<p style=\"text-align: left;\">If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\r\n<p style=\"text-align: left;\">When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select “Remember Me”, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\r\n<p style=\"text-align: left;\">If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'cookies', '', 'publish', 'closed', 'closed', '', 'cookies', '', '', '2018-11-06 16:09:42', '2018-11-06 16:09:42', '', 0, 'https://halifaxwebdesign.co.uk/airframes/fusion_element/cookies/', 0, 'fusion_element', '', 0),
(2645, 1, '2018-11-06 16:09:50', '2018-11-06 16:09:50', '[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Embedded Content From Other Websites\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>Embedded Content From Other Websites</h3>\r\n<div class=\"fusion-text\">\r\n<div class=\"fusion-title title fusion-sep-none fusion-title-center fusion-title-size-three fontRed weight-normal font-normal fusion-border-below-title\">\r\n<p style=\"text-align: left;\">Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\r\n\r\n</div>\r\n<div class=\"fusion-text\">\r\n<p style=\"text-align: left;\">These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\r\n\r\n</div>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'cookies2', '', 'publish', 'closed', 'closed', '', 'cookies2', '', '', '2018-11-06 16:09:50', '2018-11-06 16:09:50', '', 0, 'https://halifaxwebdesign.co.uk/airframes/fusion_element/cookies2/', 0, 'fusion_element', '', 0),
(2646, 1, '2018-11-06 16:09:59', '2018-11-06 16:09:59', '[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"How Long We Retain Your Data\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>How long we retain your data</h3>\r\nIf you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.\r\n\r\nFor users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'cookies3', '', 'publish', 'closed', 'closed', '', 'cookies3', '', '', '2018-11-06 16:09:59', '2018-11-06 16:09:59', '', 0, 'https://halifaxwebdesign.co.uk/airframes/fusion_element/cookies3/', 0, 'fusion_element', '', 0),
(2647, 1, '2018-11-06 16:10:08', '2018-11-06 16:10:08', '[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"What Rights You Have Over Your Data\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>What Rights You Have Over Your Data</h3>\r\n<p style=\"text-align: left;\">If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'cookies4', '', 'publish', 'closed', 'closed', '', 'cookies4', '', '', '2018-11-06 16:10:08', '2018-11-06 16:10:08', '', 0, 'https://halifaxwebdesign.co.uk/airframes/fusion_element/cookies4/', 0, 'fusion_element', '', 0),
(2648, 1, '2018-11-06 16:10:20', '2018-11-06 16:10:20', '[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>Comments</h3>\r\n<p style=\"text-align: left;\">When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\r\n<p style=\"text-align: left;\">An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'cookies5', '', 'publish', 'closed', 'closed', '', 'cookies5', '', '', '2018-11-06 16:10:20', '2018-11-06 16:10:20', '', 0, 'https://halifaxwebdesign.co.uk/airframes/fusion_element/cookies5/', 0, 'fusion_element', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2649, 1, '2018-11-06 16:12:05', '2018-11-06 16:12:05', '[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Cookies\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>Website Cookies</h3>\r\n<div class=\"fusion-title title fusion-sep-none fusion-title-center fusion-title-size-three fontRed weight-normal font-normal fusion-border-below-title\">\r\n<p style=\"text-align: left;\">If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\r\n\r\n</div>\r\n<div class=\"fusion-text\">\r\n<p style=\"text-align: left;\">If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\r\n<p style=\"text-align: left;\">When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select “Remember Me”, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\r\n<p style=\"text-align: left;\">If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Embedded Content From Other Websites\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>Embedded Content From Other Websites</h3>\r\n<div class=\"fusion-text\">\r\n<div class=\"fusion-title title fusion-sep-none fusion-title-center fusion-title-size-three fontRed weight-normal font-normal fusion-border-below-title\">\r\n<p style=\"text-align: left;\">Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\r\n\r\n</div>\r\n<div class=\"fusion-text\">\r\n<p style=\"text-align: left;\">These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\r\n\r\n</div>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"How Long We Retain Your Data\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>How long we retain your data</h3>\r\nIf you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.\r\n\r\nFor users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"What Rights You Have Over Your Data\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>What Rights You Have Over Your Data</h3>\r\n<p style=\"text-align: left;\">If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>Comments</h3>\r\n<p style=\"text-align: left;\">When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\r\n<p style=\"text-align: left;\">An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '2643-revision-v1', '', '', '2018-11-06 16:12:05', '2018-11-06 16:12:05', '', 2643, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/2643-revision-v1/', 0, 'revision', '', 0),
(2650, 1, '2018-11-06 16:27:29', '2018-11-06 16:27:29', '[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Cookies\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>Website Cookies</h3>\r\n<div class=\"fusion-title title fusion-sep-none fusion-title-center fusion-title-size-three fontRed weight-normal font-normal fusion-border-below-title\">\r\n<p style=\"text-align: left;\">If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\r\n\r\n</div>\r\n<div class=\"fusion-text\">\r\n<p style=\"text-align: left;\">If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\r\n<p style=\"text-align: left;\">When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select “Remember Me”, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\r\n<p style=\"text-align: left;\">If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Embedded Content From Other Websites\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>Embedded Content From Other Websites</h3>\r\n<div class=\"fusion-text\">\r\n<div class=\"fusion-title title fusion-sep-none fusion-title-center fusion-title-size-three fontRed weight-normal font-normal fusion-border-below-title\">\r\n<p style=\"text-align: left;\">Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\r\n\r\n</div>\r\n<div class=\"fusion-text\">\r\n<p style=\"text-align: left;\">These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\r\n\r\n</div>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"How Long We Retain Your Data\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>How long we retain your data</h3>\r\nIf you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.\r\n\r\nFor users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"What Rights You Have Over Your Data\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>What Rights You Have Over Your Data</h3>\r\n<p style=\"text-align: left;\">If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>Comments</h3>\r\n<p style=\"text-align: left;\">When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\r\n<p style=\"text-align: left;\">An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '2643-revision-v1', '', '', '2018-11-06 16:27:29', '2018-11-06 16:27:29', '', 2643, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/2643-revision-v1/', 0, 'revision', '', 0),
(2651, 1, '2018-11-06 16:29:35', '2018-11-06 16:29:35', '[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Cookies\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\n<h3>Website Cookies</h3>\n<div class=\"fusion-title title fusion-sep-none fusion-title-center fusion-title-size-three fontRed weight-normal font-normal fusion-border-below-title\">\n<p style=\"text-align: left;\">If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n\n</div>\n<div class=\"fusion-text\">\n<p style=\"text-align: left;\">If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<p style=\"text-align: left;\">When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select “Remember Me”, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<p style=\"text-align: left;\">If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Embedded Content From Other Websites\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\n<h3>Embedded Content From Other Websites</h3>\n<div class=\"fusion-text\">\n<div class=\"fusion-title title fusion-sep-none fusion-title-center fusion-title-size-three fontRed weight-normal font-normal fusion-border-below-title\">\n<p style=\"text-align: left;\">Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n\n</div>\n<div class=\"fusion-text\">\n<p style=\"text-align: left;\">These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n\n</div>\n</div>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"How Long We Retain Your Data\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3>How Long We Retain Your Data</h3><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"What Rights You Have Over Your Data\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3>What Rights You Have Over Your Data</h3><p style=\"text-align: left;\">If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\n<h3>Comments</h3>\n<p style=\"text-align: left;\">When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\n<p style=\"text-align: left;\">An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '2643-autosave-v1', '', '', '2018-11-06 16:29:35', '2018-11-06 16:29:35', '', 2643, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/2643-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2652, 1, '2018-11-06 16:29:41', '2018-11-06 16:29:41', '[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Cookies\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>Website Cookies</h3>\r\n<div class=\"fusion-title title fusion-sep-none fusion-title-center fusion-title-size-three fontRed weight-normal font-normal fusion-border-below-title\">\r\n<p style=\"text-align: left;\">If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\r\n\r\n</div>\r\n<div class=\"fusion-text\">\r\n<p style=\"text-align: left;\">If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\r\n<p style=\"text-align: left;\">When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select “Remember Me”, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\r\n<p style=\"text-align: left;\">If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Embedded Content From Other Websites\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3>Embedded Content From Other Websites</h3>\r\n<div class=\"fusion-text\">\r\n<div class=\"fusion-title title fusion-sep-none fusion-title-center fusion-title-size-three fontRed weight-normal font-normal fusion-border-below-title\">\r\n<p style=\"text-align: left;\">Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\r\n\r\n</div>\r\n<div class=\"fusion-text\">\r\n<p style=\"text-align: left;\">These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\r\n\r\n</div>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"How Long We Retain Your Data\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3>How Long We Retain Your Data</h3><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"What Rights You Have Over Your Data\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3>What Rights You Have Over Your Data</h3><p style=\"text-align: left;\">If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3>Comments</h3><p style=\"text-align: left;\">When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><p style=\"text-align: left;\">An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '2643-revision-v1', '', '', '2018-11-06 16:29:41', '2018-11-06 16:29:41', '', 2643, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/2643-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2654, 1, '2018-11-06 16:36:57', '2018-11-06 16:36:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-06 16:36:57', '2018-11-06 16:36:57', '', 7, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2655, 1, '2018-11-06 16:45:49', '2018-11-06 16:45:49', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones capture hundreds of data points per square metre which can result in data that has a resolution of up to 1cm per pixel. We can also include Ground Control Points which can bring about an absolute accuracy to within millimetres.</p>\r\n<p style=\"text-align: center;\">Having captured the data which can be as quick as a half day - it is rapidly processed and once passed quality assurance is handed over to clients through our cloud based portal.  Traditional methods can take weeks to achieve the same degree of coverage and accuracy.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"25\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">When considering to work in challenging environments with tight timescales, mapping can save a lot of time and money. With easy access, our drones can tackle the most challenging environments.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2515|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://www.air-frames.co.uk/wp-content/uploads/2018/09/webshot-.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2428\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-4.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Our Infra-Red sensor can identify things such as heat loss, water leaks and failed solar panels (and identify several other issues).  We can also provide LIDAR for more detailed projects or where vegetation or terrain prevents standard photogrammetry.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://halifaxwebdesign.co.uk/airframes/portfolio/\" title=\"\" target=\"_self\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-11-06 16:45:49', '2018-11-06 16:45:49', '', 1286, 'https://halifaxwebdesign.co.uk/airframes/2018/11/06/1286-revision-v1/', 0, 'revision', '', 0),
(2656, 1, '2018-11-06 17:26:53', '2018-11-06 17:26:53', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon-2', '', '', '2018-11-06 17:26:53', '2018-11-06 17:26:53', '', 0, 'http://www.air-frames.co.uk/wp-content/uploads/2018/11/favicon.png', 0, 'attachment', 'image/png', 0),
(2659, 1, '2018-11-07 11:20:30', '2018-11-07 11:20:30', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones capture hundreds of data points per square metre which can result in data that has a resolution of up to 1cm per pixel. We can also include Ground Control Points which can bring about an absolute accuracy to within millimetres.</p>\r\n<p style=\"text-align: center;\">Having captured the data which can be as quick as a half day - it is rapidly processed and once passed quality assurance is handed over to clients through our cloud based portal.  Traditional methods can take weeks to achieve the same degree of coverage and accuracy.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"25\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">When considering to work in challenging environments with tight timescales, mapping can save a lot of time and money. With easy access, our drones can tackle the most challenging environments.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2515|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://www.air-frames.co.uk/wp-content/uploads/2018/09/webshot-.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2428\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-4.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Our Infra-Red sensor can identify things such as heat loss, water leaks and failed solar panels (and identify several other issues).  We can also provide LIDAR for more detailed projects or where vegetation or terrain prevents standard photogrammetry.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-11-07 11:20:30', '2018-11-07 11:20:30', '', 1286, 'http://www.air-frames.co.uk/1286-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2660, 1, '2018-11-08 11:41:22', '2018-11-08 11:41:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-08 11:41:22', '2018-11-08 11:41:22', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2661, 1, '2018-11-08 11:42:05', '2018-11-08 11:42:05', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-08 11:42:05', '2018-11-08 11:42:05', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2662, 1, '2018-11-08 11:42:27', '2018-11-08 11:42:27', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"no\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-08 11:42:27', '2018-11-08 11:42:27', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2663, 1, '2018-11-08 11:44:44', '2018-11-08 11:44:44', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-08 11:44:44', '2018-11-08 11:44:44', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2664, 1, '2018-11-08 11:45:11', '2018-11-08 11:45:11', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-08 11:45:11', '2018-11-08 11:45:11', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2665, 1, '2018-11-08 11:45:25', '2018-11-08 11:45:25', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-08 11:45:25', '2018-11-08 11:45:25', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2666, 1, '2018-11-08 11:46:06', '2018-11-08 11:46:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-08 11:46:06', '2018-11-08 11:46:06', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2667, 1, '2018-11-08 11:46:57', '2018-11-08 11:46:57', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"50\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>OUR DRONE SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Surveyors, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey and Mapping</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">As part of our filming, we offer an editing and post-production service.  We also film on the ground (including sound recording) so we can produce a complete edited video for you if you\'d like - rather than just handing you the raw footage.  This could be 30 seconds long for social media or much longer including animation, graphics and visual effects.  Please get in touch for a quote for editing and post-production costs.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-11-08 11:46:57', '2018-11-08 11:46:57', '', 12, 'https://www.air-frames.co.uk/12-revision-v1/', 0, 'revision', '', 0),
(2668, 1, '2018-11-09 19:16:22', '2018-11-09 19:16:22', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for aerial photography and cinematography, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a choice of several lenses.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-11-09 19:16:22', '2018-11-09 19:16:22', '', 1274, 'https://www.air-frames.co.uk/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2670, 1, '2018-11-09 19:17:49', '2018-11-09 19:17:49', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPIRE X5S Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for aerial photography and cinematography, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a choice of several lenses.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-11-09 19:17:49', '2018-11-09 19:17:49', '', 1274, 'https://www.air-frames.co.uk/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2669, 1, '2018-11-09 19:17:23', '2018-11-09 19:17:23', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPIRE X5S Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for aerial photography and cinematography, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a choice of several lenses.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-11-09 19:17:23', '2018-11-09 19:17:23', '', 1274, 'https://www.air-frames.co.uk/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2671, 1, '2018-11-09 19:18:07', '2018-11-09 19:18:07', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPIRE X5S Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for aerial photography and cinematography, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a choice of several lenses.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-11-09 19:18:07', '2018-11-09 19:18:07', '', 1274, 'https://www.air-frames.co.uk/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2672, 1, '2018-11-09 19:19:13', '2018-11-09 19:19:13', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPIRE X5S Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for aerial photography and cinematography, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a choice of several lenses.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-11-09 19:19:13', '2018-11-09 19:19:13', '', 1274, 'https://www.air-frames.co.uk/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2673, 1, '2018-11-09 19:19:50', '2018-11-09 19:19:50', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPIRE X5S Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for aerial photography and cinematography, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a choice of several lenses.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-11-09 19:19:50', '2018-11-09 19:19:50', '', 1274, 'https://www.air-frames.co.uk/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2674, 1, '2018-11-09 19:22:29', '2018-11-09 19:22:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-09 19:22:29', '2018-11-09 19:22:29', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2675, 1, '2018-11-09 19:23:46', '2018-11-09 19:23:46', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Tablet\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Phone\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-09 19:23:46', '2018-11-09 19:23:46', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2679, 1, '2018-11-09 19:28:33', '2018-11-09 19:28:33', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-09 19:28:33', '2018-11-09 19:28:33', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2676, 1, '2018-11-09 19:23:56', '2018-11-09 19:23:56', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Tablet\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Phone\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-09 19:23:56', '2018-11-09 19:23:56', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2677, 1, '2018-11-09 19:25:22', '2018-11-09 19:25:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Tablet\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Phone\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-09 19:25:22', '2018-11-09 19:25:22', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2678, 1, '2018-11-09 19:28:19', '2018-11-09 19:28:19', '', 'Clients', '', 'inherit', 'open', 'closed', '', 'clients-2', '', '', '2018-11-09 19:28:19', '2018-11-09 19:28:19', '', 7, 'https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png', 0, 'attachment', 'image/png', 0),
(2680, 1, '2018-11-09 19:39:43', '2018-11-09 19:39:43', '', 'partners-1', '', 'inherit', 'open', 'closed', '', 'partners-1', '', '', '2018-11-09 19:39:43', '2018-11-09 19:39:43', '', 7, 'https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2681, 1, '2018-11-09 19:39:48', '2018-11-09 19:39:48', '', 'partners-2', '', 'inherit', 'open', 'closed', '', 'partners-2', '', '', '2018-11-09 19:39:48', '2018-11-09 19:39:48', '', 7, 'https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2682, 1, '2018-11-09 19:40:42', '2018-11-09 19:40:42', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-09 19:40:42', '2018-11-09 19:40:42', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2683, 1, '2018-11-09 19:42:10', '2018-11-09 19:42:10', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-09 19:42:10', '2018-11-09 19:42:10', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2684, 1, '2018-11-09 20:01:52', '2018-11-09 20:01:52', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Photography\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-11-09 20:01:52', '2018-11-09 20:01:52', '', 1278, 'https://www.air-frames.co.uk/1278-revision-v1/', 0, 'revision', '', 0),
(2685, 1, '2018-11-09 20:03:19', '2018-11-09 20:03:19', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones capture hundreds of data points per square metre which can result in data that has a resolution of up to 1cm per pixel. We can also include Ground Control Points which can bring about an absolute accuracy to within millimetres.</p>\r\n<p style=\"text-align: center;\">Having captured the data which can be as quick as a half day - it is rapidly processed and once passed quality assurance is handed over to clients through our cloud based portal.  Traditional methods can take weeks to achieve the same degree of coverage and accuracy.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"25\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">When considering to work in challenging environments with tight timescales, mapping can save a lot of time and money. With easy access, our drones can tackle the most challenging environments.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2515|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://www.air-frames.co.uk/wp-content/uploads/2018/09/webshot-.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2428\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-4.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Our Infra-Red sensor can identify things such as heat loss, water leaks and failed solar panels (and identify several other issues).  We can also provide LIDAR for more detailed projects or where vegetation or terrain prevents standard photogrammetry.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-11-09 20:03:19', '2018-11-09 20:03:19', '', 1286, 'https://www.air-frames.co.uk/1286-revision-v1/', 0, 'revision', '', 0),
(2686, 1, '2018-11-10 08:58:53', '2018-11-10 08:58:53', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Filming Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Photography\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-11-10 08:58:53', '2018-11-10 08:58:53', '', 1278, 'https://www.air-frames.co.uk/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2688, 1, '2018-11-10 09:02:42', '2018-11-10 09:02:42', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Filming Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Photography\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Sruvey and Mapping Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-11-10 09:02:42', '2018-11-10 09:02:42', '', 1278, 'https://www.air-frames.co.uk/1278-revision-v1/', 0, 'revision', '', 0),
(2689, 1, '2018-11-10 09:04:44', '2018-11-10 09:04:44', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones capture hundreds of data points per square metre which can result in data that has a resolution of up to 1cm per pixel. We can also include Ground Control Points which can bring about an absolute accuracy to within millimetres.</p>\r\n<p style=\"text-align: center;\">Having captured the data which can be as quick as a half day - it is rapidly processed and once passed quality assurance is handed over to clients through our cloud based portal.  Traditional methods can take weeks to achieve the same degree of coverage and accuracy.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"25\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY Responsive \" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"25\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">When considering to work in challenging environments with tight timescales, mapping can save a lot of time and money. With easy access, our drones can tackle the most challenging environments.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2515|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://www.air-frames.co.uk/wp-content/uploads/2018/09/webshot-.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2428\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-4.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Our Infra-Red sensor can identify things such as heat loss, water leaks and failed solar panels (and identify several other issues).  We can also provide LIDAR for more detailed projects or where vegetation or terrain prevents standard photogrammetry.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-11-10 09:04:44', '2018-11-10 09:04:44', '', 1286, 'https://www.air-frames.co.uk/1286-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2690, 1, '2018-11-10 09:05:28', '2018-11-10 09:05:28', '[fusion_builder_container admin_label=\"Title\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"0\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Our drones capture hundreds of data points per square metre which can result in data that has a resolution of up to 1cm per pixel. We can also include Ground Control Points which can bring about an absolute accuracy to within millimetres.</p>\r\n<p style=\"text-align: center;\">Having captured the data which can be as quick as a half day - it is rapidly processed and once passed quality assurance is handed over to clients through our cloud based portal.  Traditional methods can take weeks to achieve the same degree of coverage and accuracy.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"25\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"SURVEY Responsive \" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"25\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">SURVEY</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We can quickly and easily measure distances, calculate area and volume, view elevation profiles and add annotations.</p>\r\n<p style=\"text-align: center;\">We can export data files in numerous common formats suitable for import into GIS software such as AutoCAD Civil 3D,  QGIS, and ArcGIS.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"MAPPING\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">When considering to work in challenging environments with tight timescales, mapping can save a lot of time and money. With easy access, our drones can tackle the most challenging environments.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2515|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://www.air-frames.co.uk/wp-content/uploads/2018/09/webshot-.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2428\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-4.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Our Infra-Red sensor can identify things such as heat loss, water leaks and failed solar panels (and identify several other issues).  We can also provide LIDAR for more detailed projects or where vegetation or terrain prevents standard photogrammetry.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"LIDAR and INFRA-RED Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">LIDAR &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Our Infra-Red sensor can identify things such as heat loss, water leaks and failed solar panels (and identify several other issues).  We can also provide LIDAR for more detailed projects or where vegetation or terrain prevents standard photogrammetry.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2428\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/thermal-4.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Survey & Mapping', '', 'inherit', 'closed', 'closed', '', '1286-revision-v1', '', '', '2018-11-10 09:05:28', '2018-11-10 09:05:28', '', 1286, 'https://www.air-frames.co.uk/1286-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2702, 1, '2018-11-10 10:13:53', '2018-11-10 10:13:53', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-10 10:13:53', '2018-11-10 10:13:53', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2700, 1, '2018-11-10 10:11:27', '2018-11-10 10:11:27', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-10 10:11:27', '2018-11-10 10:11:27', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2691, 1, '2018-11-10 09:09:56', '2018-11-10 09:09:56', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Opening Header Responsive\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-10 09:09:56', '2018-11-10 09:09:56', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2694, 1, '2018-11-10 09:22:24', '2018-11-10 09:22:24', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2693|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/james-png-drone.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-10 09:22:24', '2018-11-10 09:22:24', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2692, 1, '2018-11-10 09:10:25', '2018-11-10 09:10:25', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-10 09:10:25', '2018-11-10 09:10:25', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2697, 1, '2018-11-10 09:25:38', '2018-11-10 09:25:38', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-10 09:25:38', '2018-11-10 09:25:38', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2695, 1, '2018-11-10 09:23:04', '2018-11-10 09:23:04', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2693|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/james-png-drone.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-10 09:23:04', '2018-11-10 09:23:04', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2696, 1, '2018-11-10 09:24:27', '2018-11-10 09:24:27', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2693|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/james-png-drone.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-10 09:24:27', '2018-11-10 09:24:27', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2701, 1, '2018-11-10 10:12:20', '2018-11-10 10:12:20', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-10 10:12:20', '2018-11-10 10:12:20', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2698, 1, '2018-11-10 09:26:42', '2018-11-10 09:26:42', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-10 09:26:42', '2018-11-10 09:26:42', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2699, 1, '2018-11-10 09:27:10', '2018-11-10 09:27:10', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1752|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/equipment_inspire_x5s.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-10 09:27:10', '2018-11-10 09:27:10', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2703, 1, '2018-11-10 10:21:56', '2018-11-10 10:21:56', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide small portfolios of still images for several estate agents / land agents, for both their residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels.</li>\r\n 	<li>Missing persons.</li>\r\n 	<li>Heat sources in a building or forest fire.</li>\r\n 	<li>Thermal leaks and Temperature monitoring.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels.</li>\r\n 	<li>Missing persons.</li>\r\n 	<li>Heat sources in a building or forest fire.</li>\r\n 	<li>Thermal leaks and Temperature monitoring.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.</p>\r\n\r\n<ul>\r\n 	<li>Damaged Building, Dams, Roofs, Chimneys.</li>\r\n 	<li>Treetop inspections for forestry.</li>\r\n 	<li>Guttering and High-rise buildings.</li>\r\n 	<li>Damaged buildings, without risking people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2332\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/small-chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2529\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/cranes-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Construction Progress at individual or regular intervals:</p>\r\n\r\n<ul>\r\n 	<li>Monitor general progress on large or small projects.</li>\r\n 	<li>Off-site / remote access for stakeholders.</li>\r\n 	<li>Detail for budget managers for dated progress information.</li>\r\n 	<li>Repeat flights and programmable flightpaths.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-11-10 10:21:56', '2018-11-10 10:21:56', '', 1282, 'https://www.air-frames.co.uk/1282-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2704, 1, '2018-11-10 10:22:32', '2018-11-10 10:22:32', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide small portfolios of still images for several estate agents / land agents, for both their residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels.</li>\r\n 	<li>Missing persons.</li>\r\n 	<li>Heat sources in a building or forest fire.</li>\r\n 	<li>Thermal leaks and Temperature monitoring.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels.</li>\r\n 	<li>Missing persons.</li>\r\n 	<li>Heat sources in a building or forest fire.</li>\r\n 	<li>Thermal leaks and Temperature monitoring.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.</p>\r\n\r\n<ul>\r\n 	<li>Damaged Building, Dams, Roofs, Chimneys.</li>\r\n 	<li>Treetop inspections for forestry.</li>\r\n 	<li>Guttering and High-rise buildings.</li>\r\n 	<li>Damaged buildings, without risking people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2332\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/small-chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2529\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/cranes-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Construction Progress at individual or regular intervals:</p>\r\n\r\n<ul>\r\n 	<li>Monitor general progress on large or small projects.</li>\r\n 	<li>Off-site / remote access for stakeholders.</li>\r\n 	<li>Detail for budget managers for dated progress information.</li>\r\n 	<li>Repeat flights and programmable flightpaths.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Construction Progress at individual or regular intervals:</p>\r\n\r\n<ul>\r\n 	<li>Monitor general progress on large or small projects.</li>\r\n 	<li>Off-site / remote access for stakeholders.</li>\r\n 	<li>Detail for budget managers for dated progress information.</li>\r\n 	<li>Repeat flights and programmable flightpaths.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2529\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/cranes-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-11-10 10:22:32', '2018-11-10 10:22:32', '', 1282, 'https://www.air-frames.co.uk/1282-revision-v1/', 0, 'revision', '', 0),
(2705, 1, '2018-11-10 18:06:40', '2018-11-10 18:06:40', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"Services List\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"50\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\"><strong>OUR DRONE SERVICES</strong></h3>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We provide a cross-section of services for TV, Utility Companies, Music Videos, Surveyors, Estate Agents, Individuals.  We will cater for almost any aerial request so please click on the most relevant box below to learn more of what we can offer.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2066\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Filming</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2138\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial-photography/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2016/07/web-resize.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Aerial Photography</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2044\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/mapping_modelling/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Survey and Mapping</strong></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"25px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">As part of our filming, we offer an editing and post-production service.  We also film on the ground (including sound recording) so we can produce a complete edited video for you if you\'d like - rather than just handing you the raw footage.  This could be 30 seconds long for social media or much longer including animation, graphics and visual effects.  Please get in touch for a quote for editing and post-production costs.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Services', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-11-10 18:06:40', '2018-11-10 18:06:40', '', 12, 'https://www.air-frames.co.uk/12-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2707, 1, '2018-11-10 18:11:14', '2018-11-10 18:11:14', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPIRE X5S Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for aerial photography and cinematography, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a choice of several lenses.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_button link=\"https://www.dji.com/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Latest DJI Discounts and Deals[/fusion_button][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-11-10 18:11:14', '2018-11-10 18:11:14', '', 1274, 'https://www.air-frames.co.uk/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2706, 1, '2018-11-10 18:10:49', '2018-11-10 18:10:49', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPIRE X5S Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for aerial photography and cinematography, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a choice of several lenses.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_button link=\"https://www.dji.com/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Latest DJI Discounts and Deals[/fusion_button][fusion_text]\r\n<p style=\"text-align: center;\"><strong>Latest DJI Discounts and Deals</strong></p>\r\n[/fusion_text][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-11-10 18:10:49', '2018-11-10 18:10:49', '', 1274, 'https://www.air-frames.co.uk/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2708, 1, '2018-11-10 18:12:04', '2018-11-10 18:12:04', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPIRE X5S Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for aerial photography and cinematography, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a choice of several lenses.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_button link=\"https://www.dji.com/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Latest DJI Discounts and Deals[/fusion_button][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2018-11-10 18:12:04', '2018-11-10 18:12:04', '', 1274, 'https://www.air-frames.co.uk/1274-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2709, 1, '2018-11-10 18:12:54', '2018-11-10 18:12:54', '[fusion_builder_container admin_label=\"spacer\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">ESTATE, RESIDENTIAL &amp; COMMERCIAL PROPERTY</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We provide small portfolios of still images for several estate agents / land agents, for both their residential and commercial properties. One or two striking images can have a big impact on potential buyers not achievable from the ground.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2055\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/Web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels.</li>\r\n 	<li>Missing persons.</li>\r\n 	<li>Heat sources in a building or forest fire.</li>\r\n 	<li>Thermal leaks and Temperature monitoring.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"THERMAL AND INFRA-RED Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">THERMAL &amp; INFRA-RED</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">Using our thermal sensor we can conduct inspections and surveys to detect several issues</p>\r\n\r\n<ul>\r\n 	<li>Failed Solar Panels.</li>\r\n 	<li>Missing persons.</li>\r\n 	<li>Heat sources in a building or forest fire.</li>\r\n 	<li>Thermal leaks and Temperature monitoring.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2331\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/web-2.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPECTION\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">INSPECTION</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We use our range of standard lenses as well as a 3x optical zoom lens for conducting inspections, producing high resolution imagery.</p>\r\n\r\n<ul>\r\n 	<li>Damaged Building, Dams, Roofs, Chimneys.</li>\r\n 	<li>Treetop inspections for forestry.</li>\r\n 	<li>Guttering and High-rise buildings.</li>\r\n 	<li>Damaged buildings, without risking people.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2332\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/small-chimney-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2529\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/cranes-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Construction Progress at individual or regular intervals:</p>\r\n\r\n<ul>\r\n 	<li>Monitor general progress on large or small projects.</li>\r\n 	<li>Off-site / remote access for stakeholders.</li>\r\n 	<li>Detail for budget managers for dated progress information.</li>\r\n 	<li>Repeat flights and programmable flightpaths.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"CONSTRUCTION PROGRESS Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h4 style=\"text-align: center;\">CONSTRUCTION PROGRESS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">Construction Progress at individual or regular intervals:</p>\r\n\r\n<ul>\r\n 	<li>Monitor general progress on large or small projects.</li>\r\n 	<li>Off-site / remote access for stakeholders.</li>\r\n 	<li>Detail for budget managers for dated progress information.</li>\r\n 	<li>Repeat flights and programmable flightpaths.</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2529\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/cranes-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Photography', '', 'inherit', 'closed', 'closed', '', '1282-revision-v1', '', '', '2018-11-10 18:12:54', '2018-11-10 18:12:54', '', 1282, 'https://www.air-frames.co.uk/1282-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2710, 1, '2018-11-10 18:14:02', '2018-11-10 18:14:02', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Filming Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Equipment\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-11-10 18:14:02', '2018-11-10 18:14:02', '', 1278, 'https://www.air-frames.co.uk/1278-revision-v1/', 0, 'revision', '', 0),
(2711, 1, '2018-11-10 18:14:44', '2018-11-10 18:14:44', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Filming Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Equipment\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"insurance\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-11-10 18:14:44', '2018-11-10 18:14:44', '', 1278, 'https://www.air-frames.co.uk/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2712, 1, '2018-11-10 18:16:26', '2018-11-10 18:16:26', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/services/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-10 18:16:26', '2018-11-10 18:16:26', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2713, 1, '2018-11-10 18:17:46', '2018-11-10 18:17:46', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Filming Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Equipment\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"insurance\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"insurance\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-11-10 18:17:46', '2018-11-10 18:17:46', '', 1278, 'https://www.air-frames.co.uk/1278-revision-v1/', 0, 'revision', '', 0),
(2714, 1, '2018-11-10 18:19:11', '2018-11-10 18:19:11', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Filming Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Equipment\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"insurance\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-11-10 18:19:11', '2018-11-10 18:19:11', '', 1278, 'https://www.air-frames.co.uk/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2715, 1, '2018-11-10 18:21:21', '2018-11-10 18:21:21', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Filming Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Equipment\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"insurance\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Insurance Link\"][fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-11-10 18:21:21', '2018-11-10 18:21:21', '', 1278, 'https://www.air-frames.co.uk/1278-revision-v1/', 0, 'revision', '', 0),
(2718, 1, '2018-11-10 18:25:53', '2018-11-10 18:25:53', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Filming Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Equipment\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][fusion_menu_anchor name=\"insurance\" class=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-11-10 18:25:53', '2018-11-10 18:25:53', '', 1278, 'https://www.air-frames.co.uk/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2716, 1, '2018-11-10 18:22:35', '2018-11-10 18:22:35', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Filming Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Equipment\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"insurance\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Insurance Link\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"insurance\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Gap\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-11-10 18:22:35', '2018-11-10 18:22:35', '', 1278, 'https://www.air-frames.co.uk/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2717, 1, '2018-11-10 18:24:10', '2018-11-10 18:24:10', '[fusion_builder_container admin_label=\"Aerial Filming\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Aerial Filming Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Aerial Filming</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We film in 4K, ProRes and up to 5.2K CinemaDNG. We generally use a two person crew, one pilot and one camera operator. Our pilots have several years experience and sound safety records.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2513\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/set-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Equipment\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Latest Equipment</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">We use the latest equipment, always carry a minimum of 2 drones, 15 batteries, along with focus puller, multiple monitors, lenses, chargers and everything needed to provide flying all day.  We have a live feed from all our drones so any stakeholder / director can ensure we achieve the exact shots the require.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"insurance\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Insurance Link\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"insurance\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"Gap\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"20\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Insurance Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">Insurance and Permissions</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">We are CAA approved (pilot number #501) and have had Permissions for Commercial Operations (PfCO) since 2013 for drones weighing up to 20kg and also permitted to fly at night.  We hold £5M Public Liability at all times and can increase this to £10M when required.</p>\r\n<p style=\"text-align: center;\">We produce detailed Risk Assessment and Method Statements (RAMS) for every commercial project and provide these documents and cover notes to the client.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2527\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.4\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/09/roof-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Button\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"http://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW FULL PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Aerial Filming', '', 'inherit', 'closed', 'closed', '', '1278-revision-v1', '', '', '2018-11-10 18:24:10', '2018-11-10 18:24:10', '', 1278, 'https://www.air-frames.co.uk/1278-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2719, 1, '2018-11-11 12:18:07', '2018-11-11 12:18:07', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2238\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/pl-.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" hover_type=\"zoomin\" link=\"https://vimeo.com/153167384\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1714\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/partners_drone_aerial.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-11-11 12:18:07', '2018-11-11 12:18:07', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2747, 1, '2019-09-20 21:25:34', '2019-09-20 21:25:34', '', 'cbbc', '', 'inherit', 'open', 'closed', '', 'cbbc', '', '', '2019-09-20 21:25:34', '2019-09-20 21:25:34', '', 0, 'https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png', 0, 'attachment', 'image/png', 0),
(2738, 1, '2019-09-03 15:48:36', '2019-09-03 15:48:36', '', 'bbc', '', 'inherit', 'open', 'closed', '', 'bbc-2', '', '', '2019-09-03 15:48:36', '2019-09-03 15:48:36', '', 7, 'https://www.air-frames.co.uk/wp-content/uploads/2019/09/bbc.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2739, 1, '2019-09-03 15:48:47', '2019-09-03 15:48:47', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2738|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/bbc.png[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved supplier and can shoot in ProRes and CinemaDNG.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2019-09-03 15:48:47', '2019-09-03 15:48:47', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2740, 1, '2019-09-03 15:50:31', '2019-09-03 15:50:31', '', 'bbc png', '', 'inherit', 'open', 'closed', '', 'bbc-png', '', '', '2019-09-03 15:50:31', '2019-09-03 15:50:31', '', 7, 'https://www.air-frames.co.uk/wp-content/uploads/2019/09/bbc-png.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2741, 1, '2019-09-03 15:50:41', '2019-09-03 15:50:41', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2740|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/bbc-png.png[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved supplier and can shoot in ProRes and CinemaDNG.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2019-09-03 15:50:41', '2019-09-03 15:50:41', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2742, 1, '2019-09-03 16:55:54', '2019-09-03 16:55:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Matthew owns and operates his own company <a href=\"http://www.dronesondemand.co.uk\" target=\"_blank\" rel=\"noopener\">Drones on Demand</a>, but regularly teams up with Air-Frames and Matthew and James have been working together for several years now, sharing equipment and knowledge. Matthew additionally has an Extended Visual Line of Sight (EVLOS) qualification out to 1500m and also reduced separations down to 10m.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">FINANCE DIRECTOR</h4>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Anna is also a company Director but more importantly controls the purse strings!  Anna served over ten years in the military and has years of HR and management experience, so keeps track of our performance and spending on a part-time basis.  Anna also helps out when we need an additional pair of hands.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2019-09-03 16:55:54', '2019-09-03 16:55:54', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0),
(2743, 1, '2019-09-03 16:59:03', '2019-09-03 16:59:03', '[fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"fixed\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"6\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Vimeo Video\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#0c0c0c\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" image_id=\"2487|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2507|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2418|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2515|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2417|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2516|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2420|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2065|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills-2.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2524|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/Hebden-.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2019-09-03 16:59:03', '2019-09-03 16:59:03', '', 1641, 'https://www.air-frames.co.uk/1641-revision-v1/', 0, 'revision', '', 0),
(2744, 1, '2019-09-03 16:59:29', '2019-09-03 16:59:29', '[fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_portfolio layout=\"grid\" picture_size=\"fixed\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"4\" column_spacing=\"20\" portfolio_masonry_grid_ratio=\"1.0\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"no\" number_posts=\"12\" portfolio_title_display=\"title\" portfolio_text_alignment=\"center\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"yes\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" pagination_type=\"load-more-button\" hide_url_params=\"off\" offset=\"0\" orderby=\"date\" order=\"DESC\" content_length=\"excerpt\" excerpt_length=\"35\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"100\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Vimeo Video\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#0c0c0c\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR LATEST SHOWREEL</strong></h5>\r\n[/fusion_text][fusion_vimeo id=\"153167384\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Photography Gallery\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h5 style=\"text-align: center;\"><strong>VIEW OUR PHOTOGRAPHY GALLERY</strong></h5>\r\n[/fusion_text][fusion_slider hover_type=\"none\" width=\"\" height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_slide type=\"image\" image_id=\"2487|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/manchester-skyline-1-2.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2507|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/photos-for-web-1-1.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2418|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/file7_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2515|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/webshot-.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2417|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/file2_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2516|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/web-1.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2420|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/file9_1_orig.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2065|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills-2.jpg[/fusion_slide][fusion_slide type=\"image\" image_id=\"2524|full\" link=\"\" lightbox=\"no\" linktarget=\"_self\"]https://www.air-frames.co.uk/wp-content/uploads/2018/09/Hebden-.jpg[/fusion_slide][/fusion_slider][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_6\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2019-09-03 16:59:29', '2019-09-03 16:59:29', '', 1641, 'https://www.air-frames.co.uk/1641-revision-v1/', 0, 'revision', '', 0),
(2764, 1, '2019-09-20 21:50:22', '2019-09-20 21:50:22', '', 'netflixw', '', 'inherit', 'open', 'closed', '', 'netflixw', '', '', '2019-09-20 21:50:22', '2019-09-20 21:50:22', '', 1665, 'https://www.air-frames.co.uk/wp-content/uploads/2019/09/netflixw.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2749, 1, '2019-09-20 21:32:08', '2019-09-20 21:32:08', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2748|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/Unknown.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2617\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2613\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/calderdale.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2615\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/alchemy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2619\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/ribblesdale.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2019-09-20 21:32:08', '2019-09-20 21:32:08', '', 1665, 'https://www.air-frames.co.uk/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2751, 1, '2019-09-20 21:34:13', '2019-09-20 21:34:13', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2750|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/netflix.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2617\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2613\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/calderdale.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2615\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/alchemy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2619\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/ribblesdale.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2019-09-20 21:34:13', '2019-09-20 21:34:13', '', 1665, 'https://www.air-frames.co.uk/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2752, 1, '2019-09-20 21:35:42', '2019-09-20 21:35:42', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2750|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/netflix.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2617\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2613\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/calderdale.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2615\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/alchemy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2619\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/ribblesdale.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2019-09-20 21:35:42', '2019-09-20 21:35:42', '', 1665, 'https://www.air-frames.co.uk/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2754, 1, '2019-09-20 21:39:16', '2019-09-20 21:39:16', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2753|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/netflix.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2617\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2613\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/calderdale.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2615\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/alchemy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2619\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/ribblesdale.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2019-09-20 21:39:16', '2019-09-20 21:39:16', '', 1665, 'https://www.air-frames.co.uk/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2756, 1, '2019-09-20 21:41:02', '2019-09-20 21:41:02', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2755|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/Unknown.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2617\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2613\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/calderdale.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2615\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/alchemy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2619\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/ribblesdale.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2019-09-20 21:41:02', '2019-09-20 21:41:02', '', 1665, 'https://www.air-frames.co.uk/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2758, 1, '2019-09-20 21:45:25', '2019-09-20 21:45:25', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2757|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/netflix-.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2617\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2613\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/calderdale.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2615\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/alchemy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2619\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/ribblesdale.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2019-09-20 21:45:25', '2019-09-20 21:45:25', '', 1665, 'https://www.air-frames.co.uk/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2760, 1, '2019-09-20 21:47:10', '2019-09-20 21:47:10', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2759|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/netflix-.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2617\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2613\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/calderdale.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2615\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/alchemy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2619\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/ribblesdale.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2019-09-20 21:47:10', '2019-09-20 21:47:10', '', 1665, 'https://www.air-frames.co.uk/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2763, 1, '2019-09-20 21:48:41', '2019-09-20 21:48:41', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2762|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/logo.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2617\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2613\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/calderdale.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2615\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/alchemy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2619\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/ribblesdale.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2019-09-20 21:48:41', '2019-09-20 21:48:41', '', 1665, 'https://www.air-frames.co.uk/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2765, 1, '2019-09-20 21:50:29', '2019-09-20 21:50:29', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2764|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/netflixw.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2224\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-3-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2225\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-4-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1699\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bbc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1696\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_revilo_homes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1692\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_alun_griffiths.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1691\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bam_nuttall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1689\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_cannonball.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1688\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_charnock_bates.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1686\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_egip.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1685\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_excalibur_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1684\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_kingsknowe_golf_club.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1683\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_morgan_sindall.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1681\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_pukka_films.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1680\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_reeds_rains.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1679\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_scot_rail.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1678\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_site_eye.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1677\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_splat_training.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1676\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_saipem.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1675\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_hermes.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1674\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_uascdc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1670\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_invictus_games.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1673\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_airstoc.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1671\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_help_for_heros.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1669\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_JBA_consulting.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2591\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/somesuch-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2596\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/youtube.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2617\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/print-bureau-.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2600\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/IOU.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2609\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/grow-b.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2613\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/calderdale.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2615\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/alchemy.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2619\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/ribblesdale.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Clients', '', 'inherit', 'closed', 'closed', '', '1665-revision-v1', '', '', '2019-09-20 21:50:29', '2019-09-20 21:50:29', '', 1665, 'https://www.air-frames.co.uk/1665-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2766, 1, '2019-09-20 21:53:26', '2019-09-20 21:53:26', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1690\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_bedlam_productions.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2740|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/bbc-png.png[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved supplier and can shoot in ProRes and CinemaDNG.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2019-09-20 21:53:26', '2019-09-20 21:53:26', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2768, 1, '2019-09-29 20:47:29', '2019-09-29 20:47:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_youtube id=\"https://youtu.be/OpJ1ma3I0Ag\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWe shot the aerials for this awesome Dutch metal band Delain for Videoink Ltd,  Produced by Adam Barker and DoP Oliver Price - some very talented guys who are leading film makers in music video production.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Videoink Ltd for Delain</li>\r\n 	<li><b>Technology:</b> DJI Inspire 2 X5S</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Delain / Videoink Ltd', '', 'publish', 'open', 'closed', '', 'bedlam-fuel-2', '', '', '2019-09-29 21:21:27', '2019-09-29 21:21:27', '', 0, 'https://www.air-frames.co.uk/?post_type=avada_portfolio&#038;p=2768', 0, 'avada_portfolio', '', 0),
(2769, 1, '2019-09-29 20:47:29', '2019-09-29 20:47:29', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_youtube id=\"https://youtu.be/OpJ1ma3I0Ag\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n\r\nWe shot the aerials for this awesome Dutch metal band Delain for Videoink Ltd,  Produced by Adam Barker and DoP Oliver Price - some very talented guys who are leading film makers in music video production.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Videoink Ltd for Delain</li>\r\n 	<li><b>Technology:</b> DJI Inspire 2 X5S</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Delain / Videoink Ltd', '', 'inherit', 'closed', 'closed', '', '2768-revision-v1', '', '', '2019-09-29 20:47:29', '2019-09-29 20:47:29', '', 2768, 'https://www.air-frames.co.uk/2768-revision-v1/', 0, 'revision', '', 0),
(2771, 1, '2019-09-29 21:21:19', '2019-09-29 21:21:19', '', 'charlotte-1-', '', 'inherit', 'open', 'closed', '', 'charlotte-1', '', '', '2019-09-29 21:21:19', '2019-09-29 21:21:19', '', 2768, 'https://www.air-frames.co.uk/wp-content/uploads/2019/09/charlotte-1-.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2773, 1, '2019-12-03 12:22:02', '2019-12-03 12:22:02', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2740|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/bbc-png.png[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved supplier and can shoot in ProRes and CinemaDNG.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text][instagram-feed][/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" shape=\"square\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2019-12-03 12:22:02', '2019-12-03 12:22:02', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2775, 1, '2020-01-03 18:25:20', '2020-01-03 18:25:20', '', 'BBC approved supplier', '', 'inherit', 'open', 'closed', '', 'bbc-approved-supplier', '', '', '2020-01-03 18:25:20', '2020-01-03 18:25:20', '', 0, 'https://www.air-frames.co.uk/wp-content/uploads/2020/01/BBC-approved-supplier.png', 0, 'attachment', 'image/png', 0),
(2776, 1, '2020-01-03 18:25:43', '2020-01-03 18:25:43', '', 'SKY HD logo png', '', 'inherit', 'open', 'closed', '', 'sky-hd-logo-png', '', '', '2020-01-03 18:25:43', '2020-01-03 18:25:43', '', 0, 'https://www.air-frames.co.uk/wp-content/uploads/2020/01/SKY-HD-logo-png.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2783, 1, '2020-06-03 18:34:15', '2020-06-03 18:34:15', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold CAA Permissions for Commercial Operations for drones up to 20kg (CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2740|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/bbc-png.png[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved supplier and can shoot in ProRes and CinemaDNG.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n[instagram-feed]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2020-06-03 18:34:15', '2020-06-03 18:34:15', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2789, 1, '2020-12-12 21:10:22', '2020-12-12 21:10:22', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_id=\"1858|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2018/08/ribble-2.png\" image_id=\"2291|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/BBC.png\" image_id=\"2089|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Adam Baker, Founder - Video Ink Ltd\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/clients_videoink.jpg\" image_id=\"1672|full\" image_border_radius=\"\" company=\"Your Content Goes Here\" link=\"\" target=\"_self\"]\r\n\r\nJames is our No.1 drone pilot - professional to a T, his work never disappoints and is always such a pleasure to have on crew.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2020-12-12 21:10:22', '2020-12-12 21:10:22', '', 2443, 'https://www.air-frames.co.uk/2443-revision-v1/', 0, 'revision', '', 0),
(2790, 1, '2020-12-12 21:11:59', '2020-12-12 21:11:59', '', 'whitelogo', '', 'inherit', 'open', 'closed', '', 'whitelogo', '', '', '2020-12-12 21:11:59', '2020-12-12 21:11:59', '', 7, 'https://www.air-frames.co.uk/wp-content/uploads/2020/12/whitelogo.png', 0, 'attachment', 'image/png', 0),
(2791, 1, '2020-12-12 21:12:11', '2020-12-12 21:12:11', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_id=\"1858|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2018/08/ribble-2.png\" image_id=\"2291|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/BBC.png\" image_id=\"2089|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Adam Baker, Founder - Video Ink Ltd\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2020/12/whitelogo.png\" image_id=\"2790|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nJames is our No.1 drone pilot - professional to a T, his work never disappoints and is always such a pleasure to have on crew.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2020-12-12 21:12:11', '2020-12-12 21:12:11', '', 2443, 'https://www.air-frames.co.uk/2443-revision-v1/', 0, 'revision', '', 0),
(2792, 1, '2020-12-12 21:14:55', '2020-12-12 21:14:55', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_id=\"1858|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly - James helped us get the aerial shots we wanted with a minimum of fuss and maximum professionalism. I would happily recommend \"Air-Frames\" to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2018/08/ribble-2.png\" image_id=\"2291|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/BBC.png\" image_id=\"2089|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Adam Barker, Founder - Video Ink Ltd\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2020/12/whitelogo.png\" image_id=\"2790|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nJames is our No.1 drone pilot - professional to a T, his work never disappoints and is always such a pleasure to have on crew.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2020-12-12 21:14:55', '2020-12-12 21:14:55', '', 2443, 'https://www.air-frames.co.uk/2443-revision-v1/', 0, 'revision', '', 0),
(2793, 1, '2020-12-12 21:19:08', '2020-12-12 21:19:08', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_id=\"1858|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly, minimum fuss and maximum professionalism...</span></div>\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">...I would happily recommend Air-Frames to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2018/08/ribble-2.png\" image_id=\"2291|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/BBC.png\" image_id=\"2089|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Adam Barker, Founder - Video Ink Ltd\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2020/12/whitelogo.png\" image_id=\"2790|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nJames is our No.1 drone pilot - professional to a T, his work never disappoints and is always such a pleasure to have on crew.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2020-12-12 21:19:08', '2020-12-12 21:19:08', '', 2443, 'https://www.air-frames.co.uk/2443-revision-v1/', 0, 'revision', '', 0),
(2794, 1, '2020-12-12 21:22:56', '2020-12-12 21:22:56', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"8000\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_id=\"1858|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly, minimum fuss and maximum professionalism...</span></div>\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">...I would happily recommend Air-Frames to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2018/08/ribble-2.png\" image_id=\"2291|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/BBC.png\" image_id=\"2089|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Adam Barker, Founder - Video Ink Ltd\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2020/12/whitelogo.png\" image_id=\"2790|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nJames is our No.1 drone pilot - professional to a T, his work never disappoints and is always such a pleasure to have on crew.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2020-12-12 21:22:56', '2020-12-12 21:22:56', '', 2443, 'https://www.air-frames.co.uk/2443-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2795, 1, '2020-12-12 22:13:39', '2020-12-12 22:13:39', '[fusion_builder_container admin_label=\"INSPIRE X5S\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"INSPIRE X5S Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 2</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p class=\"intro\" style=\"text-align: center;\">The Inspire 2 records at up to 5.2K in CinemaDNG RAW &amp; Apple ProRes. It can fly at up to 58mph (94kph) and can fly for 27 minutes on a par of batteries that can operate as low as -20 degrees celcius.   The camera operator is also able to focus pull in real-time and, we have 4 lenses with varying focal length and we carry 8 batteries - so can charge in the field and be fairly self sustaining all day.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2386\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/i2focus.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJI INSPIRE X5 PRO\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"50\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI INSPIRE 1 X5 PRO</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Inspire 1 X5 Pro has been our workhorse since our heavy-lift Skyjib became somewhat redundant. It has a Micro Four Thirds camera built specifically for aerial photography and cinematography, shooting in 4K at 30 fps with an integrated 3-axis gimbal for superb stabilisation, with a choice of several lenses.  We carry 7 batteries that can keep the drone airborne around 15 minutes and have mobile charging, so we can charge on the go.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2377\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/equipment_inspire_x5.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2379\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/p44k.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 4</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 4 is a small lightweight drone used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. It is however a very capable drone in its own rite and a great back-up for the larger drones we have. We use this regularly for collecting survey data, as it still shoots in 4K and produces high quality JPEGs, staying airborne for up to 28 mins on a single battery.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR PHANTOM 3 Responsive\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI PHANTOM 3</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Phantom 3 is a small lightweight drone (1.25kg) used for operating in smaller spaces but also as a recce drone for quick inspections or to provide situational awareness of a site. Although it is a very capable drone in its own rite and a great back-up for the larger drones we have. Whilst it has a fixed lens, it still shoot sin 4K and RAW/DNG so still a great quality of product available form this drone, which also can stay airborne for up to 20 mins on a single battery. We carry 4 batteries with the Phantom and can also charge on-site.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1486\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/equipment_phantom3.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"DJR OSMO GIMBOL\" hundred_percent=\"no\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50px\" padding_right=\"\" padding_bottom=\"50px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">DJI OSMO and MOVI M5 GIMBALS</h3>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p class=\"intro\" style=\"text-align: center;\">The DJI Osmo can carry the X3 and X5 cameras from the DJI Inspire and is designed to operate hand held. It is a miniature gimbal that is fully stabilised like the MOVI and allows for excellent control of the camera when it is removed from the drone. It absorbs all the bumps and shake that is expected with handheld systems and produces excellent smooth footage. They both maintain the same 4K and RAW/DNG quality throughout and the MOVI can carry much larger DSLR\'s if needed.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1822\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/web-image-1-1024x653.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Purchase Section\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/equipment_buy_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80\" padding_right=\"\" padding_bottom=\"80\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"20px\" padding_right=\"20px\" padding_bottom=\"20px\" padding_left=\"20px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">CLICK BELOW FOR ALL LATEST PRODUCTS AT DJI</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">DJI are leading suppliers in Camera Drones/Quadcopters for Aerial Photography. To see all latest products and deals, click below...</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"5px\" alignment=\"center\" /][fusion_button link=\"https://www.dji.com/\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"\"]Latest DJI Discounts and Deals[/fusion_button][fusion_code]Jmx0O2RpdiBjbGFzcz0mcXVvdDtsaXZlRmVlZCZxdW90OyZndDsKJmx0O3NjcmlwdCZndDsKZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJiN4Mjc7JTNDc2NyaXB0IHNyYz0mcXVvdDtodHRwOi8vdS5kamkuY29tL2VuL2Fkcy8yNCZxdW90OyUzRSUzQy9zY3JpcHQlM0UmI3gyNzspKTsKJmx0Oy9zY3JpcHQmZ3Q7CiZsdDsvZGl2Jmd0Ow==[/fusion_code][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Equipment', '', 'inherit', 'closed', 'closed', '', '1274-revision-v1', '', '', '2020-12-12 22:13:39', '2020-12-12 22:13:39', '', 1274, 'https://www.air-frames.co.uk/1274-revision-v1/', 0, 'revision', '', 0),
(2796, 1, '2020-12-13 12:46:23', '2020-12-13 12:46:23', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_youtube id=\"https://youtu.be/xGHgwGtK0vg\" alignment=\"\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nCarling\'s #madelocal series - this is the \'Boro Rollers\'.  This is Easterside, meet Middlesbrough’s ‘pigeon men’, proud world champions of the unlikeliest sport in the skies.  A \'Somesuch\' production.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Bedlam Productions</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Carling - Boro Rollers', '', 'publish', 'open', 'closed', '', 'carling-boro-rollers', '', '', '2020-12-13 12:48:21', '2020-12-13 12:48:21', '', 0, 'https://www.air-frames.co.uk/?post_type=avada_portfolio&#038;p=2796', 0, 'avada_portfolio', '', 0),
(2797, 1, '2020-12-13 12:46:14', '2020-12-13 12:46:14', '', 'carling', '', 'inherit', 'open', 'closed', '', 'carling', '', '', '2020-12-13 12:46:14', '2020-12-13 12:46:14', '', 2796, 'https://www.air-frames.co.uk/wp-content/uploads/2020/12/carling.jpg', 0, 'attachment', 'image/jpeg', 0),
(2798, 1, '2020-12-13 12:46:23', '2020-12-13 12:46:23', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"https://youtu.be/xGHgwGtK0vg\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nCarling\'s #madelocal series - this is the \'Boro Rollers\'.  This is Easterside, meet Middlesbrough’s ‘pigeon men’, proud world champions of the unlikeliest sport in the skies.  A \'Somesuch\' production.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Bedlam Productions</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Carling - Boro Rollers', '', 'inherit', 'closed', 'closed', '', '2796-revision-v1', '', '', '2020-12-13 12:46:23', '2020-12-13 12:46:23', '', 2796, 'https://www.air-frames.co.uk/2796-revision-v1/', 0, 'revision', '', 0),
(2800, 1, '2020-12-13 12:48:21', '2020-12-13 12:48:21', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_youtube id=\"https://youtu.be/xGHgwGtK0vg\" alignment=\"\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nCarling\'s #madelocal series - this is the \'Boro Rollers\'.  This is Easterside, meet Middlesbrough’s ‘pigeon men’, proud world champions of the unlikeliest sport in the skies.  A \'Somesuch\' production.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Bedlam Productions</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Carling - Boro Rollers', '', 'inherit', 'closed', 'closed', '', '2796-revision-v1', '', '', '2020-12-13 12:48:21', '2020-12-13 12:48:21', '', 2796, 'https://www.air-frames.co.uk/2796-revision-v1/', 0, 'revision', '', 0),
(2799, 1, '2020-12-13 12:47:06', '2020-12-13 12:47:06', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"fullWidth\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_vimeo id=\"&lt;iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/xGHgwGtK0vg\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen&gt;&lt;/iframe&gt;\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nCarling\'s #madelocal series - this is the \'Boro Rollers\'.  This is Easterside, meet Middlesbrough’s ‘pigeon men’, proud world champions of the unlikeliest sport in the skies.  A \'Somesuch\' production.\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"2_2\" layout=\"2_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<ul class=\"stars\">\r\n 	<li><b>Client:</b> Bedlam Productions</li>\r\n 	<li><b>Technology:</b> DJI Inspire 1 X5</li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Carling - Boro Rollers', '', 'inherit', 'closed', 'closed', '', '2796-revision-v1', '', '', '2020-12-13 12:47:06', '2020-12-13 12:47:06', '', 2796, 'https://www.air-frames.co.uk/2796-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2801, 1, '2020-12-13 12:53:50', '2020-12-13 12:53:50', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"8000\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_id=\"1858|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly, minimum fuss and maximum professionalism...</span></div>\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">...I would happily recommend Air-Frames to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2018/08/ribble-2.png\" image_id=\"2291|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/BBC.png\" image_id=\"2089|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Adam Barker, Founder - Video Ink Ltd\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2020/12/whitelogo.png\" image_id=\"2790|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nJames is our no.1 drone pilot, professional to a T, his work never disappoints &amp; is always such a pleasure to have on crew.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2020-12-13 12:53:50', '2020-12-13 12:53:50', '', 2443, 'https://www.air-frames.co.uk/2443-revision-v1/', 0, 'revision', '', 0),
(2802, 1, '2020-12-13 12:55:39', '2020-12-13 12:55:39', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"8000\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_id=\"1858|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">\"Good communication, efficient and friendly, minimum fuss and maximum professionalism...</span></div>\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">...I would happily recommend Air-Frames to any TV crew, we got exactly what we wanted and we\'re very pleased with the results.\"</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2018/08/ribble-2.png\" image_id=\"2291|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they\'re epic!</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/BBC.png\" image_id=\"2089|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">\"There\'s nothing James shot that wasn\'t used in the series, titles, establishers, general views, the lot!\"</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Adam Barker, Founder - Video Ink Ltd\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2020/12/whitelogo.png\" image_id=\"2790|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nJames is our No.1 drone pilot...\r\n\r\n...professional to a T, his work never disappoints and is always such a pleasure to have on crew.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2020-12-13 12:55:39', '2020-12-13 12:55:39', '', 2443, 'https://www.air-frames.co.uk/2443-revision-v1/', 0, 'revision', '', 0),
(2812, 1, '2021-10-14 09:45:54', '2021-10-14 09:45:54', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">PILOTS &amp; CAMERA OPERATORS</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Like most drone companies we have several colleagues in the industry we can call upon to grow our team when required for larger jobs.  We have 5-6 additional freelance pilots and camera operators we use regularly and can cater for most eventualities.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2804|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2021-10-14 09:45:54', '2021-10-14 09:45:54', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0),
(2805, 1, '2021-10-14 09:41:24', '2021-10-14 09:41:24', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">PILOT/CAMERA OPERATOR</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Like most drone companies we have several colleagues in the industry we can call upon to grow our team when required for larger jobs.  We have 5-6 additional freelance pilots and camera operators we use regularly and can cater for most eventualities.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2804|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2021-10-14 09:41:24', '2021-10-14 09:41:24', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0),
(2810, 1, '2021-10-14 09:44:56', '2021-10-14 09:44:56', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">PILOTS &amp; CAMERA OPERATORS</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Like most drone companies we have several colleagues in the industry we can call upon to grow our team when required for larger jobs.  We have 5-6 additional freelance pilots and camera operators we use regularly and can cater for most eventualities.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2804|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2021-10-14 09:44:56', '2021-10-14 09:44:56', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2806, 1, '2021-10-14 09:42:30', '2021-10-14 09:42:30', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">PILOTS &amp; CAMERA OPERATORS</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Like most drone companies we have several colleagues in the industry we can call upon to grow our team when required for larger jobs.  We have 5-6 additional freelance pilots and camera operators we use regularly and can cater for most eventualities.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2804|full\" max_width=\"100\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2021-10-14 09:42:30', '2021-10-14 09:42:30', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0),
(2807, 1, '2021-10-14 09:42:49', '2021-10-14 09:42:49', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">PILOTS &amp; CAMERA OPERATORS</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Like most drone companies we have several colleagues in the industry we can call upon to grow our team when required for larger jobs.  We have 5-6 additional freelance pilots and camera operators we use regularly and can cater for most eventualities.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2804|full\" max_width=\"30\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2021-10-14 09:42:49', '2021-10-14 09:42:49', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0),
(2808, 1, '2021-10-14 09:43:49', '2021-10-14 09:43:49', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">PILOTS &amp; CAMERA OPERATORS</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Like most drone companies we have several colleagues in the industry we can call upon to grow our team when required for larger jobs.  We have 5-6 additional freelance pilots and camera operators we use regularly and can cater for most eventualities.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2804|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2021-10-14 09:43:49', '2021-10-14 09:43:49', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0),
(2809, 1, '2021-10-14 09:44:22', '2021-10-14 09:44:22', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">PILOTS &amp; CAMERA OPERATORS</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Like most drone companies we have several colleagues in the industry we can call upon to grow our team when required for larger jobs.  We have 5-6 additional freelance pilots and camera operators we use regularly and can cater for most eventualities.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2804|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Like many companies we don\'t have permanent staff but bring in freelance camera operators, runners and additional pilots when needed.  We have a base of about 5-6 trusted freelancers we can call upon and we have worked with on various projects, from broadcast to survey data collection.</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2021-10-14 09:44:22', '2021-10-14 09:44:22', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2811, 1, '2021-10-14 09:45:30', '2021-10-14 09:45:30', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">PILOTS &amp; CAMERA OPERATORS</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Like most drone companies we have several colleagues in the industry we can call upon to grow our team when required for larger jobs.  We have 5-6 additional freelance pilots and camera operators we use regularly and can cater for most eventualities.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2804|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"25\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"250\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2021-10-14 09:45:30', '2021-10-14 09:45:30', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0),
(2813, 1, '2021-10-14 09:47:14', '2021-10-14 09:47:14', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">PILOTS &amp; CAMERA OPERATORS</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Like most drone companies we have several colleagues in the industry we can call upon to grow our team when required for larger jobs.  We have 5-6 additional freelance pilots and camera operators we use regularly and can cater for most eventualities.</p>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2804|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2021-10-14 09:47:14', '2021-10-14 09:47:14', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0),
(2814, 1, '2021-10-14 09:47:38', '2021-10-14 09:47:38', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">PILOTS &amp; CAMERA OPERATORS</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Like most drone companies we have several colleagues in the industry we can call upon to grow our team when required for larger jobs.  We have 5-6 additional freelance pilots and camera operators we use regularly and can cater for most eventualities.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2804|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2021-10-14 09:47:38', '2021-10-14 09:47:38', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0),
(2816, 1, '2021-10-14 09:50:28', '2021-10-14 09:50:28', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"40\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">PILOTS &amp; CAMERA OPERATORS</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Like most drone companies we have several colleagues in the industry we can call upon to grow our team when required for larger jobs.  We have 5-6 additional freelance pilots and camera operators we use regularly and can cater for most eventualities.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2804|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2021-10-14 09:50:28', '2021-10-14 09:50:28', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0),
(2815, 1, '2021-10-14 09:49:05', '2021-10-14 09:49:05', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 16 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">PILOTS &amp; CAMERA OPERATORS</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Like most drone companies we have several colleagues in the industry we can call upon to grow our team when required for larger jobs.  We have 5-6 additional freelance pilots and camera operators we use regularly and can cater for most eventualities.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2804|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2021-10-14 09:49:05', '2021-10-14 09:49:05', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2817, 1, '2021-10-14 09:52:03', '2021-10-14 09:52:03', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">We hold CAA Operational Authorisations for drones up to 20kg (old CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1682\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_network_rail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2740|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/bbc-png.png[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved supplier and can shoot in ProRes and CinemaDNG.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n[instagram-feed]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2021-10-14 09:52:03', '2021-10-14 09:52:03', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2819, 1, '2022-07-23 15:06:47', '2022-07-23 15:06:47', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">We hold CAA Operational Authorisations for drones up to 20kg (old CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2764|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/netflixw.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2740|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/bbc-png.png[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved supplier and can shoot in ProRes and CinemaDNG.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n[instagram-feed]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text]\r\n<h4 style=\"text-align: center;\">0330 111 3001</h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-07-23 15:06:47', '2022-07-23 15:06:47', '', 7, 'https://www.air-frames.co.uk/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2821, 1, '2023-03-19 13:40:11', '2023-03-19 13:40:11', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"3\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"40\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 18 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">PILOTS &amp; CAMERA OPERATORS</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Like most drone companies we have several colleagues in the industry we can call upon to grow our team when required for larger jobs.  We have 5-6 additional freelance pilots and camera operators we use regularly and can cater for most eventualities.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2804|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2023-03-19 13:40:11', '2023-03-19 13:40:11', '', 16, 'https://www.air-frames.co.uk/16-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2823, 1, '2024-02-26 16:50:56', '2024-02-26 16:50:56', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1853|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1467|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">We hold CAA Operational Authorisations for drones up to 20kg (old CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1657|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][fusion_imageframe image_id=\"1466|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"0\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1672|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2764|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/netflixw.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"no\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2740|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/bbc-png.png[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved supplier and can shoot in ProRes and CinemaDNG.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n[instagram-feed]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"0\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-02-26 16:50:56', '2024-02-26 16:50:56', '', 7, 'https://www.air-frames.co.uk/?p=2823', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2824, 1, '2024-02-26 16:51:31', '2024-02-26 16:51:31', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"contact\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"50\" padding_right=\"\" padding_bottom=\"150\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"1481\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/contact_logo.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Air-Frames (UK) Limited\r\n<a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"40px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_text]\r\n<p style=\"text-align: center;\">Please get in contact for any more information that you may need, or to hire out our services.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][contact-form-7 id=\"119\" title=\"Contact form\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '1630-revision-v1', '', '', '2024-02-26 16:51:31', '2024-02-26 16:51:31', '', 1630, 'https://www.air-frames.co.uk/?p=2824', 0, 'revision', '', 0),
(2825, 1, '2024-02-27 11:39:19', '2024-02-27 11:39:19', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"  type=\"legacy\" flex_column_spacing=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"8000\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_id=\"1858|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">“Good communication, efficient and friendly, minimum fuss and maximum professionalism…</span></div>\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">…I would happily recommend Air-Frames to any TV crew, we got exactly what we wanted and we’re very pleased with the results.”</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2018/08/ribble-2.png\" image_id=\"2291|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they’re epic!</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/BBC.png\" image_id=\"2089|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">“There’s nothing James shot that wasn’t used in the series, titles, establishers, general views, the lot!”</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Adam Barker, Founder - Video Ink Ltd\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2020/12/whitelogo.png\" image_id=\"2790|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nJames is our No.1 drone pilot…\r\n\r\n…professional to a T, his work never disappoints and is always such a pleasure to have on crew.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2024-02-27 11:39:19', '2024-02-27 11:39:19', '', 2443, 'https://www.air-frames.co.uk/?p=2825', 0, 'revision', '', 0),
(2826, 1, '2024-02-27 11:39:20', '2024-02-27 11:39:20', '[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" admin_label=\"About\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"#ededed\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"20\" padding_bottom=\"0px\" padding_left=\"20\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"3\" border_sizes_bottom=\"3\" border_sizes_left=\"3\" border_sizes_right=\"3\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"2_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_position=\"all\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"40\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_size=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"1731|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/james_profile-e1534791488672.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text]\r\n<h4 style=\"text-align: center;\">JAMES – DIRECTOR / OWNER</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">James spent a combined 18 years in the RAF &amp; MoD and has served in many roles in the UK and overseas including multiple operational deployments.  He has a BA (Hons) and BTEC in Photography as well as having had a fixed wing Private Pilots Licence (PPL) for 25 years, so it was inevitable that his two passions became Air-Frames (UK) Limited in early 2013.</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Behind Air-Frames\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\">PILOTS &amp; CAMERA OPERATORS</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Like most drone companies we have several colleagues in the industry we can call upon to grow our team when required for larger jobs.  We have 5-6 additional freelance pilots and camera operators we use regularly and can cater for most eventualities.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"2804|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2021/10/AFC_RECOG_BRONZE_POS_RGB.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"]', 'About', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2024-02-27 11:39:20', '2024-02-27 11:39:20', '', 16, 'https://www.air-frames.co.uk/?p=2826', 0, 'revision', '', 0),
(2827, 1, '2024-02-27 11:39:39', '2024-02-27 11:39:39', '[fusion_builder_container admin_label=\"Testimonial - Global\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/background-testimonial-3.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.6\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\" flex_column_spacing=\"0px\" ][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"no\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"50\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-75\" margin_bottom=\"50\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">WHAT OUR CUSTOMERS SAY</h4>\r\n[/fusion_text][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"8000\" backgroundcolor=\"rgba(246,246,246,0)\" textcolor=\"#ffffff\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Bronwen Reed, Producer ABC News \'Foreign Correspondent\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/ABCTelevision.svg.png\" image_id=\"1858|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">“Good communication, efficient and friendly, minimum fuss and maximum professionalism…</span></div>\r\n<div class=\"gmail_default\"><span style=\"color: #ffffff;\">…I would happily recommend Air-Frames to any TV crew, we got exactly what we wanted and we’re very pleased with the results.”</span></div>\r\n[/fusion_testimonial][fusion_testimonial name=\"Guy Hindley, owner of Ribblesdale Park &amp; Gisburne Park Estate\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2018/08/ribble-2.png\" image_id=\"2291|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">All the hard work preparing the new venue was worth it just for one of those shots, they’re epic!</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Paul Murphy, Director BBC \'Home from Home\'\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/BBC.png\" image_id=\"2089|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n<p style=\"text-align: center;\">“There’s nothing James shot that wasn’t used in the series, titles, establishers, general views, the lot!”</p>\r\n[/fusion_testimonial][fusion_testimonial name=\"Adam Barker, Founder - Video Ink Ltd\" avatar=\"image\" image=\"https://www.air-frames.co.uk/wp-content/uploads/2020/12/whitelogo.png\" image_id=\"2790|full\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nJames is our No.1 drone pilot…\r\n\r\n…professional to a T, his work never disappoints and is always such a pleasure to have on crew.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Testimonial Global', '', 'inherit', 'closed', 'closed', '', '2443-revision-v1', '', '', '2024-02-27 11:39:39', '2024-02-27 11:39:39', '', 2443, 'https://www.air-frames.co.uk/?p=2827', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2828, 1, '2024-02-27 11:39:39', '2024-02-27 11:39:39', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"1853|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1467|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">We hold CAA Operational Authorisations for drones up to 20kg (old CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1657|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"1466|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_top=\"1px\" border_right=\"1px\" border_bottom=\"1px\" border_left=\"1px\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1672|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"2764|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/netflixw.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"2740|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/bbc-png.png[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved supplier and can shoot in ProRes and CinemaDNG.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n[instagram-feed]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-02-27 11:39:39', '2024-02-27 11:39:39', '', 7, 'https://www.air-frames.co.uk/?p=2828', 0, 'revision', '', 0);
INSERT INTO `Airfr_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2829, 1, '2024-02-27 13:48:25', '2024-02-27 13:48:25', '[fusion_builder_container admin_label=\"Opening Header\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"2361\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"right\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_left-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2171\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2015/05/logo_large.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"5\" bottom_margin=\"5\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"50\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"2349\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobileCentre\" id=\"\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/home_right-new.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"25\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Opening Header Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"2178|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/02/main_logo.png[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"transparent\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">Established in 2013, Air-Frames provides low altitude drone services. We shoot video up to 5.2K in Apple ProRes / Cinema DNG and our still images in DNG/RAW. We carry out a range of broadcast work for TV and film production companies and also provide regular Survey and Inspection services to several major utility companies.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_label=\"Drone Responsive\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"2353|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility\" class=\"\" id=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/08/i2-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"4 Link Icons\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"1853|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/contact/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price2.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>GET A QUOTE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">Prices start from a few hundred pounds, we\'ll send a quote to match your specific requirements.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1467|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/about/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_quote.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>AUTHORISED</strong></h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">We hold CAA Operational Authorisations for drones up to 20kg (old CAA No. 501).</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1657|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/faq/\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_icon_night.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>NIGHT FLYING</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We are permitted by the CAA for night flying so can operate at any time of day or night if needed.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"1466|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://www.air-frames.co.uk/aerial_filming/#insurance\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"rollover\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_icon_price.png[/fusion_imageframe][fusion_text]\r\n<h5 style=\"text-align: center;\"><strong>INSURANCE</strong></h5>\r\n[/fusion_text][fusion_text]\r\n<p style=\"text-align: center;\">We hold £5m Public Liability Insurance as standard and increase to £10m when required.</p>\r\n[/fusion_text][fusion_code]Jmx0O3NjcmlwdCZndDsKalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigkKSB7CgkvL3JvbGxvdmVycwoJdmFyICRvYmplY3QgPSBqUXVlcnkoJnF1b3Q7LnJvbGxvdmVyJnF1b3Q7KTsKCSRvYmplY3QuZWFjaChmdW5jdGlvbigpIHsKCQl2YXIgJHRoaXMgPSAkKHRoaXMpOwovLwkJdmFyIHNvdXJjZSA9ICR0aGlzLmF0dHIoJiN4Mjc7c3JjJiN4Mjc7KTsKLy8JCXZhciByb2xsb3ZlciA9IHNvdXJjZS5zcGxpdCgmI3gyNzsuJiN4Mjc7KTsKLy8JCXJvbGxvdmVyID0gcm9sbG92ZXJbMF0gKyAmcXVvdDtfcm9sbC4mcXVvdDsgKyByb2xsb3ZlclsxXTsKCQkkdGhpcy5vbigmcXVvdDttb3VzZW92ZXImcXVvdDssIGZ1bmN0aW9uKGUpIHsKLy8JCQkkdGhpcy5hdHRyKCYjeDI3O3NyYyYjeDI3Oywgcm9sbG92ZXIpOwoJCQlpZighJHRoaXMuaXMoJnF1b3Q7OmFuaW1hdGVkJnF1b3Q7KSkgewoJCQkJc3BpbigkdGhpcywgMzYwLCA0MDApOwoJCQkJc3BpbigkdGhpcywgMCwgMSk7CgkJCX0KCQl9KTsKLy8JCSR0aGlzLm9uKCZxdW90O21vdXNlb3V0JnF1b3Q7LCBmdW5jdGlvbihlKSB7Ci8vCQkJJHRoaXMuYXR0cigmI3gyNztzcmMmI3gyNzssIHNvdXJjZSk7Ci8vCQl9KTsKCX0pOwoJLy8gYW5pbWF0ZSBzcGluCglmdW5jdGlvbiBzcGluKCRlbGVtLCByb3RhdGUsIGR1cmF0aW9uKSB7CgkJJGVsZW0uYW5pbWF0ZSh7cm90YXRlOiByb3RhdGV9LCB7CgkJc3RlcDogZnVuY3Rpb24obm93LCBmeCkgewoJCQkkKHRoaXMpLmNzcygmI3gyNzstd2Via2l0LXRyYW5zZm9ybSYjeDI3OywmI3gyNztyb3RhdGUoJiN4Mjc7K25vdysmI3gyNztkZWcpJiN4Mjc7KTsgCgkJCSQodGhpcykuY3NzKCYjeDI3Oy1tb3otdHJhbnNmb3JtJiN4Mjc7LCYjeDI3O3JvdGF0ZSgmI3gyNzsrbm93KyYjeDI3O2RlZykmI3gyNzspOwoJCQkkKHRoaXMpLmNzcygmI3gyNzt0cmFuc2Zvcm0mI3gyNzssJiN4Mjc7cm90YXRlKCYjeDI3Oytub3crJiN4Mjc7ZGVnKSYjeDI3Oyk7CgkJfSxkdXJhdGlvbjogZHVyYXRpb259KTsKCX0KfSk7CiZsdDsvc2NyaXB0Jmd0Ow==[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Filming\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"https://vimeo.com/153167384\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-stills.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">AERIAL FILMING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We shoot in Apple ProRes in 4K and up to 5.2K. We film broadcast footage for several TV series, but also produce short social media clips including editing and post-production.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_top=\"1px\" border_right=\"1px\" border_bottom=\"1px\" border_left=\"1px\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" admin_toggled=\"yes\" admin_label=\"Aerial Photography\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_text]\r\n<h4 style=\"text-align: center;\">AERIAL PHOTOGRAPHY</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">We shoot high resolution RAW/DNG photographs on all our drones. We carry several lenses, including zoom lenses for inspections, and can also produce 360 interactive panoramas.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web-still-4.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Survey and Mapping\" hundred_percent=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"80px\" padding_top=\"\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"no\" link=\"http://www.air-frames.co.uk/portfolio/\" target=\"_self\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#f0f0f0\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/web.jpg\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"no\" center_content=\"yes\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#004695\" background_image=\"\" background_position=\"center center\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"13%\" padding_right=\"13%\" padding_bottom=\"13%\" padding_left=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"top-into-view\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_text]\r\n<h4 style=\"text-align: center; color: #ffffff;\">SURVEY AND MAPPING</h4>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#999999\" top_margin=\"-20\" bottom_margin=\"10\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" /][fusion_separator style_type=\"none\" top_margin=\"5\" bottom_margin=\"5\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center; color: #ffffff;\">We collect survey data and create 3D Models, Point Clouds and Digital Surface Models. The export data can be directly imported into common GIS software packages.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"15\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"2443\"][fusion_builder_container admin_label=\"Clients\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"2223\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo-2-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2234\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/rc-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1687\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_crossrail-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"2232\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/new-1.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"1697\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_abc_news-300x225.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2747|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/cbbc.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"1672|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2017/07/clients_videoink.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"2764|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/netflixw.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Clients Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h3 style=\"text-align: center;\">RECENT CLIENTS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2678|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/Clients.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"30\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_button link=\"https://www.air-frames.co.uk/clients/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"medium\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]SEE ALL CLIENTS[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Portfolio\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2015/05/home_portfolio_bg.jpg\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"down\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"10px\" padding_right=\"\" padding_bottom=\"10px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"7%\" padding_right=\"4%\" padding_bottom=\"7%\" padding_left=\"4%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h2 style=\"text-align: center; color: #ffffff;\">VIEW OUR PORTFOLIO</h2>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/portfolio/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]CLICK TO VIEW PORTFOLIO[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"2740|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"https://droneaerialops.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2019/09/bbc-png.png[/fusion_imageframe][fusion_imageframe image_id=\"2556\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.site-eye.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/10/JBA-webb.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved supplier and can shoot in ProRes and CinemaDNG.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"1698\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"https://www.yorkshirewater.com/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2017/07/clients_yorkshire_water.jpg[/fusion_imageframe][fusion_imageframe image_id=\"2294\" max_width=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://hyperfinemedia.co.uk/\" linktarget=\"_blank\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://halifaxwebdesign.co.uk/airframes/wp-content/uploads/2018/08/logo1.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Partners Responsive\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"50\" margin_bottom=\"50\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CLIENTS &amp; PARTNERS</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h3 style=\"text-align: center;\">OUR PARTNERS</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_imageframe image_id=\"2680|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-1.jpg[/fusion_imageframe][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10\" bottom_margin=\"10\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h4 style=\"text-align: center;\">WE WORK WITH INDUSTRY LEADERS</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-30\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" class=\"\" id=\"\"]\r\n<p style=\"text-align: center;\">We are members of the Drone Aerial Operators Group - made up of some of the most established names in the drone industry.  We are affiliated with several companies, specialists in post production such as Hyperfinemedia, we are an official framework contractor for Yorkshire Water and are approved suppliers to the JBA Consulting Group.  We are also a BBC approved drone supplier for broadcast.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_imageframe image_id=\"2681|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://www.air-frames.co.uk/wp-content/uploads/2018/11/partners-2.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Instagram Feed\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"mobilePadBottom\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h5 style=\"text-align: center;\">FOLLOW US</h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-80\" margin_bottom=\"-40\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text]\r\n<h3 style=\"text-align: center;\">ON INSTAGRAM</h3>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15\" bottom_margin=\"15\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n[instagram-feed]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://www.air-frames.co.uk/wp-content/uploads/2017/07/home_contact_bg.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.7\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"110px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"5px\" padding_right=\"30px\" padding_bottom=\"10px\" padding_left=\"30px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\"][fusion_text]\r\n<h4 style=\"text-align: center;\">GET IN TOUCH</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">For any questions or queries you may have regarding our services, bookings, equipment or training days, please get in touch using the details below.</p>\r\n[/fusion_text][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"https://www.air-frames.co.uk/contact\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#004695\" button_gradient_bottom_color=\"#004695\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" size=\"xlarge\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\"]CONTACT US[/fusion_button][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-10\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center;\">AIR-FRAMES LTD</h4>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h5 style=\"text-align: center;\"><a href=\"mailto:enquiries@air-frames.co.uk\">enquiries@air-frames.co.uk</a></h5>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-02-27 13:48:25', '2024-02-27 13:48:25', '', 7, 'https://www.air-frames.co.uk/?p=2829', 0, 'revision', '', 0);

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

--
-- Table structure for table `Airfr_revslider_css`
--

CREATE TABLE `Airfr_revslider_css` (
  `id` int(9) NOT NULL,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hover` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `advanced` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_revslider_css`
--

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

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

--
-- Table structure for table `Airfr_revslider_layer_animations`
--

CREATE TABLE `Airfr_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `Airfr_revslider_navigations`
--

CREATE TABLE `Airfr_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `css` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `markup` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `Airfr_revslider_sliders`
--

CREATE TABLE `Airfr_revslider_sliders` (
  `id` int(9) NOT NULL,
  `title` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` tinytext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_revslider_sliders`
--

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

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

--
-- Table structure for table `Airfr_revslider_slides`
--

CREATE TABLE `Airfr_revslider_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_revslider_slides`
--

INSERT INTO `Airfr_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 1, '{\"background_type\":\"image\",\"rs-gallery-type\":\"posts\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"0\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"70\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"120\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"30000\",\"title\":\"POST SLIDE\",\"delay\":\"0\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/avadamagazine.wpengine.com\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"parallaxvertical\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"params_1\":\"{{catlist}}\",\"params_1_chars\":\"20\",\"params_2\":\"{{excerpt}}\",\"params_2_chars\":\"100\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"Science says that Women are Generally Happier\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/gillgraphics.co.uk\\/wp\\/airframes\\/wp-content\\/\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"video_mute\":\"on\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_volume\":\"\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-preview3-tabs-title-color-color-slide\":\"off\",\"ph-preview3-tabs-title-color-color\":\"#ffffff\",\"ph-preview3-tabs-title-size-custom-slide\":\"off\",\"ph-preview3-tabs-title-size-custom\":\"14\",\"ph-preview3-tabs-title-font-font_family-slide\":\"off\",\"ph-preview3-tabs-title-font-font_family\":\"Montserrat\",\"ph-preview3-tabs-param1-color-color-slide\":\"off\",\"ph-preview3-tabs-param1-color-color\":\"#ffffff\",\"ph-preview3-tabs-param1-size-custom-slide\":\"off\",\"ph-preview3-tabs-param1-size-custom\":\"20\",\"ph-preview3-tabs-param1-font-font_family-slide\":\"off\",\"ph-preview3-tabs-param1-font-font_family\":\"Playfair Display\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-preview2-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview2-bullets-bullet-size-custom\":\"13\",\"ph-preview2-bullets-bullet-bg-color-color-rgba-slide\":\"off\",\"ph-preview2-bullets-bullet-bg-color-color-rgba\":\"#e5e5e5\",\"ph-preview2-bullets-hover-bullet-bg-color-color-rgba-slide\":\"off\",\"ph-preview2-bullets-hover-bullet-bg-color-color-rgba\":\"#ffffff\",\"ph-preview2-bullets-title-color-color-slide\":\"off\",\"ph-preview2-bullets-title-color-color\":\"#888888\",\"ph-preview2-bullets-title-font-size-custom-slide\":\"off\",\"ph-preview2-bullets-title-font-size-custom\":\"12\",\"ph-preview2-bullets-title-bg-color-color-rgba-slide\":\"off\",\"ph-preview2-bullets-title-bg-color-color-rgba\":\"rgba(255,255,255,0.75)\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\"}', '[{\"static_styles\":{\"font-size\":{\"tablet\":\"\",\"desktop\":\"\"},\"line-height\":{\"tablet\":\"\",\"desktop\":\"\"},\"font-weight\":{\"tablet\":\"700\",\"desktop\":\"700\"},\"color\":{\"tablet\":\"\",\"desktop\":\"\"},\"letter-spacing\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"rgba(0, 0, 0, 0.5)\",\"border-color\":\"rgba(0, 0, 0, 1)\",\"border-opacity\":\"0\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"vertical-align\":\"top\"},\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\"},\"text\":\" \",\"alias\":\"OVERLAY\",\"type\":\"shape\",\"style\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":true,\"max_width\":{\"tablet\":\"100px\",\"desktop\":\"100px\"},\"cover_mode\":\"cover\",\"max_height\":{\"tablet\":\"100px\",\"desktop\":\"100px\"},\"left\":{\"tablet\":0,\"desktop\":0},\"top\":{\"tablet\":0,\"desktop\":0},\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"video_width\":{\"tablet\":\"480\",\"desktop\":\"480px\"},\"video_height\":{\"tablet\":\"360\",\"desktop\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"tablet\":\"normal\",\"desktop\":\"normal\"},\"static_end\":\"last\",\"align_hor\":{\"tablet\":\"center\",\"desktop\":\"center\"},\"align_vert\":{\"tablet\":\"middle\",\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":-1,\"height\":-1,\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"unique_id\":3,\"endWithSlide\":true,\"scaleX\":{\"tablet\":\"\",\"desktop\":\"\"},\"scaleY\":{\"tablet\":\"\",\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1500,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"fadeout\",\"easing\":\"Power3.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":6500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"p_uid\":-1,\"zIndex\":5,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"{{title}}\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"mobile\":50,\"notebook\":50,\"tablet\":50},\"top\":{\"desktop\":210,\"mobile\":110,\"notebook\":200,\"tablet\":120},\"hover\":false,\"alias\":\"TITLE\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"450px\",\"mobile\":\"420px\",\"notebook\":\"350px\",\"tablet\":\"600px\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\",\"notebook\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\",\"notebook\":\"360px\",\"tablet\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"mobile\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"latest-articles-title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":773,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"40px\",\"mobile\":\"20px\",\"notebook\":\"32px\",\"tablet\":\"32px\"},\"line-height\":{\"desktop\":\"60px\",\"mobile\":\"40px\",\"notebook\":\"54px\",\"tablet\":\"42px\"},\"font-weight\":{\"desktop\":\"700\",\"mobile\":\"700\",\"notebook\":\"700\",\"tablet\":\"700\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"unique_id\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1500,\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"auto\",\"easing\":\"Power3.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":6500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"static_start\":\"1\",\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"10px\",\"0\"],\"tablet\":[\"0\",\"0\",\"10px\",\"0\"],\"notebook\":[\"0\",\"0\",\"10px\",\"0\"],\"mobile\":[\"0\",\"0\",\"10px\",\"0\"]},\"text-align\":{\"desktop\":\"left\",\"tablet\":\"left\",\"notebook\":\"left\",\"mobile\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"p_uid\":-1,\"zIndex\":6,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"{{catlist}}<br \\/>\\n{{date}}\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":850,\"mobile\":50,\"notebook\":50,\"tablet\":50},\"top\":{\"desktop\":301,\"mobile\":80,\"notebook\":360,\"tablet\":90},\"hover\":false,\"alias\":\"SUBTITLE\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"450px\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\",\"notebook\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\",\"notebook\":\"360px\",\"tablet\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"latest-articles-meta\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":false,\"visible-mobile\":false,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":450,\"height\":60,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"mobile\":\"14px\",\"notebook\":\"16px\",\"tablet\":\"14px\"},\"line-height\":{\"desktop\":\"30px\",\"mobile\":\"30px\",\"notebook\":\"30px\",\"tablet\":\"30px\"},\"font-weight\":{\"desktop\":\"300\",\"mobile\":\"700\",\"notebook\":\"300\",\"tablet\":\"700\"},\"color\":{\"desktop\":\"rgba(209, 211, 220, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(209, 211, 220, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"2px\",\"tablet\":\"2px\",\"notebook\":\"2px\",\"mobile\":\"2px\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"unique_id\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"inline\":{\"idle\":{\"text-transform\":\"uppercase\"}},\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1500,\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"auto\",\"easing\":\"Power3.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":6500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"static_start\":\"1\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\",\"tablet\":\"left\",\"notebook\":\"left\",\"mobile\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"static_styles\":{\"color\":{\"desktop\":\"rgba(31, 31, 39, 1)\",\"notebook\":\"rgba(31, 31, 39, 1)\",\"tablet\":\"rgba(31, 31, 39, 1)\",\"mobile\":\"rgba(31, 31, 39, 1)\"},\"font-size\":{\"desktop\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"17px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\"},\"letter-spacing\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\",\"border\":\"none\",\"background-color\":\"#ffffff\"},\"hover\":{}},\"deformation\":{\"padding\":[\"17px\",\"40px\",\"17px\",\"40px\"],\"font-family\":\"Montserrat\",\"background-color\":\"#ffffff\",\"border-radius\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"border-color\":\"rgba(255, 255, 255, 0)\",\"border-opacity\":\"1\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-style\":\"none\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\"},\"deformation-hover\":{\"background-color\":\"rgba(33, 118, 255, 1)\",\"color\":\"rgba(255, 255, 255, 1)\",\"border-radius\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"border-color\":\"rgba(255, 255, 255, 0)\",\"border-opacity\":\"1\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-style\":\"none\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power1.easeInOut\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"Newspaper-Button\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"hover\":true,\"unique_id\":5,\"left\":{\"desktop\":850,\"notebook\":450,\"tablet\":50,\"mobile\":50},\"top\":{\"desktop\":225,\"notebook\":350,\"tablet\":250,\"mobile\":230},\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480\",\"tablet\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360\",\"tablet\":\"360px\",\"mobile\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":180,\"height\":51,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1500,\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"auto\",\"easing\":\"Power3.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":6500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"static_start\":\"1\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"17px\",\"40px\",\"17px\",\"40px\"],\"tablet\":[\"17px\",\"40px\",\"17px\",\"40px\"],\"mobile\":[\"17px\",\"40px\",\"17px\",\"40px\"]},\"text-align\":{\"desktop\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"zIndex\":8,\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"{{link}}\"],\"link_open_in\":[\"_self\"],\"link_follow\":[\"follow\"],\"jump_to_slide\":[],\"scrollunder_offset\":[\"\"],\"action_easing\":[\"Linear.easeNone\"],\"action_speed\":[\"300\"],\"actioncallback\":[\"\"],\"layer_target\":[\"3\"],\"link_type\":[\"a\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}},{\"text\":\"{{excerpt}}\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"mobile\":50,\"notebook\":450,\"tablet\":50},\"top\":{\"desktop\":345,\"mobile\":80,\"notebook\":210,\"tablet\":90},\"hover\":false,\"alias\":\"SUBTITLE\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"108px\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"601px\",\"mobile\":\"auto\",\"notebook\":\"500px\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\",\"notebook\":\"480\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\",\"notebook\":\"360\",\"tablet\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"latest-articles-excerpt\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":false,\"visible-mobile\":false,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":601,\"height\":108,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"18px\",\"mobile\":\"14px\",\"notebook\":\"16px\",\"tablet\":\"14px\"},\"line-height\":{\"desktop\":\"30px\",\"mobile\":\"30px\",\"notebook\":\"30px\",\"tablet\":\"30px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"700\",\"notebook\":\"400\",\"tablet\":\"700\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\",\"mobile\":\"rgba(255, 255, 255, 1)\",\"notebook\":\"rgba(255, 255, 255, 1)\",\"tablet\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"unique_id\":7,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"inline\":{\"idle\":{\"text-transform\":\"uppercase\"}},\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1500,\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"auto\",\"easing\":\"Power3.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":6500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"static_start\":\"1\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"p_uid\":-1,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"zIndex\":9,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]', '[\"\"]');

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

--
-- Table structure for table `Airfr_revslider_static_slides`
--

CREATE TABLE `Airfr_revslider_static_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_revslider_static_slides`
--

INSERT INTO `Airfr_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(1, 1, '{\"staticoverflow\":\"visible\",\"image\":\"https:\\/\\/gillgraphics.co.uk\\/wp\\/airframes\\/wp-content\\/\"}', '[{\"text\":\"LATEST ARTICLES\",\"type\":\"text\",\"special_type\":\"static\",\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":10},\"top\":{\"desktop\":50},\"internal_class\":\"\",\"hover\":false,\"alias\":\"LATEST ARTICLES\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"latest-articles-label\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":117,\"height\":26,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"13px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#2176ff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":5,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]', '[\"\"]');

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

--
-- Table structure for table `Airfr_sbi_feeds`
--

CREATE TABLE `Airfr_sbi_feeds` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `feed_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `feed_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `settings` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `author` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `last_modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_sbi_feed_caches`
--

CREATE TABLE `Airfr_sbi_feed_caches` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `feed_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cache_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cache_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cron_update` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  `last_updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `Airfr_sbi_feed_caches`
--

INSERT INTO `Airfr_sbi_feed_caches` (`id`, `feed_id`, `cache_key`, `cache_value`, `cron_update`, `last_updated`) VALUES
(1, 'sbi_17841400567684306#4', 'posts', '/teUz2dUzfwVfqsHf+76zkdaYkp1eUR3R0Q1UGZLL3dQdTN5VVNtbHpsOFZEYWRXL0hsTk9HcURicUl0Z3JoN0c0S3RjQ1hERlh6Sk1YdTlSbGVOVERUYkRhUXV3REZ3VFBLNlFLQXdYRSs3WEFSUXl3NEgwN3F4am8xYWt6WGl5dE95WnlvVHFmcmk1bVZMMG5yeGVCRFozVEhMbC9nYTNSb2JLamo5YU5ZSm8vb05SK2Q1S3NXblJWRmNoTmM5K2MzR0l2d3hEWWJCQkRidE1ISEo3M2M5WFE3cER0NExwRzF2QXVQVXZ3b2Y0bFJzeURYYjhPRDdIVUNVR2hWViswaDBRckRMYmloKy9KMm03Vmpqc1FFbHpnN3hMM0xNZ3lVQ1EwMVNlMytPRWVVb1YvVDB1WG5lTUZMVGkxbHN6T2U4TVRVSEhCbTNyOE5ON2tvajdvNDB1bW5wODM4OTV0eHJlU2RkMzBUMDlQUWxiRy92YldNSk40eklsVUNIdTQzTEZVWUZ5dGQrSFN5ODIwL1F0M0VEbE1Sd3E5aGZMeTd3QmNKdDhDZ1hiQnFESGpCRkdqdmxxTEZ5OEgzeTZ5dDM2UnlLMkRZaXpBcTlDcVpocUdid1NOemtWMjlMdVRtNlB2OTJ4VFV4Y3hodll4R3QvRmJqcVZ4MG9ZOC81dE1sZnFyV1NQN2lvVE5XK2FyRlM1YzBtUmhqUkxMa3JLVWZWTENPV3JscENDTEJSaEU1K3d3SHdWSmFYNXZ4aVVlUjNycEo1VWQzNkJoVTYxNmdhRExuMFdRQkdmbGVZTktlL3FPcVZsMEpOays1dzg2ZzExMHdSTGtjSkxPZ1VKb28yNkFwNnhoMzFYc0J2d21nM1JzRE1nVnZlcm00VU44dlYzZzBSZVhzMEdlbUpJSVErUEEyVlplY1dFdFRkb21TTmJudTcvZmt2d0JwOUtCbWRuZ0I3WkloTzhtS1p3T1pRNVF1UWREUUZOWG5vaFUwMThOci94MmxCR1k3VWg0RDZEUzllQmJGbkVmWmY2WktUaWpuM1B6Y0xDRVdXSTNMWkd1L2hZa0xwdDFJZDdoeGlqQ2Z4SlYzV2Y2Yis0UlNkZGFTY0ZSK0VQRVZaeDBkL0dnRDhNY1Eva0hzSEkyU2tHWDdCK2xMTTZqRWdxTERXekdnQmo1Z1psbWhIR3czdWVKVFp6Z1E0eFpjNnRCZUM5ZDNMbko4ZWlrMHNMQVA1SXovSlcrV2NubjB0bHo3R3p0WkdaRTNYSXlsc3pVaG13Q3Q0UGcra3h1NW1WQkI3U0NLa2U2NmVxMVp4MEwraUdkOVF3bG1xek9yK2tPbmNJd0wxQytZU1d5R1h2L2lJaTdkZk9GZkNvWVcvY25vY21SVVlJSXkwVXFJSnAvZkNBL3BtYkRrUWVlS0hoVGNicTgxTlcxSmJhTTNkWEJCNTBpRFAwQ0RkRnN4enJRNlpRNHV3MXl6ZTlCUGlsYkN0NnoweTRWZS8ycnp4cGVBdWloU0kvam1DYjlZSXh4TmJXdXpHSXZ5c0kveGVvMnk2Qk4zNTFWcnlUZkxCa0JaUm9hUVlmME93bnJNUHF6OE00QmIzdE42ZGFRQnR5RnZrUDFnUzNHdDBXNWM5eXpaRG16R01HakwrMzczWUJzcFhXNG81Y2NacUkyRDhTN0RaNGovdE5XS1pqY1NBVUFzZ1Q5REFqZUJoTmhtZ2RBWitYczd0eS9oeHhGRHIvQWJoLzc2dW1qb0JLTkJJSmcwZ1NNcUsyL1F4dmtFc2VndnZjYTA0eUV1eVI3SkFwYkVJVzd2R1g5VjhHZUFNUzBvd0tpTWJ3a3VYd29SNXV2NDZhQnBkbHh6Ry9hei9hLy9KZHZvY1dsRGxhK21KZlpCUTJJUWFaRlVhZkMxMW9jWFBGNTZ4ZTZvZFRGMmppVmU1WDMraXFDRjVHWFFZOXFmVzVzRDRpTFdaYmVpdEg4K0lqOXdpV2VDZ0FyWjJHbnZVRm5rQVZkUVNhQzI4R3FKTFZYa2szZ09iYTAwZC9OSzRzcmhJaXk1ZTlQVkNBRExsbjR6c0ZBL1VMTnJCbStadVF5TlloVkN4YVpWL2NDSnhmb2cwWVdRVnl1SXU1dHVod1ppajVGMm43TExseituUXRvOXlERFpQUDJ3ZlFIYW5vd21ZTHJMNnU4OVVjTXBuQ0JML1VTSkJ6NGQvWjM3cGw0VWxIVW0xd1ZHWkFQYkt0WEgvZGZhVUtqSGc0SExOcWJrYUZadjBBU1ovQjZoNHE5NEJUMzhacGJRMGdDb2tVR0ZJZEkybkczMzJFQmpPQkxKdWtuaGRwZnVaSDJydnA1dEtiMjFDS0JGVE1lZklIY3VWeEFudzBiWnJPcDQ1TXAwNzBPR0w5UHhsS3V4TUkweUpVckNibkJkZno2QnJoM1I3WGdVRVI3TDdGQityRjdSN3MvVXRkcW0wWVdOV0dtVWx3bHRWa2RnOFViRTJUTXQxd0h4VURvbWhYWlJvYkJUMEwrRFVuMFVER0lUQVFFc0l4b3QwVGlhblhtNHJJK1lsTGRSTHcyMXNQUzA3L0dmeWhYVzN4MytVbzZiekFsbUhYa0ZlNllqbjh1UjRaWVI1djNldlk3Mk5zVnpSTFVnc21FNTh5V3k4eVBvbkltYnRyQXlKNUE3bWxIcldtR0kvQkRxK3kwRW9melFlSVdQK0lPK2ozS3pRd1p2RHUwOEpMZDY5V0J0azE3QUgxbTNwdStwdHBtK2VpL0RVWDQxY3RnZ2ErRGtEMm5FV0JoWXl0bm1OSFQ0WGlObXk3TGxDWGlZOUNZV04vU2sxNnFRYzBNZVJrYzExTnRJREN6QXY0MXY1S2NRNCs2QmZBbkVOaEg2enVrQUQ3V044NlE1TnE3cHJkRGJZOWN5Tk1BdGtVcnMvZ2ZSTHNOaXAycW1Vb1RjYlF0ZWc2U2hGNnFxVzFRZGs1YXBRbTVRa3BRZ1N5cVNONzVIVlFQd2xkV3ZBNXJmUDdYQU9ra1dDMENFNEQ5dnp4bWZTTDQvRm0vd3E5M0ZvWkU1TmxIeEJCWWRSQzJWSzZVM21meVpKbTRWYlM3WGpXY3R4KzlWSDNxUmw3dTJIV1dZVzZXTVU5WjNVVnhLVnRJMzJCUHNoSU91cWp0UThNa3VBUEc3Q01FaU9IdHBNMURVditXa0JJYlI2c09YTjBGUmhFOFRmTkJEejltM05aMHZWZGdBVUlJMEp6bTUvWUhSd1cvbE5KNVdOUVMvbHFZQmRWZUVEc2I4bCtjeHdiY0lmaEhKOHNzdTV2Zm9TbHlZZGpPejFqamJsUjd1SVI5R0I4ZmpqdGJVRmp6ODdBRmkyYSsrNXkrSDZxQW9WbVFHeTIwK3dxbzBDWHRSRm8zcnlmelY2ai9Na3lZa3J0bjhGYUVSR0c2S0VjdjZsdDVNMzc4L2lUUlRVOVIwd21pcXNnNVR4dVBSMGlNZDFWWVdybjVrUkp2WDBvcFJDZUVVNS9NWWkrRzYxWW1hUkdrZXdwaTV0UGFNYXZBa2NOUWo4TnBQZ1BXOHorUXV5Qmd3Rld1dVZ0TG93dy9TK3p6MXZGaDVzcmU4MWl2Z1Vjc3ZDRnBMQzVHWVlHdmEvZzBEbk9makpwUVRwT2EwcW1EeW5seE1wbkdzcDRjc0VxQjFod25pb1AycEFWT0R0VndUY0N0a1VLYXlxQ090MThhVWVIRVczYndzY0FhclNRZGVKS3Y4a3M0WUNvSlUrTDY1aGxIeVoxNjFOKzgyUTQ4QndkZ1NjTkdmQUx3MG1ycWNncXV2eitzUTl4ak9XS2ZNemlaQkZjWVM2WFlhaVZDY3EvcjB4T09QTEhqbUd1YkcycE1lV0VGOWljMUN4cStpOFpEQ0pMeTc4OXJ5cnZ4QVJJTWNYYjRZbllqeGtSUmZJMmozTGRnTVRjaTZoWGdhOUpWWWdrZ2RYWWJ4YnN5aHlFTHZZNjl4Q2hrSVUycXMvRExiZ3ErS0dQNlJwYW04WWpWNXlwcWlsWHhUSTdNYjRqaUdBRUlWcDNUd2o3VmUwZzMwaWNXaGpnanJsMDBTWlBDOVZQN0RDRGpwOWdjdVZraDQ1emFvODYwVklOQWMrWXhDbUxlTnRJd2p6eW5lQXZxREVQd2h4cHVnKy9DNXZVWGtQWnF5a1N2TGdJdDhUUjI3QlNiSVphNXhUZUFUMk9zVkRKTjR3UTNBTnNlbmhpelJiQklaVTJFYWhUMjViTkZHSmRnbE11cjVFZDNSdXVHeUcxTXhpWjdoM0FvYnJYTFU3VzZrcFV3L2VJTDJLVm9uaDI5NUF0OWlUQ1RxaWt1cng4Q2liVWluNjFYSzczM0hwU1VsMCtKNVp5eU0rNldRVkdiVkR6dFp6ZllCM1BacmNXamZTWHBoaWtZMjNYSHMyVjFPRjJIZDVLKy9hNVRwVWRaSXBRR1NDbXZQUFgzbWh3b0haRjF3VW1Fd1NoVUZzOHNxTTZoTlFFTEd2cGtTd0MwcWJiU3BGaXVoUkExQW1hQVpHMnpFZm1id3c1VHFYMDBpeXFad2pTTTRCbndzdFl6UlFXaW11T3Z2elpOWmVLeURqU056OU43NHpLNkxYTjMrRTRTZXVYRVZBS1Z2WkFkQTRTUXd5RGVxQlFYUi9YWC9aVDJId0VXL01PU2hQeVF5QmVvVEhLTWFVbUt5UzFWUEQxN0x6MElYSUVQWjdTK1FaaXRkVmVzcHMybWZzU3dFNXlTUDlDZlpWVjBXMUV5SW44Sm1mandWaW1VUklacEJ6V2oxclRKVDhiV2R1Y1dQTjhkVHBOb0lxTmY1L2V2RzhHQnBqZm5qTTZoODhXUDFLRk14T2J0Vit1MzRaTklXZTNiT0d1eXptdzZEeDkrcSs0dFY5bHcrU3J6MGtqcFV0a2lHWmtNYjdBWEFtK2RSOU1ZVkV0dngvZW1ONUd1T09ETGFvZ2tOVng3bVhrL0hFRFozSFBIQmx6dWlpalhZR3BOU01Kak8rUTExNEljcCtnclFqRnlzM0N6YktNS0FrR0FvL2xpU2l6MzkwdVF0U21STnZ3V0xqMVZEbGtrUkFxQkRHN0wxalRJdytBVGdWSGNqRzNxd0N5aDJLN3hyTGJFR1UvWXF0T3NpSjQzWTJPK1ZJU2I0VXJXMFdHbXIycnZ6T0d5RFY3anZpd3BhdmFGREttZTVBZ05ZU2x0UEtlZy9oL1ZwYy9XRVQxdVJsY0hrYURqT0hxS3I3emorVWQvb3dSNm9rU09FRXhYNjFGYTlQckE0RDM2ZzBTdlJ3VTA1d242ZnFMbldna2FmeVBuRWhtTThtTHZ1YnJzb2JvdHJYOU9LVTF5YkMzUEF4SjZFbWMwTlUyalhyVWI1cmtCNFZCYStQNzBlWG1GZ0kyWDVLWVFNQUNLMTRycUlwWkJkVFZDaGNkakZaZzRjZG8xcWpWNkVnRUpONU5oc1AwNitsR0RVeno4YmIxMVpoVDhKRVo4dDZHcjkwVGlJYnFsRVdURk5GZU9Ub1hwRThPclE5RFJVN2hhSFVML3JWazhZd0pMTG9VbTd1OFE0a1I1alA4bGI1aFEyZHBlbzlsdVR2Q2Z3Tk1OeEU1NnVURkpIRk90SUNXT2dIYXhBUkxpeUZKak0vVUpRM1hHeHFqVC9FekxtdDJ0TDZCQ3QxQmpMS0NPTzZEUXR2eVdVVjUremo5dlNXaVNZRXVDeERZT2tEZ0FQUmcvekRlN0t3RWY3aXY4QTBXaWRnQjdEem4vZGNFNHlZSDdjcWYzNElUK2dad0RYWjV3d1dhaHVGdlFDZ1dKVzdMWGtEYmJWNmFMbUF0Zjd6aFpPN0s2aVhtY0ZKeUJ4a2JnTXRIZ2JlZEFmUS9zajgrc2lMbVVsV0puN04zakhOdG82aWV1UTZMY3U3M3UzRnZJeGl4bEhiSmpjeTd5NU44bnRWQjhlVXNiZ3lhY3Y0ZWxPUnJkSng1Q3NPaHpPTVZPTnpuTjJFeTNNa001a29qeUlmZk1PbXhadmtTd2U3WVYyYzIvajEwN3B0akh4YkpoeUdRbFF0YmY4T1FYVndFUVp1aUZSa2ptWUQzeUliQmVhdHhXUnM0V1ZVMW9wd2x1aTFoYXJxS0VWWkVIZStkOCtJTytmd2ZwK21ZeEVlVzRlcDIyaG9Ob2Y1Q0VBSGRvZjRPZXJQd2JuV0RGUk1jSVNRRDJHTS94b1NzTER1MXBPVmZjNXMvbmxMcXh1OTFVRzllc0hHeVVqZmlINHVrckVNS3FtUUFyMFFpZlJrZTVsc1VOUkFIanR4VmhWOGlZTUdNVi82NU5oUjBNTmQ0c3U1d0d0WnVBQ1RNTENDK1owdnIyRzhFRXhGNUw2blQ2RG9mQW1VUW0xeXJUQU5rVnVnNUdyRU5zZWNwQXVRQWMzTnlja3JEMW1ZWmRBUGxCQmpqQzFRaUxLMXFUSU1aMnkxRnRiVitvWTVtbGQrTU1PTHFZMklPcG1XU0liNEVHR1pCN08vYWIxN29rRGxVSGs3S2dZK1ZUMkxpYXZ1aHVzK3pTTnhQcm1tRFh2dXJzbkF3SnhlNzk3UUg2am9iQWVxZVRhZnlqcHFyWHhFeTVvaUYxQ2dQejJOMi8zc1BqOEVDL2Z4bW9tTXRQek5VMVpCcXNDeEVVZnVvZ1p5d1pGdUJWSWJiK1duQldEUkpYcWpSemlaZnlBRDRJZUFtOXlHL0JPT0dnVktoWmVEa3JqWlorR09QMFR4ZS92OGo3MEVXUVpxcWxIZ3ZqVFlVak0zYXNNL3FsaVpvUTNKOHVzTXlubGRGNU11a214NWhldC8ra1I3dkR5SUlQQWw4dlNPMklCNzlTRzZ4V1kyUmR5TldkWUxJbVBNcjVkK2VOWTlrZ1ZuRU5QYkVvRFJqQkZiK3c0dGNXcXZ2T0l4RGl2NzM0Vm9aUUdNT0RCVkNVYlpiZnFzT2FsbFJPVm96Zk4rQURrQ2tpeXpZeWJ4WVhXR3dza1M5akd6eXlDWk5HTTYvYnAyejQwM2dOVGtEWkx5K3lhWmd1d0pXbEdtQXNaRW5ta2pnRTNCN2hxbUNNbXJmYlNhaTVKODZ6bStDRDZzWnBBTnFDZ21OU1I3dGROVUdwSHFYSnk4WENpNmlKeUsyTmJhZitmTUZCcG5ESEZZVnJ1N056SmgrajdseE4xZEIyY05uOG11R0pKcDVBL0JTVTlEN0prT1hSUjRWUWdoaTlMUWZ4eU9hbFRrU29ibzRSUUNBeGc1c0o1RjUwRFZFdlJTMGYrN3MrbnJSTkdNYlB1VFhPSkx6OWY1aHo4L3hja3pvZnBKaTBtRmtYV1NFaWRkMEFUS1BBZ2xmZ2JOR2ZaZ3ZvWU5pMG02LzRtcHdrZU9kTzFJbURyaVlQUGtYRnRZc1Y1MHdMOXBVVlVTV1JadU9ObXZwbk4ycHY2c3J6ZWllN1Fsa1U2TWw0UkFFK0QzRWU4ZzlaajZNb0ovVjhtRWpWR2tuS2RZck1vclAzaVR0cEw2ZFQvYytuQzh0cGxTWWFmenkwSTEzWWtBdVFaWjFuUy9LTzJ1Tk1Xbll5Zyt5d2RSWUJYdit4NUplcWVQSUJ4QnBpVzJ3ZmJ2VG5UWmtPazRnU3dDUHQvMTNja1MwNmxCN1FTNHF5QjduRmtYYXB3QVFpbHpQQ0JhR2dNZHl2eVI3aFVoNU9DWE90citzeTJzMVNjbXhVQlJXNDNHUzNGSXpnZGJOUmNRdGt6bFBXMXQ2MWl2eFIxK1lnM2g1alBTaWZTUUlYMVhqTGZVT04ybmhzaWFHL1pMTkdpd1pOSEsrMXJNblg1cm5xSDd2TU81aXZxeXNDaG5kL25WRHV2aHh3emloTFY5OU10MDA1RGpRclpoWVJOdWtRbktrWUU4M0NHYzhzOVRKMkhEc0x4SEJrQXFnUlNDSmV5MGUySng3Z3dVNmg4eTR3dFFvK2dYNGRUOGNpOGtPSVAwVzNOMGlQNllRaStid0hVT29ybldBdlBJVDN6NFhycWE4dUJnTk9qSTBtQ1EvWnUxRlRSSnRlRkdxZjd3disrMVVETjduejhCNHJFN0QrZjBrZUlmY3MyS3NoVmc4RkpVRVhZallSQnAxb0JXME5FaTluUXl3a2NWUXNuc0xOTFA5NkJlSll0em1nZmp5U0tpbW5kLzlaQmlHZC9TSmVWM2JpaWsvekpRY1UvRStHcDBMTTlBTGpkM05xellGWGh5dUZScDVOZU14dHF4dG0zRUVIL0prNjJRYU5KVkhyZFVwaEJ3eFhKZmhveGQvdVpIeW8yWWNVMkN4QVZKSk1yZndGZjdyMG9jSVl0eXNSV2ZFeWpGMld2VXRyUzA1RHVnaSt1Z1pVU2M2YS9vUHg0WUhrb1VaOUhQZk1waDFzcDEzblNYTHE0OG9GTEcvamxNaFRESldGQ2o4UDUvcUtWeG1GM1BMTm9xa29XR1hNVHNYY0Z3Qzdoc1FuUnZ3aXgzUGJTcFFVS2w5YzhLYWZJR25ac0lPTmVpZ1k1N3U3S2xsRDI4L0Q1ZUtja3MxYVhHNjh3bmJsMjhXVmxNaXdwNm82N2FVUzdZbDFuZ1k4RDFKUlRUejROS01WSFRoK25hTzNHZElEcmhnL1FEVExabm9MMm5iZmxTSW1IYXJnSXdRQmJvM0NRVkl6ZzVrU1M5dDFMcU0wc04xcHMzeVM1d2hEVGZWV0NRaG9JR1JUUExkMTdDSGtwNUdpbGh0dmkvRFhYbXA5NkRYNlEza3RoOE5rWUpTOEF6dXY1ZG5tTEs2Skh5L254ZmM1TkkwSUFqUHI4cTNNWnZxTUdDMUJVTEVoWS9GSHkvVHowb3VWV3pXcXBLQVY3RVhHQ0ZHQ3hYRWZ5QlFHWE4wUHA1UERGOW9GRUYyR2xHeDV5NGxBN2NadmNNNnlOdTVtSHV5eFZjOGNvckRMRFJmRG5IYU02MkljRzh3UHB0c2VWM1B0ZUtWZVkvMVk3SklSWHNNVUFtcXQ5TzkvTXBqOG03R1ZpbTdQa2RRRHRTbnpObnlpNTZha2lzZkJqalQrZk5pa0VwWlRKSFhKNElCZ1RmQkp4RW5iQ3B2aDVQZkJSK2F5aDdFdHRTenk1YkpUNmt1VTVKd0VVNEdpQmxaT1dPOG9mWE9XN2s1Ukdtb0pTMktGY0Q2R2ZkRHRHYlFMQkhKdzU1d243bTUyeHNwZkoxczQ1ZVlqV2FIaG1YRU1qTDVQaTc2ZzhkbDdjU2N2T082UEpWV3h6QzRSbzM1dUJjQ3lxaVZVT3B2YndMbm5ZZVVtSTZxeXZuWkMzSXNWUGwxVFFFRkpPRUc4anlIelV4V09pM1dMT2FDZmpOUG0vZjRDNlRwdElQYVFXdHNuKzNUTUppQU4zOUFNdEh6a1BEZWxVbGpsbDI2TWZKRlVjR0NyelBKTEpLOUR3aVJ4blo5U0Y1NE5jTXhIREVZWGk1dC9NbHhNVXFSWW94aXVlRlYwLzlBWlZLWSs3VW9Pd1dMdWRUZVJYMmZQYnlJNXFBMFpSMmJyTXUrUnNjU0lZN3lCbnZ4M3FJeGo2Q0NYNy8ra0FCRk13akUwLzVQRlFraXZIMGNPbWV3djcxOFRZMUpRUlFYZzNCRWxpZWlmS28rWUcrS2xGZGo5cHh1NHNaQlJnaGJqeDVlYlMrcW1LaDFXdFlGRzB6N1pyOXE1aEFKY2Q4UXFMWktZYmdZYnd5OVllRU8ybkhrVGxEQ3o2NTNhaHRaK1dGRWVFdmpRZ2pWT3ZvK1BmM3ZtTiswcVRza1FtSnZtSjNONE9IS0dhSm5FOFlPc09VU09IeVpnalF4WlJ2TkpRcXZidTNzWmhMR2ZQSmJRUFlDdzN4b0RUWEIvVUJnazViQjE3TEZZazBPSEFFaVU4ZEQ1UjVhZTc0YUdYem9tbkhVcnJiSW1jRDRaNXRrREEwWllrcVZVS0h2bVI1QjB3aVhweEN1MXR0MmszWGN3WGRoMW5KMlJDdTdrWC9TMkxnOHc4VldlREFHUURXM1J2MVlIdUVHQThDdmhoSkxMdWlaNGdpNmRod1IzWjNya1BOay9Ec3ZyZk1rTHpjb25nWjhZYm5kTHN0RDk5K2d2SWpOZytzY2ozT0ZoZkZPS3llVmJyZTYzOHppSlpQL0kxdldTS0JWMk54UHNQMjZzb3NFRzZBd2dLbWQ4Sko4Rm54T0xuc1kvMnU0Nmg=', 'yes', '2024-03-14 13:05:55'),
(2, 'sbi_17841400567684306#4', 'posts_backup', 'EXQkhE1Ts6U3vHP2f4APAFlRVzFkb29YRmJDMUorc0I2QVFwWTBXL3VrQk9qaWdpOFF4VFZ4Z2xXOHM1RUtrMU5RYjVGSHFzS2VQOFBqTW1FV29wK1RCVUdRbklTK2tRRHRkRzlUeHk4NTdDZHI0SjFaajJ3N3dYRWI4Z1RqYmMwQyswME9NYnpUaW80VHpQTnVzMkFvWk5wVlMxNWczQTdXSHlFSWtiU1RUcUIwd0dpc1NFQjQ2akY5bkFwaldwRytZMUFaYm4rU1pEVjQ1dyttdHVoSnQrRlU1Q0xBTWRHcTMxQ1pZRHJOTENZMzllSDUySnI2SW9IZCtMVGs5dHR6U3lST1dkUUtDZ3llbFJ3bUxINlRHOC8zbFpsaGp4WWdoMHR4ekNRY0VSL2F3bEZPdGR3MUR6OE9lQk1lUy9MR0VBQ0ZPbG4yMjZSTXdYUXdZaDM3ZnE4SEZybTlFNzlWQjRNeG41Tzh1WUJ2SWdhZklqNlBiR3FUSWxiZklrSkhZYUdRYVJMMk5PL0xYNTg4WWNGUXJjVHhkSVJtTU9ZczVQZGpsZVhKV0NzYlBUNWpTQkhDWUdsTlk0N2xSMUJIR09jQVpzcnAvclIvUmoveWlrWk5hYWlSNzI0R05TYnp1MXh2MmM5anVKRzVJZk5mUTVTbS9LWHE4ZUFnOVZDOGZhbWJVcE9aenJuWFBJdGJSNVc4emIzTE9JK0dKVDhrWDB5S3VYN2t2ZFlYdm52Y0xGeHRCMFRSUUZWUnBBS3k4ZHRxRitITXNoVnBhZU16QXo4cHhqTkJYb1V4OTRGbUVOZDg5ZmlYNUFkUXBVaE1Yd0trc0lnRnVyZzFkeCtVZXlaa1JXWGh0ZGhxYXozUEM1UUgwcEcrblNyeGErV09Dd1pXMlBaOVNOS09zUm95V2l5eENkVzVSNUIzdDlQVXM1SGNITHZJQlhWcGpUZFZ6emx3SXhNZ0huT01TbytpanVkTkxGWG5QbmVaTU1OMlFMS3c4bldQSXgzbHBwdk43QVl4ckxzc3lJQktRME5LR3ZrVGdteHFaWTBqWGd0ZCtLbVVOMW8zN09GaE9jKzhSVjQ0dGRrMEErVWV0Y3FaMEcvMzlRWHo2ZXMxTCs1dmtJaWlveE9Sd3poUm1uRUhzTm1MT29uenlDYjBQR25sUWtMNjNjcFlMaTBkd1pmTUU0YmROU2l5THpSdjA3UlNocFdWNTVzOEd6U3NyQ0RxcFFXT1F5VEhpMVk4Z2w0OURnRW9iRFdpQzZUT3kxVHU0bjkrT0V2eldYbUNYSXEyQUd4eERQL1QrTUpsL1YyQjJWbkVObktuWEhVMlZ6OHM5NnlreXJJNk92alhUWnBNdEpsbHh4bm1HTUY3UCtQa3FyUHlLQXU4NE1YK1J3aTE5T1I4eXBid1lGV1Nqa2hZdU1XWGhvbmErUmdNYUdRcldKaWRRalN1ZnFrMEZpZUloanZVWlZtdGlEcW15Uy9mbEt3SlFucTEvVkdIV3pEOWhiajY5bUE1dnVoejJsaDU4Q2xEZ3d1Q1RUUGRyNW56dFNJRTZOY2x3eXl5OXByNFJhRi9CbXhTTk9PSklObUo4MittR1pYbGdoME1xSjZYU0N1T2VNU0Q0QThqUDhxS1ZkbGw2aGVaK1JNRXBNbXNMQlZjYXRUa0pURGYzUVVzTHBXNFkzZHovYm81ZjdBOXFLRzBuMkFCRjRnYWZEck1OS1pkaDFtbkRIYllCWXJDS2RxWGs3YWxaSzVDRnplZ2VwTEljNzczN3dXQmk5ZjFZZzd0SmVIRjdDRW5teXBsQVFMc1hubG1wZVQ0V1RaREFrVHQvMldUTnhCdmlOMFlqbWxBckpwSUpqbDh1Q2ZKNVpHOXZsZk1rU1c2cC9KcTVtM1Q3bmxSSDVDNEt1c1lCNklWdDk2VE5BS0VJL281L2lvWlRBNFRkeVRwdUJ3Um5sY0d0UEFIQlVSRmxQWTBMNUQ0MllGR1Nlem5yZzJDRjlUTVdpTFRZYlEzZzkyWG1uQnNnU21UZU9lVWt2aGVrL3MrQnpYYmdtUW9CSW5TVjZqa1ZHTE83SC84anBHdk1CZFdLdlhoNCtYMmNWRy90bCsxdjhjaWNjNWFndHlnT2RSQUpjT3NHTW13Wk9Rb0NWU1BGcDFGa1B6WURFc3pta3ZRazdWWWZubE1SWHRVZGtuVW9oUG1JdkJHeHp4amFaeG5WK1J0VEQwV3g5bFBUYTFIT2wzOFN6ZWVrYjhSSmQ1Y0VFM2Zad3dyVmlSdnBYL1k0VmRPb3ZiRk5JSzVtamgyeXZyaGJBS0FGbUh0dU9RMVgrbTJWaUlJYnVmOWZ2MlA4WXZNZ01sNm9VTFhXUVRiY2hNYXo5OE9MMG9HZU02QUpxR053ZEJ6eTBVQnJlUlJnL0dIUVFtcE84SHVYVGRoWXhneXppRnpnUEI2OWNnSE1tV1kxd0x6NFZBOTNLUWQ1V0FqelNrbHZHUlBhMHE0NzlCK3FaQktSZ2VydWhXaWVuNVRmTFovbEJaOGtaWVBwK0lBMGZMcXdpZVExZU9GRThXb3lrdGlzeVFoVklVWkNSV29BNWxsUnB4c1poWmYyWEhWclhyeGNUbEt0WE9lQ013eDRGZlRqYWdVelJLVjJoVkJEQmZTRWk0L21pTHpLa2tEdVNOa2VEU0U4c1JVTTJWOG1hWm1NUVdOQXZpb094V1BjWmVxaWpyVVdIRmlCaU1QdWZ3ZVRWd1BzZUhOR2E3TENndnBjbkdSLzhHWERVTCtKWm5rVDFueUVUVWJQRHIzeEtLeEJJMDFXWFhQeUdBLzQ4dVhBM2M5am1LWU5NN2lXeWZNOGVuQ0E1MXBya0ZOeEhLZUkyRGZ6R2RTUzljSVNxVEVwdloxaHFTM01WOTlNYkxrQUVvdmVON3RyQ29tS00ySTVxVFMyNWVaWGxjck5DVjkxZzV4NFhGQTBBOXNEZHIxdkRYdTJkUXZia0gwMFQxVnNxYjJ4UVFJWTFqbTl4NFIxQ3BtaXRIY2FUekdvYXhnSWNNTUF3QldXYVg1cWJLK3RjZ0o0SjlLV1A5QWh4QXhpUkMySk1XYmVMdFNMcnVmaGxlSE1xWm1rcElYTm1LOUFDVDZDUG9ndjNWdUZqNzFjemJJSlZCVTdybFVneFA3VGcxS08vcThjQndPUEliVVlzdHZ6Q0JZSFZSVjdJTUxNaUVHWW5MbnEvT0tXZnRPZFlXL3ovWVpIaVFsWHBvZ3d3clNCV21xajBwTDJGbGU0V2FFTlZRc3JSUkFCSXlWaWhTWk0vZWFCMVJmdmluWGppdzVHN2VFa3BZRWttRFRDeGlVMVZFMjMya2V5V1NVS2pWckl5b0FBNVFrNUpueW1sNXQrUnd6djUzSFhrUkppdnFqVTlWK20zNHVmeUNydUxWMHBWZUlja2svaldibGRmU2xCcEJSS1Eybm5wWDJHYWpkUHZjUUZWdUNRdEhlYmZpczd2RGZRL2ZpeHZmdzltcng5M29pak55aXd3TGtUajFsVU1yU3ViZEwvQytVMEc1WllWWUtaeU9iM3ZLbjhPUGxnZGNmMjlzc3JMRmVmOFNQZzdkT2h4bFJXQ3I3YjRNWDBVdWNzci9JeWhUckludFhuUGVlYXRlY1lyRXlxMkN2RUdqcnNsem5RTlhHdmF2Y1FZRjFmcEt2bFlqUEdJdWo4QlRBQWozZTJkRVo2a0lXUE9TT0FFUk93N1AvNy8rVXprdHhvc25XMHFKaEV2a0NlOFNTU0d3c2xnZXFhWVFmdEg0UHFCMEdYK0Zva1ZhWnlmY0kzbkNJUEdMcXRJRGlxaTVZQzMxUUVZaklGSkx6NkpGV2o4NnpPMHNCYXNoU0VzYm5GYzNBaFAza2EvbzVHZlVLbzJRckJWSTY2a0QyYXNSSFBDa1k1M3BhNXJsUnJRZENmUlBvcmFuMlZYVVR0eFZldjkxRFFGbnVucnBCZFArRXpzNDYzR1RuR0xTK1pXdmJZa21nNUxXZ3JxRFJQMUhXQTdNdGZTTTRWWENlQk5Zb1E0Z3VMQTFkZ1lrc0Z0aUQxUVdxRkIvT1JpcG94em93Rit3K2ZVVWNUeGpOVDNEbVVZZFZBSGQ0U24zOGh0VHhLMXlUcUQ2bGVGUERaWTZlZVQ1SWViNDJHN01uUEdrdlJvNjVVUllrMEVwQ3hmZ2xvazRkRnFCVm56UzR6SjlkYy8wYUY1anhIK2NZNWFHdU9hYXZFaWgvM0FQdzhtVTEwZlg2ZjBTUE92Q2MvdTRqdUorbGZFNEFqTHViZjY4VHBkdkUyUjhzNkxIeEJqZmVqS2JPclNFdXl3RXpyZE5HdjQ1RklhSmxleldtaGtKeDdhR2VMeDRiMDU0aXM1VVlFSldISXhncGIxTHo4bFh5YmlBY0lQRFZnNGp3YTBYRndBeTFSNHkxemV5bnJPT25FT1VaVWJOcVBocjNNaU5LT3ZWWExMMW9pSzNGeWM2d01FVmpaY1Y0a0lhWitOeVRlRStYR2hwM0dOcmRiVGswako2alJIZ1pVRm1VNExoWURlQWhpT2NBTVdON0FGMld3MHdrVDlnZmFQZlYxOGJZaVdtOU5GbUtIVFFub2poYU5KM3hHdS9WenRLSVJvM0RWVlRsaHg2UEFrL24zb21hQ1BwMStGNGZKNUlSUFFlUXdINWRZRi9aeURQRFRPNXJxOGhxbW96OFMyK3ljcjR1cGhMdXE0Zk4zUVFpQ2ZzbTd2MzJHdHNiZUtmd252OXQ0ZnRyM0l6eVc3UGlMRTVGMDRTUjd0VEVCYXgzdW9BTUIrSzZLbE1QdDR3L1RMbFVXOGc5ODh5ZnpKcm5tMFA4OHRGWTF1OTJzTFRjcXZPOVgxM2pid0cycHNvVW9lVDVRem9ZU1ZHb3ZZVUswblFvWHJxT2lFYWY1amVlVk5sWkE2ZHgyTkdWUkRIUld0b1Yzenp0cDl2blJlWURpU2U5dWE1akdTVUFtdjBYU1UzM1c1RjRZRWQyWjQvTXZPbGxmOHNCV21tUWEzNjU5UFZZWThKaTNpT0dKSnpNNkNUWTJlREM0VnI0L3dVOTNLNzBTeEpPd09PVEMvVmQ3d3RtNzJldUhqVUZhV3dlMGcxeVowTW8wUm1NRTBnV0NKbU9iRExnWjZNMWpQdXpYbDdBT0N5N2ZHUGhwclRtWDd4VWtMNWp4dDR6aTREZEp5NjlOMWJMdUNaMzdYTXBPRnM1azdpekFIL0tTNkxDcHQ5N2FkbDZpc1ZDRmluaWw4N0JYMDd0VUhJOU1tVW9BR3padmJ3b2tLYUM5Ykh1M2xiMllUYW1XdFo4MEdrN1dHRXlha2FHek80M1YyRlhudEVpS2laWGRUK0ErMks2RWgxK2w1eEJIejVPMzlIcXdydDNkSVlBVjZZRXU5eDdid3NnNGIyOEk5SGM4U1drRGFoRmZQbWl6OFVsNlR5em1OcGxGT2hNN0JHMnRLNG4rQ1E3SFNVTGNsUEovSkJUcGNRS3o3T1BBR2hnbmxBZnoxWVB5VWtwTUNEWVpSdFJ5dnJsNXFOUUNWVzRUUWZvdjBWMzZGRXp1VlVnVERJM0lobWdjbkt1MitYbXN6cy9lS24yVmNBZVFXa2FqZ3B6bXJudWt2aEFIcVlWNXV0WElFcEdkZmJQMGpodHlPcGVqTHh5dUcwZk9leWhrQmwrbXdReFZmWG9jalVPMzVJQlhXcFBpMUFYakNLWVpJKzlNY2NpbVBpVWRkRlVpWXJVUHlLb1hmbVBrRkIxWld0UW1wQ3UydjFRRHowV1dZZWxKT2ZyOHJyYVR0aExZVHlCb3FPWDc4cysrVitGRld5WHptbExsYjgwR1I1bTAxMzk4VjlJWmpwa09yL3Q3bUV5VjZDenFiL1pJcnQxb3paVjNjeEFOSjR1MXRUVnRjVmFQSW1CWmlqN3VIRVJrU3dYNUlaOEd4N2lGeEc1bjF6WWZER25NSVBrV09Yc3FST01WcUc5bE9vT1prWTVtcmFlSHJ2bmw2Slh6TkFQMjZ1d092UUNqWXV3VkR2QWNTSXdDN3hjQWxYL3JodGFVZmlhdWVzaWpVVDhoVDJGeTJZT3ZVdjJ1dXh3SnNKSlNVZUdpRmJXUHdNUHY0WWVHWDY5cHpjUDN5WkM5RllVaWo5SDY0TzJKUUVRYUJQSVpzd2tMVjZtZnRtbHM3WHpWOFBhenJjbVNiOEQ5MU42YU40eGRMOEMrUVBKTVVPZkR4THBZWk4rUW4zMjY1SU50Rjk2ZnRERmdRM0xZM3BZZmtDbjhRWXJiZS92NE03VFhjdEF0ckZpQnpSYVVIRU1CRlZSVGNsaEVlaU0vTXo1WDVubWlDaW5SVjJNZDZHVE12RTFhQU9tRXlIZWdnVDA4eTYxUHFjVGhNT3hnWHlIOU01R2xocThIeTdDaWptNzdqNHRaNDJvK1lCcGs4Nis5YU5vdWpZRWx4QzN3aHFDMnlxdkwwMUI2ZXRCVGdJM3YydWtodTZTZEVDQlEwZTFtQmtrek9URVVCRmpxYlNQQ2tJVzNmSmxDZ0Y0dWhNWTRoVVBIa2ttOC9ITG5DaG1xc0dEZDVsbVhlN0dYemJNcXdZajZxZ3BVeXpHUyt2VmdyNUFJUDcySHFGYkpaZmpvSnRvQ2VtREt2WVVYbXJEZmRnbnlwNVZQc0pQSnlIQzhPakxvV3ZWSHRScXpiakFCU2ZUNjkxb3dLZEpOQ3I0amtvbUtYOTgwaVEvTjZKK1UwTTRvdkdlQmZuY1BHVVhvc1dZa0N2dGtNWDdsTEtSTEFQdjZ2QjFBcEVYRW43aXhFakNCREtwUDhoMDlBR0x1Uk4waHVXT2lGU0I2RVZIcnN4NitJT096RlFXZHkrOFlkby91SHVjMGo2THl4SFZBb3NiblZqTXpCbVNDaFltRFVsMnlJSWF5Z3l2OWhFbk5vN1RSbHR3MFV0NlM5alhHOVI1bFdaN0FlNFhncmxJTWIwdGsrYnVraGJvaE1XeTRIOC9neVpCa3JReDZUbkQrZk5SMWIrL3hKZVp5bDF2MXp0bmpDaHlaWVVNemtNYVI4ekUrRFMxWUthUTJHOTdBVkR4UVd0dGxJMlIwVzZsYm01bnpJREl3aHRBbU9kTHFjK3FxU1FtZG5Ud3IrQkpyZzZFKzNQR1lqb21iM0VPNHJZa1R1WThIM3N4TkZraU1ZUE95N0hTaVh3ODJ4dFg3K2VTN2xCVHcxemhPZS9sQlc3NUpsTlZjYVl5aFdYSGFYL05Qc3A3ZGUwSi93MTJKZjNqT3RqV1pvdzBCKytvTmZIOWFHUVp5VWRsSVM4VDJxRG01ME45ekFablkzVDQzTWtVV096WS9tNXQ4UEJaOG92dWEzQWlzNnVGbjBjRmpwV04rbHFFdDByMnJaTnJLREJmZXpTaTNSUkNqWU9OL3VROWROeW9IWWthcTVLLzVBVmQ4STgyNjBLOHpZWGY1UHlJenJsNkFVMGp3RWJza1ZRNmFnbHNRKzVjOTQ5Z0FHME5mOHFPM0tpalJlVXFCdWZRbUpXU2Q2SlF1Yytpek5Fb1ZUVnV2NG0vZ01ubThpL2ZoQUV0K3o0bHRGZjNGbTFsdHUydzFwenVqR045UlNwUTVUWGVhTW5WVThvaHhiTzRoRWZwdjgvNWFJY2pJS0o1TldvWEdCMXRNWjFWelBWNFljZFVJR0piQkZyNldhS2k5bUxhbmFyRDg5SzdDR1lxWlA3UHVTci81RmJnc20xbDRGeld6bk1SMXJlNmFGbkpoam5KUU5ZZ3Q4eHkzRlowZ1J3RnNoSFBRM3pXWXhZNzZYT2wxa0NRQnZWNnNPZytod3pUTXVPSXQzeU00Y2RCK20yYkV6ejVTY2thRlVwRXJMZkJoK2lQUWRkdEpSMlg4MnRGM1FudTBuazQ2ZDJJWjhLMCsrK2dRa1k3WGpZN3RyNHpDTjBLNTVNOUV2c2tsQ3BFbWZYajRMUFprMUp6TXNqSVArNFNaams1aDZKUWVldkVkaUdmTE5GTEpBS1FyaG1Gbjgyd2k4Qk5nVTdkb2p0ZTd4cUtJSEFPOHdLZDdtTnpmb0VaU0szNHRid3lZZmFqTnFkb3FoR3BDdGo5b2tLOXRSTm1sSWJrVXFQckJ4VFpDZHk4cnFLaC9rSjZNWVNhZ2NpY3hZUXE2R0pxYTBsd1BieU5DOFNhRFRKNDVxRjF4bkxaRkNHdXdOTDlPaFVzWkRqUUdJQ0NrYnhUQk1uMzFyWlQwTDVSOUFobCswT1ZYdjZ2eHROaGtla0dDYmg1K0t6M2tQUDdGaGNocmE4SmFqamp5OWNSOGdtZldpTnpoTHFaYUFmdHplOVorVURlRHJiTmN4LzYyZXBGSmJ2M0ZTcjBLMkc4L1Vua1IzWWYrRUVDT2djZXlPZUZYdmM4Mmc3UXp1dmhMRnNZa2NCZ1JkekxTaG43ZzZYUk1JMnN3S2VjajhrUmw0ckcxVGhHY3BrZy9KSXNaWWtoYkVvYnV0aWMyR0tIbXdnL0RQMjByTm4wM2o4U0UwT1VrTlprZ2w4cVZneFdaVXFxckxoelgvb2NRVnIyVEZFbzZXd2ZkcHpwbTVHTmpER3J2bkpnSEJYMGlsUDM0bjhJTWY2cXk2QU9naXkzMFBmUXVnVnAxR0RMbUNhY1ZkOUxGQ3Y5S1FVcEROMWExMGF0RTYxd3ltckxtby82RWlmVnU3b1BSZ25TYW1ObldlWENWelhJVm1DQ0wwS21vRWJqcHpvNHh2VnBGVmZZcWhKOFl1WUhkTFlxNGhnSGgwUjVLMlFnV3dSS0lLSEhranlHaVNURi9YWWllT3VoTTRuaGNrdllVQ0VGYzJlZnZ4ZlZTUWJMaWxDVFQ3RjdoVWpseC9CeDN5Sm14ZG5vMUhlNHFWRlFWUW9TcWZUV2FyWXRQS0lyRHpEcENYVWZxSVY0dWVoeWs0TjlxNUhVdXVLTGhPVm9FdUMyamNUU2E2NzVlOTlzdEpFZ20zTmN6cGc3bEs4dllPQmtPNVBTU244WXRxSlFBNHROOGhIVXJLK29DRkJVYzNYOTRCdUE4VzJSTDNxeWI2d2l2dzg4M0ZhR1dKVjRjNUJ2Wi83WDNsTC9TTHl2a1VWdHpKOVd2RDB6M3h5RGdIQ2pWMzRKZXBLVzdaK0w0NGd3M1VaRGVPTEo3dFpnbkJNWkYyZEt3ODBXeGxsRE9GbXdPZ1pEbnNFVFBPTlBLMlBEd3JVaUZ1TnFHU1BrcXJuREhrcFNlTVZMbGFSbUk4dktGK1dwa01Ra1hMRmN2cWZMdHp5MC9YbHRxUmRYQ2RadUR3K3VHZVdVY3BwVURPOWRNYWM1eHpER2ZaK21ER0hoL25HUlA2ekVQRmp3azNpeFhESHJvMUNRbUZDbXM2eXhxNmxsZ3BUb2dIVzA3SjF0ejlwQXd3Q0hZRjFBTlM5MkZoK3BZa3l0R1orZGdnRkxCR0tuUld1UmVnRVAyU0gyYVZGaGpiU3ZjbDdWdk1aRnJCRndvOFdzbVBOR2xYTHRkYWo0N0JZZXlMUHV1bXFjcDZmM3FnS0hyVkVaOXhMS0REdnhIcXN4Wnp1OFpUSnlMWHUrS3BHQ1dIMzdkS0l2bk1ITVYvMmZyOWJoN0s2RXJKNm5yNjJMYVJpUU9HUnQ3blJXdnpxS29ldkxSSWovZHNKcFUwZFlpdmtXMkZWT0E4dXVSclFOQ3hRQnR3YngxTFoyOCsxWDdUZGlFb25sdzBySUhVYkdxK0tHWE9qQStENXB1Z0ZQTDc5ZUk0OWd1ZEcvM0E5TkJPQ1lZaHpKTjhkK1N2U3Yrb0ZhSFUyT1prSWgrUFNna3FpKzhOY3owNmJVKzFYeS9ZaGZGL3dTYzVGNHhmYUtwRW9pc0NQWjdjd1EwSElHSkp0cWk2bm1kYUhMRTRnREJTMUFWVHVEMXdMc2x0aC9xS1M4bURMRHpjaFFpbHMrVXBIMVcxMWh1Tk1TREhGQlc5Z3d6c1M4clQ2eE1lR0dNOHhyNTdkS1dmQUhWM0RxSzhnZS9MRG5UbWYrdFVWZ2VodWcyMVFGa0ZaM3JGK0JIWUtzSFRab1d1Z1Q4bGpCekxPTHo4c3N4NmVkSjgzTlE1cS9lemthTDd2bGJ3OFBUcDBuMk5ZWCt4VTRqM1VnV1BqY0FxRDJSVkl3UkdoOEl2bktlTg==', '', '2024-03-14 13:05:55'),
(3, 'sbi_17841400567684306#4', 'resized_images', 'zWrYFhnZLUqTVC1ezmz7aTJxMXJQQ3JKMHovL0lqMVhDVlZxYUNJOW9WbjU2YmZTTStBanJ1aWRmaHc5K3NHTzQ1VXRYWFdPR0NoR1FJZ0w1bUhReW1SZ1V6bnZNdlp4R0VDY0UzbGV3N0h6MGI0emN1NS8vVExCYnJyK3Z3cFgyNHB5ay9SYVVsK09JYUErZzRuZUpEbEk4MEVXOVNYaGpjcW1CSHI5eloyaDg2SEtkajhBaEVwMXVtRzg1VGJiOFo2S2NuWWdFdFRZcE0vcjArd3hDbDROL3hFazdDWWdFZWdDK0JDQWZnbm5KMmhudkFhL243RUNZTzgxNHB1cTV3aVl0ZUhsUVV4Z0RSTU4zNzRhWVhnWXFRQ3dRdXkvbUU0QzR0dzBFWDVzRy85U0VNSTZrMGxrRVRoUms2VTN1aTBGbVF1RHZRMWVQaldIWFN2anFKSmhxOUgvY1h5bjdhUkRnOUFXTFBMN3RGK01YazRFd3RYcDhGV1RrRGl5RC9zZXA0YzNIcWE2NVd2SVUyOTlkY0xqUHB2UXl3eWpOelBLOHVncG5IVnBXL2JVVHVYb3VXQXlqOGJyKzh4U2JRV1VleVd1M281bDZmTUE0eHYzY2s5QTBmOXUyZnlhb0JoSVJENy9zYmZiR1BQRUpDdXpEczV1K1NqdFVpSVh3UlRzM1haK2t5aTFQM204MFhTSUl3V1hBV0Q1ZWNiNTMvMit1czZ4a0xDZGF0bmprRHp0bERZSGVNalJVQXd1SUxyNWc1empiQ3kvbjZkRWJGSHZSMzF4M0VCblV5eTkwa21EZ0dhTWdsRVE2N1Y2TEVFZ1JZWko0bGRmRjhCNQ==', '', '2024-03-14 13:41:19');

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

--
-- Table structure for table `Airfr_sbi_instagram_feeds_posts`
--

CREATE TABLE `Airfr_sbi_instagram_feeds_posts` (
  `record_id` int(11) UNSIGNED NOT NULL,
  `id` int(11) UNSIGNED NOT NULL,
  `instagram_id` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `feed_id` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `hashtag` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_sbi_instagram_feeds_posts`
--

INSERT INTO `Airfr_sbi_instagram_feeds_posts` (`record_id`, `id`, `instagram_id`, `feed_id`, `hashtag`) VALUES
(1, 1, '2222520445181982376_1555602922', 'sbi_1555602922', ''),
(2, 2, '2221449909223867397_1555602922', 'sbi_1555602922', ''),
(3, 3, '2221277762807640589_1555602922', 'sbi_1555602922', ''),
(4, 4, '2219214058763003612_1555602922', 'sbi_1555602922', ''),
(5, 5, '2238082424000846004_1555602922', 'sbi_1555602922', ''),
(6, 6, '2238080189810756842_1555602922', 'sbi_1555602922', ''),
(7, 7, '2238067756645718144_1555602922', 'sbi_1555602922', ''),
(8, 8, '2238525746674821124_1555602922', 'sbi_1555602922', ''),
(9, 9, '2238750382784048284_1555602922', 'sbi_1555602922', ''),
(10, 10, '2240166898498947702_1555602922', 'sbi_1555602922', ''),
(11, 11, '2240164336827743483_1555602922', 'sbi_1555602922', ''),
(12, 12, '2316744069643906414_1555602922', 'sbi_1555602922', ''),
(13, 13, '2288152723802849226_1555602922', 'sbi_1555602922', ''),
(14, 14, '2273599886297166317_1555602922', 'sbi_1555602922', ''),
(15, 15, '2256945696691059852_1555602922', 'sbi_1555602922', ''),
(16, 16, '17875073713684065', 'sbi_17841400567684306', ''),
(17, 17, '17851061404992336', 'sbi_17841400567684306', ''),
(18, 18, '18092368387153763', 'sbi_17841400567684306', ''),
(19, 19, '17885924416494435', 'sbi_17841400567684306', ''),
(20, 20, '18075654088202551', 'sbi_17841400567684306', ''),
(21, 21, '18109012690176159', 'sbi_17841400567684306', ''),
(22, 22, '17872802365830738', 'sbi_17841400567684306', ''),
(23, 23, '18002827138294106', 'sbi_17841400567684306', ''),
(24, 24, '17846571002273214', 'sbi_17841400567684306', ''),
(25, 25, '17964964597349088', 'sbi_17841400567684306', ''),
(26, 26, '17916129286519038', 'sbi_17841400567684306', ''),
(27, 27, '17894017039781120', 'sbi_17841400567684306', ''),
(28, 28, '18098039173215091', 'sbi_17841400567684306', ''),
(29, 29, '17883681503079955', 'sbi_17841400567684306', ''),
(30, 30, '17907978040675634', 'sbi_17841400567684306', ''),
(31, 31, '18226358761044843', 'sbi_17841400567684306', ''),
(32, 32, '17952003625488612', 'sbi_17841400567684306', ''),
(33, 33, '17847398318656901', 'sbi_17841400567684306', ''),
(34, 34, '18009815491330117', 'sbi_17841400567684306', ''),
(35, 35, '17917296434078920', 'sbi_17841400567684306', ''),
(36, 36, '17892775910379295', 'sbi_17841400567684306', ''),
(37, 37, '17923419868910962', 'sbi_17841400567684306', ''),
(38, 38, '17944288477776486', 'sbi_17841400567684306', ''),
(39, 39, '17924269715249518', 'sbi_17841400567684306', ''),
(40, 40, '17938563890016485', 'sbi_17841400567684306', ''),
(41, 41, '17975922463592062', 'sbi_17841400567684306', ''),
(42, 42, '17983155430782762', 'sbi_17841400567684306', ''),
(43, 43, '17894431628726160', 'sbi_17841400567684306', ''),
(44, 44, '17950869854415407', 'sbi_17841400567684306', ''),
(45, 45, '17959667819488790', 'sbi_17841400567684306', ''),
(46, 46, '17954681813239652', 'sbi_17841400567684306', ''),
(47, 47, '17914405868721676', 'sbi_17841400567684306', ''),
(48, 48, '18080807191356099', 'sbi_17841400567684306', ''),
(49, 49, '18287319994083010', 'sbi_17841400567684306', ''),
(50, 50, '17991246842300893', 'sbi_17841400567684306', ''),
(51, 51, '18094934785360625', 'sbi_17841400567684306', '');

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

--
-- Table structure for table `Airfr_sbi_instagram_feed_locator`
--

CREATE TABLE `Airfr_sbi_instagram_feed_locator` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `feed_id` varchar(50) NOT NULL DEFAULT '',
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `html_location` varchar(50) NOT NULL DEFAULT 'unknown',
  `shortcode_atts` longtext NOT NULL,
  `last_update` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `Airfr_sbi_instagram_posts`
--

CREATE TABLE `Airfr_sbi_instagram_posts` (
  `id` int(11) UNSIGNED NOT NULL,
  `created_on` datetime DEFAULT NULL,
  `instagram_id` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `time_stamp` datetime DEFAULT NULL,
  `top_time_stamp` datetime DEFAULT NULL,
  `json_data` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `media_id` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sizes` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `aspect_ratio` decimal(4,2) NOT NULL DEFAULT 0.00,
  `images_done` tinyint(1) NOT NULL DEFAULT 0,
  `last_requested` date DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_sbi_instagram_posts`
--

INSERT INTO `Airfr_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`) VALUES
(1, '2020-01-16 18:20:19', '2222520445181982376_1555602922', '2020-01-16 18:22:19', NULL, 'ONzWqevZI88ok79f3Exm5nNZR3ArQmQ1dEdVNXFXWi9NbS9hTzhOQVY4TW5jeVFBOHpacXhqTnMzbnlNOWJySGduQUtUTjhFYURKYWs3Vnl4TGYwNTVSYXBpVEErakliZ0VSMytoTW1UT2MvY2RkdGhhNlNzTzEwZ0U1WHVtZ1plK1hEQktPMkZ4bTl5aTRDTkVxN1UwMi9mcDIwWWtpSnR2cXNnZU9Jamw4aWI1TFd3YklyWkRFRHFYelJ5NURMR2hMZDM0VWJveDc1M3ZMRHhZWFdhR01DL2orRGt6MnZQRzExdlRRdExFY21iNUhhdkZpM2F3eHpnM1VkckM4bzdmdnFtbldLQVhPWVpGNjlKQzNORjArcEFraEY4ejFrQ1V0WnNSYXFSNjdIdUtnMHBycTgzeURNKzF0elpMR3QyejNqUVlPWFBwQVcrcVhpYytnVVJuU0xsS1ZxYzlzQjd3ZTJ5U1JVL2ZBajY1cXB3QVZ1QU5EYTBsVFVFdHFtY2JHcUdudlhDblBqOG1UNzhlbXJoSUhlTHdvcHppanF1Y0dyWEdIejlTQVRTVjVWTEJGcElGQ3dlRWhBTXROQlZiT2FhdnpRTVE4RWM2dlp1M2s5NHhoVk1vTHN4K01iK3NydDVRVTNHTURXZGVYUis0UCtCMUJIUDFoRkdmMzAyejRZclJhaERQOVV5YjJMejZNVjRteEtBUThyNnE3Q09KVnpFS0t4WDJBTmVTNTllbUFzQURtbXlLNDVOKytMbUJCQnpLbEFoS0J6WHQweXpteWxrUVk1ei8vK3o0K1dXYzJFRUZGQkY0bi9RRkFSek1TMUdQWjVUbXZtYUU5Z0l6UkZTYTkzdXhCYWtJYlRIVDdZSHBOdmJzcDhUTjNpYVByNkdqRFQyZThDOTJoZ0pIM1BEdVpCcmJoMHpJNWJJZ0JyeHRnNnVXN09GQ095RzBLQXhmYWFQbUFtYTlhWEhxTm5tWUx4S2ZubDVvMXY0Tnk4Nm1xM1lwSmZkRXRMNHNQd0JGdXZCcWt0SEU4NVFCTmNaa250dldFUUhEL0lzcHFZdWhOQWpYVDRpMmRnWnEyRVRnNk9TeW9RY28zK05ld0Urdnd2RzM0SUNxNHg3dVVYOVY0OGJQVDE0WmZHZ29qWUlKSnZxS2pPYzZWdXNqbE5lSHlPVEVNNk92NzRUaTAyM1JtWmNFRmdWbE5JQ3ZwMU1rYk5wQy9SSVB0YUVSK1dPcE5ZbXlqc2hIOGE2SklLU2NIajlZTjlYdVZpK2tTTzFXWmNnU1pVOTVNcFB6L2tPd0pvYXpNVTE0Q29iSW90Vi9EdXBQcjhYVU1XdGNrc2lVMnQvY1ZuSTBBYkJ3eTNBK2ltUEtmMnY4bUlDK1c5TVc2dHgzSVZWRmhGOEx2Nk5zekFQdGIwdkgxamRYcElwWXhwQkpWZXMwSm9pY2duazBnNGhldVErdXdyaldWTXpnRDZJYys3NnRPMGlnTG1wSXVEZ0NMWjF2U0VIbnBxNzArcjFuOTV5MHgzQVduUmwrN0ZKdStUczVhOVhZSXdaNVRBME9Tems0KzNtcEZRWHRoSlNvNUhoaHJSSXF3UzVkNGswaVRneWU0MzVra1l6MUx1dUZEUGw0cE5JdGNXa3RLc1BRSU9rMmcwTVZ6RG9iKzBjRUVtQnMvc05XL1lYcWRnNE5KSDM0YnJmaFVMdGN2cmRkQ2Vxd3ZkNGZvQlJJbmRVNTd4eTlhcjNrUExOOVN0ZmZWN1JZbVpDc1FWbEc0LzJjbkkvWm1oUDVYTVJzM0ZCY3ZHUTljYi8vdDcwQm9rZ1ROd1Y5ZlowWENPOVJWMXNwU0NETXRkbFh3YWJYZ0xmUWttU1NscG9XTmRZTUw2bXVicElkKzBKM2pZWG9LTEh0YjhMbTdCZzAyZDJ4cURHcUEwQng3emQwWnFnTjBpTFoxbXFDOG1Ob1Rnclc5N1lrTFVXQjZ3U09ZZi8yN0drL0hJdDF4MGx4WU9BTEx4OE80VGhPbGZXOHZOVDZnaFM3YXlrekV3MzVXdnNBaTNENVVvdzcwMFNwVStEWUcwQnk5N3pZL2VYOWlHRDZaNG1vRHkxVkdqVXh6UE9TL1pGK3RLU29wZE1aUGV4WjYrVmw2MHI0QnlsQWt3VnN1cFFIdi95N2NiQ2Z2TWx4TDV3cUxhTG1TR3BqVS9oMEhDTDJFSEJJVW9sQy9UU2lGWElEdUs1b0haNEZURSs3MDNvMzhhOGFkZ0twdmFCdmF5cU44YTRxK2t4eitONGRFSVJUOFFXQ01ON1Zza3EraldDZEVuTkdXMVFlbUdxd1BMbTlqYzh5Ui9lZmdjeng0Ukdidy9jUmxUb0p3MGpKVFBIMVBlY1crMllGaU1DMVVFK0NBUXlOY2l0MmNVdi9RQ0FTOEZEWWdiSnQwZlNrM243UlVWTkNKZ28rbVpoOE1VakwxaWorNGVrSVJhNnQwbit6RFlLMlRWQnliWmdNa3JQR2tBVFUrRmExa21heVJSWktEOXlBS1NkWkgvcHlYV0pmMDNtczFpb2MrZG9rdGkrNEhBZmc3VFY3eUlvUTlyU0FGZnRmbndkdGl5K3BjRGVFbHFJVGMxVlZrOHZja1ZkMlZscGdPRGVIQ0RMVlBXUDJCN00yd240K3hzVmQybkQvSmJjb2tQeVpZUERURzFGZGJLV203aU5ZTDBpM0NPRzhQaCtaczZ2ZmlvRmZtM2U0dTVyWHluMlRTWUd1aExncUtFNTQxandhZGpRWVVMN2FLODNWa1FiVlF2YTFUdXg3UDFqREZmTFRSd011d1l5Si9oYjlhTG5XQlV5WXFraXByb08wamhvWU91TnZiTjNQaU5PRElVTjdPZUZXbFlzYms5aUZPejNMeXpzZDhwZ29ON0kvK0d5SUFBZ2JVaXRQTzRKWEtSOHZOQk9zT3NqVHE1aThaNXV0dnNtUEd1endBZ3ZmZFJadDVOekZOdi9MN1QrYVNuMWYyWUl3eURkSGsvMng2Z0p6MEd4a2pyUGVXUU1NeXMwWUhZY2VlMkYxSWpTbHdFZU9HOC9DcGhDVEhpSXVXU0NqS2VjKzBoNWo0amZJTHBEUU00ZUZnWjN0R0R3UENHLzJhdFFaTFRMOTI1T2l6U0lJY2JVNzQ3Z3EzQzBoK3VTSFlhdWpJNmJ0QkdOakRxY3BoZ3JDaitvWDhXcGpwY0tvak0rQnJsR0Jsb2o0ejJmVXBSQi83UTNLeTZJcEtLNUpBeHlDVU5DQjlXMVlXaFg4VUs5Y1RBbGxCN3o4S0pDZENMc3NPcktOVGIwcWtqYldlL3hyNVdrRlJUbkNES1RtQU9yQ2JJNjZhM3F0bWpFaVg2YlN3TlJFOGRXS0dNN1BSbnpadFQweWJQNVgvcW9zOGZsUHduRDd6T0UyQ0dNT2xNU1NTdkpaZXEreHU4S1NqVWpSMkNLZmFnazg2NnJYWnBYNEZuMHFkZFdsRk9IMmkzTzdaSW01MUVMSEZtNmpoWEgwSTkzZXZFOXR6c2FCTVg3VFFlVFBlcWVDQ0dHcEtTdzBnUjBkYnVBV0EyN2xJbFVSL2F6Mk1DZFdZQUJGa1JldExEM2ZpSXdQaTJiaXdvcnp5aFdWN0RLYUFYYk1adXJpSE5pVy95ODl4OTNmWmYxcWJQdGF3Y2NmZHpNZGxLREZ0UVN2QTJOQmtMaXhRYk1DandHakppMWtyUWU3Tkd6eEVBZmg2ZVUyOXc5TzZmMmVKUUFrUE1YbXZZcEN2cFNzOGYzd09DbVVTbzEwcm9QMjFDelZvaEJhakc2Z3dwWGxKekFGT2JZZzUydG1MZ0ppaHpjWExzdUczWUZaQ1pNU1BWR2d6MElkeVhXbk9jYlhWQ2g2QkxITGkzbDN6YUwvMWZkQ2VXdEZlVXFEZW52RXZ6SHI2OGFYTzJvWTQwUTRQZVk1Qm8zN3JOYktqY3lUQzl1L09acWNtVFRSbVIxejZpdGtCcGRqYWhmS0JtdkRKR1EvZkhQY2lDVCtpczlLWTNKbXd4QlZCWHA5YzhxUjY0NjBnSmFRZk9pbUFWKzZKYWlhekRFREdLZFQwZm1GVjdLWWJJQ1p3SUQ1NEI1eXR6NzE1b2VLQk0wNzFpOHpVRjR0VkNaU1dxL05pWUxpR3dETkkyTTRSZDB6d01tKzJXc0NnOEY2U0ozUWJwdmd5Q1lhSU13WFVyTjhFV3lyTlE1UEtvcktVUGVPWUN2MlBPM2xjRXZTVzY2TjJLaXN0MDdNUEN6YVc1ZXV6R0ZzQk5vb1UvNmlneFFYVW5pMWxlTVQrTGV5dEIyTEIwQjJLUm9RbVJ0VGRzVzhuQTR2Kzg0cjY1TWpXWk0wOGx4cFhDMDlTbnpZZDVvN01CMUNIWXQySWoyTFFJR3RHK01sYmZyaDZNaHpiYTNvSEVHckZSRS9VNngrTlBXUzN6K3hJK041eWJscDdGWFl1YUxVMnNqN2JMM2pBRDhqSHNQc1JiSCtRQWVNNnFPZGgrSHlkYWFFRytqaHNPVUFQQjE3eVZIM1lWQlBEMHhOVEpNZ1BDWWRta29MSUdndzdUa3g1U0V0L1EyT015SGpha3hjZWp1dEdoU25rZkVmeWsrcGRQeUNSRkJaZTIyM2JFWkp6Q29TWEpYQ0loWUxrandzc0tzb05DNUo1N0ROV1ZML3J3V0VHRnlpYjhHQkl3N2p6cDUvdEQvbWhJN3NIT0xaNUlzQlFaeVVhemVXNVBTdGNBOVNFL3pxZS9nMHBIek5uV3E2czlxS1dXbmVVREJjNEVEOGFTWEs0RzJNbStXeTlkTldjR3dhK204ajhMc1JPTW9ZdEQrRG1sV0VRMEZXb24wSzVkRVdvWWJDWEtSRzM1Yi9EOWFrM0NlQzNNSjVUeFBiYmRWcFIyeHhZMFpkank5dkZkWThTMTVyR1dwTUp3Q1JjSjE5M1lHdVdNNnZjaVRtZk9pRnBlODVHdGtMWTlLNHYxM1o5WnRQMEhQaGtySHI3bytva21YcTVCUng5MVJlNC9vWCtOM1pmL2Fxa1JQSWk0UFFmMmhTRktqZXdSamJ4SmJLUTVFd1RxMlNZMklFckR5cm5CL0luNDBORm5Yc0ZLK055eDZxRjRyM2VmeE5rN293WFUybzY0U1Q5RHRvazc1czVySkpZenRCcTNDbkk1RmYyRGNCUUpNVUxMZVEwd2NMaDRMV3VYcjBCbXVRalhSMWphTm44UkdvTUNOZ3ZkVVR4ZEFoVEcxQmNZWk5JVGJKNWtqdGQ0aGNUbndLa3Irc3BUTXhmNjJzUVA4WXljeWJhOEMwanptbXJtVFhSWWZtd0E2NUcxNmZ3RGszNEhSb0ZlSTZaUVNvajB1V0ppR1c4UVMrVGJBNWhVYjVuelVIbjhyZVBKVGZrUW4zY1NDOVFsb0FnOHRUa2pBN0xoNWdCL1k3MldKRkN0Slhja1FTZmZzWk5yWlhnL0hlbTV6Lys4T2pWZjZoOEt1VFFIcGRnUmNTY2NMOHd1UkkwMDVTODhQRlF2Z0s1ODZSejdBWHR6MG5hMyt2YktZUnRCdmJBUUt6aUJxWVBkTlprNmtOOWZBVnB1YkNmZVZ4R3dxWVVTNTFKTnFjZmpmTmZuWnF4cU52aGZINGRqYnBMRkNUSmZRTHNId3hIaGpaemQzSFlpemtGRXZKeDFNL1VpeU5IcjFtMmhjVzVLUE1mTE1qa0FsMmRqRlNtOGVhS1NhQUNaMERxRXFhMUphOEF0d1RieXN5WmlQVEhKUnBJSm9yQlUwM21GeWRKL01SRlErWkJRM0JXeHMxZEIwRVNCb0locjBLS2tOMGk0QzRNZU5XOD0=', '2222520445181982376_1555602922', 'a:1:{s:3:\"low\";i:320;}', 1.00, 1, '2020-02-07'),
(2, '2020-01-16 18:20:20', '2221449909223867397_1555602922', '2020-01-16 18:20:19', NULL, 'x984YqyFO6YtTuh6UYz4zjNocnprVVJEWVRLSWViQlg2WGl4TWpsOGZkV3FJaENIVk5TY3JCayt5RHVWZTRqaXNmajJxN2VFOTRrWGh0YkhlSWFuZGhVUXBZZlQ0OHZ0a0hXVkxCYmFyRndVaDRhQVJpY2xQSmphaGxuUVRtU005L29iV2lZcmZ4ZnNCRDAzdlNsVXNSQ0djUmJEb3JtY3pqSHAxOWYzMG5sc3hNNXpTUWREamZLZWxoVFlEcy8wVXVNalZxWGFPb0RMem5GcnVUWDdVZnlmRlZRY0hvWkptOHgwU0ZvTVRmWEVKSUxDM3VhWnRiVjMvY1Zsb1dUdTVOVGtqYlRBZzV2RDlhTUJhMWlGeE5JNHpWbkpjYmRkbjl2UVJ0QUM2ZlhQVWRKVFBqUFpBZEwvQzBhbEc1NjQvVFBZVFJzUWVWQ2kvSFhkeXh1ek0yWHpqSFQ1SWtOVFhsRWFwOUxBMWsrMUhQY3FsbGI3S0hDMFFIR0xzYW12bllDQnNZUzV6b0hKa0R0ZzdMbmtUdWI3UTN5K2N2TSs0b0tJNS8xeVMwY1VSZjVUTFd3elFUQU5sNE5Gb09rbjczN0cwVkIxRW5WUG9aQ0Y4MHlTZUJPcGpKVHhTSlNWcmR0clJRNVhNdDErTXZya0N6K1dBdXVxSlpNaWdDOS9FMjY0RTkvTE1ZZnZ0UVJENWhSY01WeHdPcWg4YW5QOVZrZnhUVHdZWnFMNk1nVkRNaHB5bnVvamVzZ2VNKy95ZklpOFNBRHdxV2R4K1NUMHVsRDVNM3kweW5BRkVlWXZPa3k5VURNdEludmRpMWduNS93UWF6ZVdXYjkrL0RmaVZmVnl4QSthNlNmZk9KWmE3V0gxQlNMVkZGdys4Mlh3WFFZbWRjd1FDYVhJVkt4a0RuM0d3QnNaRXBDUlJLaTdCd1RkWFQzcHplRDVFQm50VkJwN0gyd1pzclU1c2hOTmpTTnpxaGtNdzBNc2JZYjJSZlNUTmFydWR6WHNpa0hLakV0N1Fqa1dJTU1DeVUzTkFLYlVDRFFMc2x2dTEzT1B5b2ZEMVdIa2hRc0d6M2c2T25BOEpQZ0IyL1FqUnNNSlRqek5ReGdyVTNLYmxYcTNMbjJrdjBJUnpCNFAxRFZINUxEMXVYbndnWnZpZFlFYWFwb3ZqdDFKekpvSkhBQ2ZjRXgzWXZsRGl3U1FnNTJXWlhHeG12SW5TMW1LM3JwZkF6UHg5WlVOZlB5Um9HMVBZbURDRW9vTTZvY2NZYmlsYy9JeHdUL3F0NFVCSU90WnVHVkNYTFRPc0V4c3ppMkhvTStsbEZYNUdVUFFpOHlLdUpoRkhsSVAveVUvTGZlODkreHV6ZVNvQWpaM2NNd1JIN1FSTkFEdzNEemxmTXhEVU5uelpyRHgxYnBRSUVHY1RPWXhEVTRkdEx1aE8zWU00blY1TndQZ2l0c0xSZGh3TGRDVTJDdWtKWUtxVjhHVE54SERwaDRaL1JOZ3VaanRMRDVlbGJPOGk0OUhCWWNRY1BNQTB5VWZhd1QxSXVodDYzSkhSUHFkNG9VYzZkcWxxaEpXUHRKVjhiUjJrQ2tOQndWbnRBUXY5d0h2Uzh2d092NEYzKzBpNWVRSzRmZXZ0RThxc0ErWWhmTE9PVUtXYlRsR2FCZ3BNK0FxYzZtYXZhV0lvU0lScnNkUXNjMm1tZTZvbDFHRzVhSUxWcUwxc2EwMDVoeEIwL0pjMUt3WEM0eXpNeEo0UlFBYXQ4Q1pFRzJEOXRYOEdKWS9SQ0dqeEp4bFRNN0hXSk1oK1hUc05tZ3J3QldyYXlLUHRnZ2RCZThadUpJd2RoT2VhK012UmZOaDFHdy9SZmU1bVNsOWx4WTlXOUdEUDhNdVFUNjR3WWx6UUJTUWRCNTV1eHhJUitwNG1GNStPcUFOMXBUSEN6cEZXbHAzVm45ZGM5Skl2TFhHUW1UUXZLMVhROEwrblBXc1R3THZUajg3QVloa0FMN29oTTRTc1RyQS9iZXMvcTVIb0hvSzhOWFJxSUhHNTdrYjBlNkZZT0s5T2F6WXBKd0p3K0NLakdlR2FVQ2gzQS80T3hlTTg4Q2Y0dGhCZnQvV1FiUVkwdVNPQUVNeXZOZkprV1ZrY3lSY0NuL1o1U1FvVkgvUGVtSzJGZnhTdUdrRmhWYTRXZncvbGV5Z0YzWUhUWE51QkFNN1VVbWtpM0NNbVdySytJVHJIMmR5TEZzMmtDNGhIOVRXcThobnZWUitzTTBpT2RKMSt5WklVM2NkVFBzd2NLcWM5ZGtGMHlxR2ROYnVZVmIvZ01udTkrdEZWUnZiRnVwaUZRV2VlUXJYejIraWNuZ1c0TEQrT0ppTWpmbG1IZ1I3b29KSjZXd1BMZDdkenArNk81SitSTUNsa0tYYjZDb2NrWjVhakZvMFZCTEllTG4rZElpbHFueElySnhHZVNuZk1ZNnlVeHRtTVZmbkE1UU92cHRBY3ZRekpZb1RNbGRaeXVGcisyaDVzTlNzNy8rWnVHd1ZJVmlvKzNmbmJkVnEwZFFuOU9XTXJSWHFpeVpkejFoaUJ0dDU2Z2ROSVZkRFg3dmFPamdzQlpGTkFYYlZxWnU4dmpBWk9rVFYrNGVYeDhBQVVScHRqR3JwRjRZNUw3b0dYYjNGd1hHNTB6eVFUMkxhQjR5ZGUvYm5mM2VBRVlqbTdMWXlaNW1LRy9VcktDS3l1Z1hPc0RaR1gxcFkzN01HajJVUGFSNFBRKzBoNFRKZmwzdVJRaTdsWG5hUSt4bGxUTXRoU3g5YnRkOEdCUE80ckhoOGkwVDdXK3ZleXZKamJGdi9OMmJscGxVTEVCYjd5UW1COHQzOWQ3anM1MXhLUStKUCtwa1ZUSDRJaUJ0YlJFc29zNXhvNHhWeGVjWktFbmt3TXU0MGlMVEZhRUhJVk1LRGxMZEpVQWF4OU8rcDhwcU1yMkgxQWpDTTV0b3l1ODA3WHh4ck1kM3FDU3N2R0V3bEJqV2svZldnVFFJSVhMa2p3TDlIak9HWWRSR3I0NVFWVFRVWG5pODNLZWJ0RUdmWkNyMmNyTnM5azFESWo3TXl2UjJ2VCtrQ0JPcms1TENTYWQzNmxKVkRmb3RzYXBCa3RnMlI1bVk0U2xwV0FmeHBoam90T1d1MytsMTMvNm53ZnBTVm1hVHNhcXJvc0RSOVZFMWJzVEZSWG96ZHErUU9Zd3VianNWbEVPbGcxMG50bWV6aC9JQjJaMkRQODMrLzVnQkhaM0t4dk5uY1ljSDExYVZkS1NLS3Fud0VxVW5QOGxsYUU0aVY2UGVHODJjcjNob1NWdkZZMkpTWDMxMTY0cS93QlptR1o3MUI2NHExVFdYUldTQmVEYyt4VjhkKzlLVmU1NGlQNzBsbVdmNERsZW1rV3BYcHFVR25QV1hPcWl3U0NPSmdtdHd3VlJGZHp6Mnh0c1c0RVZGWGxET281YjgxZHFaOFMvZzdLWDA1c2ZVbnBIcUtTdURscERuWktCUldQNXN2eDBkOU5jU0g4UUhXQUdKWksvNlFLck50VUFYS0t2bG5POTdmbXRES0sxYS83eTF6L0d5OWNOUkV2bFlqVEdNWmczQ1p1RDR3UzlkY0ZFZ05ZVFFsL3psaFVWY2pPb3hzTlNLbllkQ2FjdXFabVVWdG9HWWcwZ1F6SmxxdzhKWWNCVWdRMW00d0UwUStxYnl1NWVnZkIraHd1R2ZiZHc1ZmJJNDZzdlFocTh6eFZ6NzVFREFzUWI2M3JRTGI0KzdDOHRJdmpmNVZVUVNTMkI2SjIxYVJuUlZzSFNFYXBvSzVwTk85YStOUS9VODBRYXFzam54WFlwaDZ3RjVIQjdYZHAzeEI4M2Vvb2R1L1M5SFhNakhNTUc3SXpycy9tS05zMkdCMGVUN1REbWY2MjY1YlUydzZCQThqTHVZM3Q2WkNSa2E3WWFWS2NXOEtBd0VaM2s2USthYnZQQXpFZ0RoZjZwUzZ1YXdYaVJGc2F6VlZhVDRwQWtFUXh5M3kyZmk4M0tyckU2WGl1MUl6ZGR1RTRYVmQzL1hIWFExRkJsUFl5M1NzSEN0a01HZkZkTEpDZDZsejhKR1lFMUl6U0htOUJ6L1JnUFEyYkQ5TkVWTmRjY1B4SG9yRlBzdU1XNlE9', '2221449909223867397_1555602922', 'a:1:{s:3:\"low\";i:320;}', 1.00, 1, '2020-02-06'),
(3, '2020-01-16 18:20:20', '2221277762807640589_1555602922', '2020-01-16 18:18:19', NULL, 'VUt4o48h/of1HIDdqtJnVmpTN0hQMjBMZktGM1NaSGk4TDdYTFZMLy8wNFp0TlFxTWJqaGUwY25OQmlkdDdXaFZvVnhZVUowaHBJTzFXN0ZYa0VTUGhzakVBUmQ4dlp5SWJsVTBBM3Jxdk1mMUlnZDJ6T0tVSmVkMFpDK25rYkZiYUNLVEhHSGVmTENuY2x4OFJUM1RCZzhpOGxwTGFjM3FOaE5QZWNEeTY0ZWVQNGcva3NOT1pUenVVT1dFV2I5RnJ1aVdKMHJqSnhBM1QvNDdMS0NwZE5nS1Q1UEFudUd2QTMvYTB3SHNLc0hEY1lkd3RuSEp1UFZUS3EvVEc1MGQ0RVk1NHkrREI5MDJyMlA4dmV1K3VidXd1Y2dwcHlvOVlhSjZDSm5RSnpkQjgycTJ5enBBUWkxWkNxVnVwbzU5QmpsbVhybnNyMUhLRkhOemFMUS80QnVXTGdIRE5HOU82K0g3UUQ0aVpBb253d1BwQkRBNjBYajZrd2lrc3QvQkhDczhuWDVIYW9RV254alB3eGFKTUVKTThraCtKMFdzRmIzY2FRRkJmYXpQTUY1aFIvR1E0N3VHc29kaWNzL3BtT0I2SjNJeTZ0MzRwNkRlZXhXcVA3UXRWWnNjMndlcjdaNEdhZmIvdVRYSzM5aDlWV0FtZ3BMR2lwR2FVVmM1M0dGZ0ZlaU00Z3U4Z001WTlWS1lodmZRbzEvSjZTY2ozNy9iOWd0bm9RWEVFMlJkVmVCY21uWm9SNGdUUjlKaHRWZ1Nxc3lXUXBlU040NlhhZVdJc05NQmNDTHc4ZGRFWGk2cFpFK1V1Vi9CSGYzWDducTduc21EY2hvaWtvc3ZySUdCVEJpZ3lNcytTdnRoQ1J0azhEL1hqZXZNd3h5aGFMRFdMSHpHaE1UYnVJb2luM05KNjdDajVKbHR2N3JmVE5Vb2hrRVBSaEJFT2pSZWNqOE1YL0QrdjJ4ZlJwcjZJdjlRdnIvK1ZFMlh2Q0c4QnY5aVlLYWtGNGRHT3NxWUt6OWxONmpPSFBWdTZ3OEFBdVRuTE40UnM5bkY3ZnN2RTlkSUZVSER0Y0pvbVZqZGJoTEtWbmRpOU1BTXMxVTNZSWdKZGRwam54Z1dNaFpkNEVPVnhwS3NnVi9qWjVqek1xZjdkK0pLYlczVm1QM2hvYWNDZWFHZGdranpST0wrSGN3ekVxZTV6RnZ6Vy9JQzhscVc4eU1yd3hNNXZybjZCUjBzY2h2dng5aW02T2Q3Z0lYNmpScDZ0Q0xGQzJ2UzhwYnVpeGJYemhXL2g0WTJjQ2xXdy9TQnpkSlUxUXVpUjFpemJCUVhMWnBaVWFpS2ZiZUZ1cm9IRWZ5TitKc09VR2xJY1U4QjhGRzJ3Z1JhSVF2OUVRTFB0NE02SkpEaDZuazZLM0ZOalF5TWxFdlQ4c2p4NTcvb1dqT2V6MlRwM2dtaUNXSHhsWXVldldMTVErOGhZQUpZT2psU3pucmdnZzI5eTBLeG5MT2JSckxXeHBpekd6aUtocUFHYUIzSEo2blI4ekljVWpXRnZZRGhBdEp2OFY0TlhGQ1I1ZjFRRUFMZWN3Z2tkblVvTzcrRjdkRUp6R2NyZEJ6bkREQmFBZGNtMCtQWTV6QlN5RFRHUHp0cm8wMUNMcnZtL3RmeXkrRUFGU2lUNUlremRsd1ptRUJGNlkzVjJJd0ZDeEcyUno4T2ZRYjhmZmJ0bnFvdVd4QnZENjRJdS9MbTFma01WazBnMmpreHVsbFRjTTNDd2U2L0ZNRHBMVGxwanhZMnJKcWhob1p6UGRKajlja0gwQWo4YlBLc0RhY21pUkhXdG1vS2tOa1RzZm5icnZvbFJqRytIM3BudG8vWm9IMDZGdHJMZld0S1lUSXZqWE9LRFVnczQ2eDhsRlYzZ2w2aGFRVHVaZjFTR21OUWVwejBPYlQ1WE1CVmdBaEVrSVg5TXdPcHYzSUh0QzZEdWZPUjdSZ01iMVV3SUY4Z0lDZkRQOWVEZTJrRW5reEN6Skl2RlYzd20yYVprbWVOenR0ckpybi84MUVHZElpbGdCS29RRGF5NFRhWVNzT1Y3S012eHhhT0JVazFBRGxNeVdNSWJtUVdZaXQvZzJVQTF5VGtGTWVzWWZ2UjVPYXZHS0dZREZXRW55QUZFSU83Mk52QzdUcCtWZmZnMUplelF2MzRDMEtJMTZ0cklmVU8zT2hVMWlFZXdTa2tvRkdaWWRtK1dndHFwd1R1UW4vQnlJdzl3dU5kbDlBSGpVVFVWOFFsRFlKZGJySE1yS2ExRm9ZOHhiR0VtNlVITXdRR2VONzZUb0M4WU1iZ0l5RVBjWU1rK1hqa3phRENqWjdNYzNnV0NYaEVta280d3Vvbmpad2I1NFVCK2d4RFZzTXVXZWdZazlSM25EaFF5TlhiejdUbmY2b3huSHlrbUx3T01yWVVnZEFHUXZCTzh3a2tvVHkyZ1ZSM29KODhMQWhLcmd1NExieGxNam5Ld05BZUlvWVhldkhWTHl3bGtwVEY2Q1FBTUpndk94ektxYU1xU1h6ZVpaRnJzb2ovOTkxSlhUMzQ0RWtDc3ZGbVY3dElZTE1MWDhqc2FwbGFrVnpWTktxZjIzak5nQ3QvUFl3eWNicFpnYUtRUytld3E1clROcEN2UzFNR21YWEdIZFFib2tqVWN6OVorRnl6QXlIU09nM212eGlyQnp2ZnRTTjIweThkTGVHbFNHRTFkWktudlZ5bUordnlhNUhqcVJCREd0aWZnQUVYVlcxWkhNdlIydzZGYXp4em13anBEd3QvL1MzdHJqcUhtaTF0bmxKWE9RZU5SdUpnN2FPWnNibGpVcWV0bjZrMllIOFRlZFUyek83OWJhRVN5UGlwYTUvRGhOZUUzb294eEdzSXR1WFFaUHF1SWxLYllacm83eStIR292UVNLWVhDVGxDc09NSkh6cEh0K1hJbDBER08yaVV2TGgvMk04Y2Izb1ovYlpPMU1hMEIwRHFtNmhyRmRldWpTOGNycjdFZ3RlYW50OE9qMEJ1S0JqaHRseHFUaEwvbGxxVHpPUk5NSHVPM1dibkFlREdDaDV3clFLRmNudkFmaTU4bzdUOENtalkxb2VwclhIU1IxU21EeUxGYi8wQ2ZJM2R6dlRWUmhxbFhFZ1ZjSi8vWXBjQzlOVXc1em5NdkFIazlRQk4rVmlrNGRaQjlNMjdkcTlMU3JhWU04MlIrS1o4Z3E0U20zQVUrQVNUQnoyK1dQcmJxNnhtMWdwTzd6SGJqVTZ0SlYraDFtMUlGS1ZkQ0VCc2NiaE5XTURoNDUvL3o2S000Y1BDNGlFUDFNTk1qTGZ0c1YwWTNMTmJ0aEErZHZOQVRodEdmUnJPMDNGZmdDL3I0azZXQXVwTW40YnM3TnhUcVBVRXN6dCtMUXNiaVE4OGh0L2dPVTJJUjRCSHBybmp4YWhudWk5NXJmR1Q0bUt2YXVnRVIzQ1hweXhBWHdHeDlTendSYllBdzJDNGpFZHd6b1A2ZlJsUm95cWsvbE9tQVpxZmRlK3Z0UHhGNlV2WG1Db0xib2FvVUtsS2xneXpndDk1RjJwVllOYWdwTldPeVc4NlQxNDU4WTBrUGZHZUdScXdiVG5BT0h0NEwyZzJYM1BXWUVvcXJTVStaM3JRbTJ0aHRoeXY0TVhrTjZxYnRlMlpvSFdPcml0RXBqdzFoU0ROK2tQUnJlUFN1YWowT1pJWUo5bk5ZS0kvNHd0MThNcDlObXcyWUgrUGt0ZGZiSWc2V1MycUI4bDUrRWF1L0VZdlpXdWM1M0NHYmlqQ2JvQ0d6ZUtQdGdVeWZMUg==', '2221277762807640589_1555602922', 'a:1:{s:3:\"low\";i:320;}', 1.00, 1, '2020-02-06'),
(4, '2020-01-16 18:20:21', '2219214058763003612_1555602922', '2020-01-16 18:16:19', NULL, 'K9VJoswKzkzhmicqW/UWpnFiMnRyWW44TEZsbElqcE1xWlM3eUlueGprQ3RGd0gzNEE0ZHBNV3lRYVZkaVlzZXRYSmU5MURRd2YvZkFDLzZDQnpPVkNtMHJ4SWM2S25NalMxTHgxdXRUOUd4by85RHRsK3VIUHF6eWdYSWpycUhBcklraVdDTEJxMzVTYTJpZ0RaeWQ0SGFuMEZjVm81ZVRpaXVPS1N5QXNBRnFrUStsYXdMbGI1b3RrbnZuUWU4SFVlT24zL1JEeXI3TjNPdWw5NXhaOW9mUDF2WWNOZzZJMHJyQjBzVC9KTHgyK0REbWovRkxmT1MxQTY0bFBKL25Vb09Fa2N5cUtRNkJ4WExXSlZ1NTE0MkU0VmhjcisyTlZWS2RpcmV5bGg0blJ3Zit1VnpDWTBSNmw3MmQyN0lYK3RJMm5qbHF2Q2NUMjdhMkxHUnhZN0Mrd0d6RFNZRElUVFpJalh2MGZpSFowK0RvVlM2TnUvdFM2bC9QZy93OHZGSkFOdSs1akpSQyt0TDN4d2J0Y0IzUzVQZUo1R1p6eU0yVWFYaFNmUW1HdVk0SDZMNUV0WXNhMmQxdXh5V3MzSVlwei91QTc2T2NGQ2RzRDROMHNQbkJQV0MyN09lMWlTQzRaVzJEVHR5YzUveEtMOW51R2FQM2Z5UzZ2SEZ4OXYzb1h2ZVNaSklwL3hjU1U5Ykd5SjhQYUd4cXc3N21UTE4wRkVrcEFURVRWVXVuT0NDQnROSmg2aDZ1N3NEWFBQS2N3cndSVVBuMkpBY3cwd1RYaCtXOS9wR0pwT3NaUzRUeWJQR3ludHFOOHJidlEyZ1BQbThtbHlBdDFiaVZQQXp1WmRrOUlzQmdkMmZ5aU1zWExTZVJCbDJGaVNiZmdQZjhoZ3lUa3k2M1I3dFExWnVUMWtNVDE1ZnZiM0pLWTdOZit1aEhYeWxsRXMwa1lmN0thaXVpSTlLVXZ3L3Q2RVE2R1dacTVwaHdLTWxVL0hlRERqYndIYWZWZStzMDd0VUlUYWZBcktYWkNtUlZuK2F5RjRZMnRBalNmdlNoUkJDZU14LzduaXBDWDhtWnNwWS95aGcrLzkva1NDNW9kL0d1dW44YlVSN2hWbWxVbVduRUFFMmVWKytTV1IwYU5LVTdZSjFEeU9SazFpZW10SUlLN0ZHR3Y1VEN0Rmp6d2dxenF5eENLTHA3dEdZTFlzR0lSQk50OFM3OVppbk9JeHlESTZRTDRCSlNrZGljcE44dmVtTm80VThqTHVvS01mU0hUN200LzJNRFM0MWJGNEdibHJSdjBEdndJNUIzc0Fjc1FYamE4RzlNVTNnSkZmTmJXZXNHamQ2MmJaeWVqU2d0am1ua01MRTRNTlE2QzRpMWsrY0s3VUZST0tvQnZ4QXdXS1NMeDN1ckhwMC95UDQwNXhOTzZkT01ReHJSVEFobmZQNnhIek9oUW82eGFXTWVtS1NXeUkvRmpyOGs2RGpjWVMwWEJ4YnFkVkI3OXJya1VsbHZoUWltNzZRRCtvdGNkckxWK1k3ZmNPUG1DZHcwS2hzZ2FvSjNTak40c3luZk1YU1psWDl6RUpUMmFvRnY4NWt4ZlAxOVdFc0dqQjJ0cXdIbTV0L0ptZTVsMUVGSzNRQW4ybXVoemQ0c2l0MnJ3dHE2YXUxVjFsNkNrbE1ybkk0WXdyWW92YktxRjRnQ2JIeGtDNDJTMjREcjBwTUNkanRNWTRxcTZMdzJwWVlEc0ZLLzVudFZBQlZHM2dmTWFLSEVYQzcrb0ovdktiNldLejQyL3RXZkV2cWI1M3dxTHhvM3B1RUh3M25mTW52ZFgvdzFvQXRIZFdYeU1sZldKUVFrckROQU9ZemdxODVNa0FiSjc2NUNlVThiV2xiZEl3RmVGdVplQXoycUg3MEw2NXJ1M1BpOEFxWVhoT25jdVNqdnlwdm5WcFV3dXhqZWwrUHM1TTNITjFYTVBVZVJ1b2NRS0lPQml4eExjVVp2amFwdERHQUU1Q3d0VmEvQUJlbXFsSDhZMHZmNHBHUVFaM0piYkFPRzlINTFoMmM1SWtzRlpHTFVFdC9SUDNjVnRKYjVnRlFFUFExMUNlbWhBMzMrbzFheXdDbVZjNG4zTHVqcmxsN3FMdkhuWTlxMVdKc3dQN3JUZDVDSnBwTGZHMXd4OW4zMDZBMVYzSHY4MzJ1LzJJbUVhSGorb2liU3p6UzRCa1hsdkRuaDJqdHc2OVFUYTh6WlVlWjZUbFhnVGp3L0pwUUp2NHFTYURSZDNWTEFac0xjcWc0UHdMQzNaamhFem1uVjZWSGsyd3g5cEYyZ3JGT2dCdGUwN3BMbUJMVVBqYWdZWHkrYWNZRTRoUVVXK2hCNjB0UlVHdDM1Q0xRZjlTRVJZcEdORnFaVUFweTRKbHBEUjA5SjFCVC82dFlQR1F4VnlXMUZsbnpMY2U0YW1qaFUxeStOY1JWQU9GODZjWkduNTJIbUs4aldpbUtQTGR6VVE0bTBZYWJpODRQNWRqT2g2N3FVQllSV1YrQ3Z2aFdySE05bXl5Y3FtblRSZy9zR0xjMncxbzR3Q2diTHRUQlRpOTZZMGVuMENqblE4eWk5bzRaQy9aWGY5Y2NjVUpzei92dmtvTjNFQ0lyRFBBMHZJVzh5WXdEZkdZUGczcUtOSk9FR1MyVVJubmxQRTVuclFLUXQvc2VCd3FZKzBOc3UxSUd4M2w1RWoyN2oybFZVWGJPWFc2YXhHZjBnL2lHR2VhYzNpMEpYbTZxc0xkT1pIcGxCS28yMkJ0QUtrdURSUUhXSW9wQkg0RUJtcTRzOGllZkJMclluV2ZpWENzQ1M1c1BOMDBHWWlZR2R3eFJIWGpvOWVyMHVPVHFqWGdDTGIvSmFIN2hYK0V2SS9lU1ZmZjcvcGRCVk1LelJsbSt4YkIwWURIV1k5UmY0M09EQ2JGMS9jRE5xV0lOKzlYVWRxTHp6VnJDSlRITWJSaUxIZzB4alJGN2JRODlWRlVnSnpyUkhhZ2ozeDBmMEtIUlZaUm1MM0VsV1g2OVZTa3dlbzhteW5aeHM3bFAvTDhmWEYvVGtMMUxPN2JPRWtnVGRCNjZDTC9tblJJcGFnRlR1RDBZNk1zbmdzVXlTSzZVMUdDMGhvWFROVUk4MkR5WFVKWXdKN2pyVFJnMWI0S2RPL2t2Y2NuUVhyK2tMWlNQb1ZYd1o2UEtxR014dmhGcFVPU25WejJtZE1nU3pQY3Zsd0puU0JINDlQeksrUVZ0c2V5b0dZemtmYmxoY01hZWRUaUxNeGpuTE5WMWc0akJWZlZlUFR4SlMwWVZwN3dsTWJTMTFzblpmT04wZDBnY2Q3Qit3YUtFMkQyVUxHNThMbXp6eFJJL0xrSDZPUzVuQkc0NkExTCt5NGpjcXVndU83clF0Q1lCYy91V05RcXRmQitKRkNka0NNbkVtcDF3NG96SStlS1BFNEp0VzdvbmUreGRBTmoxcXdLRkxTTnh6bVZNeW5vb2dONWdpOTk2ZU9iOHh0b1pTS2NGdER6WjNHTzhrNmZoeDlqQUw0cDhqaHM5Smc4Y2FkZDNFQzVzaWNMNWkzUDJZdlJWSGhXY3lUdUVkNlpXdStVRzhwS3FqOEloQi9Qa0txV0pWT1FEL0VPUkRZWTFKeE9lcTIwU0JFcWM4RGxOMlYwVUtwUzhsWVlTK1pqaGZMT3dML0RLTFVpZlZMTHA5UjZSNlZLQmFNUnVhVThOeFJuWk1SSUszbkpYcmR3ZnREWVhYcm9FeVFhd09IVDlPRDJ1aHZxcVJHRFFaRGR2THBnTUFsTm1mUk9vYXArRVVaNFovS1NmZWhVck9wN0o0TTdUcGwvelN2amJFcTZGY2VpYTczMXFVOGcyb3VidGRqV3FtUmxqMTdzblRoVGxGVHBFTE9yRUphRjhUcFdOVWEyNGtOUFlBU3JHSFUwcjg0Umxwd0YvcitROFVuZ3lBR2gwYmhUaWdGakRvTlV6Q0VqRnZVZlNHVHlTNzNmZmRZZHV1aGlYVXQ2Y2xIa3pwVGpKUFRST3dpUk0vR1N3c0ljNVVZY0RCRVFYRWZvYWlJVkg3VE9BaHdCOEZ2RnJGdTNIZm5sVStTUFNENmJoZ1l2VjdOanFjQVpza285dnhaeHJaZGNCZWJYc2NJRVB0dmdzTEtkZWtPQkN5MVdtUm5LbnRzUmUxcWUySDFhZnNhRzlOUlNlcjgxK3pRS3dWb0lzcEJ0TkYxaFlONld6enNLM25ZNU5jc0NhNGxvbnhUN3RFbFRQcHAyclJuYnpTRVoyM1BLa0NoZFMyWTF6dG9BSmhydzEwbXQvS1QrZ1VxYUJTdHhjeXJpajBzQWFEaFlOY25HRDFyaGxwMUlONFhEUnV1TzM0dXZSQlFqSGI2VzgzWmhtb2x0TnNvSEVsNDhiUE9iSnZuaHBRUWtDc3lUN3IwbGhNUEJkd01HTWpSYkV5U2gzQmFoa1V4QjdsaW05aDY4dUJxN0MveEUzWDVId1pWQVpVdUR5Y0V5MjhEVmtTc1paSzBkZWVTdS9UT0FlV0wyQ1p0OFk2MG83c1VxUFdDTkFXQUhJTVJhVW5qTDVjbmluTHhseTMwbkpjdk9GdGZqdEdrVlg0MFNEd3AyelZwSXJlZTlNSFZxeTVHMEUrNDh0cW5JRC90Vk14RFF2STBQQmEzZFBQVEZVL0J0NzRKZmxxQVI4eHdJTE0vanhSY2s1aE5vbzdKQmcwTmsycWVzaGhWaFRHTTVBbHRwMklZaEljOXZKSHR6TUR5MFg4WkdiTGIxR3kxQ3IySUFSZTRXUVNZczNMUUVaUUhLOVl6OXBhdGRDQi9td2tIOXRtMVIwVVFXNC9wQk5OeUR0cGdCaVY5MHNDSmwyUGxYU3Fsd2I0QXlmZ0JaOHUzTkQxQUFOMzl1MVI0eEFVRmdMZlF4eEt5cG4zTHJtWS9PVUhGRmhsUFlob3gxcnBxcytxeTkrQmx6ejhhUm1VZkRXSnM3N1AwdUdUbEdLMGNjaU8zWEVwRXA0TTNvTjI0bVF4UjY5Z2VzYk95U0tYZDRkNjYzNkpEOVBqSnFlVzdBcTVIbUkxdkcyWEk2SEFMenhOWkM1b1pISjVqL2V6SmFxbE03WjVOek1meW05Q0o3eUREYjZCMlVuQUVUVGNCbWtpTVljcm9qU2JqaFRYLytxMHNvbU5semlsdm1UNFRMalJ1ZHlmWkJlbE94amxGL3hmV1drdzZMUVVFcWVrVmRja3NwZEJtMmdLUThzZDBnREhONy9wbkEyUGVIcGFiUE9VdkduTERXV3Q0Mi9tcDR1YWxVZ08wSFFDRGNzMnZBNmlYK1ZYTkVhQll4R2tQOGtINkZiaDZvejM0QkFYdzNwVVhONkJaRmNscHBqbjhBUmsrdjBneTJDZFcwcmFKZ0tqREs3QUJZdzh1MkwxaHZCM2NVVWc2c3l5c3JIYXpQZXB4YUQxQ00zeUxUUkRORDFHY2hwQ0xZdkZkbWFBc2JqemswZXlMVXhqUWdmNm5sMHlZYWk5dHZDQlBRZjFtVWhiblpBTnN3WDRheW1GYThjRkpEemg5bC90dVRHLzRWcmhrd0dxZFQ0OFphZVVmek83YXZNVmhqNWZ5ODgxQ0lza3V4L1laTmxla1FxWnZITTFZQ00xVHhZekJxaHNjY1NtMDM4ek1JZUd1VlB3WkJ3NXRDT3RrYldrNXphcGVqWkROT1MyOEQvM2w2SXdYQVEvWDNKb1p3Z0JtbytLN1BjWFlsUkxrZkxVTDlRWGdhZ2huQXk2aWtQTVQ1bUljVVNvSXNCR0FIOFlLZTNHOStiOHVoM1pTWTZKNERtckxFRGtVb3hYcExZSGxIY2toaDFWckF3NEhCM0lLT3ZvRWlVb2h4cmx5YmVSZS9XM1Z4QllxWU90VDVBMkYxN09ycnhLeHd0L2Z0aUcvalZEempXTjBod0dMa085cHkxMnJvWWxrOVJxSnQ4NWYrTTZrQ0dJUUtZZGh0Ym5ZNStMVU02T3FtZENUUDZVQnpTRkUrTnRvMTlmZTgyNlQrTk5aZ1ZFS3ZVY09lcWp6eHpoZnhyY0RBNUh1d0x5dUduRDNQUzdYUmNOaEFyUE1pNW5zVFJOQlBUTkRSbVowTW10ZUZhOFBBT05jS1dERTZ1OXR5TEpqUGVWMndVNU94T1NSOGhpak1mcUk5K0dZa2prM0VBMjByRU50NTNWS09TLzYzbndZUlVhc1hUMmhvWkJ1bUV0NWN2djBVM3VBSXFqVTUyWmhUd3JzU1lHR21TdW9nZXNvaU94NUVBRGZvb2ZpaTFLQmx4M3VoaEpzWXN4bVdyUUllZHVTQysyL2RIUzUrSVNRSGErWDNiOTVObVNyeFplTmhvbit6RTBmeXFDQkdmbDc0TkVTanF0RWxoR3B6dzdSbVpXWStWTko3OHd2bkdrQ2VRS0UxY1h2aTZ1UFNvWTRvamVmQ29nZmFDRmUyaUx5a2JLay9aN3ZZZlVkMjRtQ3AzTHVBMDl3dVlIRENjUGlLd3U1R0MyaXpLM2xEOXk2S0FjUzNnWXhGR0l4eWlkT2RPeDJpMk1UNWpKanlYSU1qaDU0TXc0V3l0YmlGV1lQZlVDWnNwUjR5ZloxU1dYU1F6SzR4bWlVMHZKVUFuQ1pDNmpwOTdNRVRMMEt1bEpITUJLc1RsN1M3ZitJTGxxbXVFdnlGR01Ic1h1NDF0OXN3TEZnZ0Z4R0ZEbkV0aURvamtIWS9SaXVSeUVGL042dEJ3a3B0b3BXb0sxUC9RNVhxU1RkOXFHNnkzbXVwM1JJUlI3bHE4WnhmTUVZRFNPaVBZR09Zd1B6dmVXSWZIWlppek1BKzFBY2puSG0vR3UyZFFMbEU3ZEZ0K3MvWUpSRlNmajJmdVk2bnRMTzdkSm8xTW9Qak9TajZnTFZ1RWhET040R3RvdlFxS0ZhZzd0c2lwbGJpSGZwSnlXcUx2eHB5NVlQYWxHVjAwTzV1c3Noem10VEtRRkIrYlZLMmdQd2NjNTN5TUs3NmZIZkdHWVd2RXZaMkFRcWM4QjRqYUNid3ludWc5azJjTFNPTGZwaGxQSmlFZGN3d1hxYU8vR2cyTW9SaWEvQ1FZUkdNK3hCN0pFUGxWYzZJdjFEbmpDTi9VMTJXOGROMHlaYUpuWkN4RDBUQzdNcUFNdWJvUDlXQXdLL0lpZ0JQRw==', '2219214058763003612_1555602922', 'a:1:{s:3:\"low\";i:320;}', 1.00, 1, '2020-02-06'),
(5, '2020-02-07 09:19:16', '2238082424000846004_1555602922', '2020-02-07 09:21:16', NULL, 'C8GIKHJ6qMV0QQg+X1UikWtjS242RElDZDdSdGtSSEtEU2RIdjF2cEJoWnNCT2YzVlJockZLQWRZZGlqQ3Y1d1dSS3VZRW5aZGNmQjFMenlEVXpmSFNhSUI3V1JwL2gwcC9GWWhWbDgyd0dYSk1LYmZYb1FLTG9jQk1hNk5YeExHVHhjVWJmMmFCK3dkYm9QMXJhbm9tL1VJQUdwNHFBUndxdnp0U3FObVhNVzlGL0RHTnVBQlZ0VmMxY0xuOWUySytEekxwN2FTamtQTFcyb1QzK29YQnFrNDdvYmtsSzlSbzdtcytIWDNQSEd3MnRzZUdmK0NCWmdmT0hTMnp3ZjgvOU5yQUFCMWJpOVM1VU1vT3NsUHVqWnJPbGNieFpUa01VYVR5YVM1cFVIaGxvRzhDZGdGQlh0RHNNM1o2Q1dHT3lEbitzSFZoMkRrRGtybHZUU3RGUWppZkgyYk9LQ2hDUFBjZ3RSeXhDbml5SmIyempIK05Lc0dEQlVsc05ldTVVWkd1V3U5clVVMzVtbXFieERrTWJpUjVNcWVTRmxRc1c1dWtRV1lJVmt5bUowb1hmSGw0MmZHbmh5eGxZQUJFaDJhR3E1by9JQXAwT2Z0aGRlajY3dmpPWXc1bDlGOEgvTmJ1QkZPUFBmaUY2MmEwT3ByS2VTYUkrbGdNNTBNNTBLNEszOTJnR3prb3JUWXpRSk9LK0ZlcjEvTno3RmFPbC9jd1ZselpnaURObDF2VmNRbHR6cU9FNi90Y1hSbnF2QStVZ3hMS2h3ZXlDT3RXcWJtcTV4SHhJZ0c2RmN3aE4xNlF4YzlTc3JXUEtrNEJ5NVF1YkE2MFdLbXB2SVlweDFnWVJ5bXNBR3ZHUS9YSmpmTHJBVE5BazJMZnBxdEhjWU9iTnRpUXdtMHR5U3dMMStzTkJpalRtMVhqcm9QRmRrRzE1M214VVJ3RlJJZXNrOW1hckdtVzJ5akgvaEN5QlpTR3o3VmNLMXlHYkxwUFd4RGtkQVZvamFiL3FRbUZhWlhnZHN1Y0g0dnVxMVRJVEZKaEw4UWNLRW1XTzNJTGYvT2JnQXNRdkVDcmYxcDhwZDU2c1c0d3Evb3BiVGJ4MVJNVTZxaHAvZGdtUWprMjlrUEJSS1M3cUhRa2tzWjRxQzhjU3ZtYmQyVFk0Yy9aNjJSNmQvZjBXa3BwWDFRS2U5Ukx6aldKZTJ4d1pCNUw2SzFwQVppY3NLSnpodmNyaFpRWlhXTUtpRnU0dXJSVko0VEZIQjRSb0lsbnAvZDRnZlZiMTB1MW9PTFJ0dzh1ZWJBNy9GUkNhVkhBdkNlcWIyNFlMYVFZK01tRkEyNTlmL1lxK0FUd2tpQmhDSXh0bEZKS0lxdkZiaXNaY1hiRFFXdGZ5UnZsZHI0U3crWlI5U3JQSXIwSFNDOGtVQllsVUNsMXV1aEFUcTRQbG5Ja1VjbldGQWl5cU1OK2JJZnk5TERHZm1hdFZVWVZDcEx4QUNSTHFXdmFRSGZLZHAzN1VUVGllU0JsVmFLb0ZOYVJ6aXNWNlJDc1lLajlMZVNxMDhOeTVEWHFXd0M4RnhHTUxuTU1QQndsT2lncDNTS0NxeUJXSWNRVEt5blBMc1QvZkVTclNpazR0aG1NYkdQOHlFWTBRTFlPUnVuY2tlVmp2bE1YaEdqV1hZL1lDek85dHhZaUhmY2VvWUdYN2dPWXk4VXBxczZnbU5hN0lXcHFKZm5QS3c1Ri9PV2F2WmZ1TlN6cHVmYXdxNUk1VXpSbzlWMERNZExwc3R2WSs4eVBRakdQclQ2V0EzazVxT0I0T2Y2VTlGTFpxYzBKVktxSWlkRkppZEsyUDhVMWJoTC81WG0zcEdpN0pWS3c5NXF3MVpIWTlrTlBzaGhYc3NnMUxwMHlGT29lRzlUeGNNTXZySUhGbHc5T3pBb0xCRkhkRjB1WmhkT1pjcGxBOEREVzk3dXBCZGFqakVnelVwSjBBMUEzRERNZ1pnSjNpMDVKRmZ2R1k3eGQyMGhEdHJsNlRjNDl0RlV3SjI1dVlJWGJCUk1nR0UrUzR2bGZ1QXE5cExVeithMmpsQW9rQU5PTUJFeUFiYVNHc3ZSN1cwQUJGUzRoOFdpL3cvVzFsTlZOUzZmSUJTeWc0K1dEMHVYYS9XNDFTN0RIY3RMNlNlQUEza2FJa0VmN1U1NFNGZHR0RnA3TzNsMmg4a3ZQb3lpY3hIcHFONzUyTllDaklyaHRESEpQTlY1WGpnMklLdHV6M3ZYMElRQld2Y1JVNmVBYmtKc3VpMCtWbzU0MXlGWUpTQ3pXY1NwRmNJWWdDbllnNDRvZjdqS0xzS2tuMTE1YldEQ0hUK0N0dklqa2RSd2ZPYmdiNlA2eDlrUFNvV0dVTElzejMwaXhFY0c2ekpoOHNSbmgwVDBKcHZXZCttVEZvWUs5RFdnTFhJb0JraUlJdEQvcHp3ZGlEZmUveW1qUW4zTExadjlzVEpjWEZvdTVxOTdIenUvc3NYNVJ3ZFRYdkxnVDFnQkZrVDFtODNVT2YycFhMS01VTlhiOHRrUkZodGxBdnErV3pFeVhKTXVya2lqUFEvaDhvSEpsSFlhdVh6Y2JjN0d5MjBEMlhONkltZG9QbERzQ1VuZ1BkdTl6aXdYR2NvaU4wWUlqWk1vNWdnRGdUN2JncGpWWXFkOEMrVSs1S1ZPMWVZR015UDlGRlF2TU1EeUNQNmdSVzcveXBDOTQyVFpjaC9TNjZxV0ZIL2VFOU95dVd4ZXF0NmtxZHRVcG5GNXJ6MDcvK1FJN0tQN24yaDlKbkZlV1p3NWdoUXRBaGRBTktiVlpFbkdCZExhWk9QQ2hhTm9VMEoxTExxakVQSHBWT0RLS1k2ZFNHbzdXZ25peEV6anRHZHVhcDljQk5tTTFOSFpaczRSN3M2ekxmL0tMdU1UZW9mY2FGWklVWUFZdGZLYXh2VmFoNWFFamkxSnJOVmlOWTJuMG9CSDEzTnMxMUIxVTRMa1Fja01tVVZWVGQ4eXh0aU5NZTFFWUpnMlgyS2cvYmtMU1gwQXBlb0MxM3VuZk9YSGNDd3hDMkdLMzBLQ3p5ck5YdEFTUE1Vb0R2Sng2cUJUZ3QwdjQ0N2tOd0t1dmNuYUpKZjhoUm1nL3NqSzZpeHJvNE5ZazVQQ1ZCQ2VjNEZyT1huNXBGSC85SEZhT3QraDl6TnJHOStBNjN2VTJCWCtpVWdPS3VoOGxlN3NqNUVJS3Nid0VlZDZEUU1mNzVZSC9XZEszQzhEUER0N0wyVnRkdGJwUFF0a2UzNHVxWXo2WXdLU3hjZXdvVUZORjUzcXhGU0w2Ty84NFVEWGVKTDN1dmVOSDhrRFFzWlFjUFNpdDRMamlCUUt1NHJzVE5lU2Z5SlRZMVlYSmd3WXoxcUs1dkg0Rno1eWp2U2NlSFRaNCtXN1pYZVgzR21Tcm1JYW9LYzd0N0NXZGRqWDBqekJmUXg4WktxbTJpMFdBc29xQlNBQ1l1S2c2SGJrTVo1dXM3RjcwWk4zRlZXdW52Ujlqb2M5Y0FxUytiZzRvSG1SamlJSFowN0xsMldBK0tVL20ycFdmbE40THlFbWtCZkxycG12L21pM3dZWWl6bjBKYjJybmJMbUJyQzdNS0cwWkEwQjg5UEZnSXVZNnk0b1NLU1Z2MVBWV0kvYTgrYmFQcVFxQ1VQbXlQVnJvWDlVOGVYaDBEdTJnRVVWNnB2QlIwYmdpcVorYVF5TS9JV2ltbHJJNk5XaEdZYW5McUpoaDQ4VXFNZUJhMVhzSlFnN3BCd3FiKzBIMnBpQ1hocVBwaCtFQ1Jtdk96WHQ1ZXhJT0hoTWYycTFCOEo0N0x0ckZIQkUvd0pnUnhRQm1jblI1ZzVDZ0ZQUnN1Njh3OGZ6Y2dSQnZVZTE2dGFNUzVpSEZwZUI0cFExUGVtYUwwMWM0MExQMVh6a1NncFJXUjZuYWpIL0Y1Q0hvSXhiT1B1TTBSNjR1ODQ2L3U3YzZVR2JHWE5jWVhhTjQ1WDZvU0h6TjFobi9XeWNPalJGYmsyMlVGUXdNWk5yUmIvYndRL2Z5em82V0dld3g4RDVqaHdaeWZTWlVhZENmTnlaRmNmTmhRWFlIamVXUXpFTEhtNHBucC90WWhyamM5RTAySEV3ME5aRXJoaFcxSTdTREhzdXJIYkJvVWVwekkxZG1zV3Q5UitVUFNLLy9mdmMyelhyalBDb3BIcHBCRVlXS0ZiU2F0ZUI1a0UyMkpOVU9HN3MybUF4S1lyVVpnRkE4enRnblFnR0FGK2QvcWlOZGlMd05ZQ2tsdFhXYzlnemFVSEZESXJVYy9ScjJNemMzalRMOXNGcVZ2alVuZHdOY1VreUU3cUNNeHpmMndLUFFsK25HUTJiZUJhclYycVpSbEtZWVRKSlpXcGtiV2k3TUpaRlNXcDhsZEE3OUVKN2pMejFVKzcyMTZta1NqQWc0WVh3akIvbXVFZjRkbzB3TnZRWGVmU2ZEdW9BRzNkeTVIa2wvZDFBczZmc2Q4Vi9saUFkcHNuNU9OSm4vSmxPOHZrd1hNVEpkMlZVaEdjbStDVEx2djh6L1dldHl3MW4ya0ZHYlN0dThXdVAwK1VxZDFRekJOSGlNZ2hlcTllcEk5MFRETW16ZjFBRnZ5R1NOcGxCZ2hkcGI1UFpSMnh0WGQzdTJMNVd1bTNwcU9FLzQ5MDVIVC9MM05rMmlINDJQRUlWRThzWWpiSldQbWVhWWJzM0c5YkltY0xRK3M4TmY3VnRidENpRFhhRHNoalZpQXpDN3FoZ2phcWlJY0ZGR0F3MmVaTEh5T3NubCt5M0FVc0g1VCtpejluRFFucTFIdS9XbjFBR3BkTkZNYm1IbDlDM3NmTG05Q2VEeWtiZmVhZXEzWWJuREdHd2dEdEw3T2RiNVhISGo0TXFnYWZ2YjZnalBxOTB6MmdnOWVEdWdteG5jaE4vM3dSZXVKQWdwUHJyb1VVdFdpTkNqQncrRWUyOHE1Q0ZYLzB2eEY2MjVCb3hsYkV2UVhNNDVJSndiRC9TbS9UeFVnd1ZWeHBBYTBOMkdoNzFQeDlKOEpIWFBRbkhscVd3Y005WmdsZnJHV3FEZWlRZmMwNTJHUHBpa0dweXg2T3ZZU3p6VkhSU1FtVzg1SHhjZThsTHAxUkxvNjVXbkluQU03eWlPeGQ4VlpvWlYwUkk2ZTNmbUcwbEtSZmp6eTRxK1pUUFMxK3YrZUFTTEVzS09ETlNHVE96OFpCZkpaRm5XQmYxRVY0eWpYN09URGpCZkVCby9GSWhBNWhrZnBjR0NSbHFxZEFudDRIZVNhK1BwQ1VFWTRlTlNGSG93SmlrSFEvdkN6OVRhZHZmeUx4akpMWGJJWU1TcXdORUFnaTFhN0ZyVjBpL1BFbE9WNW56eTcxcEpNQjdQcXZYaVFhU3dTMzVscm9HSXJMc3ZjRnA0RVhMUjBnT3dsZDhMZEhzNkFIWlVmZzVpelF2TFVyTlljejlWd1N0N1F2cll4RGdMUWx6a3NPaEpSdXAxUmgrdnBFSHhhZlJaaUlZemZQbFY1UGZhRXIycDVVd3MrUXI1UUtIY0V1OFJTWlJrWjFiVnhrZUsvd1h0TXVxU3FFak1aOHQwRXhTVkVGVnJrZ01JK0hqSEpuNkNuQmkrWjZjWEdoQm9lQ1k5Z3NvaGRNMno0M2NteEcremZsZWlEa3F1bzB1Y0pjZGtEaThWc3B4Nk44SUl6bnYxc2RJRGY0NnlkNmowdGwxQ0V3dW50R3BVT0ZUOWZXWnBCaUlKMWdRQllEVmJ4TCtROXhRNXZCS1Y3Tmt3dVVQMVdNNXYwbHdFLzBjalVkUFYwdkNwTWxuQi9XTWNseThEZnVrUFBzYzBGdEx3b2VjcVE1Q01pblpzUXJIcVpNZkdMK1dLaWNjN1hGVU9KSWZiNmZjYXEvR2E1RFhvbFppeGdzenM2dHFDdzBuRkdvTnVPMHFHbzhTL3Y0SXRjT3JmTk1XS1AxNGp3UjJRaThsMFpJMmwwelBybU1QY04vZVpGTTQwU0k5MjRpZEVPcXVNVFdwRW13RVRjcFJucTV1cm8yZ0Z2NVBOSXNqVXFXU3NLZmkwVWpNalpCK0czMmhKdUNiZEdDc0szYjF5UFJMZXlLUnh2SmFtSHdRVnlhTUh0dFJtUUx0RTdoc1dmeGdzQWgyMkRrd05Za1pDYzI1em0zd09oZmF3M2QvSWc4d0IyTEt5S0tEcXN2aDNsWFg2Q1ZpRjJPUENMSmV3MGZNZmN0dW5xZnZiTDFEVTB3YUNYc3gwTWthcGltcXl2VjNzdmVxdi9ZMEVPWjRSN29YYXBGM2g4SEU3NWx2TE56dG1ISk5RUktWUzZLVzIxdGkzSkg0OWQ3aGcxYVlQSzBic0gzVDRQRmh0bWxCWUZuSkNQNEJRM01ITk81akJ5MFFaalZMVVdhaEZTUWltR1QzbzczQ2dGeHl0WThYM2xaSjdTaFZQYkRzWWlBT3cxRFlpY1h1TGNnY2xLbkdvM3BRNitUU0pmbXR1YndyWk4vT21DbHFsSUdqZHdOcTNLbnhIL2tWSW5EYXBDd2Vkd3h3dTlGb01QWDVRMk9UclZ5bXdNSXhGbEcvU0dMeDFCTHZ1YnpoRXZZVmRLL3ArbzdKT0NTRDR1bmEwYUt0d2syN0Z0cXRwZG5BUkdSNFdZYVl6SHluRS92dXREVlcxOFRrM1hJQkw5WU1JbjYvTURZY3J5RGJFY1ppNm9Jb0xjNStpc0M4YklDWGwvc3hocTR0UkpOaGJTb3V1cFZ0MTZKVWE2Vk5WcXBTVk9yU1Fib1J0SFpUQ3FGaWwwWUlzT3RDVHk1MldSZDQ1cWE1YUI5WVZKN0puUisyR01sM3NFZ25tNU5EVmVPUS95L0ZBcDVsaVcyY2lCTDZSQkIwTW96bGNNMElFV3h5S3FYbVdObXFPN0NTcHdGYVFsQURVbk5LMG9YK1dJT3NicjdXU3g2VVI4ZU9zK04rTmFvQlE5S0pHVFZ0M2tBZE9JZzdZL1JJSGZGdUxTZW5xRjV2NTFXOXd2QkRpUC83cFVmV2RPOEtiZXZOQ3pBcitVcUg5c0NjdTN4RktnNllXTjNLNzl6M1B5WDBoVzd0YjkzaEd6aEZoNmVsL1hWdUttMTVtQ0wxZ2RwT09rcklvNUMxYTkzdlh5TncrVlVDVm5ZdnREQ05mUEpva0RFZlRJN0hDRkVaREtLelp0UTVrNTNWYzhndmh5T2ZmU0lTZ3d4N0piKzVNWDY4UzJ6a2Y1SUpISkdRbGxVVklhcEx4VWxBQWZ6b21wRVQzbTdZMFFMaE5XWmx0OUtsZUVzOW1vS0hleDN3QjNxcmZ3MGx2RzJrcVNQdGl3MHUxU25CVitjRGNtMStFWHBIbnhHcEd2M3ZoVS9ybDVlVytvWUdkN0xsSVdDS2xtaENnYzl0dGFrMUlydUc4bWVXVmdRSEZyWlJVK2oyS0JMQS80aFYwWlZZSDVsa3l5b2MrMEVkSzdtRDRneCtaM3ZCZmJZeE03MitiOUVKZEh6WlpPazQ2TGthdVJ5U1JwMEliWURaZElmV2g5UDJaWTkxL0hLaktvdFZ4dCtiZHI0bExMMUZQL1NyVWUrc1gweFFLNnEvK1l4U1pCbHg2MmwzVmxFVXBRRVc3MzZrVWpMYUV6ZGVnZ3htWStYWTVRbER3SGcwT3gyRGFVakVkN2lxMXZ6dHJveldNU3ZpdCtIS3hpd3hxQkl5K2ltVHAwQ2FZRWlCY0E4bFZ5ZitITWo0dStZK20yR3p3WVo5SWluWEV3bDQyQnc0dUp1bWJTZFZPdHYvUXpYdDNSc2hKQS94SFI1bEFxakJTc0ZpdG1nczlpS2pEdncvMGxMaWJneHlHYnAxblFoUURRV0RKa3Zremdpd29laUxGUmk2WXlwK1RYTFphVFJxNVpIZ0kxeDFiSVJqRHNrQUdaeXpuSGQ3aTFzNzZNME1FWWF5bFhwYVBPM1daZjdkM3dVVkUxdHdFenZXN1FWN1g2V3pXRUNXS2IySzZ2cmRjamtuaDFZYWVWWEZuMzMyUmVTWmFyOXY0N1VTVmZ1eG52N0hDQlNRL0x3Wm1pTWlac2pqSkE3MTNhMDBKWVlXNVhFbjVSZyt2b25mekFWSmszR2ZaUC9HT2FOV3R0bk1XYURTc0VJMFpYVE5LVXVwWGZMeXJLSDdMczJqWkNMRGZKK1Z5OFdGenp4Yy9DMWppOHQ0cHZJUTRJdGl4QjV5SzR6K3FxaXh1VkdhTlUwUy9BeWlRaDUrb0c0MFNiYmlZMFM2SEVLbm5TWVZiaisrVHNnM0d3WmVSYU1RSVF1L05pWFJqMXpVcUt1WmwxMjZyQkxFUFdFUDZqVTRicjR2Q3NyT1dzcmZjb0NFZ0swVDIybUw2ZXV2ZldkUGhvOTJrWHJDczVid3ZKVDVDb0g0ZUlSSFdwbG5iUjVkd01HVlR0ZnZPWW1EMUwzbStKTTE5anl2K0cvNXMwMmhKYnl0OGVVenk0dXBpRzNMSTFyWTFmbGxiVTJkSkhuQzVVTDRmQllCTWthSjRtMWdhM2xEalYwT29GZXpaYmJsSUdCRmNpd2lLQVZ4bzZkYUZlNzllWFVrdWFOSHBKZnBsNDNDSXc5Nzg1c1dSdEwxdEk1dVpCekQ4djd0ZnIvU3EwdmtuRlhxUzRZeS92ZUxEY2UreXpWNVpraTBjUWxrY2ptWk9lSitvcnJuaFVrQW4wZ0VXZlp3aUhJQTMvNFEzNVdaaTB6RTdmU0ErSmVRaFd2V2pkOGluYkhGZEE9PQ==', '2238082424000846004_1555602922', 'a:1:{s:3:\"low\";i:320;}', 1.00, 1, '2020-03-02'),
(6, '2020-02-07 09:19:28', '2238080189810756842_1555602922', '2020-02-07 09:19:16', NULL, 'RaAQMVUg3n4J1IwtuXeMiHlveGkwcmtjM3VJb3FtUnR4NUtTaE4zV1hEaXM5MnRBckV1MEIybmlvR2ZuSXhVclF4eXZOR3RLTVJ2SC9LdTA2OUVhTVIvT2V4SVdJUXhEam0ybGQwbUhyZXNwQ2tWajNLUENOQUVodSs5dTdVeVZKZnhrZytZcUwvQVVzZUlOY0xQeTA5YkZ6aVpyVnBMWWdiK0NGYm5zZkY3U0UxVHA4ZU9QLzdremVaVGI4c0lObjBkUnpMSVlHL282WFZFQjB5NDE5aDFKOElncTI2b1YyYmhjNVF1OHFmWXlocjhRZGp3bTEzZFdPSkpXeVpTMkZwc1lqTnBjMHhMQllPSEVxbDVWZmJjRVdSc2NTQWh6TjdRK0VVL1RjcDJONHNUVEpLWDZZRU5Ya3ZVanVUb0lGZmZ2K2NzSzY2NVlsWWpDNFhEWkR4N0U5aWZja01FT0FZaXZHSGthMHh6YVp6Z0gxL3pqVVNrQ3p4U3FPQ0R2YllyTnlqNDl0T0M2eUtOcHhYWXVPTzl2VVZwa0tFY0NrT3FqUnNwUkhqT05mWUtJYVJhaFRwb3lWbWNvL0VWZmpGeDBucjlzaHdmWGZOcVlBaTBYeGtyMFpIRWlMaUVOSUdVREZuM1pGeDJEa0ZUSEoxZ01pN1I0VE5RMVJkTzN1NVRMODdLZ0x5VGhMdFNUcG5wcWtSdE9ZaXFCZWFsSlB5SGZubllJdkIrOHBIcGI1N0NGWDdtRENpSm1pTWRLRy90bHkrWHNQc3RIeVBubTJJRkZVejhVVjY0WkNiYkV4U1RZc1BFSDlQVHJINCtrbFFoVDRTWUlIWXFra2ltUTYyL0NHRHhsc1BlWlIxWWFDdXl0WUc2ZERGdkNMNm5zTWdLd2ZCMDlzZnd6NldxTFBOcXlmQys5ZjdjVlNnV3pheTZCQ3dzZm9RSzlBeHRnaTFKN1E0ckxIZU9pWVdsanhRUkhiY2pvbHNLUjJweWpZSzZ5RnZTakdRQXd6ZjFyMjB0KzM4SUM1MktQMWJxdnVQdWg3SmYySG80Nlc5RHQrU1VKVTgxU1dnVUpsMEVmWmUzR2ZNTWhsRVZGK2hjNXNVRnhHcEtPWU5JZkV1eXRrUHY5ZnJ4Qk04cVc2S1ZvZ2lRRFFsMVRyUUpTOTVrZXhhbnlReXlERkZjQUxVejNPcndOVEF5Z3dvdXF0WmsrRWNVeCtQd2dsa0RNRlhQbk9jeHkwQUVxM3M0a1lmbGtsNlB0aFNLRUJCSmtMMGNlN3hyb0dhdElFTlNYSWVOWk9VbkluU0ZORHNjOU5rTnBSVWgvenZjRm1VOG1LblE1V0JlMlZKeTQxbXVNeFBxR0dKcEtrNU4xRVRWRi9WSTV0WlpVMy9Od3RVTDlJWTFHRFJldnE4OWltbmU1dE1MVk9TMVdTbDVIODZmVU9VeHoyYzJCZTdhcG4vdzVwdE1TZlQ1aUNMRDBITXJvbDJSME1VMFlIUUFYaDhEV0IwK0RqN2lXam1mRm5CQXppa1Zrd3g4MmM3RDdGWEJzOERnK1lVYnRLSWNhYUl0ZTJndGhROVJaKzVqcENROXVqYnFhbEE3TnlycXlUci8ra29GUVNYZHhaNnlWK2tmQmcwNU92QXEvbnB2ZW1NbDVXZnR6emNIZkJiWGRnanNrWHl2c0dPdkkyNDZpV1lTTTJMa25rdzIrRTJSemZYbng4QXFkRHpwYTdxeGR5bmg0U0tJVTlxdktHWDQ4cjBuUk9HUFQ0L0NZY1BUVWhLVTJaZ3Q5NEpwV3p3MXRwaW5PL1ljcDVsSjQ3bDhVaDZwc0gvb1FmSWtFWFlPeE95bytnNFl3Q0dZZWo4bWV3aGY3cFZsM0wzQ0tvb1VCOUx0N0FLWmpsejJkV3NXVzVOamYwT3gvQXZmS0g0MUVaRXI3Qi9BSGdPbW1jL3NpaVlBUFpVcG1nWEpxWWxLRm1JQUdPNk0zVVh0akhEak9vM3Y2ZVYxN1RxTWRRR3RVNWZQSitQRkpMUHZDaTdlc3VkMUxRWWt0a0VPU3cxLzVaU1VwZldXN3BocFR3YlB2a09WNTdXVDNmOUJQZW95N1BwSVArZ0lLclJUdzAwSEZ1eWRaYjIxaitXT00zU2tjdjk2NE53ZHd2KzljSEp3c3VzR3AvZzExa3RWdWRTTG5ZQkNvUEtPWGhyYjVEKzN1ci96S2llYWNEbDlrSk9BUWc3STN3NEg5T1c0cllJTE8zRmJyUzZZS2s5SE1Lam5jSGp5eitHc2JHdU9nUEpSc1V1Nll6VngvQlRaWVQ1ZlpGTmoraXdIWmowUTRoMTFpRld5Y2FzcERWd2pRVVpWZ2JHOSttR2h6aDlYZUhkbVhlWXhWK1pnYmVhajR1cEIxRGpnaWZmK1hqVE8wdFdkNDJmcEJmKzJDQ2FwQW0zNFlrZXRiK0tsTGI1UDFnQmdyWlp3T0J1eHUySXVPUW9sc2dJTFEyWEhtV0Q5TlNsZ2lDUGJ6Sm15eHl2c2pNS3FZNHdRNXB0azJzK215cW5KTFFHeHhab2dONXFwYmZza3oycWVld1BSYzlYT2NMaHFudGNhRXZRTXNFWGNCM05zTXZrNjQwNlU5azRvQWM2K2dnU21kaHgrdHM1bnc5cFJIMjZRaFQ1NGwwU21hdTZHbjUxeEJrd0MrYzBlMUNQbE4vTmxUUGR4UFRmZnpCZ2UzNFRjOHk0Z0VMTENFclR0OGNZdUhQSW9CZm8xdGc3Y2VkbDR3NWo3Mml6YkFFdzY0K0JBWElRTUY2Rm45OHA0S1QxUWtub1VKZXNQRTFKUXpLTS94T2NXdGlHYkFyUER4OVlQbVpVZmRDSkRkbHFNWm95eVhQVnpsQk53SnVPSWdsNjQ1SkFHdVBtbVNTMktHM0wySHhWRm9vd0pYb21lRG80T2J4OVVtclorNE5rZUIrU0Z3ZitmYzJhckxZSUd1anhCbTdEUlJvOWwreU1sMGhLY1pLU0QzM0NUL3k1dFJlYXZrZGtVTFA1anBuckRtNFJqaHZWd211QmRsR25GTVFZNVA3ejA1R0tLdmxueWFHV0pES01WSDBKYklZeDJFdGlWUU5XUWZGSy9UU1FXOEU4UzI5L3hQV0xjN2VUZ0VURERSRmdsdG94ZGNSMGl5OS9qcWRkMUp0RFFiY0NoZnhGRlppZXh2Zk4zQ1hjejBIRnlKYnphejZ0NFNYY3AvQkJpaXc3dmwwdG43anNsOTJYS1FIcGpjYnNSdllIanZRdm9Nb1dVd2R2dEJ4d3lXTDJUK3dJbU4wT0c4VEdhZzc1QVYvMXgxckNMajhJSWJLUkQvbXpWYk43bjJSajRXMkpaTE5mQzNjR0RrSGM4OE1wS3N1bXpoekFsUTljYWdXcDlJS0V1eW9BZk5yOXNXWEx3OXpQejU5STJEUFhjRmxteGNKM3o2NjFxSnhYM1dlOWQybTJtZkZEVG8wZDQxYkFsdVF5OHhUSGdCLzlhcW50cEZ5a2R3M3c4N2dzdWFEU1gweG5uWTU4c1hsRm1JQS9MMUcyVnBGbkh5a3lET2xRd0I0RmFhaWdlcnNIVjIrQzRRWlhhMkFON1Z4S2IyR3hJUjNidjIrOU16Z3ZKeUdjT1BRNVlIZ0tWZ3lQNkRDMUsxZlczc2tTb055M2dsNHUxWmd0bEF5VnVyWkIzcnBieWVZQ01jeFlaQXh6cnVoL25BVmVSYnZ3cDBpa2JrN2RsQzlleTU1YmdDTTAzT1VrTHhJVktmMEErTFZVa3ZmV0szTFlWZUhyd2tIbjdLeG9UMzhmY1lsa0tOM2RjTVh4UUExdVhXQ1dpMnMxRVc3b2t6clNCN05tVjI4L1Ntd0JlYlp3KzF4SWlJd1NrU2UwbEo4djhiOVhQa1JuS0d2Tnhya0R3cytBUzcvR2RibmhiTXZrTXNsdz09', '2238080189810756842_1555602922', 'a:1:{s:3:\"low\";i:320;}', 1.00, 1, '2020-02-09'),
(7, '2020-02-07 09:19:29', '2238067756645718144_1555602922', '2020-02-07 09:17:16', NULL, 'P0GwbgHPEhchnWkzAGicoWpzbkdQUTI1UnNrRDlybmJmdlE4ZlVlcXY3dlQ3YVozNDgzRlRYMU9lL0NaL2pTOUxWNnN6aGp3dWU1ZlNnYzZyd1hXL1NHZlVPMVZnTlkrMjZhNm54eldFOW1mU0RQMURTQjNTK3ZDTGllY1NtKzA0b2grVVMwbG92NFNWU3BMWjdRY3FxWFRiZ3ZMb1lZQ2lrNC9RNGRzSjRDM0RIWmhhbFUyZGVwbENPT2dhYWxKT0E3M2hsdEc1eWlNRlpLTDNESmlQUGsvcWtta2ZXdU1lY29hOTNGVjFCUHRYWnFPRFJFa2tzeHg5Mkx4NjdkN2FPekczbmFjcHhCR3ZIbTRlTDRVa29Hbk43cldmdUFTcWowRnpuYTdjank3NEYvMU1zdFAxQmhvTThVd2c3T01DYTl1Zk15OFlCUzN3SWNrVEZxanNkOU5PVXJxMy9uT01icWVZQTBBTDV1clRrdm5HQUhtOTVPSjEzK2dwWmFackpEOWpCd0J6bFN0YUNXK0NWV1ltM2dFYmdHM0loOGJDVUttK2J0YUhvcXN5NmdSQ010QmJjbDFTcDUydWxPWENvd1g3aDlOelpVSVEySGR5N0Y3UjNnQmVlaWtiVDFCNkV1UGIrOXE1NHlmR1Y1SFZNb2hqNjN2aDZwT0cwZFNXb203SUxuR3orL1dMbEpVc2E0QkJUc3dyQ2MzRmgvdkd3SWZob2ZBb2JPV3lmdTkyc0lhMFJYRVdVNThBMTBMQXk5RVI0VDQ1Y3dHL0FnRndkejNQeElteGRLeUlmY0kvRmkycXh1VUI1ZXF3dkxBbGMxZkNhR1dwV0JqOFJENkIxWGtCMThYKzFLZlY5YnNDWGtqRlpWOFJ0THpWZWN3NVozZkY0UHdqWHdPQjlROUU5UEtNQzkrNVllR3lScTFoTEJDcHR2MWpkMkN3SytoNU02Z3pQd25TZVREWTV5Ukp2Qmk3d1VlWlBlcGt5V0RRK1hJVzNESEUrb1NoRkM0L1l2Tkw5clFtQngzS2RjVTFDTzdCbElJYTN4cGcxYlNaeW5kZGwzcVJtYlY2QnMvdDFBVVpQcjdvZWVmUmx5V3lDWWM5WlJEcm11azQwMC9NM29XV25WQUFkeVJpSjJ1ZnZGMk85c3JHcUI5TFUwdmJqRm92dTJySXFuS3dRL05qNGFUTDRyeWcwdzlQbnkxeC9pQi9hS2tLN2t2NzFKV014cGVTWlJkMlRXVEIzOXB5OGJrajVTMjFUYzJZdVh0dFZxRXArbmVKRXNKa29Ia25jVlZHRkMvTVl2V29RbEozMjBMbUVBdFQyenVZWUp3alR0N0phK1VjSW1hcDc4dVFTRjdOTS9yMmRSUVBFSVZqYVJhUTZEbjRkcmRHMDI0a3FOcGpINUlwRnZWVjYvTlZHbnhCN3pIeTJMR2F3T0hOK2xGWlFua1AyNy95YXNsZVYwRjJxUnFLVVl4VG1STHY3Q1pGMWIvOUh2TnAyTGU5N3JWWVZxZG5sVWpJOExaOWE4MC9Xa2V6SGhvTFZ1VU9wc3pQQ1liR0hNeGcrUHNSODF4MXNUaXEzN2ZQNldkK2k0cW1oSmVwUHc0cHUwS1JkMkhGd0Y2M2V6UjVwSlZuOHowUjBjeTQ4cWoydXJqKzdCRTRpWVVjLzBNTy9CLzdiUmVjcDlZdUhDTG1kMVYwWUtBMjJIT0o0SE5ObE9mMGNmU0ZzNzlFaGIxL0l3M3RGOC84cGJXeVVabzFrS3ZHRDhqUitsUjJhdzlsbHpRNi83M0xVbmhUMmNMaGkrTWd5Z3VxT09aRlZmQjgvZVRnbmVSZFN6blRZUnNsenpSMmRlQmVHVTRBaVErNG41ZGRiSVR3ME1GSzNKK2xURWRuRnZZWUY2SzRSakdSaVV4SjNzNTlQdVFQTjJEV1BuL0RLa2hZK2NRalc4bEc3V2lNcmZlNVlYN3ZwQTA4SXRjM1hWMHI5NmVxODUzM2ZFZ0J2VlZleGYzRVZOYXprMHRvVXE2YjhlV3lacERFSjVKRDEvSTBLTjgwUkV2SjVFbVJWOUE3djNyTThaKzRFcjNwQStiQVFJOW1mRzNKd21abnBsNFJmdUFHaDZTN0sySHRMdW05NzJ1UmlsdnYvcTcyZmdPdzh5cnkxLzIyUE8wMWF6UWZ2eTMvcHBIK0IxUUd3V0I0cURxZ0kxT1hVaGpoU0d1NjlrQ3pJVU1oUldWZDk4bHJKZ0xxOW9ZYlJ4SGRWKy9aSG1WWjAzWWhKVTYycU5ESVREUDRQbkkwRW4xejdBTnErSzVUYVVxK2tGeGxpanRPQ2RBeXNyMmM5UHk2bTJMbTNxbkhDTVh3Zno4NWMwNEthNi80TUozakNJSmhjd3ZvSE1tOXZYZE5yZDNtTFhESWFqcWQ4MElMWWVtR2RDb0J1bGFUaThQcDIveTQ0L2MzcURTRng1SjZpWXRuaHBkSWovVUxpdnl2bG05OTBBTEJVaDFMZ1hSYnlUTkVJMXYrTlN0TVV5N1k5LzdKZjBDbHdwTUhzbU1VM1RobDdJZENSOFYyMmcvYjIwQVNXMU4zcnpBZzY4aGZCNit0MTFxTFJ5OGdYY3l3d2VpUVc1NGdOUW1RTEhqMXhwS3JEaWR3TldzbU1reks0aGVQdkJFUHlrVHZkRHA4Vmhqd09MSjFmeWFIOVlDU1BVTS9hSFlNbFozV28xdlVkRnluMitUR1I5NzlJY0JNU28wdGZMNDlYbmFPc1RYYjY3UkZqVG9JOHI2eHZoT3I1dmRvUllrbkhpeE1nVkJTdXp4ZnJPeTZTSlNzdHV2QzNVK2lrbnVnL2xVWTJLTmRNSDMyUEY1Q2lwZWtDd2hxVVpVSldJRWtQNmVzM29rLzcrdzBETmtRZTJBTlZZWnI2cGtVQzBFaUlZRnBJMjU4aXJzRXVIM095REIwYkZWVTZFd05TMTBsTzQyNXlkK1dnY2JybWFGTzRUYTJCYVY4SVl5cEI3ZmlHUWhvWVVHWlEyZGNXYlVrWloxQXM2eU1ZSEYrSkVmcE41QkJzdjZodHVqTFBoNDFsYU8vOUcvSHlzM1ZqQXRpbUZKTkFQKzJBSVk5VHFFakg2eXFVayt5NXRleXNaVmVMdStCNUhsbkxnZDV6YlFFZG82Rm1xWGd3dzJJOTFLSGYvMndKV0lvNnJVUHFQRlFFdkx5cFdzaU04L2Q0Ky9tVkdtcGQydWZMMDBLeEYydnBRM2xNT013cVpacUVlMEthbkJ3MFFXb1dNaS9aa3JpOGp4UHpzWEhxdXVENWkxa0dxWUprTG4xZkFBZWlBNFdCbUltODUvakk4d3QyZU5lWXdGb0RGL3dsbTMwcTdLbHFUc2VDb0FSaFZaM1ZVWDFENDExbVZxWlgzNVFKalhxNkZHZ04waTVYYzFVZTMvNmxrYW5CTjJhS1dldU5FREwrQ2JFQmIrYUlsVUZQemxwYmdISXU4dHhHNDdLOWhYY2tjQlVhY2dsUno1eG1RbXF5QWVKZmNuSW0xeFRibStlNTBWU3hpR0w3anFXWC9wUUtUbitXYk5sUlBMUVJzcWYyQk9OZlBWakp4bVNYN2FyOHZYWlBjY2ZBYldNc095RFdVTEdMTmlOanRYWDJFaUlQeVRBd2pNL2FiMDBQdlBHeEtXbkpzVTE5dFVoVmRUUnBVcjJzdVk4eXErclUrTFo0MkVXWExkUzNGQmowQzdYM3hpR3l4eVVNMys3R3UxM0N5Nm82dGNlcFdYa3ByQTFpS0Y3U0pJM0hsVGhaNUNPbFdmTDlROFlNWHVDQWVYdGZMYmF1UCt4UUg3bzRmMVJhNC9ROGpCcHptakRmeVdFTDBFNEcwbFlLWT0=', '2238067756645718144_1555602922', 'a:1:{s:3:\"low\";i:320;}', 1.00, 1, '2020-02-07'),
(8, '2020-02-07 14:47:39', '2238525746674821124_1555602922', '2020-02-07 14:49:39', NULL, 'kQ0pQHgxpbRMf0Cj3l/+zjRmZEhNU00xSXEvTkdUbVdsRDNaYTBnWk5LOFZ3dUFJQzk2bWVTRlozck1wWmE4NlBKOUVScjZubVFqWW9HY0hKd1RIRzJDZ2FMdTQ0WjFSQVRoNWJaS0FQY0hGNUNvUDIwM0hCYkJQVy83MStKVE9pTEMxOVY4Si9mYUVIclNVTkU1azNSY2txbmhWeEtvUnVZQWpkbTZUbjBoQ3A5SFE2MXBCaElIeHE0UlY3ODdMTmVjSXp4dktBeGR3Q29YS2JGWE9TK0FNL3RJYkdBMmJIYUgxbUR4VlY0NytjVnZqOXMybFY0SzdZUkY1dmczbzNKSy9KYlpTY2F3eFJhb0IvTE9tYzRmWXRlMDBaVnpOQUUydU9YVFR6M1owNkNZTjlHUHBKVWVOemtnWmtvUDdRVHpaQlVSSUppMjAvZ2ExSWVmZnZQYlBPR1l5WmtNTDl3VW1adVRCZUxmK3lQazBYbEQwTlNSWnlpRGhEQ0w1bTJSRnA2dFI1b3ljYzh3UTVoazJoeVlYQnFyb2YxaGUra1VwQzZFazZ0T2owUldJZTQwSllMQ2YvY3pabU5CbC9Gb3lFRXlzQ2tOTVBVQ3dkYjBmdHJQSG03eThsMlZqc25nMS96WjV5T1BhWGtKQnVNcXVJbm16enlOWGVjNUZEQnY2RVhReTcxWUV5K25nK2FXQmM4VHd4dXhncGtYUDFEMWRvUDlNbEl6azJhYWExbTZwd1h3NlROYVJaaWs5NzZzQjR0aStvRHdTRWhNblE1UlVTdEdTV3ZRNS9YMDZDNzYzRG5OT1dqRjRVZU9TUkcxQjdab1FHenV6RUtPMjdNNk8zdE55cVdDNHNBdXIzb2t1ZStQR3loZWZUYnhRUEdkN0lEc2xIZzNnNlVrT0hPcDRFbGdDd042UFBTVDRsNjc4eXNIRzlKN0FXNGFYNGxUK09HYVNEUWl3UEE3SjJhNXNoOG9NdmhsYzNiVlo2VDB4aEdWNG9HWkdVV2hhR09vcnpUQVdwblIvTXhvTFJFaXg3cUZzV2lYM0RuenhmRXIyRE9sazh2cGs3cERNMFoyOG1rUTVYNWNDa21IdHdKUEdQL0Y5RDduUFVxNmNuZ3BKQUJGaDBVWW80a3ZpZ1k2WjAzbjFHaDZFM2p4dFNQbWRRWWE3cnhvWVl4bkhWUmRsci9HRzFORjhoNDRFOEREdlZ6Si9aSEt1aW4ra3MwQTBuZjd1MXRJN2lNM0xHaGY2T2ZpVG9UNDljUmNmNXJGekg0S1R1Y2k1WEFyYXVTVC9wVENVdi8rOXdKTVdiSDNwOE1jOXh4NlhGelJNTHJjK0R4RytqM2o1bktMZVNROGRHb2tMeWVHelIvNlh5clVEb0VXbHpDd3BNWU8yZVVZSEZiZk1oaDJ5QVRhK1dSdFZnR0Fsa0dUbnErR3JrVUpkcXBiRVAxcmdRNXgxV0dNeE9xNWpoQkVJaGc5MC9UdGNvS0hjc3FlN2FWcTVjOWVmbGJTTC9wRGxoZGx1bElIVE42OStrYzlRc2dac0JJeTVTbFpDUE0vYVowemhwZkdJcmZvT3RLdlBJcGtrQy9aYnVPNU55SlhZRE5DQksya01nTnRSaXBRVDdMTzdxNkFHbHJ3ZnJ5eFV0V09lQVE2U2xIeTRHbEIvRHZrUlNmN1AyTytaZlU4Z1VCWEVVaUxOYWhDT2l0SmtKVlgydjUvcWI2b2hVRlhuVjFoWmsxazQzNkFUMHpobEVMdldHRjk1L2JPMXRXRGJ0QURHNzhub1k5RjkzVi9hWWN6MFE0WVNQV2syREhIYVhGUUN2OHJpd1BzUHdvdC84MklBUC9yZzdEZzZ1bjRwR1F0aFdXN3dZVERwSmtaRFFVcTdvaS9NV0wremZBWWxRN0VZblJUZitJTDh1eFFBbGQwUlk5VkhSUUUxK2dJY2E5Z2xMY202UllSMlFFVzk3ZG0xeURSbXB1YVlUUXNSdW5yakliUk5VbTVGZHV3RVhnMGRSVmtqQWVnaDV2T0pvM0FUS2pFbFVVVUZ6RmM2WjRuOTVyeitNTHVDcWpOWEhnNGw1ZUtSc1R4QndTVTZzaUVqdi8yRXF6L3hxNVd4aG5xVitzbktBcDVpNEd3Z1pmZDNFV2NTQkRrYytqd2JLcFlmS1FYZUs0U0lWOG9WTnM0MEFGTU1BQWFFTTFZMnJieWxRRXE2bUJ3YjFjakhleGM5dWRUajkyQ2hUS0lSZlBaRXh1VDFudUJlVnRZSzlhMFY4WHBGaW9hd3JqTE9CdjA4QkVDMUtBRVFQdjlIZGpoREpSUGI4QVhNZXUyZ2dLRmh4UVVvTXNtdzVQLzkyNktzcHVXVThYZC92L1dkWEgwbUZXV3FtTC9XZEYxekdlcHVHaWN3TDNYczRFUVMxa2pWMnZPR0xqT3FnMkxKUHo2S09pVSs0OUwwaEhaQzY0b1JydWw2SFltSXVHcDZQQitWVjR0UEtUdjFVM3RKQ093L0JKUEpPSVRYZ3AyTEI5eGxod0FIUkg1LzRjcS9yZlhjL3hDYmdtb0ZTOENMVkJLN3UrRmpEelBKRTgyanFtQkNhdVhkclY0MytiUG14cWM4M0RsSXZqbUk0clBsR2F6Wk4xVVZqckxTK0I5UTllMjNSY3J3MkRNcVRicDFtL0g4RDlEdzEzUjF2N1RvYnhZWVJtTVRCSDVQREFrWE81VDNUcXdYcUpNOWlPdlIwclQzdlVoblF1cVJ3TmZCRXFYcGpNOWllODZ5dytaamQ4MkU2VDJlbXo4SmNvNjIvQkhLYWE0ZXdxZHlBbm5oN3Q2QU9xcUp1TWgvWjc0VlVJSDdVQ2wydFRVTER1TytVSmVxWks5dmxDczhOMFZ2WG5DS3RQV3h0WWQ3anZiNU4wc2U0QkN3bmxrNVE4eHJJM3gzN0xqSkNEbVNtdWt1Mm5yNnhMZHY3d1BCYyt3ZWJhZ0xmMWEzbkRUenVOQ0llUGtYVGwvMkUyb0owa2l0emlDTE9IekUxbmMyYXpnZG14WTJ6SGMzUCtHMTVDTXhTZVhuNk9OTmpvWTd2Z29XRllIZmRjNWhTbkFEeDRXWThFRXp0NWI0WFllWExBcmkxNHUxdjI4d3IvdFZwZ1pPb3pZMy9lbzlLd1dlOVRNRmZIME9HZjd0V3FqclZNU0M1aWRPemc4VVJTK1RGOHQvQjZzTEw0aEVYZ0gzeWpFL2ZJSGJKaTFrZ3ZEdTRFcmRJMmdlSlg5T0d1ZjNmVGp6QitCRG9uVGtKYzV3V3R5ajVHTFl6cERSNUxrd3loQm96WGRhVDhnZVI2U1VCWjJWNnplYkNia2U1NldVUDVJSGd2WXB3eEpaVHh6MmlEMVBpMXFUbmltTUNOc3J1WlVqYzN4RFhuZXZEVDU5L3ZqWFZCcnZMNzJ4ajBEVmVFQ25sbmlTQktKM3NSVHpOQjVxQm4yOW95V2k3NE9PdmZPQUsrZ281Ty8yN3QxNU1tclBNQnhzY0JNREVLYkRKMlMzWDJOVkFGNUswcGlEZ1lLb0laTTVFT1ZCeEUzbzRzd2dobTNiMmc1N1VmZ2FleVBzUjJYNVVtYm14NmR5RWw3aWNqbFUxYVhCVFdQbCtDUkduY0RZZHdzdGJWSy9VRnZRbnh1WHA2bmxCekdRcVV2WDN1MWpGWHhWTXd2ZFhQSG9QT0hPOGRjRGhRdjlkR3lHbkVuMXBOdTdhNGsrV1A5U0k3a1Nkc3pZb2taZTF6dHZtdVF0NU11YUVvd25hNG1hdEswT1pQR2Rqa2I1V1ppWkNDSXJkMGhaUFFZa2ZuR0FuWWFQbmUwQTdFUEw2dzlETGUrY0pRbTd2NXhEWlRpZWV3SC9CUU55QTExSkNMUS92RWpuRllLT0tCOFkvZFF1SnQ1QVZLZXBBRXdaQjJManVHNkZTTE1scUpFSjAyY0hRZmlETlBWVzJWMkVaK3Z3OUx0bzhTVWJLeXZJUmxsK2pCeit3YTZmNmhLVGJHNmlXOHgyekhPdzgvWWJkd0ZZU1Q0WFZVa1JVWUJLb3RNTy9HMDZ6RlUvaGwyREsvVURpTTBkbVZlTWFlbUhGbVppQmlQWGNvNXIzNjgvNnFCeFNVN29KTzdBdlhGWmo0V2dtSENCcUUvYUVpQnhyQmZ2bXRlSEZWSkpDUDluVHhwSFA5MkZkNjU2RlpKK2xhWHIzZ1J5Rm1ZKzU0TkpySHQwR3pJLzhPRGRRK1V4SGkra3BEbnkyQ2JMczl1UmYwM2Q0RlZlK3hRMDJ2OUFMejhLN09iVktxN0E1NjdJMzdxOGUrUlhKdVllaVJVL1FwT1FxcU5CMkMvZ2pjMC90R2Z4ZFBiMFB3OTF2NDlXVDIwcksxUVMwaUpaaUI5S0xHeHpOQ2c0cmRjcVF2SVZlODZWRzZMNE52dzhYS0laN09lNEQ0MkRvaFBYalVocXI5QXhQL08rWWI0aENhU0c1QUpkcFV1MTE2dXBBNk5lZHg5NkZDMXRnc0JXZEsrY0NnNitsSHM2R2FUditqaVRXN3pTZm5nZHJGcTJkTXoreHlmYnNydDVaeHVpalljc080S0Rocm1BRi92dmFJUHR6ck1TaHhTTkNFVytVaGYvUjVPWjcxbGN1cHhlSmVGd0JycHBXNGZVeW9PWmw2UlFXUjZMMDEwT2xvS2N6dkdESU5OdlJOTkpFWGllUk9ZNUQrWnd5bWRncDkyTnR4WEpzMU10LzF6dk5BQW9yWDRlekJJK3dGQ05aRU9tSlpGTHVZU2N5QUJ0cCtmM2lmMjVJcjBmeDJxeE5YODBPa05RREw4REZ1Zk8rZXVjbU05VEZ6SFUza3BIbXhydkhUTm0zOGlQcDJSL3AwM2dOanJlbmFGTEFhK3ZjS3Y4SWJaSHJWVUlwakNYaU82eUxaeUdMNEMxNjk5aFI3RVA5TEplV3hhSElqbkEyeEJYWFQ0cWIySnBzbzViUXk0RE1hdFF5SWR2UU9aOEhGTm4xRXdId0t0RkRDbHl3MEJIMktRWFNmbThITllDL05CRHdNS3VyMytYTTZRUFdGbnJ4UWRQM2d5WVlOeFFWcWxPTlplQXM5bCtvTjZGb1Q5WWxjcWg0Y29SU2o2NHdOdytBd3o2UWtDOVIzK0lxTDFjNWplYTVXdGJEbnhYYWZIdTAvSlh0RjcwTlRlcEgwbjJCUmtaRWRteEprSlVsK2VZeG1YQ3FlNVZGeVBhSi9JeTV5aTlNRU9KN2pCeG5tYVlBR2ZuVm1UWjBsbXBNdXNjd1djdFpQVGdwQmhpNWFMNWU5amJWRGtsOTV6NUN0MnVxeVE3L25POFU5cEZwaUNwQU9OWmtWdjVwV2R6ZW5ZM0dxbVM2a1NoMFI3dVFhVUt1M0IvNThzeXl6ZG1wNTRxNnBEUTFLR3FFRWxUc0ZkVWZKMUhQcFFzTzM3Ly8yUUdMK3owSFJtZFZDU21la0x4bC94dTNkOTd1K1EvSDNqb0huOG5NMjk5REpmdm5CSTZpRm1EWTVNbnE5K1VCeGMyOXc9PQ==', '2238525746674821124_1555602922', 'a:1:{s:3:\"low\";i:320;}', 1.00, 1, '2020-03-02');
INSERT INTO `Airfr_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`) VALUES
(9, '2020-02-07 20:04:12', '2238750382784048284_1555602922', '2020-02-07 20:06:12', NULL, 'ZMDFCXn5cJM+/+v8Hnd/VGMyQndaVFFpa2xPMmRCUFVYeW9GZVlGbkRSYzBhUVl6MFFOMEhjNDNyajloOFA0OWxZbW9rKzVUQzN6STF0YzlZNG9aTzZ4UGJEampKWFBxZytLRTNiQkFsRTQ3Nk9lQXpOUzhHalZrR3dMc3JCS0Z5dmdRaFltZnpENldpUU5sQmJPckp2NlRTdTQ5YmF2Z0srYmc3WEI0MHlvZkJiamVOVmN4MWJObnFLTzFkcll0SnZUTWFBOG96Q1JuRURjVXpwRm1UTkRGRXRvaGxmVDdYdHM3czVaTjhaOXhKRVFwaEsyb0xucHB6YjBXOWQvcEVkREN0bGJ4YzRPS25Vd2ltbW16b01TRTZ4SnpzRFV4cWsvOGZkN3hhTjVLLzdEZ2MxS29HTUtYRDhZb2JqZ2R1ZTExRnFaMi8xSExKVU9xNDROZVNwYk1oOFlhdFMwbjRoRlhaZU4vQ1IwWDNmL0tOQ3VGZ3kxWmR3aS80VHhuYmtYODRMemY1RUhqdjRNSDBTU1l1L3BQcm04YURQdTJEb25QQ1lhUUVqaTZmUEIvdlBiMnFjZVVMUGU0czJYOUNFNE43OVBSaEVBYUJTSmhnTm41YlptNnRQNEhBcFBGd3ozV05UM2pEMjdlQ2NnZHZ6V2JWWVUzeHFpK1ZFNGNJMVovY0pRTmkvMWhOL0V1YWZERUpmUlBSa2Q4VTgvQzVkZTB0RXRnSWV1OWljYUZqVjJWM3FLV1YrQnMyVFZWK3JxZldUdDJiRmJJd29HcUs2OHlkNVJyMjQ0N0JBckRUYmJGQzZ1M0dWV1JWMmx3WTJ1N29NdjNQRENHcVUzR3F6SnFVc1lRMEtob3djdEVZMVhyRGp0S3A0clcrZVlMTmYwZVRmOUx2NG9tbnBsRm9GdDVXVm10elVSb2JTWTFIWi9yOXZibWNidUZqUm1CaGlBOGRvMU8yWkRZUmF4ckQyNjQxd2M4Y2pEdVFLSmFKdnRNMFc1MVg2dWtMU20yMmlnSlBFN0s4RkRRcEc1bkQ4T3pXcmdoSTBkRHNPeUw1U0JUVFF2cC92NnJuM2pBaXJ1a1FtVkRFNkFNUW9TZE1ucnRCK05zclJGZmppWDNpdWtWSWxMR0l5dUJWdWR6SDFFY1ZiakFlVHZVQnRKbWtsSHR6aWhwS2dza0lKTVFLanFkK2VzQ2NEOHliQnhZS25XUlNkdnJHWEZBVUJodjdDaUZDUjdsd1dBT0NMcXYxR2hPWHQyK1JaNkxoUE9SdENPTjVyeUdJRDRLd09FVURVWCtXYjVlVS8xNUxBOUpIUjdtVzhmS0RpVUJ3KzBqTkw1YlBUOTJKR2dyeDQzTEhTcXNyNXBDVnJ2K1ZBd0xlR2V2RGYrNEZmaWE5WTJrWjRnVmVUbVZQQnB4dm9jZStiQi9vRFdiSUNObjViUUx3bno2TWttRTVyTG91SXBsUlpBZk0vOE40ZUNndEpnL05vdEw4Ui9lZWJGN3QwcWV6NHU5ZUovOU9hdm9SM252d2pTWWZ6ZW1CZUpaTU8zcXBJWWtxZzlFYW41RU1OaFFaRm9iUUZ4L2FHZDhFMktkZFdXdEZkUjc4ZTFUY2FqaE51V0kxcURwdncwYXZVMk9oK0JvSGh0KzJXRVQwRExsRk5aK3Z1aU02a2tmRHNHZVRLd1ZFZ1hJb2tSVWo5TG1kMDAzMUZDRWVybE03SFZUeENWN0Q1ZXdqanVFcC90b2wxcnVLd05kb1l1c0lHcGJiSGF6WkJSM3NFSjRHYndJREViQ2xNNU12NE1DTHhNRHB1US9wWEpSK2hiSjB2b0MrUWNLQncyelRFNHQxR1QrMkRiOWJzWGZlblBmQ04rUHdDRFI4V214YjUvYVVvVFJGTCs3TmxLazRrRi83bGM1M3NXU1l5SkhMTVYwLzhkai8wem5zM014NUlFM1E2dFk3RjNHcm4vVDNUbXJTbTR3amZUQ3JSbXdZQU1NUlk2a0dQSmlGRFRxNThVT2R2bDBCTk5VUW5xSEpMOSt1M1R6S1NxWENtZUpQOTN0K2MyTTBhM1RkNzBsNVhVM0VOUk1CRlVReDd3enJxc2FEb1pmNEtYMVhQMGdndHR1b2xKV2JTVnk4S2FRbUh1ZFBpSys5TEpjQW9HTGdFSG9MT3F5d3l4RHNVN1pFb2JHTjI4dHhVb1R5ZjdFN0E5anlENjNsMkFFVk9qNlNFU2xIVjZUQU1qcWhtMzFRamMvOHNzV2toc1o3c0wzSGVONFFKVzBoZEJNUDNiandjMG9aMFdWekpjMGJOc01pRXJJMnNCRW1Zd1VRSi9jeUN6OGtQYUwvbjF2WU9vYjFMTjA0ejdTZ3pkckdUTUlqbUp5L0dMMm41Y3dQSlFianNPWjIyWG0zeE1LUVJ1eWxJUXNhV2IrRGtRMUlGMUtCdlNuS0pNOFExNWVYbVhXSk1zTjdyb0dTSDNJRnBmN3FNSmsxenJRc2VybUZtUHZLOTRCeVBic3J4c0NXVjVPSHlpbjNxTnN1TGM1aUpvbFdFODFtV2VsUm0wOVBpUXIrS1NrNzB4a29DaE4xL0FTSGN6c3RPb0M3cFlQNmJWbDhuRTZsdnovNDFmdE5ORmdTa2VDclIrNkJqOEFGVTEyc09IQ256TGZUbXFXa1cxNm8wamJIdGNEWUZJR2lFOEl4OWRqY0Fqd2tKbUFEWnc5MnIxNXY2dDMzYzQ4S25VZ3lSaHFNejdwK2FQdllNR1l5T0I3Rk5wSkJiT3FpNU11ZlJOTmdFN3RWQTFiaFRZQmZpUXQwRVdNOGxDZlRWeEJzQ3dTVGJlMGk4ZkE5ZEhYR1RIcHVBVzVRK1ErV1V0QmJxS3JSL1J2MDZMUlltZDY3cDlEb0w0SGNxTVluSVJCYW85ZTdldGdRYUZzM1A4NnNnUktmTjVxNTlLVmVaVXU1QlNLL1plMlVYdklHWmgwWWZFTGpqbUU1MW9ia1VXd3Q1T2NoaEkwZDN6elZ3clZMMk1CWDdxL3VzZ0dkYm01cjVIL1dEdjNEdksyaU00bzZCQzFwaHZDRlVoYytBQ3lqZmJFZXIyK2ZhbWtpNEUrUnFjTElqQWNSb29zQklRRWtKckFUbk9xL0V6ODRJWTVWTTVsMG0rOUl0bVRRU1FTRHgwOVM1d0IvbjVLVVBDVVNObkpLQ1NORmVOMWx4ZlN4SHBoU0d6ekxoVkhTWEwvTWExQmx5VThRdXB1U0pXSjM5amViZzJiM0JuL3ZyZWxkNU1WRmdpbnV4SG5mS2kxNThKQWkwNFlzYXAwZnUzV3R6b3dEVFVxaWxTUkNKSlBWUFVWazhQRVVYQTQzbmlyK3llTkg3UTJyam9YWWV4MFpPczk5WWV6UFB4S1VRZlE1d1VhZDNic0xxUUxFMVFIbGd2bThkSUxYQ3JKdDZhZnZiUk5kNVBNL3ZtbFEzbG10L2g3Wm1wNDQ4dTd6dUE3a0NldHVQMDVSOFJpQk5xa3BhMktOZnpQRmgwQ3FtZkhXSTZwbGNjUmIvSmpmNEMrNmZjazdoZTlyb0x0NmNNdUlSNU1TcEFlN3F6Q2V6SEZsbjhMTklsNTAyZ3JVVzRZN1BJK2VVd09QQ3c1c3UyTUhmWElmWmpFVUFJWTFVelQ5dUV2WXRjS2d5dmhkVmZhU1gvNFNadXN3cS9tck1mL1VHV2FpbWpva2dNYyt3MzRNZ0E0SE9oeWNkL0VMaWFvTVF4OCtXQ1laNUhFd3dHLzE0QkZtSjBWMlpXbXkzc1ZoeFc2UlN3anFJOU9lelJPdVBHM1RycDlvZ2xxVEFRZ3RLQWFyVDU1VGEwZDlCdHZRQjY0S2E4V2VqbGduYnkxckM5RmdKYS9ON2RnUEVuejZ2MG5kQ0V5Y0FoZHJ4TUd2MDl1blZZa1JPZTZtKzUyK1pQemJlYzhCOGZjTmNLOEp5WitHbVVqS2RGd3pZVW95UWRHYS9WL0k3UXlOMWtzcStKQXBMRUdoZ1IvWmFOYjM0c1NYckZ2OFhoTWRKUTFlKzZMdHJZNWxvV3VMa3B1UkYyWGt0MDlWeEtRVjd1bGVXdGFTNDM2Z1ZWQmtlejdHa1FZb2pGNjlJSHFpRGJESnlSdUt1dkVWKzBXR1VUTzlLZmxEZThxanZoN05JTHZPNHhNSDRBN21iKytjc250UXhLYnpTaXJMNDBFL09zakFNMzRzNU14QWdCUEhaWDhoVlJpSVhENWxieXZpUWNBWGhLY3duQWw3akgxQk1BWmNwVE1OV0tPbmtsQTFycTVqYXhXS3A4TFN0SjB1aE9MUWNyZ3YyV01BdnlDbGdyanZ5ZUhWTlZ4U05ZZGNMNWhOVzJxQ2pRNis5c3h0WnRWWGw2YktROWZBeitvU29jblJrbnZQNVRZWFNmY1VpbzlIS0ZDRmxwVDMybG1tMUE5bmN5WHAxejV3K3ZFYndJZ2JIZlJZWWRvRW56RjgydUROdmhUOEd2a3pFN1IvWVUxV0NSNEdUYll4VVpPeHNoS1k4ZXYzc2tGY1ZYRy9jNGp2eGlVd01odTJROVFFWFkrckFZcm4veVU1bUUvVmRNR3hoZ0wrSFprbFFhZ1FHSkdUeHVzRlNpY2xKSnN0eGt0N2FjZ2FPZVBKM293cXhwNWJvYWFObTdDTzBUTy94NmZmNHNQeGRlK3pCRmFBdlFkRkhzcTNoRlRybU1xVENJYWNBS2s2N0JCWnFRM1YydEhVTENRZFdWcGxlUGc4YkdXYURUYjJoSEZxd3BKRjRnbVYvTllCTlp3ZktTZ1l3MjI4Z2pKWlJtcHB5Q21pY2x5SVUxZHQwa3U5aWdOWloxRStyNVptZmVvZmZBdmd5UmU5OEE4ZmdsN3VxaTRKL0ZlMU9jbG96Si9YVnJ2ak1SMlNRUlkxNU1Nb0hKcGdvTFpaSGN3bUp2M0pMdlB0bzRkSlI0d01sU0lWSG5CcXY3MURYM2lBZzV0K05PbExPRDU4RTV2STV5NmVRTzlsK1U2UTYzdVlaaXl6ci9NV1F0cnlqaURtajVnVTIxVXljYXFYYjBVMWUrU1liNnJVeU5rS0FOYzM0R0VmV0QxblF5enZIeExBUkYycHQzczJoQ2E4d3BURHBFNEtVYXdrYWtMRUw5OFFXUk5HRXpzZmZWU3I0MjJFdjdybzREcEtLdXphNmo2ZWttQmNPa0VLYjg0MVdZUWpEWHkwZlc2eWRsMVltK2J4ZEZhYU0zVEZpY29URzZLckJOck12TGx1MGZvRkVhY0ZJVHVicVdUeUdxVnVaSkRybEZBRzVzcW4ra1FrTzR1dmo3bU1XekR5SGdEai9kZDhKdWYrUFZLTHJDZzI0OW9KclpXWktwZCttMFh4NmV2NFdqaWE3VHVrdHRGT0hLT3ZtSlRrL25OZGorYXdZV3lsNlBYV1h4MEo1eEgrbjhkS1dpRE8vZGhGV1lsNDI2NnZ6QnZNVllDbXY5R0tPSXZWSkY3VGtLZFkzMTJhMkIvOFFhMkEyc1Y4aDdyWXNwYmJLZVpKb2RITUR2OGJsRGM4SjVsdjdxdXVvLzdsM3FQbGVPMHlrSlpOUkI5aVFxZFJDVG5tTzhSUGE3L1AxTjg1OTFiZHFjQi9tdStBZklGc1puN3F4SGVPa3c0NVM3WVlGTHRkVEg4L2ttS2Y5SUxDV2Irc0huQUdjK1cxY2trL0ZPQmZETkw2OVA2N0tmSFVPYnV1ckk2anc9PQ==', '2238750382784048284_1555602922', 'a:1:{s:3:\"low\";i:320;}', 1.00, 1, '2020-03-02'),
(10, '2020-02-09 18:00:30', '2240166898498947702_1555602922', '2020-02-09 18:02:30', NULL, 'k8pZtu5xAOEeDl4THnq4KENLZ29pdWRoc2NaREkxeUVVVDdxVlRkL3J0ZUxSNEE5eEZCaUNSVGt4dHgxMUhTVnZwWHlGT1BnbE9HdGY3NnhCZmV0MURvRHZaRFNNbVQwMjdjOGVWKzdPdFQ2SWpNbWJLMThEcHRuRTN1eVAwdk9EcFJEUjlSTmh5a25XNEFtVGVJWUdselhOU2dWZGN2S3lGdXo2VHRheFpobXB0RHV2YkRCS2pnVXRibnZsbmRKVDB0b25EUXJzWWdhRjhxOXFHRGFxTkxZaGJDYkM4Rld1KytwZGIvQ1Q2Z3BieHVwTVlFZ2R2dDNYODYzUnFHWHVjbnY1QTNWRkQ0aVNLVFdYZmlmYTdjNlNncVFqdHl3WGwycHNmYUUvYldhR1U5WU1Qam9YbENlODl4b2xMQm9HQVZZUG5GWEZpY1A5dUdLUzRXR2YzVXBZYW8rZ2dCRU1wVW9hNkc3WTIyZkFINVNnOGlwbEQyWkFhc3FwK3JUcEhBSmJDLzVnV283UnFpei8vVW1zYVlIMXdjaHd3VHpIWHFoMkNzR1MvR0hlQjZnS1lNSllQS3lZOGlNWnRtNDBaajlPemxxeFNKc2U2OW9xZXRSU3ZQVEp1Ri90L0wyWFFEUUtzYU53YXdQa2hjQm13TGZQNUpVQVFwODlibG1tYVFtaW9XNmIyMTVyM08zaFplYmtOTmZ4QW1jbTdCSnVOdzgwanRpNHcrY2Z5bEtqQlNHZ1FsOTh0UzdRTmtFRURwTy80bStiSFRmbGdPTGxpSjJpYXE3S1FjdjZHNkp4bS9sOWgwWFQrS3lvU05SaEFoWEJFME9xR0pGSVFVbnFqZE5zWndBbC8yenkvN1ladUFtMU5sS2Q4VXp1UFR1L1NmcHIyWGpxa3JWeWl1NG52eERmVVFPcjBEVEhkNkFKYWRvb1FxVnpMeDcwUW9HQ3JhVkd3bmJTTFNVNVhRb29ZcWsxSUE5b3V1N1c1Unp5YlNiSlhaR2ZYUHYzN05zYnk5VlBLamlLZGliVTNRSVZEUDZRdERuWnNTdW03ZlBpSDFWL0dGNm9jNERTUDB2MGdGd0FlaEUwMzY0RTJ1VGxaYnNkL0dORTI0R1NYUDU5bkcvdUQ5eU44VWRiVzdNWHhjUExpaER0TVNUSjZBUWtqL2xLKzk1UEtsa25salRmaE9LWEFVTDNIeEpUN3pzWjVoOTh6SE1BMzE3aHNPOXVyK0VlZEprVzJjVlZ6RWMyMXE1NlVoRi9QaDAyTzVuMkxRTlFxOG04UXpzZWZhZFZkMTdoa3lkdFR0VzQ1cGpUdDBYVC9zMk9HN2QvT05ad3ptNGZOUDNhc3hNL0FKWEpoVnlqVnNLeGpjNVN4Z1QzbzJ1U0l0Z1djSUpqU0krZjJEd1JJZ3p2eUxKMWpmSGFPWSt6VlIwZStIVFVNVDluRmNaZ0c3Y2F0bG9KZnZ2dzdRQUFkczZaeUFwWlIzWDZORFZDZU0rU3EzN1g3VTljQncxNmxOYS93em12b3FtREpCU0NCOGdXb25vTFNyZzhHZnoxM2dYTFVUQ2gxRnRVWnRIU3dPWUtsMDJ0U2E2Qzk1WDZqcFlsdFVvUUZNQ25xMlBqUlhhZ1JmMEhQZzBhTWRCTEpWdzhGb1dGTGJrZ2g4bWYwT0JFSnZPRjV4ZnczMjlVNUx5LzlkMEtkcXk4ZTVkam1ZckNuMTQreEtYbEgwcGJkNzdoaUdvaWx4M0huQmRLeXlLTzc2S3pCTGJ1bVZVemZBRHd1dTdEMUo5TzZxakNaYzQ0Tk82RW1RNWw4dno5Tm1jYm5FN3Z4Z29MemljbEE4UEZqTjR0eS9DNXR0SmNldTIwSnhack5CUXEwMzgvL290bzJjbFdXS2Jla3l0UFczZURPQXB2empGYnFzQ2pUV3dnWVBFYkFPaU5zTmM4blJtdjQ0VmpDT1BKTkNsYjVRbDZ1RkN3bytjZHdJd2RhOTNVL3cvakx6RkVxWGd5bzdQMkpTUVp4ZTE1MUkxLzVWc0dPVGo1cklpUllBeW1GeTNGdm4yanFjVmFNOXdLOVFaZnBZR1pqenAvZzlDUkpHOElHZ3UyQWNEUmFMcVp3eWtTcXZ6NXVGdEpnN3MzanZBZDhJZC9EUUtnU0lYNXVYenNERGJ0Yk5ISjN4M1RoRTdPTWVpTXNabERaUE1NdU8yYmFiRUU0R1VoWmZJd0xMQUVuNFdMeG90dWdFVXZnT2xOTWp2VVh6VVYzVnpObFlOVVZXOGNKa3Y3NWgzUkQ2TUxvL1pJbzk2R2tHWHg5bysrUDFrbnFEbjV5dXlOYXpqbWtzVUovOGQ0VnF0QmU0YXFzRWZ2djBrZlYraktNRDZXUE05K2o4S2tINWhFTTVDZHNvemwza056c1RUNXgxRXQ3WWF0MVh3Q2lPeWRyQlVobkRweWN1bzAwUkJJMTlYNkxvK3dNb0I2S05IYVJJZDdZRGFPZiswQkNpQVk2L3BpUkhCZlB2UVZzUlpmQk9mYXVxUldGWUY2QXZRNGRNUzdRY3BnV2JJNnJoVGJiRlMrVWkybkprckRCcHFmc0N3bWRINVQzLzg4Q1VwclJOV05CUTRtWTd3RElocDhEZE9xRHNFT0MzT282RUxQYkxiMjBzaGg2NHgyQ0xtWCtjcEZiSHlrSVZBU2dhRDIxZFVlZWNTd2pGd3NhcW9mYVpOVVZpdXBFVHFOcHZ0amhyZVBZWXZIZWo0ZlIxaS9rWHA5ZVdoMCtFSGlOdDBvTG5ZaXNIS281eW55djFqdk1kN0pQcU5sRXV0REVObCtXUlRZUGtIcHdtV2NSMVM4QjQ1UnZYOHdEbXZLaGhmVjFmYUNBOE1qQWQrUm9oekRmVEtqWEtKTDdCalFjRmlUc0pBSkF3YzVBRTFuZ0d4NkJybUMwR2d1ZVdsMWY1a3lqTDdjaDBGcnYrNzJGRml1SklrbElGQWhBTkd1OHVoVFRIUjE5THgvVjcwNGg3WWZWNEZHOGZ6SkY5eURYOEhuZHp6bm9xTXJXbjc3NlZqdkVsL1BKVWpMVDNlV09ROWl2OTN5Ujdrd2J6MFpFMFdpRWR4ZVhKSEhnYjlzU3FNR21vOUJ3VDRZRkcyOTVYTFUxRko1RU1YUGtLTDJheUlLYWFoRWxJOCszL3dnNG5hM0FoREk4VkFtc0hZcXEzeEVGQjFia2RTdDA2SmlZc283Ulp0Z2dHeVM4R0s1U2tuVVlnejRXKzFPZHcvWVJweUhQSCtxdGx1OThKNzFoZUcveUIwWDlsTVpGOVlucUhmTFlIQmlrN3djdWxtWUxGcHRhOUN4TzJaYytrVUVrWFd5cjd0eHBYT2V0eTdBdW55bkNwWXBxSzhDL0lvTTYzU1FZTDNLak5MVzF5dkJYY1ZOZVZtUXJYcmtLSzhlNmNXaUV4T3Y5aEhGTzNRYzVFTjJUbU9YRnZ5VDI3ekYycGtHVTk0d3htZXMzOExYWk1ENTkyRWU5cWM3V2QrWjMzbCtPWUVWYjduL2NnWnNuUjhOUlorMHFBZCs0LzhmTXQzbkZWcS9lY01Iay9oT1lMdUZnYmtqbUJnUHRJUEhJYWtKS3RFNVhIOXlvSU5GYXVKREliV3lwTWNmWTh2dC9tQ3YzMXFxbiswZVVRVURQVU9IRkh4cUpubjdwalMvVG9sWjV4RFczaHlJcW5ZdithTU04MnpNNWtGMXFuR1l4VXYvVm9oMHdWc0dMVVI4U3UxQm5qSHlQeWxYU2pmOXg2U1BVdmNiUkJWTHV3cDNxQlB5aGtJNk8vMTIrd3JXNTFCOUpnMVZvbnhDN0YwQ2JUOGxPWjVHV21FNXp1b0UwNlVPbElNRC9LeHUzS0Y4ZDVZdFNYV1BiekhwbFQ2SWN6eXp4NEp3VWFOT3ZRWU4zdnR4cVlXaUhLeGJJQjhiK2ZUeWVsMFRhYWErdURzUGxzV0FkVmZPQmV5WVQwY0Z0ZlQyZUlEVHdWR0xTU1dSbU9SSHArcUo4b3VVTXcwM3lpM0NYRkdva2JGUi9MR0dlWEc5cFBCa25JcUREYnhRV1gxVjIyTi8ySll3Q3BuN3picHRSWnBsWitFU3VjQjI0MUZ0MUlHZ0t2aDkybE5DVTBRa1Z0UnVFTVNuU00rL1V6UUtsbzJyRFByM2RHVzVweXE3dWw4dzczT2xuL2Jac3FiUlNCUXZuYWNUR2l4V2FYRkg2dEJwd3lYKzJ3TTZrVlU1QUhOdXlGeGJ6dEVxWVFJanVEbktIanN1amdOdDdWTVM3WGw4UDY5eFYvUmdMWCs5OHhHTEZ4SzY4NUN1QzFIdHVBQWdUd0x6THV1TktITDdORUlLU0NRVUlsMnBFOW5rZnVIazd4MWplT2xCc2h5R05rTTBVVEo2NmZZK01Vb1FnbG84NUtjRGk3TVAwaythaUF4cWdCYnhFaz0=', '2240166898498947702_1555602922', 'a:1:{s:3:\"low\";i:320;}', 1.00, 1, '2020-02-22'),
(11, '2020-02-09 18:00:30', '2240164336827743483_1555602922', '2020-02-09 18:00:30', NULL, 'GQBkudkUfslMKjg6c3aWzXFLRSs4ZXF2M0g5VHl6TzY1aTJ5MDZDUlZyWGsxc1lqQUg5Z0ltaFZqOGRoS2RaT24ycjU2ZHhLODRGeTBKSEc4VENpdEhzL0pzQzhSL2hySUdaTlg4YTdwanFWbVhYV2RLUmdGN2EvQmpFMUxiV1UvOEI1UktiandIdjRQZGlGWTkwY1k4bVdZSjhxQjljU0dLS1NySnh0UmhxNzdsVDVyWXNZNnkrY3k1aVJ0cisyUXhLK0EwcFF2clBieVZMYjRReE1yWHJYMmdvSmU0T3J4ZCtKS2ZWandBZXFRTHRzUnpuL0MzNWM3aDRpUG94M2VmTWtqZFhMZytMNFJBNWlKNVYwRVVVUVhEVUxrd2NQSW85ZTZzaWUvOWF6OUVQWWJ3MVV0NVdJT3pEelMycWtHWFJLR2dDdFg1VHB3QnpOQ0NpWE5RSms2S2EraFVMSUtHMHNONmlyUWhJb0xpalE1RjgzRjhVREJHMlQwOW1JZzJoMFkxZlJLOGVOZWkxZVJNUllBU3ZQajBTRlZadGczWGFKQVdHQllKQzFZQUVIUDlVREZYWUp3cGxOZjhVQk50OFdiT3JrS0pDN3l1NTc3TnhOSWpUZzRJSHVacG9uYWtCaXRYQ2VpekZRTlJnOXNJSS8wK3NSRlVoMUNoYjU1VUlmcmhrOEI2czdGanI3R1VCVS84OGZydzcrS3lPb1hqc3A2Q1ZJenkxTU1kNjhxVDFUS2c3OWlwajYwREFoR29Gc3RUNUwxb1dxZXBkang4SUx3VVpiTUJna2pQMENVeFJ4OS9qUlpEdTUwUWxjb0JSQ0tUeE1SeDJ6SW83THdENEc4bXVlZHk0US9DMEw5aVYyd01lTEZ3WTN1SjNsUmw1VGVaRXc3Q0RyUm5ndnQ4NHR5WUIyRTZYYzZUb2E3bkZKVitmVXlPbEN4WUoxV0F1bm5lbFdWT2kvcVoxN3lnc05sb0J4MGlhR3JBMkpJVXpNRkUzZHZlOU1Sdmpoa2s1b1RJTnFtU05wcmNBaC9VVkVlb1ZiRDIxSUxaMkhualVuZmkvU1h4NStGdmR6Z2NMV2NJTHRCOUpueUI1VDhHV2IycTJEa3RuVXNKdDN2Lyt3cWlkcDRlZU9rYXZCNlRoS0puOGpKUEsvakdJb3l1V1grc0lpWGRQMENpaklyWExtaGpraU9zVEJaOGdBNGxyWExyUmFxUXduWE05ZHBtTkJtY29HNnROU09Zc0dxVzFXTlNCQkxSbVNnbU1wMk5xY3FCUUs3dzNkRVEwZnd1M0did0c2N3J6NGxGVG82bDZUcDBXZVhsSW5oNUdkOHJYOWJ2U2cxZWlnVXV4M3ZvZ1RGTmloZVQ1alRlTFI2TkVIbEtzVlNvN3VuOGR2MXFTbzdibHVBcG1hNWV5NDd6VjlOcnREVDFncGxLd21WU0hzdW8vcDNnNTZsV1dIOTltLzgzanlabmZWTFYxZFdyd1N5bkRxV3RwWkdoQU5HUmNvVVIzL1lHNTg1VGZUaWJmRDBwTm1pa1JFdGxDVE9MdFhpNU5yNFVEcTJOcW10Vk5vSUpaa2JtVHR0SFlIMjdKRVVxVlVZY1N2bTFxalBtcTJBdFZyRmd5SXJOT3o0Z2NnV0hnREJqemk5V0tFYnJDM2l6emlncVNmcldJTDlwT2dXS09mZkV3aldoUGRoOHB5bWJQNkxkODdCQkd1dVFwbmZRclB2QU5aeW9DRnVYb1pHTXdjNllwQlhQWkZRa3dOb3c4Z1Y3VTEyK0xwTzVVb2NMcUVzRXkxTTRESXVpUyszZnNNTXBlcEJJY0N0ZHFsdTRyKy85c0p2cHB3VDlLeFowUTZZZVFkcjBoMTE3VnRSdm1yU1BSUmMzL3gweS9UUlFKVDlHS0hrbkdidUhBZ2QzcjJYNlJpMmtiL2NEQ0ZaeTJOVHZwQ2Uwd1J1NDcxN3Qwa0dvSGpyR2ppRXBSY21xalo5YlE5SlRVWGR6RlhJRUptVTNST1U4dDladjQwWjYza0tYbGxBOVAzWmJKbi9NYlc0Yi9ZVHlGdmJlRGtteFRXVVpMRFg2T3h2L2VnUysxanczalBtTTg1bGVWa3B0VFdhUWlWbHI0cnZUeE1CaWhtdUFWNjNETmVQNm9waU55b3RKNENoeE0zakF4NEhmaVlHVTQzcmpYcEExMVVUUGc2WnJmVE80eE9NMERUUkwzcGJ2ZXU4VGM4M1Z3ZXRkTlAwbE9USUovcHBreGcvZ2k4eGx5MHJIYmJKWUVDTG9OaGFGK2ppSWFQTHVPUGdra0pQaEpSNkdURm0wSnBCT1R4WFRZWGtiaHRzUnJVbXFJZUZGZ1lreS9iWFpTUnN5eHlla0ZwT0QvdGFhTno4UVRPZXJ0eXpCU1A2N3N0K3owMzNMcmx4V2hXNjZuNWYvdFZzS1cvc0tlUUpJSzRDNExvUzNQWGJnbnRmS0dZOC9weWxzUnNOKy9kcm81TGpLT1dCZ0JwMUZGRGovODVkR1NuMEVqc2dCRjdDVDZHeDBqdDM4bE1JRStub0ZPVE1FSTNabnZSZklORVRnbkRNMnNIT3FlSEsvY0kvNUlQRkxrb0dzR2lPc2p5UDE5OGJkMHNqcFYrd2s4L0w3MWJBWjd1V3VBOXJVZStjVE5PNkZkSnd6UktZa3FlS2ViUmlpUitHQ2pjdnYzM1ZCYzdOajNkdnhxaExXRW8vVWpPOFNoYkU0NGNPT0ZrMllTbVV4Y25TQUpOcGRXcUVRbW9YRDdORGVxMFB4RzEwcTI3bzFRSURFbzIzeFg2SnN3bzhOM3FqVXkvWXZiSnA3cTZhbnNxZGtleGxhRVFKSFVhRTBpbU1JZ0lUOU1Cb1M4dXZCZWcvc0xHYzNLUHgrNG5tYWxFTFNrMFhjK2ZuMWpyRmV4b0NzemxFMURxbWExZGJ4dnIwdlhpaGVZSXdjU0FLNEVpKzQxUVhNaERydFZWcmkxaVZTTE9xQjJUNmcvRUVKWW00aEpta0tkL2lTcVh4Z3ZlUGgramtXRW9tc01sN1NMQmJtbmNzTytwdjlEYmJhS0ZNUjZiMHdpWXpOd0xONFRFNHlqOHowSG1naXQxSkJnOHNiVVpBb3FDYjJUT1F2ekdEV2lNdXpBNDZDSWRKTDUyb3p1SUZqajJZRis0c1pBV211ektkS05YS0FEZkYxNkdTUk9iMkQ4L1ZFSlBQbi9JcW9OWCtFWHdSTHo0eGNmeHpObTR3NFlPRlBRTjlBcEdjV3pHcklzemUzNGhzcTBoSEozU2dVUHdBV3IvbEYrZXJMdHNDWEZaTDhiZmoxTzZGMDNuSWI3bXY2amhiLzdSQkRtRFc1dEVTZHc0TUR2eWlGbEtia0RVWGdSRGwvRnBkL05HQlZFOEcwdHBubkRGa0syZDdEeGc3RlBtODM5UGJJang1YnBpSmJGcm8wMzB4M29HaSt3QWFISjVoemlaSVViNldGemNXYTRMeTZENVVhU2lqUXBCanlyQTRXQ1gzaUdhS3I4RGlIQmdzZEpQSGpVdGtoaGxHWmNCbHMxQjl0c2VPYWUzSkh1WDlQR3ZhbmZtcTgyWWloVjV4dmM4TXNDZEw4eHdmWC94ekROeVQwUHE1TmQwbWE3M3pYb2wrdzkraUxMK0M3Yll1Wkl4dm5JOVhUVG9kWUNJVG0xSkFHd0pSL21YeFByUGg3Wmo5Z3lEOEtqcVVFRzUwYmVoUlRVM2Y0T0htZTZmT1hMMXJLRnAvN1NwaEEzTDhkOGRxRXNwUHVIOEdzNWtYSzF0RW1UZ2EwRHdFeDZRTUtxOEpGSWFlZHRKQ0U0b0VBV0crcVlTUFgxNFd2OWxHbGxvNnpVYUt4TW4weWxUL3R3dmxiV09rbm0zVDlUc3hVZ2JobCtJZkJlWVFwdGdQVzVHNDFxNFI4M1daeTNhRXVGVy9Zd3grdjdBTUVzU0J3UXBVRXJ1TWZKYjVMMjU0UW1IWXdFTWFlSEFJTU82Y1Fjdm5BSkpYYlZqdWRvVk1JMGM2U1UwTTNzeVJTYnpVL05FVmkxQThlQThPVzNPREFvL0N5a0VaRVFSbloxanNyM1poNkFrR1V1bnhrZHpSbE5tMUdhQ1JjL0lFV0RkOWlSbjFiVll3YTNpd0g1S1k1cWNhdFNvT2VxVWpmaEV0aERkQzhsSllYUHlnYllyN0xpVHhtWVlRc0prYmttVjRCNlIxVjVBRHZNNktrYWhhZ1BNVlEwVnV6eTluRE5mL1FmNWhMTWxsUEJMbXdXRkM5Qk1FdVJwQVRtVVNidFBXZHEwZ0I0TGRhSW1XaXhZL1BFNXZBOGFFK0JzYWdvZkYrbzhnb0dUWGZGSGNtWFJqSnhyQzhBYzhReDRNWkpjSmRRV0NmUEg5QTJ6cTZyaGtQU0RENU81M0NrMk9FRnZ4Q2l1NjNVMHJmMUFwdVZ5TjBndWNEMlhoWWpOTE5XQzBSOFlISFBWL2ZPckE5SlZVcC9Pdlowbm0zOWo3SE53K1RTSm1PVkRnMXdVelZ1TXhqRXBJOFp1alAwQzd3WGIzMGp1YjhLL011eEhuUWwySURFRHY2cWpiUWRIK1NmcjJBd2h3aENZVjRSV0lpbnQ3aW5XQ1lkeVJnMjUzZG1qVVBmay9OdGRZUmZmc2hSVkpJdDVaWVRrODlZOWVNOW9ZNkVTNW45R1RQL2NjRXkvdlVnaFQzTVN0UGlsc3YrVTBPcGZ5ZGt1SkdWemUrT21DRlNPc3JEbkpFdmtsbkc0NHd0R3ZHYkZEeWVaSmZ1bkJIOUJsWkJUazhNRHJjd3pXRmYvSmpPc0g4U3p2M3k0Rk16cU1wb1hTdzZPNUZlbGJsMFZGSUtGQVJoTUw0ZjV1QVN0dDVuR3ZKVmdMbklxTlZEbjNacUZ0NzN1M0g4TVhWTjdrYWlKa2dUWXU3N011M0hCWWhaTWM5dmEwSlk3UWxxeFE4bVRyU0lOSnpFUFJkeUR3WTZhMGN4OEI5ZVJiZW1va3NlUTJRWnpzYjkyVllVSHlMMjRPck9sRFhFYy9UM3dMSkJXajA0TDJvU0dQbWFhUnV4TVNUTjFZMEVFQ0k2Ym1KT0RmUzNEM2FZUEtQM1lZZkNzbjNITFgveU41UTd1a1hSdk9KWlArb1pJS0VENXRzRjgwRS9iaGtHKzllTU1LcW83eFJvZTNVMGd4N0l2QmhiRTJmbCt3M21lUTZmRFA5cURXMERVc3BTcEdpMnl3ejFkYkdxUmQrNW5iemFBUm11eFYxZnBOR0hVV01qMy82aE16dG1kN0xyMmdzY25veFBUUzFkRkJ5ZHRqVzIvU2JBeWdLd0R1Y1BuQ0tzVVFoY3MzWmFsZW5kWE5tUlBrUVllb3Y5dGEvVVk3UHNraStsanlYaUJuWkk5MFpDUlduODdhSkp1eXFaaTJkbUZGOE5ON1NuRmplcjd3UmQwUU5kdEJSb2NDSjk2dVVSV0hXdGU3MnZmK044TStXcHZ5SDg4eWhqcDNDTXYyeWVGZjQvRExhYi95dlg2TENJVFBxaWNYUmE4S1I5MjltOXBsOVJNTGFHKzQrL0gzNENKMmhGbTd1MjdmNEY0QWRuczgwZjluY0wwelYrV2dOU0NGYUhYc0ZXNFZiYXg0aVFxMDEzOG5HbU1CSU8wcUtVWTR2cHUzc3p0dW1Ra0hEeEkrMDRSbnpuMnJmMHMvRFBSV2c1dlhMWGk4TXlidDBlV2lDWEEzbC8zRjZ2QitxZzRtMjBsMnRvNGJrQnRZY3ByUVRUeGhCUXgwK0FtQTFRUENwRTRsbG1RdlZJSDVCWGpzcVFzTk4xYUJyZXZVdVgxdjBHSU00czAyR2E5ZVJoTk5YRUlhY3crbDVJSVozUnJUTEpPZEkrdXdUR3gwRUg2VFpNMG1QYThWdFV6TllEV1o5Unl1S0xHZ08yZ2x4UmVzYW43Z0dkY09yZmErcGhHMWdZRXRqZmczTVFLVHA4UTFSVVNHKythNjVJWllJc0xBMFk9', '2240164336827743483_1555602922', 'a:1:{s:3:\"low\";i:320;}', 1.00, 1, '2020-03-02'),
(12, '2020-06-03 14:38:02', '2316744069643906414_1555602922', '2020-06-03 14:40:02', NULL, 'xkPIhVPaBdD+niWlWlvz32lJSytzMVFiWTJqYnlIV0xsRWZNc084ZWRRTVlocWhGeDVFOFdHc01DcFR4KzRCQkd0aWowbGlMMG93d3VCdnc1N2lBY3dzTStZK2R1bXN0d21FU0ZFNmF0OFJVTXFNY2lOdHl3U1NyVkN3WnNyMEQzcUx5eGxjV05USUkrSTE0TUNpbDlEajIreEFaU2IyTmhBU3Zmdm56RzMwWUN1UUl2Tmo3TWdtcWxqTGlXaG9RSis4bjFDUW9uaHRYbk13SUd5aTgvdEE0dkowdWhzWVRLaG9naUxXTVdlMzRGRVlMQVR3VjIzLyt0bnluNkFEQ3N4bmNORTR0MER1OUVkcEpNZzhoNkZFRlVBbGJ0aysxdzU5MUFLbStnaFRMdW9GNXh3bE5iTUI1SVpuckdkTmVPK2tZRDF4eDJOTEZscjMzazFnc2RYaVo0bWtTeXRPbCtkY3pWaEY0a0ZOMzNweHR3eUFkcnR5ZFJpK3FGZ0tMUDF3YngrdmpHSWRnUDFPa01OeC9qdGZhU1QrL0ZGT3RKKzdCRUs1QXR0KzdZdk9EUzFXcGU1RTBOZU41cUd5dXFmRXJ5MEZDUGZodkp3YVNDc25FdXk2OFBqZVBVcGs5VC9ya2p1SHk5eEFCVC9aYmkrVU0yQVZoVUZNeWZTdXRNRGRYQkdkSDJXZGVheFlHMzdsa1RqN3pvbG1HRzk0U01yTUlQUWpxUDdEZFB2ckFGTG9MNEhjNXZpMzJjOE93TVRFWnF6QVU2Yk9yYmFSTVFPa2FmeDJHVWYxajZaZDM0Y2lrTG40V0ZlRXNnVzVET3hUMDM4akdsZ3gzZy9OTEFtdFJwMEEwMzF5QTNBaDhITU1hK3dERENuWHlhVFNYU2draVkwdldSU3Z6Rlc1WVJzWXVOVFBRRFV5VXl3TUdDTXdGNDFsb1ZkbHV6STJjc1o4VEdwa2h0eE1ucmVTSEJVblBBYnAxVVpFWWZPMU4vS0dtMzN4OTJaalk3WVo1MmMwTm5EQTRQWDlaTEpiaE1ZaXBVNXlOVkV1TlEwZ2dvUVA3MDh5eWI1eDJEUFFId212VzNnQXZhbzh5M1BKMkFsMkFRRzY0OVBrTTdpOWV5alBpWTR4azk5cHVFenNDUkhMN2thZld3N2c1MFBqYy9xWWV1NHJtN2M2bDVucXdTcE9LaDZLZDNYZUVhY0JVUHBCdlhpamE4Ym1HUlN5QUFaWlJkZSt3eEwrTFc4a0V1cFB0RThPT2F1UGxKOHJqZks3ZGVwU3dhZnQwWmR4VnBnN0pDNlM5RncrdVNzSlhBL1JyeE5NQytneTFxMGNGTXA0a2d1dW90QWRWK2xZSjFPQ1Z5ZXYvbnRkN0JiQ2h5YUQ0L3lST2VjaWJkT3ZtUE00bTRWNVEyejQyeXZla2hTenNCWXk4eVZLeWpRQ0FmUkp5aTBmSkc2OXBMdXg1eEp3YVlZcFFDWW8wTTRncWJZTTdmZHJHc0lBNzdDamVOaGNKQnBWZmhxRVlOSXlqbTRRTGhPT1Fmb0NKUE9QTXN5Vm1ZdUFMYkhRT3F0VDNJYUpqaEtZYW1hSkkwWkc2MjIzRGZmMGZWUTk2QzUyYjBqWlE1VFBBN2xub3pHRVRnNDNNVVdPaEthdW9vcDhaSjFZOVY3SVh2dFJqZWtPOVRORzUwT21JSC9nRTcrZVZ2WTNwcW5qNnVMclFsdlBqbEhsQ2JWdFZyKzQxRFlWKzY0dVhqSk4wMlllRm9CcksyUUNTZlVFWTl6cWQ4SDAxaHNxN2o4aEF5MFRJeTBaSXFmUWxJRkdmR0MwQnNOeE1qdmxYZDZOMjZoRXZPckxiN3ZiR3hPeWNVTnhFaVh0TkFub1YwWFM3eDZvYlBtM014dmUwYjczY25CNHF2dUlXdSsxSHorYmV0cDNGRXN3aThGejZsVUpLMVY4TEpUbUV0Z0lhK25RSm56cllzOCtyMDJrb0JPODN1YTQvUGFlZ1NSTzgyVkpTZmN0ZzkvUUZ2bzd1RHhhbWxDaUlPTVppT0V1RnVEa1RNeXhrcmp5WUVMUVVnTWxuTTE3aXFrNGFtNGFTak1GTUczaDRSaWJyVlpaUmJydjdDKzdxOUhobVk0ZXVBekVVeURwR1BoZEU0WGpUTThtK1lKNlNHTG5hWjM3RUpVWi9wZDMzak9XSVVodTRvM0puWndER3NONlJJVTN0UjFpKzkyeHI0bjU0Ti9KMmh0TU1kUmFKaDRUQmM0Ty9YTVMzL2pNUEZrU3VGMURJRVM3OEU2RUtEMWQvWDJxU1ZTWm1lOE12YmJnQWkxWUg2M29Ra2tvNWJaMmNyVGNHRllnOHNEajFITm5pWmU4cTI0ekJIMGR4ZHhGZ0twNHJ1U3hnc1pDbTZJTlVGVHdsZWROYnh3amhWOWVjdUhtdVJPMlBXWHZZWkxQM3BhamFJbzg1cnVPb3hwTjNPU2FyWFdYem1rY1FkbTFndHQzVGVjMXFvWmxDTXVaSTZxbjhXUEZiRXpPSFVxamJpWldwNVh3OW1EQnRIeUpKVzFGQ21qZFhxQi9aalBnZWFhNjRvWmVCSW1vQk43by9SNkY4Z1BLajRCeUIxQW9CU1J5TmlvdGhhT3BJdWVjaVVpV08xZFNGMWZqWnJVT2tYdmoxUGtLWVU3TUV2M0s5ZHhtYTBVN1E0TDRicHBNd0JLNUFqNnJHSXd6ZVNpSDVsUXlYSlUvcWVEMkkzNGNIRzlSRFpOMHRsclF3TjFGUDdGaktnR2RQaWEwNXJYWlNNT2pxbXpZSUVkdWR6TXV0alcvd2VTd0ZhY1Vicm41anIzVDhnRTVFT3pXTis3RGcvM0J1R1Rwckk4bTE4bWVCNkpWakFjSHpYMk1BRVF0SjVpYktiQ3RSVUt4Zjc3MUQyVGJsUExKTEJmclFPS2h2VXhBU3FvT2Y4NWNuajB2Zjl2eTkydUZrTVlNbjIvdmlkZ3prdXRucUUxemNJWXNHRXVScVVsTFhQODZxYkR3MXcxYXd1TjFuVzIvSDBtVDd0NHp5VFNUZEFZN3M1QTRLV3V4QmF2Y3JkTHdBUUs2UGlUeURIbzBRODR0cm5wWTg0eWxIVzR5aUdrZFZUbWhNVmdHb2RJQVEvdURFbTdrMWs3eit0WnBRQXF2OVdyMWpQWVZwcDlBeVd1NStUc1FPSFRiQXJmRWh1Mi9zM045c0tNSFhzZUwxK2doamExS3Y3MGpNcThrYTVBdjI0bE8zckVJajFTUmhEQ2NQWWQwUDJkQXVlZVZNR2p1RWNzNytrWStHTEppbG8veGJxMm9RRi93SkZ5cmE1M2RTV1c1YkxVa21wblhhcVJ5NFlEVVpMWXJlTnNadmltNDJ5WVNDWEZHbHlOOE8wNExORTl3YUJOL0FQSlpObjF0TG5KY1hFVVpzWDI5eXlKTlVBTmF3OHFpKzJNSUQ4TzI0akJXalc4SVdvQ3dZa0ZkcmcwQlo0R29jYktOaHRwblZMWUpuM3dIVXA3SlpCVjF2dUNaVDJrK3VTWHVqNzh6MG9NS1BTbk5RdFZ1TnUwSnh0cHk0NmpZWlBoTjM3bGMzVXJVMkYzNmxBSFNQTkVhZlFydDJNN1RPcGsvOHRlM3ZSd09IdjNscEV5dlJkSGtEQUNQbnlkb2xaMjRhaVRuandrVXJqVUUyUEo2R3VjRzBFaCt4TmFsYmY3WGVBTWJLU0VvcWxXUGNIOXNWU1RwSmMwRnduQk9Vc2RPWFl3UWJOOFd3QVhsOG91MVNDOFRHZG1ibUNCZDdLWFBIcWVsY084OW9LekxsZC8rOEtId1dXbkFmQUhGSlBRcmUxOW1GWVdiYVdhODAyZlF4d1AxVEJDbTIvenZJZXpheENVQ2VTS1J2N3JDOHFEZFpBcm02UjFUVnh3ay8yYk9Mc0RKTU1kTkZXM2hSN0pyZmprQ1N0WTVoREdYWlU2ZnZSSGYyS0IxTlpRYnlVeTZvTzZGMQ==', '2316744069643906414_1555602922', 'a:1:{s:3:\"low\";i:320;}', 1.00, 1, '2020-06-03'),
(13, '2020-06-03 14:38:03', '2288152723802849226_1555602922', '2020-06-03 14:38:02', NULL, '5cAh2ZGmziiwcZu+tjdXNEhubis4b2JnYk9lRVRidjc3YTFtM2xBcHNUY0ZMNEorTWpDZU03Z0VoNHpSam9NYXZZZ2NBNklkbXg1Wno0RlVNaXdObDF5Y2lXdklJTzR3V0grN1FlMlI5UjdRNVJhUlFCT0RNamNsdjhYNFlJYlVwbHg1dmhETWF3YWsxWVdMdlR2d2ZXREhwTEwyOFVpUVNBajlGbnp0RVJOK0l6Q0tqdE1SREcwWFVpVFVmU1ltWXJ0SHJiYnNtVnFLRWV0QmdvdFh6RkovYzdmVmxLaXJLdldWVXQ5UUdCV0JYMVNnK2xEeEVublEwb2dwOUp5UkFmVkk0Q2ZnWktyekNFY0ExZ0dDbDBqb1NUU3J6UnJZR1dYUWJQRHpPVENKNEZWbWJDQU0zNUJ0SWZuRHYxaHovSDZ1Nlp3Rjdya1Ria0Z4QnRQQkh4NE1tenY5SUhKN0RnclVMdlZCZ21HVHJXTU1JYkg1c1g0WjFEMldOc3Y4eGZnLzN0ZkdHRUVhUE9XZGVScGRQV2VVZlNsUWVYQ1lkNlN5eXJkNUQ3em9meTFUcWc4RTYyekpRekhLUS9lS3A1VUtON2xXeURtSGJzNktpdExreFY5VURTdktXdVl3WFZSM0RrVVdDK0tyanIwMmtLSU91WE93VHhzdEVvWndQWE5yWVRLSm1oUExmdW9KaW9EVURvWVZkaDR5R25NdzNLdmNJMTduWnZid282N3o2dmJxc0FwbmJkMzJwMTRoeDZRSjBNdVh5YzhEUWFQMFhUM0JwRFN0Tit0dW42K0lyaDcyeHR2bEYwNDczdGJMenRRbUJWck5FdlFXblFWVlhMMmdKYnNuanBrdkQ3VWhFelRndEp5R3gvUUQwNzRWMWdBakZZMTR6bC84RnYvcDRYbTZGcmhTY3R5cmR4enBnTHNaYWFuMW8xT2ZOZDZ0ZTVzY0NIV0crd2F6WCtxMU9ONldNVE5wU3QyNmJUckZFeHpTZ1Zxem5ZVi95eW02WDBWcUNQS2hXekcyYkhwM1VwTURGeStzWk9CSVN1MklQczBDamg2K3hDVXU1ZXhKSG5GZlAwV29qNUFmQW9MbHQva0xyVFo1elpZRnlZQ0JaVERVL2R3TkJRelNlNExMUkpodDRWK3R6L3FlYjB4L1NXTmFYRTVWSHd0NzFrbUZmVGFCSmorbWwrUTduVWlKd1lzaExVdGxzNDMwVGo2V3dURDQ1Q0R4a1NNczVsQnp6Q1Q5Z24xMDNkOUViMmhLQzZjV0l0dkZKb3U1aFRpaHNxZUhWKzFUTTkybXBHemZtdW5iVHNxeVJUdmxqY2xlUWZiVVBPYVdxdEVqaVhLbGhlTTZJVmk0dVhLZGprVzJHcS9EWUUvRy94WUxYMzZuY05lV1ZqbTJFSnorVlZhejFNczlTSUh5UE9wYncwZFZtVU00a21ybCtoenlwUnVnM0tTTU05QVNydGpOSEIveW82aVY0QVJlYkVMSkdHZU5LM1RjWCtCTVVhSUVkMm1FUk9nZVNtZ2pvajRlMUxKb1h4MDZyblN2NGJYUXFOMHNKa3A5b1YxWG11Z0NnMGhuMys4eDZHQ3BTK2QwWEtNay9LamQzTElFaGhtVm5HUWtXeWUzOUlyWXRaWlUweXlrVklyWWVTYlE0bGhWd1hhcjEwN052eXI5L0t3ZkowRU1ZV3Q4RFIyL1AwbkpzWHllZkYwQU1Vam5XQlFpRU5CNjM1T3dtOSt0Z1NWQkpBL3R6UXZxZzVVek5HTnBYYWJoNFM3VUs2NHA2ZncwTW5rdUR0Zjhndmd4elZzdUpkK3FMZFl5VGVhSHhRS2d4dW1UalN3cGFPUGYwbVhvbUhFbVVPQUg2QXFma1RxektOUmczbDZXOWkyNG9CVXNNRzJtTkJLUjNlWG5DT3RlT0NpYzl3a0hlRjkvWkh1b0pNeWZ4Y3JnT1dGaFJCYUhmYUdEUDRHNFBEZ3d2OE80cGd6bXd6a0pFMVlIRDlRT0xhcURRMldmSmVCamNXUy9Ya3VGLzBZMEVvdjlyT3MzZEVaeitPVzZVQkU4Q0pNbllrcUJpQzdxZXFLOUxRZVBVVVZ6TVA1T1dTb0FPNEJpYWdZc1lLUmQvVTFFb3E0ZVZURldtRndGYkpOWmRZS1V0aTY4Yzh6dnVaNkwwVHpuNmJZVjNmUnZGZVZiMG9ZVjc1Ym9KV3I5M2hoQnNTQ2tvLzRxVHA1azgrcXUxN3RrUUxtVzh0ak5zblNkQXFpS2Y4dUdQaWZvdGZjTVB5MUsxNWgxNWZlcDB3aEpWZG5NOVZleUI4RkprWnhwZGRwRUMzVDdSSkZWc0MxUlM2cFA3UGdoYjFzaVBGT3VmVXJJYi9FMDFxZzEzMDRtMGYzRlFTYUk4UCtzdHJYeUhOU2ZyOUtPRktKTVNtWVUwVVdSRUFJUHdkaTJab09OME1Cank0ejk4NGR2T0VjcHVxM2FsQXpPVWg5Q1pLSlN1RFlIaHhFVlpJZXJUZnFqN3RqdDVsSVd3aHlQUVpKWUl3NjlyR3Q4Q0lQckZpeThwZlZEOVBTdjBRdm1BOUNEWUpoM21peWRISHlDbUxlSG0xZkVnSFJQMUo5NjYzQ3FybmVOcDBKWDBiUnRrUDVHMS9zK01KcGhvL3RTVWlPOTh3alpTcHNKSlRKbDR2d1g4aWZVN28wTkxjaTJCaWhRb1JFWXpCS1dRb3lJZVMxUDVVU2NXSnRTRXZQMjN4M3diUmoycDNoWVh3SC9ES2N1ZFFkZ0tubm80QU5JRnIvZXM3Tm56L0tpeitoY3hBZFk1KzZ1bVQzQlIrbVhEdUJjNEY1TDY2bUNhNEZFeGxHdVBFdzFQZFkyNDY1RDlGR09hWFlnZVFyajAwWVd2UU5INHNaTWI4eU1hZTFMTEF3Qitua2FQSWpMcXpxQUtqellqVlBpM2ZBa3M3Y3NaTmdKUWlVallWQ01lb2Jta2pldStqYUpteFczM29xR2Q2blZRUGlUaFBjdmM5Q3Z4VjhzVjZ5dnZBa2dvSVJIeWR1WmRXRVh2b21kc0U2SVNPWkxrMGtINW9DazBaYWM5TTkxZ2I0bDBIaDlYYkJIcE9uREg0VFc1TXlGM1RsTVptVG4vWmRPeGlVYUdVUGFGUFFkS2FhcEFXLzRlK0taMmJwL0dUc2RZakZ3dFI5YlZjN1ZyL0NoV2dON1kwTlB4VEc0Zis1OFhJSnlOeDN5Z1Q5bThmR0dPbkkzRG5XQ2xXajRZRUZFYmJlU21yVlhkckF3a0tBbDQyVktXRVpBd1BubWNCRHpXRm1ydzlUaytZMTdxVjUxeEJUckNlTnFrd0kreHNpTldSaTRVVmt0UElwa21IcS9VMjVoNW15aHEyeGJpSXNzNTQ5RHVmKzdPMlVwYlhHbEdjR3NRa0dwZ3d5ZkUwcTNXYTY3NU5WUm5ZTmQ3VjFmbzQ2TllmVWRIOFkrcCs5bytZeGd2bVJKdG12RkZmRWJ3RmNRbDUzaktjMDA4bEZwRWVoditmM3ZpOEhVbElDWHJHdlMzdTkxaWd3TUFqanF4cThtc0Y5YXZmclBrRXlzVVFoNnFhQlFMUTdNTzJxenRac1d3azFva1lBT2tKNlg2QWRFUlNpN2RrQXlZRFpMS1NzdVJTaGVvcFBsYVVSZGpxdFMzaHAxbHljeld6VWYwVWQwT3dPV3NabTlrMHlpQm9Vd3A0S2F0V1pEL09wZnIvV1o0M3Q4d0Fsd0pWK0lIc092YWxvWjd1cFhZRjVpT3g2LzlxMlo3RDZDVm91aXBPY3U1UXNhSGJWMzgwMzhZS2VUZWpiUTNRRjZ5YnZmU0JhMEZFZHJBVm1lc2V6NDVoNEl6R2N4UDVLbVR5UStmZmhtWVI0bkhOcGNxalFOeGFhNzZkUnFQbEcrSGttOUdaOFRaK0p1ZVlNbWUvK3ZGU3h1RWwzZnltMFg0MStYclZLRmVLR3p1N2wyd09Sa1JrRmlDMktCVmpYdnVCcjZ0K2dFSHpUNTEvaEloS0JFMVBwb0VGTHZaZlFJTHl4eHJzMHNzbVFSdWRlczNVNlFXWC9Lb1VzVGZVQ3hTODZXWUNGUGZ2czE2QWc0a2VYOEV3cmVhYld3MVNsU3YzKzFpbjk4ZklFaEsvSUhieG5Xa05FWXVxT2tPanNjTUhrY0hqTjFJNXRDdVZFemt4QWVKM2tWTGs4TDRhMW5xWVNhcmpKU0ZlOVhvUTF3Y20vNzAxdXI0SDN2TjJTR3F3L2lQcGN1Q1dHbTNvdlA0M3EvNGc9PQ==', '2288152723802849226_1555602922', 'a:1:{s:3:\"low\";i:320;}', 1.00, 1, '2020-06-03'),
(14, '2020-06-03 14:38:03', '2273599886297166317_1555602922', '2020-06-03 14:36:02', NULL, 'Q5Z8+aYa6s4ptcf3oJ9WBW84QktRTnk5blZNN2VQOXVydWZVM2Q3dmFUOE1iNFNLVi94TzlKRUVDSk52UHdZbFZGRUxkQTVVUCtKclVIRXN4cHZrQ2xlcmQ1NyszS2NuK3F1eTdQT2liaTFLUTZOa3J5WjBkSEMwRjhqWXZrdk1wUWc3bUJPVTdyTDkwRENLUXpPM2RNMWlMMHJQQWZtN1ZWdWVXcjJaUjlHQ3RTNEJYWG04L2QwcHBWdWhMS2hZWDJxYUo1dENWd1RCTjRDWjlZQVNQTkUyYWlPSlFMVEJNUWo3YXBRaTZ1WDd4WFU0N1VqZ1lXRGJuR292YThQMWh3VkF5akUyNHZWeWVQY2VpVHFmMzl1Uk9saThzT2x0SzMxNW5PUWpSSDBPY010MnpFMFU0VzNrbjY0dFhVaCsrRHJHemRMZ3VjeG9Gek8rc2RHa3RvY3ZaZHF0c1Y1YWc4aXRlZ0oxV3FOZkpPMDZ6MGcwNi9MZ2U1YUJYOE5VaFpTY2FCS1hzQXdkQW5PTzNwcjJsL09NQjVsTTh1M21aTlp3SkFWcTlPL0pmTkFxdFFkN3JaNWhmK05Vd3lLSmc4RDR3d3lVT3RQY0lCS0N2VUtNUjRKcGQzbWcrSkJqd1FDM0drdUU4ZU9pNStXTDlnTmVoUy9tQkc3MlNuUzQrR2NTMHZNTFdQTURRL2YrZ2pWTUdCNW1ESG1FREMzRFdwcHY4Q3NZdDNwdncyWlJNQmU4ZnFrYVFYc2Jzc2xGTEdRRVNFcjlFZklYMjBVeUpuUW5FM2s0RDBacFlnS0NuN2xwWElNenBpVFdoQ0E3akNzUDZvdmJaSCtranZOdWRtcFVSYi9xTFpDVlY0eWUwUmFOZjlwS0dJKzZVVWx0T2t0bU4vckZCSDBKZ2JFY3g4dEZuTjl0Mk84bmxkMjZNV1VpSFN3WVdnWlZFWTlCbmpTdm1ZQ3cyREw5dTVyek0xblNWMFVmeFFKRjIra1JlV2N6S2o2MUR6WCtQUEhTYTJ0eXE5azlFNUlyT1o5ZndYN094d2tQRHN5allLRy9scjg1WnpGYklpRCtqQzBhb2Q3TDZGbnhwbWlMYXQxdFJpYTlYRFZFVlJHVjdBQVB2aWtuU090WmR0N05EazE0cWdwWTk5cXNFVThJYWNVR3ZnMzc5NUpuT3J2N0pJazVEMFpFNW90K05XbmhVK3A1dnBHZldjaXlXbFZFcmZhMXRYaWRwNHI4SmhlYTJMdlN5bFVwRkpsZGswbFZiM1ZWZ1BMcnl1YlNjYjZzTG83UTQyaGNhcWY0c0FlaHRZOUpCcmhHeitUZzNmWkJyWEFic0pyMWVwdWlpQjdRbTdQSnVIN2k1d2o5a3FIbWJQT0U2bHFoQW4rUjhuZ2JoU1ZBeGtDYVpoUVU1QndZQ25ubmRvZ3hGNjE4QlJkTzJ6UWNYaHBHbmQwVWhMZklMcHNlMjlvWFQ5WkxJQlhkSTRuSkdDd09JaFBIaCtseDBkL1B3MCt5U1FSMTRvQ2ltZEdoK3h5TkZpUGlVVEZVTzBBY2NBb2J3Ny9FL1pFRTVGWENMT1NoOEhTUGQ5NmUzMUE2dkZWNnZNV3EwRlRJUy8zV2hWUGxQcFNSV0RkRjdSYXJUaDUzaXRTemtYUndyR1g1SWFDNzMwZ2x0QU5YRkFaODNRdGNmZ0JYNGJKT0FvekVoWWNzL05pTENTQTVoK0pVVFRpdXcwSExzdENYMmVBeWFsVDlYSVBZaTVuVm9yZnNtQmV3RWdqS3VSc1pBQ3VUV1lDQ3dCcUYvdHBpRm1tVzJubW1qbG04SGw2WmpOcGJ6ZFZtWGp6UVhhbFlTUy9FTHQ0Uk9SeUF0OFMrdUZzbWM5cTN0RlNxc0VTUVZnYklvRnAwbExYdy8vV0tVU00wTXZyM0RjVm5iU3hVMERXV0RhY2swQ0Zabm1PVk1jVndMRzZJaEQ2emZSSit6WStFRDFMeitaS25pUUNhdEJvcERxYXdaRHdxZmxtYzF6K3NNL0JibkNOTG9uc3E3b3FiMXlpbXVLV2pZV2RkL05HeWdqRVBXSk5wdEgzbHpJa3ZuZG5FckY4cEd3L3VyUWpKTHp6RitDdkEzQTEwVWF1dEJ5RTVpV1ZZSjlDLy9uQXhzaGcvQ1dIVngvZmRwR1RKMTZHM2dnUnYySVFiVVRHTEhTc1o5cFdqQkpKbkk4RjhDRUIwRWtSR0dZODdNU0owNGxiN2NxUVBWN0F1QXJFUDhvb2Rkc1ZVb3ZlbnZUTXlWeldjZTVLemhYU0JiSWJmWENKLzhwSE5pb3FQUjJsU2l0K09kcC9ZRzNITUpnbURGQmJ5VVozUmtLSDZkNmllL3FwMGdaU2p6anNXVXRYRTNQTk9zcXNCeERlUmEwVktoRmo1R0VzbGx2REtxY0lOb2dTSGxWcXZLMVAyQVFvV1lZZGx0Yk1Ea3RRV2Npdy9oM3EwREJkWG8wYnRCdG5mK1c2a01ZNDlJQlo3SHN4cmJob2M0b2FtS2pvcVhNbzRYUHhBcjBIbUdaQ0UzTFVsSGRDRVc3QWVpbmxnM0pmTU9rdU9DTVIzbmZuendWQVZxSm95ZG1BcE5vY1VhSXhqYkZUNmM1OGwzdm03YS8zZTdIZlJwTUtFMWY0UDVpc0RuMURPWUQ0UHVRSmZuQllvL3VBUm9xUFNJWmd5VGlnbHMzaU42d01UVDJoU0ZJTkswcGUvd1NlUXloazRvaHhkcmU2M0ZMNkQzelZlTUcxNEdjTWROdHhVdnBBK01WTDkwRHRjeWE4Nm0wcWtHOXU0YkZiMEpxTEsweWdiSmxCV0JKNEFwWlU0S2crOHRyanNWcE1nK3hVRFp0NFM1QnVkVGFaT2lKNDd4STIrV0pVOWlDWmczRmNLM1Fpc01CUFNuQitPWVptcmpRY3AvUTc2cnRpVDhJVklpVjhiaTBIZHBVSzdKMFBKdmNDNlIvSEorSXlKamhGcUZiVGM4bkdhOXhTZUdHVjdYbE4wY2NsUWp2RTcwMVRHWTNVb0NwMzlPNGdQWmJNc1R1aE51eTJTVWpIZ29BdTJ5V2dhdzdJZjNtYlpmRVYzYTF6SGRLTWxjSFhRSG1qMVlmMTl4cDQxZmZ0bUVTYnJ2eWpCS2k4ZjRzSi95a0VhWWpuZExiMkkydDZDY29QdkR4L2VEWVhoeitsRFkySnUwb0hGa3JCajdUbnVEdTE2Z29WOHY1YW5XY0tzRXVUVm1GQmJIMmFBU0tXaThnQTB6NGN0eThCUnVFNC9hWExaZWN6aHR6ZDdqSFhYVGNmeVZLeGJpaGs4RlZvKzBCdm9INFZSdFJLdk5PNGluSTBlU1hVcTNVbmFsRElsWWVFNGNKRG9XMHdZRXRtOWRGRTZVVitCeFZjdjBEd2R0RnRWS3RyUnRpRis1KzBnRWVGcDZnV3NBcDZIVjMwSlpCR2t6V0pqRzJxb1VDdnA1RlJSRWI0bGJLUTVqOHNycmxjY0FWbWVJMjhZTmFCN2dqRUt0K0o5YVNOdUxQUE9lSFZOTDJVNkx3eDVCcUlTdU5KUXZldngzS1hub0xsMjk3Z2l5eThQbUJ2K0VoQ211bHhpZkpJSjhrV2JFaWY1SW52MFBNZFVZRzRMeDNBYWViVnBxT3EwRVVENzRoQlpabHN1NDl2U1JMRm9GNVVJN0IwRWNYaTRqQ2dVS0xWMkQ4RHFwVlE3bERiWkRTSythMjdnMWQ5UUhFbjJ1b0E9', '2273599886297166317_1555602922', 'a:1:{s:3:\"low\";i:320;}', 1.00, 1, '2020-06-03'),
(15, '2020-06-03 14:38:03', '2256945696691059852_1555602922', '2020-06-03 14:34:02', NULL, 'UnCff/STTbFTqi04v+QTwTZXU2p4K2pPSEJHaGlXNXJoaTdqTFNQTGxweDgyb0VvOTJDeWloUGVtdTdyWEM3aGU4RVd6U0NFN0pnSXFxTUdsVEFKZ0w3RmVlYzJrcWVWcFRxaXFZd2R5UDFZNmIyRE5Ma0UwRDVOR0Y3RlYzN2I4ZTE1cUZ2OTh3SDZzYzY4Y1N4VmlXMWR3eUxmdkMwMWVDdSs2dldRbE51R0tPNk9SRjlESkJoUHMrMEx1QjJ2WmRKVmROeDVSenFlT2ZWQ3hFLzlyMVhVRVB0Sk16NmdRWmU3Wm5OVWI3NFVFUE12RjdYWWd4WDJnOVdRS2hqVk1RVm1NcXJjbEZmRjlHZGltVitNZ3hDR2NSVno2ZCsyY1NoMk5rTHpNUnNabzBwMFV1U2dPbXF4VFhMMm1ya3FqWTlpRit6UFB5RVNoaTlyM2dCNXlqeTRqSW5UZFViTzU5bW01akplR0RLQ2JwcURZdXNuRnNBZDVWK0ZCL3RQSEZJUW0rM1hXVzZ0TFdRME9oUUlXQ3RwYnhHc2ozUnhqZTBucWVvM2Z6eVo4a2tJQ09CQnpaKzB2QlVpRlZvN0FIV3pYRmJ5TUxPaWFDbDBxZXk2WVNyUDQvVzUzc2NDMEwwYjd2ZEdxNWJLL2IyRnYwT3A0L3pFeEdmVW1rNkJxelNtQ0R6WEZFMmRoeExnK2poSjlPaGNBTFVwYXlvYW40cU5Qa1hyNnI4eWJuSzZDY2ZXTDhlOWV6SXIvOU16a2diNTRpY3BYYzJEZGdXbTRGbEZMUktiREU0ZXpTeVZoSDZqQzQ3WFNKLzRGUmNYbVdyUDgvakxYcS9JczVrb3liWWFJcDJXZVFGYmFkOUpUQzc0WGVSMzJRZ1g3M2hnci9qcEM2YjFZY2xTSFAyT2RPNFc0MitsZnlJY3VQQVpKaGNiWjQxUjFnYVdROVlyTTJtMzIxNHROYm9yM3liWVFTcDBvQVRpaEFLczUyeHVkYnNhMzMrY3J6cG1ENkFDYjcrOFJEM0QxWnBPVTNmZjVhSXRIZjREaEltVVhqVU9LODNBL2NSTitSc1MzdDQ0VzZzMnRsVDduU0hTelJFTkFORHl2YlRxODBrUVJEdEZrbUt2Q0RIQzd4cE5HeDBqZWpWSDhRSEQrOU84WXNwRnZ2YmRPdmtaOGVkUUYrNmJ3dElVTnZFK2RpejFTWjBsN25NeHFiTmRKcEN5UE5UME5oUk1VZHkydlZsT1lqNzFFL3Z5dEUvOTQ4SWs2dW5GdDk3WW5nMTNZaEtCaHNLSHQ2YTVuQ01IZWQ3VktxeFdGRmpnODlaTnovc1R4Q1h0eUsxaXVsZGM4ck4wM0o3a2E3WkdwWHBsS201c0NtK2tUVjduVWJheGhTTEN2YjZIMFAyRDFON3FKc1BoVkdyb1RFY21Wb1QzbFBiK2k1Y05LaWxWaUZ3VTZ1Y0tycm1JN1N0Z20ybzdER1RZUHhLdlRTRVg0UlJBbGRGTVVkbm5VWFEwNWEzNmZlSEVvNlRtU2lxeHJUN1E3VnBTZ3VFNFBobDd5OSt3MmUrcjdwUjJ3eUtnYzJhNnBIc0YybkhmcEs2aUdQbHlQbjQ0ZkYxU1ZQQTVwQkJ3bDJmYUp0VUtyLzhHd3N4bFplUkJqTmZ3alpxQXVMUjNzU2I0d05mL2ZPckRhS2QvYUQ5Z043SlpjOVNZT3VzQjZUNEEwaWdYaEp4T1R4TlcxRGJ6WmNkem1FTEMrc2EvaElDaVpadzhkTVpZb1VrOW16enExRDFQdVB6UXd1eWRENTRhSVNTL3dUMDRTOFZES3NaTjZ6RG5RL2FwWGdkeFZoRFNXTHFkakRxV0w5dCtDcEpvQnQ4RDcrdGRjMmliaHdwR2ZNcldUbEdTNW5VajFSczErTFpsNjl1UWwzQVB3S3BJelcrQ0ZmZ2RDenZtSC9vWG80QWVwM2tNWWlnc05UeU9iQzBPTm00Z0RhVVc3aWVEenlSWDB2bVgxWlcvZmlhNWFlR2xoRW02VVlnVkQzNGhlZ1ZsUEw1bUhvVGhNWU5LUlFkZnNZUWwwQ3NKRXJPc0xwbHlLd0RZUlFYVEVtSjd5NDRLV1daNjZvZE10eGNMUHh1S29NZkEwdUFQZjRSUFk4VUFWNUhzUkl0Mi81eTdmcjFPdVUyUTd2a1I4UlZZbkhZeVh5OGFOUTByMVcxZnY5SUxkTzlHcVAreFlocHdSRzFkT1RxK0VLRGJ3aHdzcStob0djTjFQT2FVL0lFbGVUVVJHNDRmM3g4NGJqdTNUQlZTelJTRHpqdWFxTUJpeS8yeDlETDZWcHFXVjc2dXB3UnAySWZLOENFaG9aSzhCVVFRSzRwL0d4RHRCQXVpQzFoeGlEV2MxNG4yNFMyMVUyUHpjT2lQei8yVjU4WVpSaWVKbmYzQnk0c280VXRqS2VKR3NMN1pxaUxOcnRTNjBkcVFQOGh4eGk2UU8vN2JEbGxlZ1pqNkRGMFl2Q3RiNTFLQ2ZtMlgxSnRsZkdsQmNsRTVyNHJxL1NLTE1DMkVzRStlZi9RNmNUcW5ublU4bm5kNFkxZXhLRlpuSkhUWHkyVWdFZkVkcHRUeCtLQ3VVQnF4TkVpZ3FUZ2l6RkNQb3RLcmRaZkFSZ1FmT1B6aUlobDk1SThuU1pvb09WS0hnWEZoNURaWmdQMTNYck9uL1FNSHNobGRNZzJJQkNHYlZ3R2pLNDFXUWNXdml5OGhHTElkSjRGNlhOLzVDY0g0bXBIWE1rUmRITTgrbUd5VXUwL21Rc2Y1NFI0WVE5VnUxbjBuWEZvN0N1U0x1M25VeWNIMktVdEFQY3FNOW9ISWZ4YzBDdmVrL0F4VFpmWjZmOFI2dFJIVU5YTCt2b3pVWmtEWllJK3hUTEdKRlVzYm9tU1ZPa3Nyb1U2NlV3VlBBQmtybzNBYWRnSHczUE9FcGlOcFVPRytBUDFpNGpZclpwbUExS2tSYkNyVkp3VzlNa0habkdieVBqVGtza2dod05RdDBRTlEzQS9HdGVxcmUwTndjRE1PVWJPakgvaHV5WllQanZnNFhBZm51L2x6OVFBU0k2NmUvU0V5Sk1CVU5PZjZwVnA4RXg2VG0wQm9JcDdlK1lBSGhDVURFV1FQSjB2b2pFU2JQUVd1WTlNakozQzQ0WUp2T0ZJVWtEbDBTSE5heEIraTFadXhhV0lHbFFjUjZYZm1kbmZaQXZtTGpGSHRMRTQ4VlJPbjJJbHRPRkhCQi9QWUlsZVF2Rk1Ya3pTSisxZzcwVUM0Nld3dWtCU2swTHloN3U2SzEzbWxLMEZKanhPMDdyZnNUVGtybE9RRFJMR0EyLzBoRG4rSXpSa2lzTXR2azY1MG0wVmFZbkZRL2NJR25TRlkxRERRTENRQzdKZy8vKzdyOXJYZXlJQzRYREp3RkwrZXZBcHpEb2ZmdWlISlBFYkRPTjhPRlBqS1Rtd3F0Ukx5aSsxSkZMNjhDZXhzU253b1l6aTNJY05wMGRUd1ZoQlpLc082ek1PSU53V2RjRXBVS3czMGNxV0Q5blV6V3phSkgzaDdhQTV3czhMZ0VmVHRuR0hmVWxpYTgwM0s5aWZwSTdBc2Fwd3g4ZHBReTBKNFh1NUtSRXBTREdWbXI2NmdKVDJGekpSNUROZ1dDb2xJckQzTFdnRHhqUjlsMWRrMWQvRXVkWU1ZSnhzTVRNZ1NyZS8zYzlhMWhyRS9GMFMxZVphaitRSFk5VGkwOU15ejdoYUR2ZC82SUViU1R0d2p1UEN5ZE5XVTVTdmxuRXZSejFkc09KSWtYeHd4MnF4UUtUbEErQmFEZVJObzdkUTJ1ZXNrMXZaOFRFVGk0MFc3ZEtmYUNzWXlRdTFrLzZRUG42SURzc2VKVUNnOGx5YkFNNkxzQ0p5VFJUakQrTENRTWgzRTB0MGNSUnk2N1lzZkVYZkpwOVFRbVlrWEl4SlBvT3A1VmpxdnFWNGJWMk1iVTgwRHRKSSthRWpzUmxvQjBwVEVGRUhTTThHd2NkSlBjRGt2Mm9OZWJyL25FSkhJREJoL1N1WC9UajFJb0NtN3R0TGRUNldLZlkwNlJuK2dndlk2YW1NZkFKcHg2ZDNHREFKQWNEVkhNVEozTzYxY1gzL3hSRHF3UUdBVHdkU0M1UytmalcwV3Fuc0w2L2tIQlIrbDlWdHFlZHlrN2FESTJjeFFZVmYyWWI2cWc0OTBCemdoMnFybUlMOTZlV1JtMzR2dHFrZVdBVHFYSmhhSUdtVk85VkE3dmhVaEtWODVGbVRZZmk3b3ZOajBFVmN6N0drTU85YjVTSzk2Z29QVFNxcml6a1g2dnNkRTZZdTFmNnFwc0xkMmtURzFiaFNrSU1SOVlGSkpRY0dlVlJtalVaMFlaQ20rRUUrRWNBaHRxUDBTM09VUDN5UnR2Rlk5QW1xUitUc0JDa1UyS1hnZVYzLzdTODJ2MGZtVjBnZzA5OTdJbG9FRXo5Sm5hMmxvdzdwNnRIRVFoUHZ5RW93WGc4djZrVk9aV1p4THZuSERsckpPZ2I5cGx2OS9qVUYrOGJsMnZjU3hYbWptVG9MNC9uSUVjUFMxUjFnaFVUVi9VWVJvem5pdDBRNEdlMGFSOGRHZkhBWlVpdTdpWWk5YndjczBkT0J4U2ZpUFFIOTFiTW1KTG5HcjdLUC9ZcERYWVZQc1pGczFZNHFyN2lDRlFGcTNIQ2xiMVhjbmUzaVEvRXl1OWVWN1Y2ek4rYkJ2WVRTWU0rL1ZQWVltTmNzZWpFSDMwdFNzc0xaZ2VtcVgwOUZqRnhWcXg1UzRpN0NBWFk0enc1ZmZXUTdIM3ZnbG9PQ053T0U1eFFIY2tlejZ1V1lCNmlvN2pEd0UwNkJQWVFESS8ySHlEMVUvdXpyNjVOL1dFMFJnVE5ZUzdoaDlpZG9OZ0FORUdIWDBHSkIrOUlvOEVtSFJLekxvbVBuRXZyMXpSVXZnUVZ0c0lhdGtQcjYvdDcrNnMvb1pmck9VVUJZemlhRG8xZXRDNVRDS1F2aHdJTndPUU5DWmYvNGptVHVXcXh4S2FLTWFpTElROGlpVTA4djZXOUhuN1ZVNEZIY0pJV1VCRk1lUExDekZ4QUlnQlNjSkkxQTdvTVIrMnRQby9OWm54WkZQdTcwYWxmMGRKSG5JYTk0OFoyaGVFWUJBb3FrQzc3SCtFenNCRVRCTjBnTHBsdTljN1F4MDVQMTNBUVFaVTI5Qkc4L2RRWnZ3Z3JrT0pYR2hSM200a3hnS1FqVHBJdTdqSjFTNU1MWnNPWjFpREZqM2VnTGNhRFNLMHRuU2xKZHdmaUlrWHEyelhZTjFYYmc0VkEzZll6WGl3bnlvYk82OGtlRU02UFNkcTNFdmdhR05rOHJwa0o2ZG9BRU1uN1pMb1FjYTdPMldma1U3MnFraTg5YjgxODFPbnMzamlGQWxYMThJTC8yM29USFFpb0laQWVlS0ZhL1RHVjRBWGQvLzRSOVNENmhnRkJZSktOTURoZ2ladjVwUjB1ekg4b3lFaTBndS9FOWpIeU9wVFd1UWZ5aC9Obk1iOCsxeC9EaU9sVnVQalhJZnB2V2VRdEdlTjIvWTB2QkxQWkxjTWc0ODNqc0FHZ0hkdm9GMGhMeHJtMWV5QTN4VlJrSGtvVitpSzYvZmFWZ1FDRnFBcEROK2FnVmhmVEJEblZWYXUrNzdXSEJjZ2c1eGZuanZKYVNCTlZjcHhScG9FdERLcDI5K0ZIRlFpWXdoRlQvVXg0bjhVSnhtbjE5YTNYVlB0T05hdUpQNjhBSWV5eW16RlAyaW5pTW1YOFlZ', '2256945696691059852_1555602922', 'a:1:{s:3:\"low\";i:320;}', 1.78, 1, '2020-06-03'),
(16, '2020-06-03 14:59:47', '17875073713684065', '2020-05-25 09:03:56', NULL, '86/frS7ou6CoJXFLqG1ST3M2c0YrL3JnT0FuUnR5SzlHYlRZMkpWMzVTSzN3NUQwY3hGYzAveGt5QS9hLzZqbjE2MkZPR0M2bytWZU1ZUUtNZzQxQ3F6ZTNSSk52b1U0RzNCK3lWREJuRnpZLzBJeVVnei8vREl3V3dKaVVyNGZmdGZ5MGtkdW5LaXQ3ZnhDU054UDA4c0RTUFBJM1FLWVV0OGZBbVdCck93bU5OWHNJWkkzZzdIbXJHSmRpaWo0T0YrRmZScWlIRTVOQ21IY3lTVDdjUGg1cEx5eVZ1K01KbUhpRENKT0xGaFMrcXJCUFVzU0Q0K3NraXRvRXA5VGNsY0EyK1R3dHFzdk9HMjFUQXZOVytDUDlLZ21taEY4OFNuMkJhWmVENmJpdnhLTzg2czk0WGpoM0FrUlZUaDQyVWQzU0dzUlZWNTY5eVJBOVhrdDc5TmN3ZXlMRHFJWGt4Q2JFQkpjdlhHNVNMUzMvdkRzSDdrWnNWaXpVMFhRWnpPUUxFb0xsVzl2a3ZsR3Q1ajFnekhXM1R5MjVrazAxNEQzRy9JWXVldGRGUHNEekNRWnZORVZlaTdBdXgxUVhBU3JnZjJTRkxkbmordTRxcmNQcy83dVN3L3lOUytTSkd6MlM5dVNMVWxsRVBaWUtVR1BpR2xBMmVBYUxzcVlCQVpxc3JOUzdFN1BHbUdDUU9PTkdQUWRPRnJ5cktWTnlMN21WbEJscGFIODUwcjlSQzluTi8wWWxrQ3ZORTVweGxlRmY0KzNUYjNqU3JmbHlIM0FPZmVocTRrRkh5VU9tbmNCYWFuRVByOVRvZWt5NDl0ekdVbytTRmd4ME00Z3g4aU5JUG1EbUlNTEdjSGhGL3lGRm1FZm5RK3d6c1d3ZzlyRW1xeXp2YUs4b0M1SVFRMGRCaXJRWEVSdTVWZUpEOWxUV1pNcGZOa2FRa3pHYU5IUzcycHc4bENubm9mRWkwVWljM1lYRElRSmp1cVFqZWdLVDY3OUpGVU96cGxrMzV6T3VrOHBYbjlHTDdxektIOG1yLzhZTG02Z20rbnlZeG1ONHMxUGVHZDNTQ3NWY0RJdFhoUE1qMmxSNHFUY1FGbEJNeWppZTg3QmRmdzdDcFhUc1BkWDVWYU5pdU5ac0ZjMUZqMWV4a2pCWk45cHpEeWZPYkhQTWFLSm1Wa2oyWEFnaDFWdXpkclF2WDZSUTZIam5XdlczMS96WEZWbDYvTzdiemhUbmZtdmJ0RVF5MVR3eXV2QUFyZGVOczg4SXJUUkZ2ZGF1RnJxQk5TQ2szTHd6WGFCRlIvMnRYWGlQalkxVm4ybGV6dmJlZz09', '101037661_246264170125228_3911673623738876696_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2020-07-20'),
(17, '2020-06-03 14:59:47', '17851061404992336', '2020-04-15 22:18:02', NULL, '10jFXlbemXjHumWSJxTKikxzVTBRbUZGS1lCNlFLZjJHcEtpcDVkZU1SbDZnTEExOTFTMUVDalZOeTl5TVhkZXBxSGh6U3FNamJEaWdVU1hwOUtOeks4UTVzT3lTeTBtVHQyaGF4cjNpNGdiSVNQdCtvL2hBa1VrTHZveFhFSS9NeWFBUjI3UlpxMHE0M0hwdFkxVDc5c0RmdWFteGNkVnF3QUV3bFZzVmZjZkp6blJVOTZHWFpycC82Wk0yclducjl0WmlhRGxJczVyVTlkaWltbENxenlsRDJnZmVjaDVJNnpYNXp5QnpUY3FYcVVkWUtoaEtpMGJtMFFCWDVYeTV2UnRmRHlPNGlYOEhweEY1TUcvOUl2Q2laNThFZkE4Z1krMndFR1hRUHJMb3FFQ0R2Nlk1UGV3MENxNFFoZnRWcmtQMk5RSk11emRqenBIcEJaREdyOHE1L3p0Z2xsL21mcjNPOERwaUdWWkMwTm1GV2M0eXNQUWhDZnFwUzNoQUJ3a1grVktkNTRrK2hsTW1tNmwwT09jdFh5TGFFRVdyZVRhUTBTQ0Q0c1pHUEtRZjVWWU1kNWhyVVpOOUxwOEw4bGlMYnBtNnBIbWJEQWhRTmYrVU5xdXFyZ1kzRnNXdHBpOWFvTGF3SG1aWjY4cWp6SFFXWnJmUk5mbVFuZFN3TkhiRUxyb1FMblFHT0NmUGNBSGJFWmVmVDl0ekJTOTlSS2Jnc2dvTlQ2enNVcjJGQy8vbkQvTzJSa2t4T2ZjMDZ4Y1NRUVZ5Z2xKejcva0hmUytYYndqUnVyL2tYOGgyUHhCZklaZG5hRUxqUU9PNW5xajhFbXFrMGxVN1J1bjNwVVoxVXRqUUxoc000QjJsaXdWZzZHSVV3QmptbmRWVGZVUGx2eks1QlM2YjVsM25GRUFhNE9aT21ZVHdualZYY1BybElaTWxyaDhsaktOVENiVUdoSDV3enFoWEFsZUYwNWlQcU1NMlRBemJibnduVGJuWE5ScEhUSlNoYnhhZnQzWHRGd3Zib2RVSE1rblJrM2FVeE0zZ04rSXJFVjc4alR2MXhoU2NUZUhPVnRZU0VqcG9lOWI5WGFUeEY4QUNIcW01ZHo3VjkxWVJRU3FNMnUvdFlDSHBzZUpIdDZyRGZoRk9FRGF6U0VaNEo2cDRHODdKa1dLUHczUEtFTmFvc1JUbnl2V09iMmhiQUVHQ2R5ZkdKVzZXcmluT1FPQlpyM2hmRThLZkQ0RndFbDJOQTZYMGcrRnhkUmV6M1NrcjlQOWhPRlI3MkRCVDB1QWxRdHRSZUZMZjUxZTdBTk9oQVNkNEZpZXZoKzdxd0wzczNoV2E3dDVBam8yZzVEMEszKzQvdmpUdnlOSVVjMEdrY25DOWd0bkIwUDlNMEF0Rlh6aXpOSjJZVUV6STBoR3ZxUXNLdDhnWnFEQmxuaTRuQ2ZTRlRRZlpPMk5sVFpwUC9xK29hT2pJNWlFV1dhT1lVOC9ialJkOWpnZ1prR21oVEtCZ2JNSGlkbHRJazl2R2ZzZ2lNT1diRCtQaVc3YkhnOHlyMFZjSjVGRmt2dkpXMlIvMzVFbEJEZDJ4bmZDRmxhMjZWcjZHaHZCVDNGUURQTT0=', '93296880_608432696547256_3413177500740815808_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2020-07-20'),
(18, '2020-06-03 14:59:48', '18092368387153763', '2020-03-26 20:24:08', NULL, 'SONy993RM4d0Xk4/SN51hVVkYVY0amFiVXdmVkdRd3Z3V1BETzRiQ2x3OEcyUWFlbUFreWY3RitnTDFSZlA0RTA5SXgycEhCZHZuL3JOMkFhS0t5MDJYQmZLOXlDVE9WeDdkRUtlVUFjeDhOdENuY3BsdVpqcnF4VkRGWHBOT3lXVURQR3JKZkJ3THd3eFNNMWYwdW80Y0Q4VWVEZjdyZ2FrdGs2Wm9qQ3FER01CWmN5Q1ozbmZFNExHeXp1MjlYNi9Uc21KU25sWWRvUkhDZC9oYWFJTjY0ZmFEUDZpNWREeHhEZ3VMRnFFMlQ4N2tFOFhsZHpmVEVuQlNwQllNaTZMeklTWjNaWU1pODhXTElpWXVtdkVhWE93UWc2U1l5SkNiVDNwbzBUQWtGM1JNMVZlRExYYVVuaTNDa2R6OTc2LzZrOGtPbWxuMk1jQXI5Nk1ORkU0SThwQVNxTjNNOW81MmpjYjRmWjFpWmNLQmE3UU5uTVhtSmZEUVFCekRGWko3YytwczZnOG9VZGRaVE5WajJ4cEZtTFF2RDM2anM5T2JYWDBVclk1VTgyRnFzVVhrTUJVQ1V3VDRoYVR5YkNCZlpsWkd4Q0ZIWmZtY1pLb1JNUllBM29qZUx4M1pOenZoNkR3VGR2VEZrTHdGeWdoSUV6WmF0V1FJdFdaOWdaaVg5dXRVby9VRU1GaFNuNU4yMFRMU1R1bWpBRlJtakNRWEZoNC9XODZUWjkyTzY1alkxSlhLbjZtdGt1a21DSkc4V3dkTzdnVFlOL2xWMG5nYllnLzV6UzFoU1haNHpoRjdML0g2d2k4TXNkNjNDSTF5dDV1UnZ5dmJENjdTQXNoR1JNQ1U3M3NxSC8yYUNrUVpxRnBUWWFvUjhXbTFKbkgzMnFuZ1BuVWIxYkZPVUw2MGI0WEhMdVB6ZnhZU3MyOUZQSThSV3VNQm5CYmJZUzVrR1A2YUhuRDNuZnNUMGlXR3pwbEh4M0tjTFhOcXozUUgrZnN1SllRdmFMbFE5WkdYcWpXelVYTmVvaU9ia0c4NVR3RGgyUVhYZmQ1MDFTNk5SV3Vvd3NFaDBDZGlUSlBZazQ4ZTV2RGtGbFlaTkwrRjJlYisycDNJbWg5Tjg2UFNCcStsSXlCTTJnUmdkVlA1eUhuRDJPaFdXOUtIMlBUdlRJMGZFcVE9PQ==', '90515149_102736381323911_8097077967940143063_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2020-07-12'),
(19, '2020-06-03 14:59:48', '17885924416494435', '2020-03-03 20:57:08', NULL, 'v4fkK7luOQFrTJNCVZOW0nJQenBrSWtvekIwQVFWL0JwRlBDTGNHL3JrWDVWQW5NVjcrK3piU2ZNVjNUMjByZXBhaG1PTERCWGhDaGlhWGhwVmNObjFzYXRhT0lER28yVStrWjlYUUVraFhkWFhyc0xOSkVmck5lMnNYeC96V3RrMS9iVERpQ1dvdlVyYnlKZHdGcXo0WTFLM0Z1RzdGc2pvQ25RNGIwdWJKRlVKWGNiVlB3VzNvMkhEUzZoc05hTkxFK3hiT2I4MU9zN1VNdlA5ckF5Y0NVcGliVzZWQlQ4MHZPaE1rWDJURlM1T1BzeGs5WldPRnhrQzluTmZtRnFsMm1obUJXZEZTeWo5RytISE5LUDNXeEh6UE15Z0lRdkk1RWJBMjNUT3BMMU5hQ3R3YmJSTUJzcU53RXRqVHFIZkpQRmNxTHdPS1JiUU5jWU9MdFRldXhtM2tDby8vcHM2WnJzNVBwZDY2RVV2SmtmWkVrQUlpMExySUltbXo0T2ZiUk56Vjk2bnRFdXpHUVlVOFJvRU41eWl5RE0yT2Q3MmNwZUsveG1GTmthcWcxanV1ZmFjTm96VDZKMVA0TGNodUxNSUQ2czB3VGdlQ01nZXpQeGh0YXVFWXdWMnhSN2ZZV2Z6dUkxWEtvYlVESzQ2RGVjYS9sS1haUzdWK080RG1wRjY2Snh4Q3FvcHErb0RYRFNJbzQrOTF1aHZSSWdCZ0J6U2dDTGxQVlFkUGo3d04zQmVuZHUrQm1zcFRJNTIyZy9vdUp1cGR2TWNHdWNhVTNrUFdqM0E5M3BSUk85Z1UxSGU4RkljR0REV0lFb3NyNnRXS3R3RzhDa0VidUVDcElYZG5zbzRIVDVlVXBIMW94alZnT0Fod2t1T2MrdGdMRGJ4TFcvU09ET1UyT1BsS0dnSkp5eDhJaVNsVWdiZTc3enJZUWo3MkVPRFNDTG16TWNTLy9RUUVLdDNZNy9ieEFuSTdYcTlvNlFFa2NOWllISENqS0hqaTQ1cU5EYnRseDdNcXZlTUcxVVhhbUc5RWJ5alFNcVFsc1BQa3o0TmVMOGdHSmtFTloydHgwWXd1MTUyK3B3b1dwNVVBRXNiL0RqQ1V0UkFtWXloaC9keUFuRzFtVDRSZ1V5SlVuWTN1aEhBK1hOaFY2bjAwNXg4NTNGZEJNTUlvSmRmd0FvUEQ0b00vQjlJMElLNC9JWG9wbmUyMWhvNzZqVjFISEsvV2w5RWFTZVpVMDEzYml6cXBrSVE5QUs5MnJ2bUtUWkkyRERCeVFMdzRmbUcyYkVlWTErWVJKK3VsNlFtOHNETjBSRW9KNm51TU55UnFJRzVsc051UEF1ZzlmQnBQSUxQcVlEODBlcEUxSVY1QW45a0VQRFdqbk13c1crNHpyOUprdSt3c3pmbGxVcXJ1K09yeWk1VmJlR0d1a0ZRcTBacWhKTlpCa1BSSk1UdzhOZU5uQVdQYlY0bGJVNXg2SkhGQXhNYnZNUlN6VEhvdEJ5Q3Z3bDJ4a0szV0FiK0dvODBvOGtNZ0p3MkNDRUF6ckNPRHNwamswUklzY1JvL3JENTJyc0dKQVFCK0YvZnlSMWRveGZvV1pDWjhOUktmM3cyemkxOUhrUExtYW1uVmZDanpTYllQS0VETUliZmE4REpWNllxSFI4dm0yQURRd0xneERtRUkzdm9YY1MzaUp1c3YrdU9vbzM1Q0xJeHZzS1NKbW92RjdVQ0w1RER3dU1SV0ZZOVovbzQrNklEclUyMzJsL3FnbGQ2bzNmTWEyTHNhalVQUXlPMDFIbk43TnpYd2t3TlFiYkZMRWQxQ2ZNUVA1cUhjOTFlNVhlbUxxSDJkWHIvNDZudDhVYVNoaXlHMWR4bHpac2RSeFloNXpOMGQvblFiRUhNaEhPa1h6UEh0ZUlSb3FOUUR1aFJ5dWFiclpsYjJWalQ2bTR0RFRQL3ZZTEU0RHY3aHNqYU9kSTZMU2RrNmNEYWo3aWVsNDE5WGlOR0RxT0tsMHpiZmF1cUg3SkVVKzY1Q1FlaDlOOCs3TmdxRkd6TldnVFpwZmhrOWcvcG1Id2tlOUJ6ckpoZU1EQzd3ZEpWRS9EdU1CQ3YrSm40WmNOeHdHNFlaUDhOeGhDZ21va3Q5VXgvck8xaHRkc3RvV1hRWkdHaFAvcWFvNU1xNDNsOWxGaUJyenFJaUcyT3VQcldJZjI1R0c5dW1HT3FlajMvYmE2dVFpSnhrakdsWnFDNW5lREJYbDNtMXdCejdWZEVoTlpGemN0eFZ4R0tlTERta0pEaC9ELzVjcjV5SDV1dDV3dWVHVVpTWUhZZUpYNE5BZnN5ZWQwRlpIdU5USEtzcFNPYWZ1VXhPQXhhUzVRY1hWRmVPQm9sZG1xaC9XcHFKcUkxSDFqa2pPcGpMYmtNc3R5N0dCRHBCMEVwOERtYm1wUFgrV2NmREJ0OWRlSGprSWR2b2VvbnpQWUh4NzdGZjh6SjJsc3YyWm15Zk5wcWdNSmp4TUtLSmkvZlFaYUNzNkNCaEs3cVdBdVloRjJDMnhuUXk5WG93UUtmZmViWVpSamhLaExqcExmaE84Zzk5RVdEeUcwZVpENE1QbWI3cUQ0Mm1QdGRjPQ==', '88991860_796654567487513_2270452330395668851_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.78, 1, '2020-07-12'),
(20, '2020-07-12 17:33:39', '18075654088202551', '2020-07-12 17:14:55', NULL, 'jpK67DS0GR/4V7kLaxgefXN6YW1GTkF5dmUySWtCRHJnZUxOM1Q3UGRRMDdMY0JFSE40N1hQcjBEMkp5VFJ6VDkzc2JqNHZSd1FMK3c2ZmRYWTR6VVR2L1BnRXVxam1TTnVGSko5WEd2K2R3VDhMQ0pKeHdtVFAxbGhGVkw0SHkrZVpSbHM3YVpSYVE4dW5ZdGVWV3VFRDRvN0UvQTVpbFFiQTlOUDdtanhiczdvVWppWkt0MW5lbWxNNThHR1djVjBjUFlkU2tMUzF6VmJBbWdMUlBFaHJPTkhmaFJZaTV6QnpsQ1JDWnZqMExYN3lNcE5mNWdPaXFIVEk4T01BVXBkcHpqTllyVWNVT0xnZ25uSEVYcG1XL1VvRmh6YjVVU1BPbEZaWXQ3am9xamxTa1dONGtnNGhlODEvL08rNTVJMUJ4SUpZaklyS3A0bDlsZUtKOFI5Q2RuNDRsbU1SaXlTcERkcFZnUndrM1A3RUF5N2RpM0RqRmk2Z1pqNW51Z0N1alE2ODZZeCtuZmF4aDdxYisyNmduaU1uWmFhMmlzZnlybm1SK2tKdTZOZHRoaGh2MGViNjJueCtGeXZib2NCRjVPQUk0WDM4RHR5SnppQllhZ0tGVWw4eWdqYVk3d25JUHdhMlBlWjZ4NW9rQi9lZjEwVTFaalNUMzNXQ1dpanY4b0t1bll6dys1YmhhbXdVRnhUQUVnd3RRMlRVWExTWitybXd5V0RTcHYxc1lkbEhvVjlJZkZRWWo3L0pzQVNONU95eEJaenZheDNKRXMrRld4UGJRYWhINHNWTEppTE1VV25sQ0Judkhmd2R3TncwVUljdlpUdlM4MzlGV0VzMFlTTHdwYmZMcnZ4c3k3Slp0cWZLMndsVXd5NWdDdWtIb3dwWjl0MHZPVDd6WHNVMktYTm5Dc3RDNk9qc0RCMHpUd0dmNDl3dFJCNE5XYzBqV1NReG5PanIwK2xSVzNWeGdtOFFJK3BWUFovRkhJTnVHTnpwZS9pZDRzSnhNVnpwTHdkK05xNktLTUNVNG9IKzNMdE5HMFpadlFOUXFxMjVFT2E2OUo5WUFWV2hEQkcwVUhPdFU1akZ4UDRiVk5rc2Z6TjdFM3NHdlpMMnZHZHROWXUwRXVzS0pET3RTZEtndTZvYTRlaVRodUx3OVRzTmhpQ09TK3kxbFliNllCVXBvYlVtekdBZ2Q3VE1BV3hDbzc5SHBMV2F3eThEdGpCcXFJNXoybzNvZ24rS0R1bHcwQ1ZWaHlObnd1Y1FleUZuY0Q3ZnVYZkRpK0w2anVHOHVmTmlvM1ZkbmVPM3ZraVFhL3RFZnFnQmxzcU14VW1CUzVydlcyTlVFemZjWExvcWR5TnI3SUJuWHcwdnVqYkxUeHpQaTN5Sys1cVRFY3NMM05uamh5QUV3YWpKMnE0dWR5d2h2TWV3MmJrTmxGVjR6QTZFSE5JZitCVFAvM1dBeVBGRysxL0VsNFkvR2V3NWJsSHBhL2J5bi9yczl4M3p1UkM4Ky9lbVpSczRRMlNGYmdsZHZkaVcyYmIrVHloeXJQT1VFWWNWS2NBRnlFWDJ4dFhNTFdmR3lHUTZteGxLYlU1eHJsNCsydjJtNktjZ2ptZFZXMVVqNlFyd1J1d05FbS92alVlc2l1NmFQTHVXaHpKSURTRkZPWlZiNGozN0NFbVdMODRsUXdGRGRiMEVQWkxhYS9NMEtpem5sdnN5NTg5VDE1ZUtEV1dydVVGZ1ZZYk93czVpdFp0Y1U2WXZBZ3QvaVRma0t4VjByTmR1elFWNGhQOEhwYS84L1VRZEE3MEYrRjdtUG1oTUhmVzFHVFZaZW1vNUp3T1hSWDhlOUkvVUdDemRvbXVZQ05iNWIwVWRwNk9lRFZWUEI4dUR1eElETXk2cktERm5kYkFieUo1YmZRbEQvOW5SS0ROMThRQ2ZOaHVNTmtxb2REek1NK2VzdEx2bE9sTjc4bldGQS9JdzlZT1FEZXhpU0dBc2trUDZ5RVYxM0hPbElsUDJ0ajhUa2ZldHpmdUhaN0lNb2ZKV0hST1dHNUVqeEJpK1BPUFBiSXo1VDZuM0prc3RNRkZKWHByN1RiVDJEVmx0cWNQYmp4N05ydk96eEVCSWxuVXZiY2FJQWZZVXZoajZaR3FNWEdPSXVDaXcyVnBQQnFmYzJRa08yL0FncmgrZWRJSUF3WVNXVldQb2tFTmoxZWtGcmxaVHoycGtMMW5PU0NHdVR1MlM1Z2pZRFBCLzlpSjA0OVF0ZWJCK3htN3dESHdxRGpDT0h0QU5LaDdyRHkyeVBBcG5GSm1zTytyampua3krYWZDTEREbWhSSUxIalcyT1NlL1RlTXAvenZPQXdjUEJha08yRFJTeXFkZkVjTEZWTFFCUkoxTmQ=', '107273332_278553456922341_7514953245981155514_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.78, 1, '2020-11-04'),
(21, '2020-07-12 17:33:39', '18109012690176159', '2020-07-12 13:35:03', NULL, 'EuxobSiziV/nVtxU8bu4WEROUFR1QzhnRmN2M29SQU1ZbEQ0NFRka2h5QkNSRHZGb0QydEdkZC95TEdxc2pFbmZsWGNVdzBaMHVCaUVGb0ZHcjZ0U0lpMWZUUmVyeTF6amgvcXpoN1duL2NRNnBCTlYyY3N4U3M1bW04M3FaQWI0RTdCMy8zNUY4OGxSSHNVaTNCTjhDRkJ0VzhQWDUrbEljQjlRcEUvK0VzTmFaVzdCckJMc0dQMXdKdUxXVCt4RTlWUWdIYUsxZTFtTHRrb3BYeEhudnR6NlltSHNOcWtwbXlMbGVGQmRqZGVEbDRqVzN3VDBVelUvKzhjaVBEM2NqT3puRFRGRVFibWowN25HQlBqVksrS2JqazQxdHFhV0kweTlZSVlZYnhZNGlMeWp0QW5HZnpsREtvOElpZGt0RUVoUVVMb1FJaVdwWkY2UVJ1UkN0bGFLQ0dDR1ZWVy9sZkNtN203SDlCaXV5ekpRZnN2TEZvMmwybkxQcHYwS3pnMDZBcmhSMUhYVHVRZDlXOE9tZDlRNTJXczNqSDJUdlhCVDZOTlV4c3Z6b1FJTW5udGJJaSttbGJYMktoVTBsZWVpeHZGQWR6Y3BBcG1VemtWNTdJNUdCTU02c0dGNEZXaCszV3J5NDJVRW5hdE9wZHZ2RDFwRXQ2dWg3ZzB2UGduMzJoYjdGYUJvQ2dFWjlZZEJZcDhDNkRDZDdlL2NFM0E0MWwyTU5POGpxUDhQY2pOMTBVRHJoWG9OYk94S1VPOURFcGVVQWljeVd6QmlzcTZqY0w4RWdOMlNrc3NvN3VybngwbC9BRFJUbkpTRTFMOXA3clJLbDMzRWo0bG00WEVFMlNpQk4wV3NpcXN0eDNvRkRGdEUrRy9YMGdRakJDSURiZlBiVXdPRU5nV3ZqSWFxMjUzSC9td3QyOUxjbktESXFTd2FSclBwbENsOUJySStQemlBbHFoUG1qNDNzRHNwN0lpTWtReVhIM01JYTlkbUxucUVkRnZUUFBmNm0rRDFFZFdOSzlTN280WGtJb0c4bmFwR0pZaXNmVnhhSDdGZ2xITDVLRDdjanR0bEZTQnRCdTg2NmlIWVVoQlpSMElaT2VTc3hqVTVKSVlwemlYUVpTMVNpbW9aek5LWUxyRmhZZGpmNTNFQklLODExUE4yWm5qUHJ6ZlNKOHM1cXZzL3VURlVtakIwVXRSTmNPd1VyYThpS1l2aWM0Ky83Y0xtT09YYVlSRkZBMWxMb1p2R3hWbFp0NDBrYTVPYnpqeDh6b2Vwa0RkWHN6T20vZVZDeTBCZHNiZzhXRWdkNFpPeit1ZUdwYU5zNFlQcC91Sy9hMUNCblB1VTRvdmxGNlAyNWFVbXUzNEp5RU01RnZvd2VTYlI4eWRja1BtVDJNaVpuRGtlOHMrWVdDYm5QY04vWU9va0czZWJ1TlZuc1R0b2NRMjFpWlRIcXFZclY3dmtoeUhpT0dXTEwyajVXT0VSU1lpYzkrbWYwME1VTDlSd1pKMjVpUUN0bHFRaTZScmJJYXFUTHo2em9SVEhIeURHaDArZm4xakhsN0hmY21PbFVqMmNpdzRUNG9Ub1ZuNkpGb3dzZHFabExQc09HQzNpTGpBOG96dDhJeFU4bjVEZ0VNb3JNTkdLRkJ5cWlWdThrWjAxVjFxUEM5UDJNZFEzMk9DMjhHMWRzOGpud08vSm82aVArTkRxMmpIa0MzVno5c09IYlJGZzlpcEV2VFNKa1AxeldTWUpJM25yRTBBUXJXMUFLZmZSM0E2VmVWalBkYk9YVWdmWE92dnFyN1VVSW9WU3FLQlNkV3JDNWtlWVpOMWdWV0VRS0FvRHFyMmd6dndJeGNaK3ZEOEFwSnVtR25qeFVwdENJRXZSbW95OFdrY1BhbDBNVTQ4aDlSbmt4NUM0KzhwZHBuNDFzN1dhV2VlRTZyNGUzdjU1N2g4bGRCa0w2aDRlYjIzQnJ3WklxYWdPYVRpZEs4SnN3QjlNdVIwNmhvNkVwZXpHZ3BDb20zZ1RmdXpYeENLWDR1d2RUMlB4bjJoaWRNaFJadGtadjE4M05UVWw3T0Z5V2pZSnNraVFPSnltNEl3MTdMUHhKVkY0VVJZVTQ2VVdydXVya3RJQVZ2Y1ZsWjg3ZlJkY2JOSXhoODRMQk83aDZGMFNEcTkzZDV3cVJhWi9WRkJaR05CR2JTbWZXZWJPUFFSeTd0aWJwWld0T0d4UzdYejByWmFDWHVhYXRNS01BNHpXKy96RlhsQS9nRUI4UG0vK1dGbVZnQklwaHZMT1VCOEJLeDlteHR6VVROTEdLRmNSaUE3QzBGeFpHNmE4M2VGWW9FNHh3eUNSTHhraXpyTWo4WEM3c1JReUJMWDR2N3JJanRjUjlabmxUTWFKYmlJRk1GMGRtdkJpcklpcE5ON1hMOHR4N3JRRVpRTjQ3ZXpta2ZCVUNteVBZbnRmZ25FcCtEY1J4TG0wU3VOWUhTenpRRU9zRXUrTlZPQ09sWkd6RXdtZGFyNklicEptZXhNcUNkSDltdzRTWWRqL3BYRVV3SnR6VWR4OWJIL3lseFdiOEU2R0pXOS85cFd6bkM0cFh0elhRRGE1WFAybWdrUVNQWVFYWlYveGRrT0JCMzNkY24rWFFRLzk4bEpDbkhBMWw3am04bVg3NW1KRi9lbUJHYndWTUFNejJEVWZ6S3hoWDIzRVdpb0hReUR2ZVl2QzlPNVQwWnpMeHB1dWVXRTFVeVdINFNraWZGbHZ6b2N6bEE3M2JFSElZaXJFRWJWMjcwYVIreEU5ODIxZ0xsdlhmVnRoYURIdlJDNk5Nb2Ria3lCWUFXeGs3KzhEMTNxcU9EV2FlajJ5cFVzaVpqNDIyNWs0ME11SnNicU4ybjd2WFd4SkdRNXFBWVdYWU4wV1YxOU5MZHVSQWNwekQ0L2JpVzRoRDNMMkljNFVadlZHNU09', '107869321_139722374415448_6404540808860277259_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2020-08-03');
INSERT INTO `Airfr_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`) VALUES
(22, '2020-07-20 18:34:59', '17872802365830738', '2020-07-20 18:23:18', NULL, 'P20KZxyvAbD2faGD5jSlLDFNQ1YyKzROdlFKYjkrcldyS0xzSlNmZG1pV296OEZUQmJTNytqQWNRV0tmTGtXa0swQVVOKzJ0aDFIU2QrYWg1cDJsYWFXemZoM3lINEpaSzJnUExEbEp4R3ZtSEN3QWdaaWg4akxYRE9PY1o0TXNVd3ZzWVFHdklNdzh1MDBxTXY5NjlHMCtZYW9uWVVtMCs5WmNFWDVjVXVVTmhWblN2aDk2ZzFtWG1zTVJWTUt4OENqZk94MUZudTFVRmVMTmhLZlhzL2RuVWJUTjY5eThhRVNnbnVGdnFmNGpkVUVnV0MwWWlRMWUxaUc0ZCtOTmdIcjg4a2Q4U3htSmtJSFlFeHFEcmRpQ0RRLzlQZnE1Z2czOTVPV0FPVUZFR2JNZGV2OEx2NmZBQWlHajMwTUY0YmRvOWpFVEFROW1VdlJZMDZaalZNNnF0cEY0YkN0WWhVV2xhdG5JbzNxWEU1cEM4L0gyWVJBNklsQjFmUUlKL04rOTc5UGsvUFNvNFNsZXoweC9XdS9KTDJaZ09FbURRTklBcDFnYnY3ZjRBMmhyNG5wNm9oaFBXZWczWmt2ajZ6NmZvMm03Y1B5WkxteExYUmYxUERsZndaUkVPeGIyZ2pneTJBVUd4RHNqcm94WG1PMWJ2eW01MWNKbnB3K0dwZytMTjF0aGpQdkUya2xZNUtQVDB0WU1jTlFseVdSQlFFdjhyTlNQZ3I0SEVTd0Z3RER5Wi9zQ3d5RFk3akVKQ1poTVA1WDFuaThrSXBkMW9XYUVuMHdZSU5QSXk3Q3p5U2ZNY0s3cHY5czF5bUQxU1FManhiM3NiWnA1RGV2OXFpamM2M2NDKzlrc3NVcXk1K2lxL2diZEVzdXdGYStMc0d0VXNiU1RneTJrYlljYkRTek1PSmc3d0w3enVwV2dzNHJVVThHZS9zRjhqbUpQZkd1WG50QTJuVEVONG9HV2hkTWlFMWtqRjd5TEJ6UHlPSnovTndiRnZiT1VsM0p0WVNrMkw5YnJ5eER0bWc0a1poS3NVSFUxMFpTdkpKYi9xN3VkQ3pwMmQrdG9oKzF1cVkwbVN6VHI4QjhhRlc5dm5rTzNhUlE3NEFWZU8zZGVaeGt0RFAyNjU4ak03UTZueVVIT0h3S3ZETTNpRTZJU2lpOW94MnNaaDdPY3Q3aHJBN1lwVmw4T3FLMkNJYlBsYzJPTXRjVTdCVXN1VVBMVnBlalJkemhNSFNidDZxSzl6VW1XNmc9PQ==', '109560284_206124737461429_3712069004042620025_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2020-12-04'),
(23, '2020-07-21 10:04:15', '18002827138294106', '2020-07-20 18:53:35', NULL, 'iPYlqeWYTWr/PBxAvrSa43dPbGF2djZ6SWJ4MDRsdUt4cDVoZFdhT1ZHUjdaZlA2MlFlVHFmMkViSlQvQkJ1bGFaK2hxM0pMS0thYWRuaENWYWdNNGc0bWxtdVZJakJrczcvVXFPOE1JN3Q0U1Q5UDhsNndBQVNUT3BrVlUwZ0lOMVZkK21wb05Gc3RRdERWdWQzQTNMM0E5VUsxQzFaaExOb1M5NFI3bWdhcUlsT2dhYnJybnVpU1BQNlV4K1NvenQzdENObUUzZ2U2WjZEcWh1QzZTdkRCWHRNTGZrSVVqL3ViTjkrVFhzZjFEZTZnZDNsVnNKZHoxVUg1bGlGT2lkbnpMOTh6eG9qQjRyQm1aZ0RZaDRJR1cwRzhkRU1HL09ueVI0emRoNFRidnU5b2MrMTBZSThzSFNhdGhDazJBOG1ydGxlWTduSWdTZmtnVkJ5RW9wUlJXVW9KaW5lbHk0VjBpMmpVajBWbFF5SVdKMmlSNE1obFZrOGMxclRoMng4eGU4YVA4UE5wMWZ4Q3FTWEM3d2N4MG9XMlhtVXp4djZuaUttbGt0VmNub2hXVTJjL2F4U1IxQkRVWnpKVzZoTWRHZm5wTVRaeVlPR2lKQTZ6azBteHYyRzZxYXRRRXdPNFRLTy9JMlEyMWhHNUc5YWRFcXN2aXhHU1d2RzN3UFRmcUk0aFlvT2VNUzZBY1E1OWNiTkh2TnBRMm9DQUQzd2ZleWR2MWg1WkYxNG81alhvbWFad0kzckNGdDVLMEVDLzFZZ2EwUXl5YWJYRVcyOWM5dEdLSEk3MHljbTJSSG53WHFXbjlOb1VUaUpDWHdIS2tFUmNNSHRYN2d1am9wdTNFbWdxNVFzVVFyRmdSanVFMGFrbHNUM1R0VytSbWtsWExia2xpaUxKb0I1RjdRZ04zMW0rK29FWVRhWlZ0YWJIZ1JUcUNxOFNpcVZXaklTdnd4cFArbUdsQ0VPenRFTXQ1RzNlYTFLRlJRNmVxa3JaVGwwZnJWejZkVm4wZnUxUkd3M1RYeFBuSjRoVG5EamlUaXBUY0dXV1JibnhWRTR6NDFVcm4zV09BUTk3aDZkeWRyZkhVbG9TL3puNk9SdFA2VTRBTktieThJdFZtV2JCTFdYQkhpTTlybWtXNjNzMUw3bDR4Mnpla2kvelR4eWxGSEpTSTErckdaZHoxazFlM1locnNxRzh6bXBhbGJibGFMVmgvWUJHdHlSdkJEODZqT2tHaTV4UktPM0QvY3ZDOWlxemdTZjNidTdoYnhXVTl2dGdZUllWS2Jmamx5dDRRcnFGQ2F0bVk0MVpVajhoZjBjL1lRPT0=', '110772575_873338849858106_6289625564503608930_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2021-01-15'),
(24, '2020-08-03 17:31:47', '17846571002273214', '2020-08-03 17:17:44', NULL, 'bENRFnkux3DbpTQIa4GymEo1RHdlMkxtODVtVE1GMTJRallic3AwRUtaSFcxYnB3eWtTOEZINmxSbVBBV1NxaHVVSVZPenRSMUtkeWpGQmoxSHFRRVlVRVgxbVpkTW1PUnFLUDVhRm16bVlOamYvdGx1MFFmbWVmR1FiWjAvUjJWTXBKUXJuekp5QWtvcmpURWhVSjJJbUlrWmVYOXpsaEdrazM0V2RNR3N6TFNHc3BBN3ZjVy9SdjZtaDFSOUlrVlhSRUw0R2h5VzdPT3Z0UEgxZkswb0hBUG96cmIxVmsxcy8wUkFZdi8xK2c0bDd1Yk5NNTF2a3QrMjhIMEJTK1Z2MUsvRHB3MzkrQmZPbTUxK0Z2cS9SL1ZmSWwyOUlXNVFFNkl2a0NJQkltNUZQbS9Dd3ZiM1hJdVRqY1VldS9CYnJ3bG5RejM4blJMelJKUmNxVmo4MmhtUG9ObGZHcUU5eTVneCtJeCs3TmtIMFJub29qRnRaeWM0TjFLLy9zWlFnZWJUeTFzSnJmdFBRY2RqcURRSXFramRvSFFITmVRMk1CeGFvd2V1eHNVZWNrbDNzb2FZLzB1Qm5icjNTdVArUTNWQ3NSZWQvSWdvZE1iRVBxSlRud0VWcFgrZ2twdzUwMkwrY21BbUVIaUxlMHJPR05hTXkzVEpldHRNajZ4Qkljd25OV0xhT0p4U0NpZmlKKzltWGkzZk0vT3VnbDJsVTl5NXo1Zm50aVZjYm9KcGdWWURkVExHWVY5ZDVIMG5EZHUxazQ2RUF2dnRYK1V1UWkwSGdlM2trVUMrR3NXdU9vNnRqRHk2TloxZ1NyUkZadUZIMldWdGNQWnhQTDFJNnlibStoNDRMYkJ2d2tkSkZsRUc5Z3R3SjRjVlZseUFLL3ZnY2FpSVc0eXp5R3djNmw5SjMvdFhmYnZiYTFPUXZjcGRqWWFZRjlra2Y4bG91MEFoc1Bjc1ppY2JlM05aS1NiTHRVamhFTlgzVnZ4cHltaW5DT0YwNkpzU3M0clVGMXBUUVFRUGpOV0RISkR4WERxYkRyNWh2WE1wWVptaVovTnpoVERmT0ZsS3RTbEdNUWdzR2dia0NMYWpwQmZpenFKUGF5MDd1ZzA0KzR3blpUYk9OTmc1KzdvSXNPSkRRS0l4aEo0T1ZvMWo1REY0TUkyQVZzZzZ4MWRSMFV2Um9DMG05Q0JnTFJkUXRMelJaSE1KVFF2cDR2RmE0ME5RS3hTbjQzVTN3NGE3WWNBZHlPaXNFQmpyMDJBSTFjMEVYYVYycz0=', '116834582_321829785658579_6048715327412368333_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2021-01-26'),
(25, '2020-11-04 23:01:36', '17964964597349088', '2020-11-04 19:36:24', NULL, 'g1bBhmcQVWiA8t39YzWdhXZBWWFmWk1kRm15TlFaNXVXV0VBTkFHb0ZKbEJCTGNpR1lyZ2xHYVVXZDZVNW5Ld08zMEpSZi9oYXdYQUVsTmxkdnBqMEVOWnVYRTZvMkdpRnY4SVlmUjVTTnZTOGdGanVJeXVTQUFSRVU0cmN5QTc2R1g3aHkzdUtsMzEwdWNyVmhkR3VZOC96NnZuK2YwcVdXcFFMOElCWVhCcGJEdk9wWm52Uzh4NXZ0cVpYTmhvSWhVQms0aE1udmUxamh6R0xvR3M3SGk2Q1Y1SHNEUENvWTFQdDErb0REakwvM1A1YkYxRTRtaWZJSjdQUk5KV3UvVHdKejJIdnBrUkpKSHhIenZ0c1ZXNlJWSWpJcmpXWHZOaE5EYnNnbXpvNzhWTi9kMnBudWttbUJYVmZMZjBlNzNTdU96b3hFOUhTOXprS1d5ZUdwaE9hZS9KMmZqQ1A0Nit2bGNuMzN2a1dCblE2akUwaVZLcmdxQkY3aXR4L0hMMGJHY2tmMTd1ZlJFNjVaTHpYaDVaTnBNczFNYnhVV1ZJci9KVi9rdmJtTjY0a2tJQlgyKys0QStCMTNjVmpNK3NqVUVwNU0yN3FOQy9PT25penhtYnFNSGJsS0dXSk14aGx3cTd0RUxXYXVjN3FoN01VUndyM2xZY0gzM1Y3eVBvcmo3TS8zZnlSQkg4SGpja2hiK05WY1haNnFmVHJwOTlHenVxelBUK1QvNytRRE5SMzZLNmV5VVlGUXkyb0tDT1ZLam5NaVlPL1Y0RnlIR3VXd2I2b0s5NjdkZjFMZkdPN1NWUVdVaGhxNEVxRm9YL2cyNHIzZWVRK2FTaTVsaUdMRVFGY1VVaW9SYm0yNGRUYVRvVmROTndDeW1PeE51ZlFPeUhHaGhGR0VZZUZpc1BtTVpjNzRvakJEbkRENGhvbVV0VU5CbHpJREN1ZUlRTzJtZ0EzM3dmT1BKRGRnMDJBaDFzdEZjWEFkYWtCd0JpL0JWNVVPZFlOdXlYSmc1LytqTEFyaVM3cEZmL3llajZPd051RGtYelF6aDlOUkMrK1dmdm5XSUhGUXRjNDM3M2ZxVFJYTWRkc0VTZHh4cE8yZldtZmtxV3R1THIyS1hUdmhsa3RLalRDZjFjaXNXTzVuSS9RVEtYQlVlUXlmVExuNkdWZ3BqUUJKVEdBTjdTR2pUM0dDbVcyZDVQSitRSG1jSWI5TVcvemhodTMrM2c0cW4vdjEvMTdzVURHMGdKN09PemlwQStXclZrZm1ZWlpITG5Eell3T1BwZFFnOHR3cG5VUWdndmo2RTNBTjdRN1RkWHhOYXFmWDZyVXZWTUR3UFkyd2krZ2NFPQ==', '123658981_473973730229204_8371641085783529622_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2021-02-25'),
(26, '2020-12-04 19:47:04', '17916129286519038', '2020-12-04 18:22:52', NULL, 'hwjYwU9kwMrmw5DXnOQGhUFUVDlPOE1tbmFzM0xyVTlabExZTjVNVDNZZExKSDlLSksrLzlSOW84MzVlK0g1VmJja3Z1N1A0OGVWN0xvZUN1bmlZd0cwSHBIM1VrWkxpRGJ0TkhybTRWckVETFlpc1hXVGJuSHZKMTg3TWZLZ3BicllxOERIdndLS05ZVlMrcWV6SXNsZmdvVHZncTh2M1JvOHNwYnlES2JMUk4zbEhWRkswZVFqSlhqNzhpams4RzI4WGxDLzJTU3BRTkQxMlFWSTEzQmJqd0VrWVhaM3FmbVBGWG03dkhJL1I0SGhxQ25sVDVsdnkwNENiRktvNzd0eVVjRjNFTUFBZG1qbWs4aTJFYzhIei9OeXBWdTBMZHg2VmU3RmlUa0NOMmNkazlEdDZtaE90eHl3SU12dTlHZUl5Q2Y4RC9qMlMwcW5ycVVuakIxbnpiMnNOdHdkSDFpM2xyNi81Tk0xZCs3ZFNETlJPQ2VONUc2OGp1bGhFVWphR2ROcGE3NWNEakhGbTZJR0JRTFFkTy9FeENqa1Q2eEdkSFlNUHM4bmhhcEFBWTN6N3RhRnhLZjRTSXgwSVhTbytRTnJra3BCZ2U4RUZ2bkNKTnZkTk1MVXgyWFZWN1J3QzljMlgxTHhQRDBHTTNXb3BpbU5KeFJIT3c3UWt3cElyaXEyZDRjL3ZISXlFTGxTZHJPMTFtWGt5ZXlhbG5rQlovRG9vblZjb0diZ1RZZzRpT2tDamJzQ1R6YVRUU3RpVG44TDVvYTF0dC9IbytSb0ZiTGtSZ1VLNjFBeXVtcHUwT3NBS3ZHQzYzZThzYi9zUUpmUTZwL0FERjZZNlJJdmxXbDRQNU44TEhpYTQwUVh6MmNxUzJCaFNONjEzUDBmWVJzY1JlY2IzdExJZGxpbGRjU3RMU0h6ZkZadlhWSS9DUW9UTlJZUXdXR1crOUJzUkhHSnFuY1JSTDYwd25uRkE2RWdpTEY3VXVyUjBVMVl2Z21palQ3STdXWi84N0tyS3J6dm5UUUpLUU5mWjdOMG9hQzhDWms4cGYyMjRrVVJoRlVsUUZhaDhwV3QxOWUzRS83RnFEcDVqSUM5ampEaHBzTDJNN1RpcklMbjhaelYwMGpGQ0RsQmJQNzYrWmNlVEZzUEh3c0hFajNtZTdBMFJ0VVZZWXNmU3ZNWGdRUk5rMlpxRDFmYk9Qb0hZSFJKc0NaeEhieWVjdzR4a3U1VmZHeHFaY3Z2d3QwTXQvTVVlUUZQT1R6ZVVqUnlVanpydXZXQW94REx5aEsvUkkxbGpVUXZNS0JsSlBNZ25ZTzhESEwrM0ErV3VRYjhtRWVMUDBzRzhoUHYyNWYvK2RHdGlKU1hkWVNwNzBIVkY2NEEwS2VyNTh0cVVOc2dGaU95UGxWYlE1TFJ4Q2Z0WWFMZGxhc20xM1ZMTUZ6UExKQmFNazN5aC9iZ25HdXNwSlUyQWZvQ1ZxNll4bldoVGlpN05WSmdnb1JIM2JPMWY1U0xBaWlGclFKYkF1S2Z4MW1Zb1ZBTmhvTWY4dXlNNkthNURyWjFIT1RBamF6OVlWeUU5UHVEdE55ZEExQWRQdGMyMmViZ1RuTmhGMG5zS2NRQ2tBOUIwaGJ1ckNFeEU3UjRLUTUxM2VsU09Udzdta2FvckhMS2FnOGJ3anFUb0NkQWRoMUkrRE9FWm1yNHdnMFR2YW55U2pUVloway9MYWQvanU2VDJYd0ppb1lYdXFaTFJUNVVSZ0l4Y3ZrK1B3dFpOUGVTVTJ2YTk5aldlWTNZT0dwblRLenBDSmNkeUhndXkvT0JNS01yeGtQZUh4N0poRE5LMzlCMGwzY0JvZXhDRUFpMSthNGxadTJ6d3orOUw2ZGhrSUxrZXJOTnJHNEszVmhIYWdUMXRIWFNsa0RwUEdLb2sxTmUwK3lTeWVxUjllM0dLZndONXhFQkYwMXRGODN4MGJScThNY2RTZ2ZVSUxHQWxEdC9vNE9ZNERiRkhiSDc3U1R4TUFJRU5rZVdadTNrd1VJVUhVMFZqK2tHdHRDYzVMZHdVaFVVTzE3T0NkSXdNVVFOZ24wMTdKY1N6eFRlMmtUTkNxd08rR2pYNmRNZ3JXZ3VOSmtTRU5HLzFRc1N1VVRUTjZDei8vaUt3WDZJV3ArZ0FhdDN0NWRKT2FMZUI5NmVERWxDbjNZM0VGVFVKcEdQaG1QYk8wSFN4SHZaUmZYV1VqK25YVnZCY1JBYiszUEQydVJzTU5WcXBVNTE4eVpMT3BmTWdPZk9YVURsT2FhYzZlbTlJVE1xamREVnFGcDMvK1BVdzFGMzJNRVNHWjBpVDZ3ZW5oN096T0ZtSEl0T0l2WDRNWkhGaXFwT0ZsYVFSRFhLREZkVjNCRGI5MEo4MXc0dDBWU0REdVpDWFdpTU1MeVNiS0UyK3QvSjZWRUV2cGN1Yzh2QUwzTmdrL0Rnb1AwZ01zNkZNZDgzajQvV0R0ZVM4cFJTd3YwSXNqZWdHclFMUnlUMDExYnFhK0xhNnM0d1ZZK09qK1g5YUg2ZERJSXllK2NndjM1aitRY2ptVmQ3VVNnSXkwOG0rMUdoNG5MNlZndEZsN3M4cVAvRkN5VlNya1NYQ2V3SzZTVEU2Y3RUc2FTQW0wTlJ3MHp3MDl0Ym13NGJTNmowMDlRRzQxSldrQzdxOTdEWnlzRXgwdFVyOGtTdXdoUFhxZnFkSTdrSGl4eEVYZlVBbG9PS0g0ZE1NVW9ZWExQcTU1VTUwZzNMRnZnc1E2VEZQS1JiMHlTYzVqNWtISkhmdVdmYXU3QlFmMUJuUVA5V2JDNFVLZTg2bjJvWHBJbW84d2QraThaN2F5TzBFSU5kYlUrdDdZeFM5SzlkN3dpbHF6dGswaW14NVpsS2tpMHhuNUt3L2RBdE45ZVFSaXE2b2xJWnp4ajJVNU9mdFN0UWZKa05MUWk2UlZWUlNZQ2hEVGd0dlJHK1hJSHpNR1M1Sm5NOFk3WkVzUCtPQ1BhWlowbXpkTGI3RWVMUFhqWGRzQjRLMTVUek9OU2R4WkJQTUUzN3FjbSsxSjUvdXJLK285YzU3NFc5d2hvWXNFZXpWbGE4bWNyYXozZDRYcjVucDd6RU9zQktKUGRwVitpaXR2VytlTWEzOHMyTlUyeXdndHN3MUFqUmhja3hUMTF1ZGt2QTRUZFFoS21DeDh1UkhCeC9jL3g1WXp5cXJyR2xIcDcvd2RzbTZTeUV4TkQydkJaTDQrZzJkVzJ2UHNtZ2VrdE9kbGM5dnNEZ05NSWxxRUhOcjZGMHBwQTV2T2dTNUp6Ry8vTWpicVFySWRPc2orcjEyMWRXd3FaL0x3d0U3VTVPNUdJYzR4cE5nNGRRdVdXOFRqbm1jK0Z2b1dsTk5rdEw0UlJjdFhYZUFhWTV5T1J1dHNPb0ZpdGFXTUJmU0kxQTltRkU3Uk5OSHRtQVZpbmpjSmdWOWpBPT0=', '129203382_380955202987118_5070187162201074799_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2021-02-26'),
(27, '2021-01-15 21:01:03', '17894017039781120', '2021-01-15 16:43:47', NULL, '5fYo0am0vlERllj/FqdEjWFZdDMxdFZzT0hSSFg3ei9vSmMrQ0VPM0Y2TkhZUjhCcFhKRjhJL3UwZ0s0bkVHUkc3OGJzT1RwQldwWGthRXQ1em1ySS8wcnRnZFJpc29odHFuOWY0S3pndmVCRGVJcHVGdzM2RzdPMEZ2QU5ZRnkyQUJvWER3bHQrYVRIMjNmd3J0VVZXc1ZDNkZYVHBWNERkNE9oejFqTzVnZ1paZm9JaW5RQVQ1amQ4VWZPVVY5WHJBVFNWQzYwN3RvcXBMT3JrcmF1WlZNc2cyT3orV0VFR3kraUhKRUdEQ3BReEJXai91dGYzMGlaOFBqRFRRTnk3aVRUWTFhMEtMeE9QNUVjQ0d4eDBrdWpWUWthaFNDd3ZNMjU4VVh0NndaRmlDU3RNVXpsZ1IxSThpWmRhckYyTlhrdjVBV1U2NG9yMVExZ0txSSswQkpndEVteC84RGhad25NeDhjenVUSHJMYXdERUZkQ3dvSmNHUlcvb3cvc0pUR3FQeW9mZjE3UVZ3aGs3bGJoMGxWRkIrclVYWXJUM3hmWTJYdit1ZXlxMWhzR0VySHVsbjVQYXZEVTNsbzVTeGRjZzBPaWpXQ1c0RVR1cDk0Wkk3S1A2ajZEZ0xVWm13VDl4U1hneU1PRHloZHdvVXBMems5Q1lCYUNrWUFNUDN2UzJiVWZaR28xZFdkYUtKcEJHZkEweVQ5RGNOdVZxTmpHaUlGOThEaFRDem9Ia0tMNWFMdVBZZ1NpWVU1ZFpFL1FoNHlsYnlEZm9RalQrUlJyOTNzUWxPRHdpcWVzL0lKRmlwaUJ6MUlkMjJTOXF4OWlqc2Z4S2pIOWdGNUR0WW90dEhzVmo0OGQzdEFINmNYRkNVVDllSUNXRnZxRi9VL0ZncEZYYjB5STNzaDlqV0ZIcWE3OUpJSnZkbWpnV3FuWG1ZSVcyRXRlVGtSK2kxWTNjNjNlUnhSK2NSa2pOLzJSTnJ4ZXR1VFBSQ2RPL0pxTGVuQmh1V3R4VDRMVmY2cmZTMUtnamM2Vm13U1BnZ2ZLeU1SMTJtcWRObURyYllOQjhXVXlIV1h5WExXdGRvZkYyandQRXlYKzNKbzF2MDIxbEFRV3N3cEZVZzBYZ2ZUVGJYUi9kQUtKczBzRTQ0U2NOUlM2bTFjNHZKem5NUEh0MmU5bGI1SjRRdHB1WUwrRXNOblB3Qk5GZXIrSENTcDJVRlBMVTEvSjZMSDJ0clVjcVJWRWxEczROWEtxd2ZUZWRwd2FnQnA0cjFzc2pHY3AvZSthOG5qMllydnlUZlB4SFJzUWlCZ2t2UGtoTjFEQkpkMzNyVzFKNEM2bldwZjZRYzVzbi9nMjlKbjR4OVQ0S1hCZDNNUG5lc3luSGJWS052RUJkTTZab0ZlbXpnYnZQNmE3NU9zYlJEaDRublplaGlEZWFCaWx0RTc0aDdGUm54NHFTYkw2MTRGL1JOSGFWOWRkSDlqK3RLNlZZWUtMdENZOHA3clluQ2g4UngxUVhOYnRQb01wbXN0THhMdklUZVNLTFRPU1dxOUxmYmlCZE85Q0E1QkNjNk00VW01Q3FKbGpST0NLSWt6aThsMWZHeG4xVjk5Umh2RmwvTjQ0YWU5QWd1WWVXWlNPMjRPYXRBdHVCd3ZKcXozcVprN2swclgyTHZsWUFCNzI1YmZUa3FIWitoT2tySHBvNXhzTUdxb1o4N2l2TVgrTEpVd1JvSGdCUS9ReUJpd3pOOVVhK0NONVIxNFZJdWpuR29ja01TdHJaWTE4ZW9MSjhtcVhLejIweTA1K09QQVF3c2tNNFNnSFZDWkh4dHhDeXFtWUJmRjFzMkM4UzJpZ1dSVU9Oc1ZQYjZFaWY1bTAxQ3RoYWpPY3ZlZUJsUHRsTXVCbnp2aEpyT2pkZFpLc2YzVjhCSXBXM0RtNklVOXpaOFVEMkpKY09pajU0TmVCa0w4NHZLQURNUnFPRTV3WUUzY0gzSE5OTGF4NFNsZjJSMjc3WWRnZkNIWWhhSHNDQ0NFOTBqWmV4TjR6UnV2WTRPYzhnMHY2NU5YbnUxOTFqejJDS2YyWEN0TENiOWVlUXFPSDJsSWxPY2hhUUpDeFFhVzkzWS90V1FPaHpUK1dNQjdQa1RGb1dvYmtKNzR5Z21NNkpCUlM0bDlhQmdYYll1ZU5lOWVXdmZKak4xWEo4YlZvcmZFWGo2UTBXSFVGdkFraGlramhrZlNsRHhHVVdvTW5aMVFwS1pmU1YzdWlOV05qS1BhTmhMbzlsSzZPQkJIRFZpQi8vbU12TkVoYzZSbVhhYz0=', '138558133_484521352570638_3126204411843085481_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2021-05-13'),
(28, '2021-01-26 14:34:12', '18098039173215091', '2021-01-26 14:26:44', NULL, 'tag4YxjDLMCyojdDl30TjlJzS3YzdENoRTJ4TXR2NmY4L0Yrb1RIa1ZKK3FrQVVXT3dEZTNOR2ppYURuS3ROWjFjbkI4S05yMithL2pjcW01YVFCQVVEcWpHN3B4V2ZMWTBBdWhBKzE2MVBSeFRxOGJxZjRnaG1sNDZIVFhPcC9uRWJPTnFmZjQvVjZOZlBLcVlzNmJuQXRDeE0vUkNjWGxOVFkyaHBxcE5YNDBzM3VUTjZVZG03bG4wZlhWN0hQQlZOV0pJbC95SjRuT2ZiUkI2eXl5alJuVEIrcmRLdC9oTGJUWXNRWWFaSFI3LzZ1bEFWN254NG12cjVURDhuZmlNUXNSd3lmTDNCOW1LV2hlc2pwdFprUFhaelFyQ1BXUVNrSU1lWUZJbVFGOXYrcVVlK2JOdTEwYTRwcThNQTdDYXRPbkdzTFIwdlVUbjdxaUc1ZVVHMlRKNTFIWFBNNUdLQUtGQTJ1R1FHd0xGV3d5WDZ1SERNcU05d2wwU0pSc003RXEvOG5UMWQ2VEp2a0dMZGFNRkF0NEdJR1k2aCtXU0ZlVTh4S3BSWnFJODdXVjNhdU1icVllUzJjKzdXN0M4MWhPVWxjVlhRdWpaVHJJaFd2SWpzUHF2TWNKcTNVNEcxMUlXbitOWkxIdUZhN1ZVbTZFbUhNWncwR0NoQ1IvOVNWbDBxeHpPVUFneVVSM0Y2YmFEWVVacXlNTko3b1hZYVFoSnhCMjMwY05PSWIwQlRRMi9nV2czT0RwR08xRWsvSFl0L2lUNFVrUUYyejduL0F0TTIxQUFrM0xHL21LQWxsdXR4TDlHRm9ic1JRWitqRk5HOWZ3RUNGSzdoZmhkcndzMUVTa1diTmtLZk1rUG11S2lpbkxmYnJpajhncVhvNXluT2xSa1hnY2pIY2tYN3dLMGpUaTE0M1pyYWZURlhOWFRoZjRSUUV2TUJ3OE9waGh0Q1I0ZlVhWUczSFdqK3U2RU9DaGlQc3Uzb0NsaW8zckxPRTlFTXdYY3NIWVN3YUhYUnN3dGY4OVM2Z0h0L2psazZ4dU10ZGZnY2Z5QVRBUytlR2pBQlBBdHVNTmRyeW10ZEo1ZWthTzYvdStBb0UwYVIxTzdVbzl1ZE5sSzBOVUpVMm9adjFmdVJUdlQ0cnBOS0VGUHhEbW44cmUyODBlaWh6eHcyeTJ4TCt6NEp0VkVBWWtVSjlGZkpvWmlRQVdMZkNHMGltMWtwQnE1VVd3aUJ3N0JpS2ZQN1FSUFRjRzZrQnJLa0IxRDlSREhzVVdNS0kyRlRaZ09qNjA3STQ0VTErWSs5VUNJSHF5dk1mQnNmREJXcGNMblNwVmdRNHpNNkZKdzdrZVBEZkgrNFZFM2lYbFhxcUtTODMvU1IwUW03dWE5TTVhOTRBdG44dDF5UEVjMDczU2VEL3JWL04zNDhobDF6YVNWWUphTW5XL2xhL29jcHE2NkFKdFRzM3htTEl2NG1PZ3NpSmFWNWxvWDZOU2lBMTh3ZkRLZXVBRkZGTVZjK3RJd2pvcmkwSkFlcXdFbXIxbnlqdTJ0MEVlbXdWZVlmL1RwV3VjcStMdkVVV1JaazNyMFQwa2ZwR2dvTUk4ajlSNCtCVW4rYVMyRG1Pb2dsdVlYWmNSaTFtRlN1VGgxL1lGSytSTjI4OGw3dkd4NzBWRXhIR0pVUGYxTkFOdlRlU3h5V0xmSEZXWHk2K2RMd3hFaHZSRkxmMnVpY0xSOUFTcEZTbXVmL3RGLzV1eU5XOHdJTDhDZ2VPVU4ySW5CNWVsYlQwS25WQXBFYkFsZ0hZYU84bTJrcm5kSnk2aDQra3FsNTFDMlVBUTYwZlNlUERtazdZblNxQWp3TXFKKzF1MVpKRVg1UUI1WUFTeTFhcW5NUUJpUDZGSm90ZUovNDlOWWZtMDhUVitxT1NWWWtmUXFnbnl3OWQrS3N4YW5ZdmRmcnBya053NjhHVnJPS2Ruc1lBMlNpcm1XUUJBQmtod3JIUGRJa0xScEIvWUk3QlMvTjBIOFAzYXR5SjRCbm1WVmVBTWk4MVVVNThvRnVJWkYyQ3V1Wm96bEJld0s1NFBjRjlyWDBKYUpTb2FwUVJYdGZhU2RRcVEvV0tIa0laTFcyUUQ3UHh0UFBQMlJqN0xkVlJqODZHeWs1TXpHdTFZVUJhRHpsUHBPYm9FaHZUQk5kdHVmV1czUGp2NHJsQXEzYy9pQnJwQTQyVFlWTHJHbFBLRzA3cGVXUlhDQlpmZDFhd0duWm9YMDBZVWdVUXZkUElveEM0bHZSVXhqMmNCNCtTWnZnVXZyWVpZK2pFMUYwNFFlTEZGbEZEUDFoWjhoVG5ETzhmZFRBeWtsRmp4T3gwdjdHMzFBb0cwcVV0OXVUNTRSYlA0elNqb25oWS8xNkx2dzNyUm5pNldhaW4zTXBtR3l3OVBxRDlFa2hHM29jcm0wNk94WWtoTVFLaVpQU3E0U2hWSXpWTUorSUM2aUo4VWJDWjRNU2lnWFpMWDNuQklrL05ZYnYzOE1VM3hxZG1zaGN1M1BsaG0zWit3Y01kV0hDSHR1Q29WTFFMWWtXcSt1WmJpdFZCOUNSaDNSdk55bTFEQXMrVnpvdXFLMHNIL0IzVmMrQy9QWFhwL3g1WkI0c1d3QURyczhYRUF5c1BKV1F3a1NmeXZIVU1zcWhHT0Q5Rno3THoxQitmMERjR2ZYVWlkUkV0RHhqMHdYWEFENTRpVW5lYTRGU2grdXo5VDUyOUJ0VDk2K295WlM5ZzYyZ1M1NTJFMEQzZWMvdW1GRExHczVMTjh5L1kvcDdDT2xWNUl4Y28vdkpFWHUwSkJTRmJOanJ0UGFzUEpIZ1VHbUU5bDZSdHUyY3c5dTN4OHc9PQ==', '142037310_447728813028524_4248523170448715519_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2021-07-30'),
(29, '2021-02-25 11:42:13', '17883681503079955', '2021-02-25 10:19:06', NULL, 'ZV+7Oj6V8TEGvqsLzrGNsHgwRURsbHZTUEZNVzZ1YXN5QlpxQVNSTDRNWEZoMTVsb3ltVDZYRFdmRnlXT1ZwOEFVcjByTFlBRE1rRDZ0T2ZubjRPaDl2b0ZMTDIraXVZK3FOMkNZc1lHUG5oaGNzMXFVb2lMbDROZ2ZINUVoZlk4WTdLa2pDMEhqY1U0NDUrT3ZjZ2MwRmIrcUEyQUdxckhxVlNjbVJaWDJlRFhlcGpwbllVWjZLSGFVWkVTb1JKSE1hQTc3YUxaTjZUU3hTZldrMGptOUZsRjdkQWhYTVJEeVBOOVYwSFhMbXVSeDJvQjJoQWY2RjdNdlN3Z2g3WkhwMzQ1VUdqNFhXMS9UK1hVUHpIaWhiRkl3NTNRRk5Ja29WMUd0MWhOeVJtb3JxM1FIOUFPbVJJK2FHWmNyZk1RYWlsM2JwYVlrblJ4dWdCTGFxdDVBNXdQczlKRzJLRnJqcU81bjVqTjhNeXl5WDllNWdTbGRwL0xCakVDb2lieUpWWDdLYWJ1UDNHMGpOWmdXNit3QkoyT3h6VDJiUG1remloQXhvRnNXR2k2T3pUUnp0K2NKMHZkVmZEZEVTQ0dLTEk3eDAwUy8wdkh1SFR5UWgyc01PYnl2SWpLL2FYVndHazdIOThkVXNzQWY4MzhnOW5KVGNxQm5pczI3L3l6UDdIUUYwTmR3M1hpb3NCcTlnbk12czV5VFpSakwxUUlodGI3WVBabmhOUmI5MzhTNkkwSHkzN3pZMjhodlZ2TmFvZVYvWmhXRUZFZE9wKzhKeTdiRDJydmdvV0xBQ1FUeGZoWVhDejh5cEdMeUhuUHp5Y0IwUjREamhYc2tNcmRDbTZweEFaTllReER4b1Q0cnZLaXBOSE1QcXgyVjE0RzhUSzgrM2g1QzNOWVZ5TmI2c0RVZFYxM1p5MUQwS280MHpwditvYUdYM1gzUE80eGYzMUlmTkFtUXdhRTZXZGJnNHE0OHlWWmFSWW9SMEJMOGNkOXY5a2tnamJTaWYvSUlyREhFZktsay83OHRmcDVncGJQM25EbVhvQjlQTUJ4L3VIQ2QvemxLdTNuMkptdnhSSFl5MGU3RVBjZUhId0ZSbjAzSk5yOTU5MHBHOUVTUHlUbGRWaWNNb2d4aTR2Tk1YZUVXeHpVUDdUaTlqNy9HR3YyOXdKTDlhWHc2cEtNZnVHUUtlSUtkYTcxT3JZa3R6a0JvSGVaWmp4TXY1eFVUM0tKMXhHeFBxV1l2NWk3QVovK01ySFdSMFVsTjUvN3ljUzR4MW1Mc09oMDFVWittRCtHOGo4M1lTWXlmQ1gyNTdyU2gvR1VUR2Q4QVhVZDZSK21BbHJwMjU4NWNXTVRXT25WaTAxSmxPdTlhUmxMakVJeXBtODJEcWhJNUtaUU5LSHZBR1BENU9zdWR6K1dBTXZIWG5wanMwVUwzZzdpMzJFdEI5dWIydHVybVRrTjNOMEo3OTlZV1c1cmdjdHhMMitRS21nWUxyb0VvTEx1dXRtTGJVdE1qVHEvS0JzUSs1Zk85M2xSYWhwSnQzVGhqbi9MVWhPWlBOQmtOd3ppYWpnMERGVDFYUjRpNzR4b1pwZHoxdHdzcnU0MHNXaXpnMEhxTHJVMnZxM3I4dUFaL1FFaHNCZkFDOFVFZ0hLNjc1cWFhdzJqa09wazBHcHdRRCtMOUtPL0Z2R0VVRWFBdEJXNit2WHp5bHd6aWVVaUhsV0trMzJlZ1NscjArcTBGZWtpRkJEYnZYOHJmMFlJTGFUTEl5bFMwTmpEQzV3L2xnTVFDcU9OS2pXNDhldlRqYXRJY3kvZmRyendXWWJ5VS9rdFdOUmFmc2pqeG5zU2F1WjVkTU5aRlErRkFIb3FHN285UG5wM3NGZTRvdUhuTXVIemtrSUlUbDU2S25QTmtLNlIwTzllN2NBL0FFdjBLZWxKdlp5Q29rQitiTU9tRzRsVXg0N3lZZWh2bWhmNHBDVXVFUHJkc2tWNWkwOFY2K3FReHhxMXkrdWhFd25rSFZ3eTBsUkt1KzU0UWdiQThyaGVZbGRIbU5vTTJKaW5WRVdLNTIwY1Rtb3pyRnBQNUJuNFZIOUdkVzI0NTVjNHFRdndGUHpNWmRod1lGQWlaU1dvMW1EZENhekJZVlB5b3VsUWdWNzVhWUhUSW9tSDEybmdKY1lMaXBWL2IzelhOaEROT3Fzck4vTS9uQnJJRU1uTUg1WExFSVE3c1lKQ054bXFLWmRlMGN0UVVhOUd0TGVkT1ZWVmRzNFZHNUViT0x2a0VUY29SeEd4a2MvVGNka3VySXRZVW9NOUxueHk3SXFLNGJYZ3BnVlZ6OHZxMnl2L2FaUGM3bEVaOS9Uc3NaVDA4SW9mRVVMbjEwTm5JUkZtSkIrT0cwZzRmOHN1YlVZY3gyUkVzaXZTNlRFTENkSGtrR1cvV3orcDFLb0RseFJZWFVnZ0lQOWkxNHRndz09', '154362359_841773090012470_5888930049904588227_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2021-10-27'),
(30, '2021-02-27 20:43:24', '17907978040675634', '2021-02-26 23:12:41', NULL, 'Ec4x+AXFQpLKVYRaQ14yLFppemh2VGhkaTdMUDdqTXNrTzBkaE44Vkxzd3BIalk2akdyTjJBaWJsVThZQk1NV202K21vK25vNGZ5a2NGL29XdThGQk02Y1AycFFQdGJBVnBXR2dzZFc0YjdwU1dPMGVOVW1QMXBzdUl1bFNneGJGSW45NFI4cEtZWjhBeWM4WG4za3Z0djlTdVBGVzlWU2FMcHRTZjREZit2bFF0WGZZbkU3SEdpY3hpOUM1ZjlNRGI0cFI1d0VwU3VHTFQ0MlpnajRlbzFGR3ozdmE2eXNCY2NHMkpnVHdIQlorUnlwaDFUNmtzbE5tMEZoQmZTVUQ4a2dKWExNa2dlOHBucE9oZTd1OXlLOTlrZ2FZYmYzQmFhREFBNGZPWFY5SHNIbEhpUXRjQ2w0YXFxbExkc2I0RU5QMzNWVjZrYU04SzhLMTZJVUFIMkpCT2x5Rm52Z1RHZzlTNmdIQmt3MGFUamx3VnJPS3p4NUJSbGpyNGVFakZJS0tMTTBKQXNPSEkrQ3RaSDFPR2duQ1VqeFU5SFpXR09YTWcwdUQ3NkNVNnBiaWhiOXZhZmM5VEM3cmJya3dRZDd4REVOQUU3NjFJRHZjZVFQQnU5NHRMOTV6d1pmamEvWnlGc1ZaWnYzaXFmRlM0L2h3aCtTOGxyOUpEQXFjc000SjVXaStLT1J2SEhMMGxmOWtSWGRjbVZNeXlFdmdVTnRHeHJjUnU4SlJ0S0NoRWhNVUw1QkdFVytEYVI2N3B6aVM0ZExQdmFFeVhRYlFrSmdEMW0zWWoxdU5ZQW1EVFRzSklONGkxVDgxZXFWMVRtSStRMjRGR1l4OHNRVDl5QlJsVlhEZWd3OVovMXFhbk9IbWpQSkp5T3N2OWlnKzJCVkp6YkZrdThaUjVSQ1RqVnNTNHRCVVlieU1oMkphY0FqZ3lpM3RtZFpncmQzYmdVSUJPQ2ZLWHpLU1BUYnpybnN6bWxPYlMxSGhKRXNJRjVHTDd4YVZHN1lVL3pZTlo0UUlKYXdDR2x5cDZ0TDk1QXFVYVNUQTVvMXloN1RBU3BCWnYxRnNLa2JkekhvSm5FaFRxTEkxQXB4cU5SNnNROHdiWFZiNGo4L0ppUHJodXlQeUVVTWEySmlObzB1SzREQkplSDczR1lKbmlmVVFHUVY5OGl5SUFtYzNwTEJoQ2hYSEpHbm8wcEVrYVFPVFoxUFJVWjhYbTU0NVZ4TnJ6VzdxSnZTUXA5VGM0ZE1Gc1NPR2pCMkQ2cmhuR0FGcEZadUxNQ1ZETFlTNFI1c2lUUXREdnVsR2NQcDdNL0ltQjZGR05mcVByWCtpN3BtaUlGNFhYN25VUGhkTmFVRmhCamJoR3hLZHk1UmRWMjMyMGNYSUNqVkNQZVc4REg1eGptb0VDUlhSVW43VGZ0eG9wUFJaRUFJS3h2amtQSGtQZFlTMzRWUUs2SE5oVWx5dUgvMGhJc3dXdnJnNDVvWjY4UT0=', '155105324_471092300697469_1860417859970663208_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2021-11-04'),
(31, '2021-05-13 17:04:39', '18226358761044843', '2021-05-13 14:38:48', NULL, '0UOjotYNKdMdl2MSwGSMoGtibEFqNDBOMFNLQlJ5alJNUkVjcVhKYXpBVjFFOXQzRHZ3QnhUK2NLWTlEendoQzRyTjFHSGdhdlFRVkFZakpuejBVbWhtblR4UVZkdDFqUzJLbTlTbkc5eERlOUpudVpBZWJSWUZaZTNJdFV6MmZHaXhFY3pCeUwrbmozRHMvK2s5Sm1UeGJGME1XUWxrTU9laENrNERQWFFKdnloUTZjWW96WUxNamwwRzdnNDVCTFdJa0FKb1JkLzBDTk5TU0c2V3hJMmxNaVkyQituTWNlV2Jvd1J1WUdVY3pyN05tVHZUTjh2OE05ZXdWbERKV0JFSHF1eWtXejJEbUhTYTFPaEtTSXhPTXNDZS96RElCTnYxbTc5bkNsT080N3RwbGE2dW1ERjZ1NlNpODhxMytBRHpqNEhEVkw3emFZUVNoRDByWitOQ3VXa1JOSXkvaVRhaXN0dGVEK2ZtSEpla0VBbWp3a1ZOZjlWN1JZOHZnZkMrY1VHZHp2OTdPZ1pSb2lYZTJnR0xUYzJtbzBxT3hWN1pnNTNNRXo1NVgxUjAwc0V3aEM3VEZJa0hNUGw3NHVqSlp6YzRBa0NqNzA4d2JYb2xKUkpla1AxYlo0Rys5YlI2Y3BXc2Fwc3N5WS92MGVVNnd3QlJLSU9WYjhTdkVtR0JQWHlYMFF0ODFLTjl5aUNQeHF0ZkZISkhXVU5FQnhzTnRRVUIrUUJ5dDNtME9YSGNOMVE4VkwrSVVsWnZXaE5sOEVYK21sMy9yOU1uZnpmMmZ0TTJsOVFIb1BZTnRwNlJBS2hIUVgvQndtUWxDMTNlNGpPd3UvRVg2KzQ4elhyMmdBdnh4clF5bVNxRmNhWWFBQjBkdXhLUGNKbG9HRWI1aVJ3c2dFWWlXblBkbEZEYUNFdjRjMkVaODFaVUZDeFJFNEl3bXNtWkYzVmRWdng0UDRxRzhvaGU4aWlDb2NqSjNBV2k1dDZnWEh2SkYzc0xuTnFLc05yRDcxWkZ3eW56eFVDQTBkWWw2ZkROU3cyQ01oT2Rxb1FiamhlRDd1dkpDaDRHWUhERXVtcnNPMFF2Qzgva1d2Z2Fyb2lQMkpicjB0ZkN0ZVBkWTJhQUNCR2U4aEtHZ0lkTzN4OWg3NmJRUXB0YkpIVmhiMlFyckdUUlpjNCtzc3dNNE9TQ3U4dWxtckZxOFJCb3dQREhsNktHMHo3ZEVoUERYcFpiSlY4UUVqOHpyTTBDWjU4dVRlKzdqUzZ6RFRrZUxwRnM5cCs0RFdXTC9mZEJMVEY2V2xpVHRHZWhVNGtHelpheXQ4a29XbGhQdEdoYkE1bXI4SStYSmNQaFBvb1BKbmVYUjRPUFN6bWNPNHVRbm9ZNy96WS9zVU9aMVdxWFgzRzNSSGp4TnpGZz0=', '184720108_814236576181536_8151361132063359683_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2021-11-19'),
(32, '2021-07-30 10:21:59', '17952003625488612', '2021-07-30 09:09:45', NULL, 'R4R9nhFE7zcg39vWImjb5UU0ai8zUG1ySHBIVktoSWZiRktyVGxISEg1Rm13bHZPak8wSm1HdmZTSm9BeTE0RUtBcGxSWU1uMFJncnJBcDVQeHZreFFpeGJLQUJxODRCa3B0bWNJZ05pZWY3RFo0QUpramYxY3dXcUlPT0VMUUQ2aWlTNG0rZHVsRVZkZWVyNFBVdjlhT1p4b2NJOGRReGVXL0F5OXFsVWk2UWowenRvRkhqdno0QnV5UlJSTUNmVHR3cUI4UlhTdjh4ZHRiUkhDU3pyVzF5NTlWbUZnWGhFdkcyMURBRnFFdlBnaWZHcDc4bkpZR3I2UUwyTFBXamwzaDgwZlplU09yQTBQbG05NU5qUllVQnBCdlRkMWJXZmhKK205TXpSV2ZYN01CbW9ZMXZGdThTcW5qU09PaTVMMVo2TjJLOTQ1ai9ja0tEaEQ3elBiSVhUNWZ5QXlGaEsrbER2bThWQzNWT1pIcDdaaHVoTGdKMTE0RDFiREptZFRaRk5WS0JPRlFlZVZ5dDhWQXJVczhPTzdVSFBGeDJkeW9kcmJ4RjNzNHdBMVFiYUppc3ZMMGpIZWxkVGRURFhLQWVQWWl4WGNhbWtVVnd0VmNmUDlLMnJFVVdaTmlNN0ZydnRIR3pZMGNPb1Y4R2xabzArcUVmRmkxemxZU3lTQkhkRHlHa0Nsa1JhclZqN1k2S2hwQkt1QnVmb0Z6NUNIRFQ1M3NLWFJhb01Fa2pwKzR5N0RaSGtFQzV3OXRPcTFud081cmdRenJZOUpBNjYyYmw3eFBaWi9LMnROanRTMmN2c2dmVDNvSTJVQzZpTEYvOXJqTDdOam80MmJhbm9Rc1BDampWN2RvQ0dFcDYyVFA4MmE2V2Z0N0kwaFVxbDVWSVB3c25QLzhnS2l4eklXUmZXQ1lkTStOajB5K3E2S1MrMUVPbHBuTmNvZWVjMnh3UTkxQ2l1SGZpTG1yQ2R1RFhwTktyeUdkSG04RzV2RTBDRDJSUGhVRVRKbCs0K2xXQXJpQXBLdFh6OUdDbjM0NVRkclpiTGJEemRpNGwwaGZiSlZtWnQrblJVKy8ySys5TnQzMWlINWhIZHBvSitNcW45MndLTmFjM20rZXl0WXpON1I4YXFCUTFvU3Y5UlNpVFJycm5CVWlQeW9VZWswd2thWHM5OGh5QXhqMGlKRkNpMFFPRmpQSkY5eGRWWFpDdmRQbUd2cTlodjZ6UjFOeGxwRWEvY3RJeFloYzJlOWhVaDJyVjMwakhKZDdhcFYwdmxHUFFWT0cycVlQaG0yV2FabUtSWXVxb2tVZkc0YzQ4QjVHYndEY21MSExadm9meG93V25INThWQnN2ZHZjaHd4MzVtc3oyeTk3b1dBeWZFV253cFdzS3d5RDY4UW9YTlg0UFQydktDN2NYb2d6M2VWMkkvVDg4eXRBWjZNd3NTcEZQRVh3aDNRWDFZQklQMDVvMEx6Y0FvVDNaQmdqWnVhaEI5aE5pS0V1YTE3YXUwTlJUcTRyNHZEdkY2UUNPcnFFcmxwYTRKTGEwdC9tMmV4OHJKcVZicE5tSW1NU084K3R1MVhMZ1gwUFVKZW5yb1EzWGlZeVF3cGlLTEpjaGFzbjg0Z2tudUplRWxXWmJwMUxCOVhZVnBFQUhYcFltcjRnUlN5Z2pZeXlUczQxa2hPV0I2ditJRmk5dW5UZDFXRHR3dnNWdDJVeFFrcDdwVXJpQ0ZqcGx3c1Y5bEp2amFYRWJlR3pLRjBMTTRocDhhdU9FbnRhTlppVnEwRzZQeXlDdWxQcmN1YkVrZDNoRUtTUUN6NmJlcFhxaHpERFJkTnBFYWE4a0pvMC9XY2pTTXExL3NiSjFQSjlKc2dWTUFqRytndzNsTUpBdXRCSDhob3g4NmsrZVlPRjJuR3RielpYN2gvS0J2TzNUNkU3MUc3UkRCSzZoZ0RKc2R1bHJyV0VmQXZHaGZUSEIwQkg5eDFEd1I4cGNHYmNqM0NzKzJiYkpGZllsR1pNZUZzMUZKT204dm5PR044ZktJVTRiSjBmbkRpSG9mVFFUY2RGU0QwQ0VVbHVyTk1RQS9DRzQ3bmRxbjBjaDJNYzVxNk0veUJ6U3RUSHZFY0owYmNMcmh5aTNuN1RUeWduZ0hadGxYUDI1QitnODVyeTBwVlM5OEFBeWZRTW1WWEdzWTlJcmJMQXNoOFVaSnp4NGlVT1BzWVd5UlRPeGo5Zkd3anhqK0RIQkphNGtwUUlFSTMzWmpuaHEyaENsR3pvY29aMU1wZnFwRjkzTmxQbmdudFNpTng4Rm5UdkswUHJHNGNDQTRmMldBc3RibjNPdkpsRlZTTW9zbVNtNEpVbEkzbzhFWm1mQnhpYnZkQmN3aTh3bjdoeG1adlBlbitpZkhrL1BibXIyVFk2STBUSk9qZndXaUlPblk3c2FNWGZvNjdlTXNxOXdXQ3ZjN0Z0eGpuQUVhRTRtc3JkMnE4Y1g3WFdjanRQT2lYKzc2WDYrY0QreThwZWhQZFcvR2VRM3FOTEdBSUpyVjlvaGVMOUlpOUtmNTFMWUNhN1VzU082cldVSWFPTWEyRGZRczJxcDhhU3lTK3Exc20yRzVvWnh5c2RueDMwTlhhellnWHdKOVlubmZPNm5FUmVZRkUzby9jemdzaWJpUUZGWVUyQjJNRTQ4WHdlZG1Vdm5hRER5YTNsbm1KNU1BaC9QMkRlZFAwa2twMGpOTU02UlYyTE5zeEV4UVdEUGZwSHpUQWV4RStUM2krMzNzSkozdU5hMHdESGxJZjZSQlpTaDY4SVFsRnRJZEZ2aElIQnRoVTR5K0kwc25vVi9LcmlJMmxIcEhnL0dmR1ZRdkt5STd2amNoeDBqRk9JN2I5aHE1bGMwak1IZmg0cU1iRFpNTUdHUUZUQ2hmYUsrcTBRMXBXOS92Snc4WTZoMVh2UXN3UktFUUlPM1NnYmVSNHY1UHprZEFiS1RBTG50UDFucVRnd1RqY2xlZk05NlNldTZjMUlacERBNDBBbWM1VzBjQmpKelVOR0tyWWVvbEMwMW81Ym9HdlZTeDA5U3p4MUxlOGIrMkw1dXljZ3FLeG5zTFZkUjQ4N1B4S2NaYkliRUVxWWlWUHpUU0JRYnptdGllRm5HYWp2MDArbGhhSm14VXgxU1FpUVlWem52OHRpVy9CRWpRYStOTXNqUlFZb0JpYzVLc0JJYktsQ1dTdGNXR05TM3cwL2crRWZOUUE1cnlzV3d6bm5MUTVRMkl6SFFnckdIQkc2Mk1iZU8xQ2p1VWJ0dUZ3eno0N29XQVRTeC8zQy91aDIrQTJTM1A1eTczNldwdUdLM2xQUm9GTE00ZHB0MGdZeGk0c0E9PQ==', '227147466_357792412530938_2850352375195572251_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.78, 1, '2021-11-25'),
(33, '2021-10-28 01:09:12', '17847398318656901', '2021-10-27 20:30:02', NULL, 'koBPxunHLc9d/PveeFezzWNGOHFRMWlLRDkxUUNKUG9FSnVOVWc5dVVVTSs3RXJlU3hpZlJRZHJ1RWJrUnNFaFZBVHJjYmV3WG41bm82NjJPbCtJbE1QZDVkb0N4QWZab1NPWW8yQytpMFdNd1MxWGd3OUJHamc4cGllb1B0UUxLUVJEVTVjZjVnZ1p2bnB5SnpUZDllWFV4SU5qMHpxbWt2eHBqYmwzMFlxR2drRzBHNEZlTlpEUG02NnpHSk9XdlJ5MmgvRzA5TmdETFVvQVRyOEpSU0huZHYyc0pkTitzdlQ0MXV6NWlUTFVJQW4wTk9vTlpMZG03UjJhQkpkYVZpZGl0T0FmbzhwZGRIVHRyeHNFeUczK1crbUkrZ0JEYlV2dWpSYzQ3ZlNMT0tya2xRNUl0Q3RRYXZxUDgxOGZqZmlqYnlvbEFpS0dtTHRRVFVZMFUzTFBlQTdGU1hKNXQxaU9VSmE4Rmoxc0REY1NIY3ZiTGtWaDM5a2J6TEo4eEtZWGwySnhLV0VFVWRzdE8zZklNbnF5ZmwydGxFWXdXZmo2dFF4UVJZQ2orWTl2U3hUUnpNejRsajc0WDh2RnlYSEJFVEJUalROSlpvRkk3OTlEWnNIcjYwbU5pbTRRZTdmbXdLOEpjUTZuUWhmUWpwUWErOWllY1pOZ1Z2YnBLdUxnQ29JTE1vcE15MTZiRkJzY21vUndMWDlNUkt1c0lEUm1aNktQMWVHY2k1Um5DU1JuTUtjOEdGRTk4b1BsWHIvNHJ0Tzd3aUZxQngvZlV3eHpjSmR1WEdvRmk0WWJHUG1kOG1za24rcnFlSzlsL0ExSVNKWjV5VkxSMkwrYmlHSTVJaHNRNXVqSkpUTW5oam84a2tnMlJJWHlPQ0hYckVLYURPWkpTU0hyajNhNGFNd3ZVMFlqL0VDZVFReHhVNHNxNG43MGx2ZUlmWm9mV21mb3QxZm1VbWMwbmlLR1dWOFNSWjcrVnkxV3NhNzA4dGd1d3kweXkybTdRM2VDbUhqUmZ3VThmMGV2WmhydHRFTnk1TmptdmxyeHZsc1BJQmlMMHNSNFJkRG10cS80aXBSMFczYm1QQUsyeVpMajFRL0pYMTcwOVk3cWhSdFlhODVob2JtK3dLVEJET3h2MXY2RUczVGpEQjFiMVE0VjNocXUveUlKYUJOakw0ME9LaThueUJJaXhmV08rK1Naa25oMGlOYVdnQ0Q4UlJjTlpYVXpOb0NYWDNzYXQ4TjdSMXNvMHFWejB5R1ZJUnZsTHpTejh3PT0=', '249426421_1127653551375953_397722564395614262_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2021-12-18'),
(34, '2021-11-05 01:36:24', '18009815491330117', '2021-11-04 21:09:34', NULL, '6QWU3i08iuwrsRM5fkX1ZWo4QzVrYXMxc3JBNTladHAvU2RBcVNtRXVwditteGtsalBTUE00dVlwb0FJZkNNc0t0WGNiaGR2c3R4TGROeDdXYmF6clNlK1RvZWJIL1Qwb0toVDlNTURkdlkrSEJxaWR6N2VMRlY1TnN3M0kzeG91eE5LOExtUlpvVGRELytxMlZWTlRWUDJMTVlJZjJrTzFSeVNzWEQ4U1lMSUVydkJLenY3NlVNeHdYTmNoYVR5SkJCMG1xV2RIRHV2QlRJV0VWd2grLy9GQk5iNVdYdHNMSUd5V09ZVFBqVWZMNXJ2ZHM0T3QvSU8xYndiRWZjSnNibUlrWmlab1VwTFF3L083S1IxYmNodzAyQ0MweE1zZFlFWHJUVnY2M1dHcDBBYXo3aHVvQWJnRkZkS0ZONlAvUk9LN1NqTW0yK0hFejBaU1JJNGJQeEFoRTYwbDBVdVd4dnJoVEtnc0c5WjM1M1lGNVYvU09qdTN2b2dmVWZ1RXdUNzlqenA2UnhSWDN2V1M2QWQzYU16VGhoellYb3BRMUVscE95VlBoZnpJeGtRZnFYWEp4bytNVzUzNys5QVNjK0c4ZFBvUFh5K2dCOWlCSWVTM25GUTB5aGNtOEhodDlmYmJBM2NWYVNtU2ZkQXdIN002QTAzbW0wZksyMlBScGY4cEt5bjlMVHYyenV4THd2cnlQWUpXMVpkdlcyR1Awdk5KUStyUmN4cE5ERG50WGk1YmIyY01rWi8xaHVTVzdvZ3dzNVozellGRkhzK0JuMjNvelcwSSs1dnlSdEtoQU1sQ0RMdkdDSmdGVUZiMVdXVDRyQWhlK1pzc2RVeDJxV0tSWWYza1lobWlWZXYvUkFLTlFEQ3N5Qmk5cW1RektCLzVLOTdpNWVxREtHci95WVF0YzJYekpVZ2plYkdsV010aWcxK2RwSUNhZG4yMnI2bzQ4QzhJSmtxTHUyV21Da2krQ2dLY0l4bWFBM1ZBUktScnZFTzBUSXRpRUlqcHF5WU4xTzh3RytnUHltNVZmVXF2aWFKUXFPd0UrRmRzVXRVZlFzY1FBUDVudzFlTm15ZlkrNnNBbEJTcng3YVZ5SGRCQ3RzVCtDSDhMQncrREx2L3czWDg5VlhBTUtzTzNOMU41aTljMXBCdEVpZFYrSDRrMi9MaXg5ckZxRUhHZVdGYXNRUGFUSHdubHVNZXRLbWs1eHBtWmE3ZGwwODVENUMwRWIxeTNCWitJcU0xYWNOREEybWhkOU5ISjJSejVzUzhBQ3N3NVFvK0haYzVKaFBoUCt4bDVxTDJTU1l5RG5aN2QyeXdMZmlTejRKV2R4Y3ZIQnA5K2JIRzJwWUQ3SUl0OTEreU5iNm1GUVMwc1NBZUFCRlgzUnN6V3RVMllBdU01S0MydHM5M2VUaXNXVUtzUS9xcWpydW1YRkxQcGJQWDZpeFJsY0w1VGQzakdBbHBFQWpDY00rYVNEOTFoUysxTkJZTWdhRU5teGRwNjdYdlRFM0pabnNVQnhsMkFLY3hiRndaeFk4b25jU2FmYXB1eDBXVVFUNkFHUlV0ZnFCa0g2ZllTd3NqbzRBeW0xSnJ1aEZzb0E5SUQ5WTlITzhzRmhISWIraFhwa1JHaWh6TlEybVdBbXdpV2xhTlFsandzSXBnWDRtSG1zTWtHRXZwdFhKNmtIa1BJZER3U3VqN2xRZC9yTkNZR0ZuMjdDd1JKVkNZQT09', '252605645_934664697140842_9213070240605422581_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2022-01-30'),
(35, '2021-11-19 23:40:01', '17917296434078920', '2021-11-19 19:35:08', NULL, '9t2EX0v2CNBGgKj8k23jnjZONDBhb2lPcHFzUll2M0d5STk0SERFMjg3UmlYMXVqTXhoMTFhNVBmZElyOEU1TzJMNTBiZzFvRzRZUGhnNkM3VDVyUk5acHd4Tm5hV1puM05iRmo0YVpTNEJjWDdUdlZDS0wxZC9heXBVUXpBdVBWMUpNTnh1VFlsajQ1MjQvcUVmSjJ3VnZNSUlxMTE2WU5IZzJxRWx5cHJTc1ZrS3hEazhjZ2JuSStTd2hoZkEvQzdpaDdIcDhMUjI4aTg0b1hsL1paNjZRQnFVWjczMEg2VkhJbUlPMUM3aVByM1FDaVZ5ZVlZcjVIZ1RqR2luSmtHZHU3V1ZMaEp5cVVyY1M0clpQWFZBUzFaMnIyYnNScnhYSmJBSXBMNzFhQWY3YytYa1FzNXZ1WE1pdHo4bDVTNFozOWdSZWJzOHd1QlVCQzd3eWF3WWNKbXFVY2t6aEMvNy9OMEltNFgxVXkvNVRmWjN1UEN4Z1BKd3YrNU5QOFpMdStvR2VPMkpKdTVKZlJCa0lsdytHaFI3bDMwbzFlb2JjeVhJTE15R09mR3FnYXJyaW5ibzJrcGQrSEd4TjBqbFRVQUcrRldtQ0MrZFNpdmExbkF6emNpUDhEdkRMWE9MWmpZeWdaYXVhaHBUTTZwMU1YUXN5RHdWRGw4WDBjbWJvY2oyaXYzY3A4ekVLbDdiSkhGOHMzSUpxYTF6eEVpV0cwTC9xc0FXclVNSFovdTVnd1QvRHBsYmNqcWVTZCtnUVhxcENMZzhOc1FWYTRRc3Boa1hkcjljMDExR1cwek55V29oak4xMEl0Kzloa3FORXlISEpEUml3WENiMENpSWt2VFQzNzZvN25iQjZacHJNd0MyQzZiVXVTQ0hpWTRBOTRGRmdPcWNvRTlrZG4yelY5bHo2cGF4ZzdzYWl1Ti92Z3Azby95L2RGVFFSR3dqTmRKRktKTmRxVk1nMHpNZ1NQUE15eERnZVczVTh1MWtXN0ZXdm5qeCttcGR4eWdvZG9LSDU2bDlseHc3cEdMYXdRb2R3SVp2cWNpNHdjc1poWTVGTGVIN0RxZG1pbEtVaFN3eEU1VmNkQ3d6M3Q2cHpzUG41OWdDVWdxbmZoWXVhRUJDa3JqYlR4NURSaDRxTHFZdm4rRWNUcGE2Sk96U0tmQnM2T3kxZnVvOUVnZmVKUFRNd253ZlZXWVBIMEMxenEwQkZubmpDT1RKS1haSmFnWWhhMzg0YVJxMVFqOFR4bFBSWEIyWjNFMWRpc2N4Y3d1ZEJGTTBRbFMxNGhiS3ZVQlk4aWZtYzBmVnRnRzFobWFYeGwzOEdYb2dKRE55WGdBUmdZeU9uVEY5Q0xHWWwvdksvODMzQjZPNkliNTlwOHRkdFZFOWZ2ZkEwYnF2bUN4MzZnQTdoU3dUZDQ2ZGNMNVhoUlFCQTBGOU9SSEVCT1RYUC9GZHBhbkRYOXU5UlZNZGxLZ3RWeVZrb05YZmo0NUU9', '258069138_504338890556366_5436720223247134658_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2022-06-03'),
(36, '2021-11-25 11:49:05', '17892775910379295', '2021-11-25 10:22:41', NULL, 'zf5xqxvaItuih5m5X1WppENzcGxiNUc2WW9HbWNKcFFyVDU5Y0hsaHBQbzA5cUpuTUdrREd4U1ExM20yM2VURHpBQTYyQzRWM2hwb3JvMWtCRUpjOVMyaGl0VTF1OC94RTBOTjFDQWJONFNzSU9kU2ZoSTVkbyttNWc3M09USXlVQTJjUnJsRG1reVo4dURJb0VHK3dDQ1ZQVXE4TEJEMCtjYXFUeXZidHlzYi8zTWtvRVp1TkNSVmpwU2J1aEhQbUorM2w5UU5aU3FxeGtaWXVMdHROMFl6Uk5wNkR0bW5BRDdidjQvMnE4SWFUdVlwNU1UVDA4K0UyWGpxN1VGbUxveDdTUEZDVDVWSDB3cmpvTEtXcHUwSjNTNG40ZGVsaUV2cjhaQW5lTW1UUkJ5Z25vL3oxaGViait2NHZlOEFITDVabEYxY2lKMyt1aDFiYW9oNEh3dDZQRWIvTGdwYlJhQnM4VzFmSlVCY2tXRWpDbllHMHZEZ0dHSHpuRlRXWWs5MXo2SGl3UHcwQ3BNdW1kYnpieDFpQ3pZSndncWpnSDZsb0wrWmpoY0NxQ215d2FtQ2ZKeXdKUEphYXVBeUZkc09SRTlGMlVITGZlWWpyOG5MZTNPMkprbjl4b25JZW5xcFYvR0NYNWFOeEhadlc2THpBcXBHY0FsRENoY3pJNVphUUc1VlNHUDVDYVowY1ZCT1MyaG44ZmhDYVBpOHZ4d05lbWQvVUtYOFI2Z2FUbWk5TmxGaG9wUFlHUG1RSTU1K2tGVy9oV1FtMWpLY2lMT0FuRndkOGVNTk5UWWVCN3o0TDJRZThWbG0vbEtDOHpwbk80YXpkNjBZSEZWOWUxYWkyS0pVVytGZkhsL0xoZHRZOFRRZ3F2dDBCSmNYTnZSRnlmWTJzVzU1VjhjQlZGcG1HSlRWZEl6N2Q4QmFrSG94WjJkYVZGMFJZMFNLWDI3WnIxcnhlUzN0UHNWZ2YwdHV1Z2tRSExnOHJUSjVTS2FTS3lRUCtWQmJxTHowK2xEcDc4T3Azc0hUbjRtMk1rbnBCMytWV01zTW9jazFKQUNtRFBhVW5iTUxHWnBWVTJ2MnFmTkZ3SklTSS9zU1BNRFBEOFpVTk93MHVpSHNKYjN6WlY3bjhicjU2bUJza3VNaGY2VHh5ZGkzNGlUOG5WcDZVZHFjWkcvdUN5L2p4bEtRa1l4R1FmeHk3OVphcENqczJlRmU4YXVHN1NSaUVacjFEVy83cWFqdW1QS0drem1KSCtranZrU1EzN2VEZldnRjRVV0VZaE1OQzFjWGFUamYyRjNQWldlT3R4NmVid0RHR3BCL053Uk9WVnhlQ3V3UVE0THY2U2EwU2lES29QckJaN1BNSVh3RnZadmxQQ0V5am5JcXA4SVJrV2xWN0pWbUtsaz0=', '260173682_422080176219546_4902521104885648889_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2022-06-05'),
(37, '2021-12-19 03:24:39', '17923419868910962', '2021-12-18 23:05:57', NULL, 'nXQbdPzlvY9/i1LhB8QB6k9Jd0J5N2NmMGxHeDc0aGwzclJPZXpRTC9udkJuSEY3a2pJUTRDSWZuNDRNV2FWRGtyYlEzRGhHZldjd2tNUWd2UkFXOEJ6YmdrWDByVEp0Wkl5YS9xdmI0YjFsbU5KRkkybTN2MVhTaFhGZTc3N2Q5Mno3Zk5ZTzlOV2VrdHhqM2pYK0RIdkx5ZDhBRlB3a3VrcE9tMEZOdndRVFZPa1h6VWN6amp0aVRUOEFKRE5EcnFxRDg0THhHNHQrd2Z4WnpTYkhNSDNjOXVRWDdHdEQya2ZnVEhXcEc0Q2lleGpRTjB6b3dCTzU5V0VwUTNIMTNiRzFpU1F2TkNDbVczTE5DY0hZR3JBSktFRjlCN1BOQjM0NVNKSEdUeWF5NXRydUZrSDdzdE1sUC91MnNBbzJ4NmtqbGtQYnhxTTZqaWpwanY3d1k2NzZMYWdGZlFMVmFBRlZjeXdEV0Q0eW1qS3FWdGJWTnM1b0dWRWVVWVA0bEhjcHkrZlpWV3RxQ3owUFJlQWNrdnV1Tm96clRSQzVtRVk3c0g4T1BMdEVONlpjbUp2Z2t5cEhpbitxYnhhRGkxeDdOTTl1MWtvZDloSXRtTnVmTTBLSGlLUEx4K05RZkVNS1BKeHV0WHYwMXlZOEJ5ejNyaUxLcDFEd1IwdE1IQ2NHYnBLUHlGcExXQk9TN2E2V3lVUFc1U1pwaEN2TXJrY3lFYThCZEFwTFZxTXdjZXFFVDF6eHFWZmxtenQzK1NUckdKNzliV3FBWTBERlEzdTFtTHdWQ3c4ZnUyVGxwOGhoSTVqcjZaUEI3NWxTQzV5anRHZVg1MlBvOGJFOWpMT0Q2Qis5K29COHhHN1RyKzNoZ1dCK0FVNGpwNDU4eVpTZVVHMCtoYlFTZ004djRBVi85am9GTVV1RjVxcDE2ck1jd1JxWTRMSmhVeWpBdE13WUdoYzdQMDVkV2dLZTJZVHRNSEJlN0dLeitwb0xHSUJOZ3hVYWEweUI1dEljZDBWUXhTZjdsTW5HMWtPbTZZalVVeXJubFhpbTd3MlVvMERaUHRxSGxLUDdvenZCM2J2NE9BUmZxTVRUSkdxeDk2QUlsOEtJUkNvQktUVDB6S2ZuSFlwZUFCZHJ6N0x1aVE4dS9GdnAvSUIrN0QrQmMzdGhUaXBNTytvQVNHeUFTTC9uTG1jdkU3b2h4Y2RhbG5OVGkvbWMvRFM4WWNaM1dmdzB5c0E1L2w5QjRtNFZGOXE4bkkwRkxuSXRHNTIxSjEwWFBXaG5VUVNRRzlvbnl1VCtnQi9pd1pPRGNzQXljOC9Wc0hlWkZBakxNUnBwOWlrNkhxT2VxSEVyWWFNT2dIaHMrc2FRWnE0UnAzcTZ2eUFuQzU0QjNHcWZjZTQvdnhTOHJDbEFlQUdGYXVXTEIzN05QcnZubTZvQ21ONnNiaUQ3UUFNQ1ZRSWZ5OW1KYjMzQlFWUllYMEFUeTRpTXhpQkpVZWc1VVFFcW91bzg0UWpTS0x3OXFRUERxU05nTkN4WEYwZ0g0RlhDZE1MQ3V2ZDcyWUxVeGFXbWNnSkluemM0Rnc1VG1XeDV6SnBrRXgzNC91NCtwOU16ajJCamVCZVhaa2k1TzQ5Vk9iNUs4Q01mZlVNeW5jMWtXVURZZ2ZGNjFNb09CYmVMTjhWaDF3Y0RLWjc3aEV3dkc2VUg2QzJSd2FHak5qa0svUmhET1JkQVBiUjUwbDlDL3d4bG1oTHd4YmNmWC9XVEc2eTBBQjdsTkhYU2lIM09ZZEFiNENZdW8yUTlWc0E5K3NYdTJlZVFDVXJZQ1dBd2x3cU05MkpxZ1Z6ZVYzN3hWaUM2d21EMUZtd2RDQmZsV0tocjZEZ04wOUJST0syMkxPTHRxckl2OUNQc0l3c1VqWVN0UGpUR1FlbmJHay9yYUlmZFVtTWxpOTVadjYzano0dS92aU5YT1FIcGx1bmVrLzh0OHVkenAvT1BpNDUvMXJZVUx1U25IM0Q4Qkg0RjJaek1kNkNRdWJLakYzeXZwbndCazdubFNMcXJBZ0UySnZHM2FwVVYzREt5Rm40SDBUeW5HZTBObUxJdTZ0ZlVCU0toK0x1d2RaT1hRLzk3UllTK0ZhblJ6b3pMT1JtY1NweWY1c24xOE1vc2VzNzd0MG52TDA1cmxud2o2UUhvZm1VZ0pKdVJHcXhXVk0vRHd1U3RVU2N6dHdOSUdWblFiSFNab1FFVnpWMEhVdkIvRG00Wmp4WGxtdXlPb2prVDdkeTVxOURwZS8wdVNDTzByQytUZE5EZ08zbVM4NDFtd2R3V05neStzQSs5MWV1WlVGNzYwMTJzZFBiTnltanZ6aHp6OWsxTWZqdXdhRXJ0N1M3L1JVb1JlQW56citjWE9lNkJJZWxSQ0dTNmRrV21MdWg4S1dYNkFkYlU0Rk1meElEMzYxS1RvSFFmUVVHc3Q4M2NzLzVXR2pBVmFoakVJWUg0d1Qwb2dQRFNlOXVheURLZzZXTWdnRGVTZjBjZ2RvYjVMQVhJZTM3T0dWd2NMSmRBWlpIemxRODdpRncxTUpxczc3bnJwdzQxTSszUDlYOVI1eSt0ZFlZTVZMY0M1VGFVampDaGpMNUYvQ0k9', '268543233_235762068631913_9128494404852201324_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.78, 1, '2022-07-08'),
(38, '2022-01-30 21:32:11', '17944288477776486', '2022-01-30 19:04:03', NULL, 'q9fAsI521XHgRZylPWutnkVTV3poSVM5WUFsakFSdElEelhhMStpaGNONTdFc0tWSVM4ait6dGp3NmREYXlhRXhBVFJwZ0VGdm5UUzhFSm5VdDVxRUpkcy9uaytLSGJJY2JLb3NyT2ZUeHlEek10MnBOVzBZalE5MlJYSlZkVEYrRlBTbW9KNFJwUDRhQWVJeHkvL2NGUmRDRzVTR3A0ZG5jYWplVG1EVWhpc1ZDeHZrNjlxVE1oTFBvaDdoVWFsM2xHQmJEd0wyQldIb1grR0hvRkZGQUt5K0dUcHUxWStEYTNzVGxnMHBKSUI1RWFDYk55Nzl3Wkt2aG5qVmtqbmV1NnZLOXBXb3MyMUdGUXB6TjkwY3ZvOWJYS1RVcHZYUG9BU3JJYVVXalJJTmRqODNYNGVCZlNyaDZTczdraFRnRTlYSWJhTDNuNWVqaVF6TVZzMy9aTjhRUWpFR293dlBVeXVtM2NzSWZoT2UrcmxIckRSWVM1MGVxYmdNVkdIYk9TaFlSQVFBOWxkNTlwM1FnOGFMUktBYXU0TUJxTTRjY2EvREltVWF6S09VZ0RrNzZSbFpKaW9FQVd1U3MwTENNNVVudXhUekd2QlFwT3gxWEFlbEsveCtPcDZscVl6Wm81Q0t5c3YycHJQN1p6b3NHOTlTeEFTZ2JRQWl0RE9UUVp1NjcvelpBcDhzSDdONmNHbXN4L0RMa3lGQURnOTVpZ0tKWnZ2SVF6OVM1dlBMaFBXc2JWK29pWFR3bVVWbkZjV2xnUlBCVGFXamNFUXNJZXZOOThLQTQzN1dMbmdZV3VNSExQK0xCZFBnY0xDUkY1cm94SG9XTXZxaEE2Uk1hekxNZldkM3NjQkhTS1poUmVadndnZ3hrK0JnRDFVUmNUSUZKa0trN1RGb3N2cXc5NjVBdnlCQWlLcVdKM2d3U3FIbEZwWFM5K2Z0VTB6clZaUnJQZFFGSm9rcXpZN0Q4M0oySnFyK0FJU1RSYjhRNVhpN0krREgxZmhLUjIwVGZ4Y0plOVRFTWl6NlkvY0hnMG1UM0hzQnpVb1liQVlGMjZrWC8yTGpyeUU2bEdadnh6N2h6Znhmam1lQys3a05BbndoeWZxc09VUk5DaGk3clRuTTU2LzZWL3p6NEpadjByKys4emxjak9mcUpTU1paT0lUU09uOUg4LzRKV1hRR0dJVDlUM3RWYmNidEFJTHhWdiswMEVCdlNXSGVndEhLOEI4VUw3ck52Szg1TzNmRHA4WnBZUitHU3hUTzRTa0dGTWdwQXhXTU0rVWpVdmhSTEtrUWVWZXJUS3VUbllmNWZROFZkVCtNeExGamFJU3R0SlRUdDVmbmpaWFZxVjNxYlVPc080dDBrWkFTRnRqM2pLQkpBakI4cHhPY2RIZU02aFdQUXNqUWFqU3NaeHlndERmNzdlMDFSMnl4MG12TTlUMVhwakFXUjRwVFJnRk5iREZ5cVV2MDVJeW1hcSs3eWVZejE1SHZzQmV6MWdGaXozejB1N2hZc04yYzNsNDR0b2RnVDdOR0J3bTc2eFNVbmNOYjRpYzhOTUZVSWh3cG5UQXRTMGJYb1BWRFlsWjJNSk14T1dIdHVMcmVQbE05WEpiTjI0MkdoaUlERllSM25FYVV0S09FYU5zWmpIbkRvMExRNklMcDJ1bGs0ZEZaSFBjN1RZNEl3PQ==', '272892638_139528865197677_628474494623357428_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2022-12-14'),
(39, '2022-06-03 18:41:34', '17924269715249518', '2022-06-03 12:22:36', NULL, 'TXJlP6y5XNzXxBEf3W8Ap0hJNjJsUGJlL1M2UFJIZjdDZHBXOWpwY0NQeTJKNVdDcUZQWUhPNUFNUys0cXh0N2JEMzNsOWVhaHpMcE1KVm12eStkSWlSN29hQ0JUaUVWSmw3M3ZQNldhcExkei9vZmtic05RM2Fsc0Jzam45QkNFZkFCVDJTdkNRc2h2bGM3YTIxNk9iSzIwd1dKNGUxV3BsN3FJdkJ6YTVNd1ZUM2N1Y1dxVEUwb2pHL2U0UXFFM0ptZU5sSGtiM2xVeXQvYm1kVWpJak50RFNZaFU4N3ZpelRTNTJLb2Vra2VNSE10VDMwMkgxazZlTUZhZFNpdHNpT045SFNsWjZxRHB1dDZKTkZhN0ZOZ0x1ZjRjSkRXZjM3NmU4UHBxVWJjMFRZRWo4ZjNHcDh4MWM3NFBQd1ppVi9hcjZqOXh6NHl1Y09Cd2dDejZjQ0xsN3c5MnBZQWZFajJtU05HSGVDTUdEaVZOcXNyWjVIckZzUXJ0U3ZvMkhJeTlMdEliZ1hkZXBuTUREWkZLeGJMUnNMQzk1c3VXZ1YwS1Q5YlR1ZHBNa3pUdmVlcWZQWlpab3U1d21rQ3ZnZ0p4ekZLNHBVZHJBK0pTUnJMdzZLbVE1VkxFdlRvSDNvVVhFQU5oK3BJKzJCV0FuOE1hczE1RCt6U3U4RE1ZVlRhK1lLZzczSy8zSlJZZk9Jc1RSaXd5TkRxenorMG80WmdiQ01xdGpuS0FZc1JHQmt1aGo5WGlvaGpCbEZNQUg0TlYybTMycGdiVitYSi96RDlONkplSlpPZmFYZ3ZVS0tHN29RRWNuVE5USEgzTHZLeDBFSzh6cjhzTlVPWHNRTVI5bmRsMXNyOWdnSmlHWS9XQVd4azQxNzB2RDNJaGNrdnZaU1BCQWF1NWZ4NmdMZHBNc3lmeUZNOUdpRENKU2h4dVAwRHFMSURrTlF4UDVXelhzNmVEOG1kOVRhd1hwUTJkWFF2cDZCa3lCb3hMdDdFSmFjdmZMMHNXbWd0Q0E2SmJYcmdSMjlENE8zNFpuRU52N0grcjRzSi9XU3FuOFBpM2E0ZXVsckRtMGlPRkVnVXI2Ykx2elU0Y3BpNDQ4SWhDQVJ3YWtUTFBFWkh6U1NyMUtKWXQ0Mng5bWRLUmxkVG1WRGorblVxRWJya3BBZXk1bXhPaTlYWUp0eDQ3QlBrS1lZekJwQlZKbGN0b251TkJJS2lBMnhkbzZLY2pyVTNHQWNWZ0ZPTFE3ak9ORkR6WHZKa2l1Vm43UnpqalYrL1BacnN4R1RMdThRcGdMSm1GYXFuQ2o3V2JZQmw2U29MK3JhQ3U2MXJkekQ4Myt3ZG52Y1JQSEM2YVNtVWtWUE9CV2RhekNNWG56QUI1enp4ejF6K0xWMEd4K3RBaHp1NE1oYnFJUitlNUJzL21rczlHYk5UbW5PaUlxZjIvYzRTSEVDbU93R1JTbVdwR0svYmYzYmNwSXB6NlI5M1hXd1BqeFhRaVNOMkNqd1QyWnVHTTFiejFCR1NrQzNkTE0zMEQ2YnJGc1lyQlAwTHdaLzF5VC9rN1NsVE1OaUpJUlFLMXdqMFVBQVJBU1NPbStvRmw2Z01WMXBadlZ3V3ozU2dDODVHcVhWRU5MNlFYa1JkT1hhMVViemlsRGlGZkFndUZMaHhTUUExSGRYVE1qNDJOTGd3YWRRVnFHUWkzdTVsL2V6Q3RIU0lqU2tCQWRxakZ0NVlkcVE5T21UQ0dEUVByVUdNYmtoTWZ4UTRRY0lJUHFvZ2dzekNNME9NQnpQNDFDMW8wdzRwMW9hdlNKaGpRYkZoOXMxZXN2cTQvYnFiMSs5dVQ5elk3OEdndjcxbTFFK0hpNjM0bmxiRlo1V0pOckYxTDRtNm1wd0Z1TDVUL3ZvQncwcFpXYUFNVDRwYVRLSVREWTkxZjlCTU9CWWdsbjladEMyejh3NFFnTXNmSVpXcnFkdDNBMVRKNy9pVFJlWmFxanMwRlZmR0Q4MHBnRVlhc3FkZzVLRnRMT2h1MWFvN0haRG0vc0VRb2h6WVltbUFqbWtYSlR2aUlWUW5JZ1lxcTJGc3IwSmlRbWRrTzE2YlliNXpiWnpLQlJWQVk0TjdoTGNKdjVGeDU5MWkvak1mdXBJTGdUV01YcjdXbHNqVUxzbkhBVmV4aHlRN0MybG5INEFDdVhsM0lHMkRRQlB1Y3A0MWg1cDdEc2l1OHRhTjZPRkZXYXBsWTRtM1g5cTNUSHU5eVNoZXk3TEd2U0orc0tFQnl2WWo5RklBODhHUWlxZkJRR3ZPVTVrbTFERWYvdnE1Y2lGN0VKZGpncVJna1kwQXA1TUlJVTdqZmgrWlZxbWJacnZ6eE15elQvM1hhdkNjMWZOblBSNnlpS0lWUVFYNFVmbFQ4N2l0VExxMnpvNkdTNXFrOHN2eVpUTVNFNnhjSENLdVlqOVZZZWZxWWY1b21xRkhHZ2tZUW1aVGJPNUxQdEFoWHc3OVVMY2ZxcHNsZVBRN1VXeno5SVRKVTZodDVCVVRTSy9CbTNJcVN3RjkwVVlUNXhXeDQ5S1JQZEVYR3ZjRGMxbTJqVmYrU3laV0Vod1VUZzRreVVXVzRHZWdCQkhjNXBQd0UxeitGdmF2ZDhqTElNa3pLRzAzd2VPNUh0ZmpsaG5raUpHQzJLdnpkRWdUcUxRelU0Z3J4QTZYWXlEUHVJRTFLdnlUTmlvZWM0dmM=', '285390296_2322059431304214_1376876108621193036_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.78, 1, '2022-12-14'),
(40, '2022-06-06 01:35:47', '17938563890016485', '2022-06-05 15:20:55', NULL, '6l9OaJqW99l60LGQmvZFBHZDUnpER3J2aDkvdjY4VWFTaW83dTZiQ1lCRHJPR3JCS0cyaEJMbWpHanNZdHhrZ0g3dVNUaU11Q3NaY3Q1bHVJSHVZUDdZR3FhUHI0dDBxY1J3dHpWU0JTSXlScXZYYXQ5YWtoUXRubEQyNDFZNTN6cWNVZ3RYK1JHckRjLzBKZFRWdFg0cnRocWIxMHNVeDNtUTZYOXhGMlN3UGVlNWZxbXBLQWg1M0tMa0pJV0l1UE1oMjFnTHlVSGkzQWdOYlZXMXdkQzRieDY3UkFuelFpSTV0cnRFa3pLQUszV3hlak1KdGRSZkNGWG0vMHh1b3k1U2doRTdyWXZlNHlYemkxdE5VRFNaWkVaUUlCM1RyRFZJSTJaNTlwYlhhUlM5U2wvNVJHYkdjcW55VWZhclpNcVUvdklRUmdwUzRXRE1CUXNIalpsNEZmejJXbmVYemhzZnFwZHNXNS9zRWxJYW5FTUVodVJPbkptdko4WEdlVnZ0QTdycXV4SUEzT3p3YWVHRXVzeTR6WE9od2hsSEFrZWZWeks3NmduVDVDeWVPc1hScE5ESzY0NTZZL2VlVWkwODY0eTYrcjJsblNvNHZLTUd0eHc2eWJzb0JsQ2k2V3drajI5M1RRbmdwbmhoMkExWDI3WkppaHZ0eTArQW9xd3Z6cVRHKzl0ZEFSY3hudWdPTmkzQXMvUUhEUlNKZzQxSy9MeVBCVUdTaXh6TC9YeGs0L2x6YVptbDR3TFpCZndobXkvTXZXbDZ1Vmw3MWNXRHk3RWlEQmNtWjBmb1F0emlOZFlrUGpSYXJ3SSs1ZDU5dmxwa0RQYUgvT3BMV0s4T0w4R21TUzF2Nk1QTnRuMlRGdFE4ZWNZTi9ESmlHZGV2Kzl5cWk3OWpqcGk3QXpGNXk1RnNqUitKMDI2MUQzcHdITTAxdGhxN0FIeCszRVpqWS9zYjJnTGM2LzhzM2xKZ3BLSjRkR3RrYVVvd2syUnlMZ09nd3BJVFluS29aVHVJZmFkWGFnVjQ0M293OXljamYzYVJiY21RbTlTQ2EwTCtvaHZqWW5zUWIzU09pOHZjQldJc1Y3cDAxZ1kzUVdjU3gvMUhOVXdMVkdjb1Nudk9VaUhpN0srVm8rQXVsZ0pUTDVRK1hraFc0ajFaL3daeEtxTUh3b3dOTW5UM21WdDZXYUJOZ2dzbUp0dytuY2xLVVdpaCsvd3hBRytqMng1MnBrVUE9', '285744758_2909866742491866_2001813753670235781_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.33, 1, '2023-01-20'),
(41, '2022-07-08 16:33:25', '17975922463592062', '2022-07-08 12:32:51', NULL, 'MJRPy28DWGJsdsbGYR/od3hBUDFtWis0bkNQcDlsRGFVdGFBZHMzd0tYVUhGMkVTd2Z2QStZRUZKL0N3Z0RNUWVzemlBMW9FTkdDUlRReXJCaVhLemk5bmhWUGJiTVJOM1FibUdmOE5hT3FjMGtGdjNubGpRbE01NzBDTHR6K0JQK241cDZ1RFVJRTAyUGFqYzBya1JtbFV4aFBST2RUZ1VHcGZFbGFLVDVDS29TNE9RTHdhcmI4bytCNW5mZU56WExCS3labHZpQVNUSVVGZFlJV0kwek1QaktNZVBhSjhVVmttOTR5YnpHREdZbWFFQWpsMGZNakpiZlJ4N2xSZWZHbXNCbTlVbHB0dEpodncrMWg3dm5WQWRDUVB2b1Rob0tNR0pDc21icTNtUFZ5QVhMQ09TeS9mQkFDZlJyVUh6TXpmNnE0YTZON3EyTVBZZ094ZDV4ejkyUUJLWWVJYllSSXhNejNONXdzRWx5T1VFWG5Gak5yS0p6NGs5U3l1V1krNGtVSnc3VjhDYlZkYnJ6RVdZc2FxZW5iTUxYYmdWb0Jpb1RYY0FzWDlQOEZZd01naVY4YjhqdStrVmNISTBmR1lZVUh0SmFGdUNCZGxUejBEWWRmd2d5UkcyUlRLTUlRSlY1cUZ3RHBhSVR4WU9pV2VFUFcwRUVQUzdUaExwZXJaR1JudmU3dkYwNFVicWFKVTM3dHhqMTErVlBhRVRaTWUwTUsrYnhvVUVaTXF1K0tkMGNTNU1pbVFSdGZvYWRNZXFSaVBCS1RCaWlJblBJNzd2UVBWOFhweDZIcDJHK2EydkRqcmE4MkhYNWRDNUFwYkhtN3pXbHdEMHU3RDRoejhaSkhmV3Nld3BxSGs4b1dDMUhNZmFGa0ZQeUQvTk5FUStxV05VR2xRNHd3ZG5Qd284RzZZWjBzOHRoZTlIMTRnRXgzbjNmcldrMElPOTJBT2NCUHpQQWpiUjBmRWZoTlkyYWJKOHlSWlVCMEc4V2N6SThoMlpieURSZEpKOE84K0g5Y0k0Vk95NEZkRmtPR0dqQThRNlNQSWV6STFUM3V3YWtsNzRjM2UyRFREOUNHMXBQY0M0c1dqV2xpWlBtSWZvaVFQWjVPMFJFUnJnQzd2MXFLMk1xU1J3M3o0SXhrYWNLK1VCR2YrR0lLS29idVQvOE5ZUm94L3d5SXQ5T0RPODljaTJCa0lCRFUxVVhPTTZZcVBNL0VlUG9nK2NtdDZWU2tONUtvTytneFAzcEF1cnc0NEljUFJxaFRub3V1eVlSYTlOcGRpR0ZWSThFWEhldGFkMzFSS1BIZitNSXJsaHBMZ0NJSjFaWG9McndqVjAzdDVPS0JBNlpBKzIvS3FHcnZEK3ZwZ0xUeVB2MFFlY3pLY2hhK2E1bVpMOHZ4WXJnbU9uUFI5YW1XOGI2RzhzS3FlVGRqNzFwRGZpRmlxVUw5WlRSYmVIMWxTc3hYVk55d3FwdHlrMkh2UmFwaUpEMkwvV0dsVnlmL3prN2dhc1JhTkdFU3FqeEdHVlIycXNLSkNVK2dQQ29WeEt1THZHdm5mT3pWZDZqdzZYUGVqekFEdzB0eHNuZWlTWnVITUFLaEQ3b0tXeXd3V1RybkdlaDFaZWhSVE15dU5PektjeTg2azBETmI5YlRLT2MxL1FVZCtKOHBZelhsSHArYURVT2pqdkZ1dE5yT2hzdzEzMUphR2RpK0NMbEYzN0ZtRDc5Z1lYYTI2V08zL2Q5V1JTZ0xVdlJySWEwRUFPWEx0TFI2SzBSZ05pYkxjQlZVUUMya3M0dUNRQ2Jkd0FjNG1nem04WW51ZnJ5aUk4b2wzNW84bDhmNUpHcG4rY29NbkJicWNRN1lpNUs3V2p3REszY0dhVFpwVmFzS2txKzRmWHBXZDI1aW1vZjAvcWxYN1BFaFI0N3BBSDRLZzQwMjd2Z3dpNGdNajUwaWlGV3M4OGVNU2JyZHZ3U1UwQU1Ha1hocVZjSkRCejVmMytDMk5BcVhSVWowd2tJYWp2OW92cmlhcWpEeVhnUTlXMnA0SHp4RFJCdDQrd0xkblpSaUtyUVRJaTdXWTM0bzhIZ2UweW5ZbTlpZUhNNE5ObzBsaUpSalRiWm9OekZxQWFQTmlYYk1sT0trbG9EYXd5UnVWVkdvRmFmSkZWbDNMSnc4bm82a2VlVW9CeXd4RGFRdXBXTUZFTTZRV0tnckFRM2huNVhubFlRL3V6cEFraDBjQ2wwUU1ERmRWcHpmUERyU2Z4NDhxM0hVak1YcXQzNEE2dlV1K3V3UFp6aklFT0ZMQnNiMXBmWWRXWFJ0aVBrTGtoZEd0bjEyQmxxZzdjL1c5ODJLOVdGbjd4NDhBK21LdjR5WUxCK05hLzFsMjBOUGZKVlVsK2R4ei9UcFRJYVhsZFhUeEFNTlg1TTZldXdmWEx1TnhvUmZSeCtWQjRuemw4VENHa2ExOUpweVZyYVdE', '292244621_1388799521641503_816791652321822110_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.77, 1, '2023-01-21'),
(42, '2022-12-14 21:40:03', '17983155430782762', '2022-12-14 20:39:07', NULL, '37lYBXElPH5TTjDr/xk/WUZkc1cyT1pOQWV3RC9kMlJiT21JdURVYmprc0tZRnV4VDYrY0tzUEo5a1ltR1JGWExjZXQvaXJhbUo5T2xqL2RhYTNWSGk4Yjk4YmFrOFRNczVBM1k5MUdLOTZZSm5tbTdwdC80VG45K0M3R3hRRVB6WEx6WDMxTk8zZjdmNnVibENWZEhVTUVIU3NUempKUEFtaC9WNVc0aVNkbm9HSmhRZE1RUDg4dDYvZFU1dDlzd0JaTEF0ZkM4aGM3VGFTdUdrbjg5ZGJ5ZTUrSHU0blpDQmVYWXZZcmVXWWF6QzdLdkRKeHlPOUl4T1dTM0RyWUh0dEVJOXoyRW1pczZUUlRORlhOeEVTTVo3NWVNTDB2Y1R2VG9jTGVKVmJaRkljV215NlUyYkhVeDByR1pIeVVBajRxanVDWFB3U2ozcWxHenBZcmwwazE4Q25JSExiWmJHdlZ5ODE4VlhPTlRER1B0b1J6Zys3NHdQRFlGQWc2NUJidWZ5aUt2eUpha3NFVzJyZVE2NllzR0ZLcHlBL2tPOGFCK0NHd3JDTFh4WlRkODNLc0QvaXRmMzQxbENXVmkrV0ZGbDFmcXVhS21OZnZTUjlqT1RUMWZ0c2ZKbUhRWktrdnZORUFVS2ExZkdrOVpBTzlOR21Db09jMDdndzdnTXVWQTY1OW9PeW9nd2EwZTRwdHpreGY1cC8vUlZJYkpWWHFWaExTWmt2ZkhoZGdJbTFXQnk3U3dQUlY5cHFWenAvN3cxK1BNU1ZneDh3bHpKNlpvK2tWTlIvSjJxd2s4RTRSNmN2bkJtL2IwdjJHVDdpZ0UwZHZXS2V2N0l4N0Zpc2Z4d0YwRmNNWnFnZ3hzZklmb3F4TFFHZWdMS3p6L1lPdlJqWG9oV0NuYVhsenVhM1RackFiTUZyYUJxVUZRRHk5aVhPZTErY2NoNWd3NElEb3h6cENnR2N2WWJLR3pkVTJjOHB6NHM2d3RnVTlmbk8wdFFlWG94aG1PcWtRczJFbDMyMzlKYjdvbUdLVmJyTy9OZjBDSXZGOUw1RUxKWThTWHBXMGJCUDZQZHBGNEpFZnVEMjdyQ2Z2UU8yRGhIbVZKbElDdU4zWjNVV0NHTGdCSGYwbHVkT1FmYVZQMFBkd3ZQeWowSVRML05rM3BmTlNtNGw2em5pKzVtUHZESE5oZEhuM1RYcVJHU3BTU0kzZ3pINDdjeEl1TXU1M2t3NHJGcGFCN0J4TnluMGhpNlVxZkF2anZmNEEzL0I1cGg4Q0lUQmpFQklWbHpEb1dTN1l0c1JrdDB4Wm9wL2hXdFBWZGg3eUJWZWUrblFmR3NoUHQ2YUo4QVNRMHd1eXVTYUkwbk8vbG1LY08zNlUvaFB6RDgyUERVbFBNY0dtK2Zrem5vaHRNZXlJcnZBcTdkSFRBOSt2QUNIc3FndjZBNTFiY0xVL2orRjRzRFBkTHZYK2MyUzlBTXVrR3VuQzR3dTA1QnJLQkJWVW9nS1lNS2Z1UEN0bWlqRGZoY2k2T3lEWDI1cVV1N21FT3pCSkNSZ3pNSzJNOHJhZURKalkzc3BEREk4V01DS3FQekhwTmhCWk94MHpSeitqMmpwTkk0WGY2YXkrZUNCWjJhNzgxTkJyUk92UnZlRU1KRVRsS2daWEJHdGRYZ21qUE5CWHYrUkJQT05S', '319553901_1364760841047517_6513960908331322038_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.33, 1, '2023-04-14'),
(43, '2022-12-14 21:40:04', '17894431628726160', '2022-12-14 17:34:10', NULL, 'sfDYCbT5RFZRwOikGSMwClpyQkFHeWNLbE01cjhHMStFeWV6RFJPMXNMUjNRSHNCcDhmNW82R0s3ODFXMmhtcm1ySE94bWJBRStJNXVtbFc0TDQ4QlY2WHJkUTF5UEZhc0lWU0F2ZnpjSVV2OFVPNjk0UmtUM2doT1lpUStFeW05SklCYm04S3dkYklQQUxlSE42YmdraFZ3UzNKMm5odEdRVVg2NjhkNEVYNDkwUFR2eDg4Z2I0Rmx6cFB0WVovRHl0NWYxc3lSZzdTbjdtUHJnRzJUclRMbGZST3JEVlpUb2UxSDFXeUpXWVVEdlh2YXVnckNvM2xJb3oxOEZWL0hYT1JJdWowTjVTakg3RWhLeG82NzRoa2ovV1FHOHJhNU9aT0dqa1BGM2x4L0hnM1gwTG5YZ3d0K3FWT2VGQzVQcENzUm9QeDdRSUFyaTFKSGN2OEtxZXhCR0tOK1FGcHl3V0RvaElGT0lhbUhHVTlOUWFFWHdqc3JsalJra1R0NEw2YjNYMFVoSVpXTms4ZnlTSUJRUEpLazExQnorZTJDSkJMclM2MlZuU2dQNCtHeWhidG9jNUhxbnhNc0V4b1VvdCtndUR5UG5EdmcwRVdya1N5Y3dRZnE0ejZmazZVbkVrU29WZ2ZQN0JMQ3Y4bVo2RDY0Y1YwWjc4ZE1xamg0MnY3NSs3S1VQM29JbjdzZk5BUDVNL3dJcHE5Qkw3ektqSm9XcjN1YndrR2ZUbU9JOVVwcnk1SnR4bFRJSWVKbnBCZ3hIM0RMdG9PQm5IQjVjMk5XTmhLR2VKbUhHNjFtUURidktxTUxMemM0b0NVdkZtNTNSdzNiSkFJZkZmbG1kYmNoT0d4RXJaQ2tsTmhzWmhRcW9oQU1oMXlwMDE1VXF3Qm01ckMycGF2Mk5tQkhjb3hVdjdmb0xHaldyYURvUUppT01pRmZyYVdXUmNwQ2FLNVdDb3VoL2lVUlpxUHcyOHRtT05kakpZRU1xYW5xN0o2b0x0YWVtZTRHQmxuampkeVJheFN0WFE1c1Z3Mks1dGFjTkRjK3Z5YlptU3dKQlhDNlFHZUJkS0VNTFYra0JFcTViazRzeUM2bzAxMFB5QlFqM1A5NEQxcEc2eGVVdWc3ZXNoY2oxNlJhZkpBZWFObFp0VnNxVVRWL3A0M0c0ZmNEOEdZV1FLbHQvT1cvbVMzZVd0RkdZcnRCOFBwNWE0dGpEVWU0ZTNVNmJ4a3dRZVRHNGpCTzJwK3p5RHpNVTY5bk9Ud2xwcFVQejFvQy9vdU5YcDExYzFZb1BFTTNEOVFFOXpUd3VUYm1kbHo5cC9PU1BqSkJoRUVUR0VmY25sS1RiUWZzbmxuQXBCMm5oWmEzdHp3RXcvbERrZjVHSmV4cE9vMHZQTWJReEZaU1VNUms4UXR0R25LZ1VrUlA4akJqYXdpMU5nSHA5MERIZVdLZHYzbmJ3Y1JiU3Y3SE13Q1pZM0NxK2ZFZUt0TjJBaVpickMrcUZYcjJZSWt5OEMzQUNsSEdLRVRJMVhhV05SSjFGd2p4L2RWMFJMMEFFenU2dnpjcGNWRnpKTHBPV3V1Z01lVU9LU3p1dlJVR1puc3VlRFFXOVdPQjNJTlR3YnVWUURKbGJrUEt2d2x4YUxSdUpNaXA4M1IvYXRzalRnZw==', '319581262_504055578492302_1822992924983626936_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2023-02-01'),
(44, '2023-01-20 18:25:11', '17950869854415407', '2023-01-20 17:30:08', NULL, '8/9BWfTSMfZJsSJGVRoU6014WGxjZDZIWEhoV3MzL1VqWjh0UzlZVW9ROFJTdnBCb2VBa3RsdkZWdm5pdk0vZG8xaFJLRm53N3VGUlN5c1VHRU9MRm5RMm5BdnRuc0ljNWc3eXNydEovbENUdk9ycXU0T2svcnVYUEZrQWRmNHFJOHg3ZVMwNXdtbW1mblRSeXA5TTMxb3lySmJha21TSWRYZG54OTFwY3hhRlFlVWtjeS9ZL1NUYTVFV3o5aVEreGxHdkwzRi9rcm1IemVpeXc5UTJQRVlKYTRyWit2T0xpclgzUjY3NXJUZytLV0JiUHBraHdxK21OOUZweHNqOXh4WkJOZ0ltSXRIQi9qd2JVNC9Nd2s4eFUwaEhoMlFSSVAxOVhWOWszZlpNYzlpQnJRT0ZTS0dzWUwxRGRYdnlGSkxPNnM5LzNrR1FLZDgvT2xxSGtuaEZodC9xcG92Y0hJTkFJN0tMN2NHNzNjR0Q2aFdlVHpIZEs5TDc5cE83SHVNV1Jaay9QZC9QM0E1T1JYcFRlRXF6eFpFZGdScHVaZWtYQUFIbi8vWXY0cUJmeUlkejVJSHVMak84V0NKcVdlc1VYMXozNFp6WnVoL0theVhaL2NQbGZGdThpWmRscG5VODEyTVIzTE41cnl0RHByOVpZR1RNR2Y5S0VGYXRHUXJ1c1p1Nm9aVUdBSHFyaFQybjI5WEU0cnJINlkwekNUamprMFJXaEhuWEMvcDAxSmhDQXJtWm1MSTNpT3RoaXJQb3ZhalhvZWVERjJ5bGpPdVBxd083a0ZnZndCVmtSblQrMGJweGFOb2loZGtsL2RtU2V6T1lMT0tLcXRIR1ZzSlJxclloTkRsMFpvNXRXNnJjOVZicmJDVnVzQncycGdIL0twM3FqdVVCd1BKcjJiZzJBdGJQb0cvS2NHUGZiZDdid1V1bTFVem5HclNlZjBOSTZDMjFUTENvMjdvRHFSN2lTRnhpSlVHOGEvVmJQV2ZnNk5SU1JNcFo2Z1VOMUpUNXlneHBxYUY1TUV0RjFlS2l0eGtiREF4K3RWYkNrQWYrbmNubzNBVGZ0THNpWVM0Y3FLQWltS2kzMmxIMEZaZHdSRURYWUNLNXpMYVpTb3NTeVFjYmoyZldUYzVNWlRQSC9pTnVXN3BLWDZ2QUtYUWxFK3luZURMcGJZRHNtdFpwaUxtWnErWCtUZEJLcVB5RTIyeHVZWmY4NTRldU5DZ1g4dk9xbVh2Q1FwNDkxekM2MzlZZXFmWmtrcENaem1oSktUWStESGwxSk44VkxaMk5vaXVvNjR6M0lQWnZMSjQ9', '326356149_725708262505658_1199461840442648777_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2023-04-27');
INSERT INTO `Airfr_sbi_instagram_posts` (`id`, `created_on`, `instagram_id`, `time_stamp`, `top_time_stamp`, `json_data`, `media_id`, `sizes`, `aspect_ratio`, `images_done`, `last_requested`) VALUES
(45, '2023-01-21 18:24:52', '17959667819488790', '2023-01-21 17:12:14', NULL, 'vP6x0eZ4yKFRT/RDLi3h5k9LUEFsT05MZm9KeE5VeUNVU1EwWXdQMVM0U0xnSyt5TWhzNllsWFc2bDF1WUxKRVhQR1U0aE5UdkJUZEZwOC9CVy92ZHRqSk5hNFZZQjA0bVNha3grSXVkUGRabVJiUkVybWFyR3VhbHlpL2haTXJnSVF5UmFvemYwdXRPY2hqOUNFSm52bENyZ0IvaXBMVm52blFmU1FiWEYybWNjdXp1cWFkT3pyRzRrTE9qNmMrWXBHM0d6Nk8rYWxVVkJmVWlobWtFYStrL0lHcDVxWm5zUzVwVkpyY1FRaGtPODNiNDlNYWwxUFRsTzB3VTlXQTBRQ0NKTlFGWmh5M1RjaitKZkd6Q084c0FEcUdJT1JsSk9PV2VRYVVhQVBXR21EMWxEYXFMUXo2NSs0Wk5KbmdLdW5OM2Urb3lBbU1LbnptWndYK0xmR0NjOW1OTmJ5ekVBYXgxdWpaL2tLN3R3WEpUL25CVERmK2RwdmlrU0w5NnJkS3lnRVRFSTFUdzVtYkR6OWhZMFFOa0hXL09hRFFuVFFsdWlCVEFkWFloRmRhNGVWNHArbWRkaGRRRWxrc05scEZWc1d6Z3gxZE5oVmduT292dVdaa3JYM0Vzb3RYakVsNnAwMnRQbUJCWS9yZ1lGOThid3lNTVN5RGlXOHBFVEhodXIrZzlNTTZFSldMRnVtMWF1M2pGS0ZSTHRuYm1pMDk2R2g2bkZ1SUZza21GZjB5eGh0SEdpcHBjRWJaSXJjU014Vndtcm52ZVBqZnNwZ2hQSjNmbHpDbzAzR0QxNldPdzg4Tk03TWpZT0xZeGJNbENDemJ1TW1uaFJ1VnRjVTlSbTZYMVJCQU9xK3NENVBFOVZISVBJWWYzWFZPQWJTQTZQZGorcjRzdGRTVm95N0ViSnFnS20zVDVWQ2RyVEZTemtZVnRBT0tZZnM4MnpyMnYxT3pnK2dXeVpqc2NrLzg1MDR5ZlR1WCtiOFRiUUk1N2wyckZWWVYwVEw3MFVEWTZtRGYvUFJKSFFINE8rYU5FYTFpOFcybkR1Nk5VaHhWK3FMb0NPbjRvYnJrNElZa0FEZERTZGc2WDVtUitpY3Jva1RkVWN3Zjg2UWkwM1R4alYrNjhXZFJRcWY2TVdHU3FzWGV0MHlKV1B6VHQ3SVhjdTRGdVBwYjNvT3AzWTNjOGRSZUQ2cDlNT1VMSVR2YUd3bmkycGxydWRzTnVXVjcvV0NNVG96cXRScktpNk9OamptU016OU52OHNSejlGYmkxVWV4V21VanlUUXAvcGh5bkEvUmpMMWNNamNqSHgxUVlSNy93PT0=', '326278533_834497600978392_4787015169329692053_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2023-05-24'),
(46, '2023-02-01 20:18:30', '17954681813239652', '2023-02-01 19:07:02', NULL, 'JAI/XDhzJOHZ7D0fN1jSmkxnckk2Y0ZCZ2tiWHlXLzNULzZwWTR2QkpCNjJ6ZHRYTUIyaFJxWG9HZ3cwb1dFTllRY1pMcWRaZklMYi9OQUswcFF1bjJxMC9BeEZaSitsUThwcUtKVnZ1RjlWMnE3WWFTVlRpZUJtZEVBRHN4eVBpVjNTVG9TcjdEMkpoUjFqaiticVBOc1ZjZGhHMC9pd2tVV2ZLK0NTanNESmZQQWRPNTdGcVBKZ0ZlaHJWS2VJVk9FQUlJTFp4SXhCT3BsV0xiWjhzSEpzdEZaTkZkdWJKbkNaNmpiQXFEMjFybFF2RVZGWlF3Y2V0amJQSmt3QlZ1eDVKYlhoeWFFZ2h3WGN0VkpBQWhJWjV3MlEwUW9kZmRYRmg5MUVBM0RrdSt0bjR4Mnd4WWtoTExjQUV4dkhtUnp5ODFIWnAxMTNzSXVtdHhvaTEzVDNSQ2RiR1lQQ0xIcERzZXRWazF0UmQvYStRemFSelFkeHpHRHhyZ1RkQ2FLc2tMb0tLdlRuSHpqK2VJKzcrbVJyc3VzdDFaZUVxZzArUlROT3Q3L2JYemF5YjFIKzl0S050SUU5a1RSNktLU2lOVEt6RU85d0Vja01zMXRCWWhTeWxZUjkxL3B1NElNK1M0NGhwZi9Xc0RGSjY2aTQ3ZGxjK1E2SDl4ZXE3Mi9hNlZiKy9WT2phL2Q1aytEVjVUSkhvNjhZSkdCRjlxZHBkL29sbC9rUHgwOURBOWJacjUyYlJlZG1HUUp6WWYvMkJPSG5pR0JUTnRHdVEzSkI3T3dxamh6clZOYjFBUkVsTlczVEdCNnBxTFhDSkNnRlB4VGg5dHZReXlVOU1qVlUyY0Q5U2dHTkFNZHJjNDlSckk0clYreXpuWEtUdzQ0SnJ6OUtnU3R3MDVGT0ZqNmpNcUdCUzZoTFdFa0svQzRHRWRlU1VjKys5MzFpdk54S25TZGpOR0tjSWkzQzMzai9NZUJJbzF5UUxaZlZzTzQ3SGNWNGFzSElPV0RwbDFGbE95a2xCUGVzYzFhTTlPVEk2Rms0aGZtdjlNenE1U1NVbmRjVW9TNi9iMkdBUWZBV1NkcTdIcVdtRXo1R1E0MUVlR0lqUDBQMGVmd1plcXFFcWplN0ZaL1NYQVdtSDlFMVhmOEc1anBBNTIzMzliMHRiN2xieHdYNHFEV2loYVppaVZQdzBuUDZvVXV2Q0ZmR2IwL2ZleHBvVTNmUmtGYTNVbk5Uc1BXRGFHcjBKUk9temJJNGtqOTFZenJ3d21LakZRb1huajFTQzd4dU5EKzVRZGhocFlZUUZoTjBiMi91akpLWFV3N2Z4Qy8rNTl0OERRWG03SFhqOU5idFNsZHRhUEUvK0d3dUN3TllyMnNUVGtnaFEzWllXS21uV0poOVN3dmx1YndMR3hMalpIbTRzVE5hWnhBeE1WaDZRWEJQenc0bnptQ1VVdEY4MmZDdlgyTk42enN6dklvZjcvYTBlV2szUW1OV1B4VmdpL3ZBV0puUytlVnM2eGM9', '328141263_517837020335358_5997170101683652757_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2023-05-24'),
(47, '2023-04-15 01:29:59', '17914405868721676', '2023-04-14 20:25:45', NULL, '7toub4VDTk/OKrfiZcTRlmFkeWNTNmx4RUpjZXB1OE1kQ2xHZzFvRTZYZm1SMDJ1UE9mSVpqNk56SWsxV0FvUVZkRFhDVXNuVmxxYmd5VXhVbndURnZNR1cvOWVYYkdWZWlrNzlXRkVaWVg0aFdHNXc5emIxYmdHMUI3WmZubFY3SFV3bkw1dWpoclNnaktaN0JpTk5VS25GQkY0VUp2L2RQcUllemJyTEFaMDV3TWlYN1g1M1FkZDQ2d1NUMU1GdmxGZmMveVcrMXlhVExlNGdXVWhxVzRDWkFHaXhaS2tsaU1pc3JDSno5VlJLWFpxQitqOHUySTlJOXZVUDZkOVBtMWF4bGlRK21LVlRsdStnaWd3Q2gxbTBGV2ZaTVNCQ3ZGSEZMVmdnMDdHaTJyZjNmay81UmdJTk1Sd2Ewd3FScHBscWdqSVc4SzZBT3FxSkpFNHphT2k5UW8vTHBPZkV2VTcxbEFlTHM3ZU8yZXREQytiZ3BoVHQzbnhQc3gxZlRmKzVLVGpnbnJaRmIzWndNNnc3a1NUZXdaNVpBVDRYNVFWMVgzN1hja2FqazVaMHdQM3llYmlvVWJ0cXBwSmpPbDJLdHh6Q1BYZzhyQ2toOFRrRFQ2SENKRkhWaEg1YWZWTkFuVEcrSkVYTFlRaHR3eHhpQ0tuTEJHaDQ0dy9oUWc0S3owa2xBcm5abHlNd0FocStta2htcnRjSlRneU5jVUlCTWt2MTBqWTNvVUZ0NU95dWZsTUhXNmk4dUNJcjB1YkZlUGFaclE4cTBxbThOVi92dmRrREd6TXdwWkFTeHFoS3hkbWxCczVSdE9oNG1aOWczNzdFVkswSmtlV3JOb0NQSU9BM29VSDNrOWNPbHhxRlJOejg5U1VtS3dwTVozVVZhQWYraTMvYno1ejN0ZDg5NHNrZFZNTVZycTd5ZW4wd242ZDU5bWtTRUpSK0k0ckVsTmJXQkdDZjk5SmpoeVdoQy9SbTVtdFVDTFlsSlNSVGMzSm9tZE5JVFl6KzY1WjhsVnFraVFQcWw2VXR6Wnp0b3ErS0h5OGxmOXZqaTZZK3NlakZIS0FFQThJR3RjNzZ5YWNHN2dTUWJRTWx0YlBzTGRock0yUTFhTjM1ZXAwdG1uVXMxRXJPRFhwbE1wSUp5V2pFeTVtTFNLM3BkTUR3WGFmeEpOK3lVWXpiUHhMMTR4aGgzcldnREMxKzdyYmRyQ2ZQZ1BtaVMzVEQrTjVDRzlnRFkwdkRjT29yYXovZGFZYWhrWVA3ZjRvZWF5YWVTYWI1VWVRbEU0ekpSeEkxWTJRSE5yZ0g1NnlTU2hleUdTa201SzBJU1FtTGY5aE5scmRkUHM5TXAxYndnQVl1aGxhTGRveFNFTXpUK2JYT0JIM01xeC9kZm0weTFDRmsyK1dWdWowUXV5MHV3Y0E0WXBSbHJlSUNBcEJGcng0QlhqbEtsMGdiUlNOTURzb3Z3OGFOVGkvTERPM3pRazlFaFJ1UFV0Y3hIa1JiQ3VQdVZYZFdJV0dNLzRzeXV6eFdhU00rU21tNytoN0NiYmtJazNJaXFnTmZkWDlaU0orK2kzdkgrRDB2YjB4RTFGTWtmNXZNL3ZWM1RuUDJJTnJKR2hHSFB4MkluS3NkTW1CWm9rcFNCY08va1QzTFFCaFFsNWtuMXZxKzhqaVl5N0tqT1UrV2pJR2tkcEJhQ0JlQzRoczhSQXZjT1EzMGluS3ZHMXZKT0hyTU1RQVRlSk8rQmdjQXJ0NVF3WmthbG5YcnFPNkRsamVOTzdZY2d4WVpBVGRycEFVWUI4akx5SXlYanNDdW9ZZHNsZ2p6a1UveDl1ZjVJdjdzUXdEUWRYNlVHd01FOWdici91eTVjY2w4VHpJNlFIVWZDMDliTDU0ZDhDNCtmak9pS2dRV2FaSVF6TW1kYkpBV05vSms3UFNBYVMrQ2NqU1pLY3UwWUNxYXM1REZVS3FnWjVyTThRVzFaMEx3N1NzaSsxODNYNDdRbEZPbVUybW81SjlZYmhma2R6S1ZSTFpDM0xpd2p1ZTViUk9EZTI2ajg1OEJrU0N2ZTU3Wi9vSFM2WG83MmU2c2JDZU40UCtHRDZhWUVIclBmYWY5bU5naGlMNVdsUUFmZnFFNmpPYy9CZWw2VFkzdkpWNDZ0L1RBeGlvZVNaZHFZYXg3L21xMnM4UHpyYjMwZFlaR3Q1anA4SzBreUpjMHRXTmhWcmFHSGY0OHdReGhUQlF1RXhlZks5L09hRDZQNzdZVC92anNad1l3MjArY0R6anp1eGhETjhOQUphYWdpZ1k1YWdEalVnQnBFRTNzV2hENWtkWjg1QWVIaU9GMkZUeTJaTDk0bk9vQjQ1c0NNQWxZN2J6M3o1SGdhNWZWc0tLQmRBUjVzK0tXcmFNblcrMGRiUlhqWXlkaUcrcXpyNFh3ZU5qV015d3ZvdVVRS0IwaEhnNUM3dHMzWHF6alNlN25vOGN6TGp2VEg0TXJyRDRBTDE2bzZJVFZXTnUxbzFNd0owZ2hRT0tCNnIyMkpmQm10SmtHeEMvbEdDRDFnSE1wcW5tY29WSmRRYm5HTlZwUE5GMm5JL3psTXFQdzBwTFNSWFBjUHEvdk5iTi85ZEJ5aVpkd3crWll5Q0Y5YmFaajV0dHd4a01lRWNrY3NuN1VVMVhVTzNlc1FUcE1PbnY5ME5wK1FOblRCSE56aTQxNU9NaCtGWmdCaWNlYmQySTFGOFQ3dTNvMEJ6c21PeGFtcWdmaFlabVhjL0MvZHNkQlhGNnpsQmdoNC9GZDFYMlgzTlNoT1Y1ZGkva2RINzlOc0IvRWNOdjZsZ1JDRklzalBOcnB2dHBYNk5uRnFwd0Z4NjNtYWZORDRyWi9JSHBlQ3NsbGpHdERnTkJCYS9pWHN2VUhGK3J0ZHRWLzAxRGpNenMwUDVPa1ZacXpiQThQc1NFV0xNcmxlbFNlMFk2TThQQVdpZS9wdzduZnlYOHlsRTI2NHg2QnloaHlVQnZ4S2dCNzZqdDVPWjhoM1loZ3pwcEVTK2ZZQ1l2VTVpNXZXTEtrcHFtak5vb0hIV3pOTUZUQmFiK1V4NDk4QzBEdnJjdWJnUUZ0YXhsalFvYm15a3U2TzN2WE54U3dsSWkralhocXd5bkZEb2VSdWJrcnRsU3JKRmF3ZWhzUzRIc25jU3Zuc3h0OEJLVUNWdnl5Vkk1Z29OQStNS3ZmYUZvbHMxYk4xenBtSHdQdXZPQmo5OC9vd0lxcUxTczZQd3BhSGJZUUo1RWx2bzluWGNyY1Y1MHJyV0ZjcVhIb1BWL3g2Tm0vVENoMmxGcmV0RDBMcmUrcmtrMi8razNJNkhKSDlwSUxGUmxwTjFTajlXKy9OOFQxNE5meVdPMXcwRlF0Z3VDTDFod0RmSVNlcTFjYVVaenNVbWJEK1REYXpnbklYc1U3ejZWaDZOcHpiT1lKa2EreThHRGxZNytXdVhOczBPb1hwZ1BoRDdTTVFQN1RQWFgva3VRcFgzclZxSGt3UW5wRVlpZmFVMGl3eG8vdHBFVlhXb0U2VkJ6THAzbWx2ZnF6SmY0M2Z6V2dnSlNkREVnRDlFQkYza3JHZnc0YndVM0ZSRGY1akcwV0RKeDVVWE44bDU4ZER5ODlrUllZTkRVdGpST0h4dnZ4UU1XRnpYOFZQSDRoOCt0ODBRc3hlSHRGOWRPYkthdVdYMkhNR01pamR5bjRnN0IyMVBNeTR6NTZnRUpna1laMGsrVTRtV2dwc0xOeXk5YU5aZjRUY2RYR2hTUHMyNFQ0SjN1OCszRm1HNmd1dXdPdDFQMU1OS1BhMGplTkRyZW52eTFOWXFXcG4xL3ltY20vaXR3VlY1Rjh1d1lGTHdkV2ZkQUZiOWVCeGZwVUxxeWJjVEo3RkV3TS9BYUdLc1NFczk4QnZxbTZ0V0RER2hBc1RlZzFUaFR0cnlxRVlSM3VkZ09tK0tpaVZJWWhKNGhiSFRTemFRb1p4MndqQzM1cWFFMTJRQUd3b2FLbzFyT05hN1J0K1pDVnBtNjE4QjdjSDU1OUE1ZWpsNjhoakg1RGZLa1RqMDg5cDl4bUIrS3kwZUtGQk5yaHcvc2grVkplTVhzY3MvMmhTTVhZenU5RDdRRW1VZTFoWVQzaXVDQ1ZsTGI3UlR5MHY1US9zM09nSlFlV2k3N2pONkpUVlhzdkpCWGtva3ROdkVoNWIvWExaT21yRUcyanNTMGw1QXpsY3phYzUxWDlRL0JsTHVqb0ZyZlR0dXMzazZnR3pMRWNaVzJ3M2VOdDRoQmFLNTR1YjRidXdpaWxSSUI5d2J1RVk2RjlWWG8xWldvdzJ3cEp5ZytoblhIaW1xY1MvcXhpMDdPemF6L3BMS3dWclZLLzhpdTRac0ZnaFNUTzF3RHAvZitwSDJ4NTZDTXZiOGMraUpQYTljMHlLV2RCT2FTeXZLa244N0VQdVVMdGRWNGJzSzM2eFlxY2NhZTU4YW1VMEs1NldSNFdlTUl1YjRYS1BHYlZSTGRrT3dROWJxSGFPTGNYTTIwWS9KQ3dkS2NSUTBuTjQzekJ2c21aZ1ltYjhqV29uNHBTNm5US3N2bU81akh4UHVyMFVWeDJmNHU=', '341318564_811149347102551_2084757355292260093_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.78, 1, '2023-05-24'),
(48, '2023-04-27 17:43:56', '18080807191356099', '2023-04-27 12:51:36', NULL, 'kmEpoGzEXjAfcB74izBSAk1RYnpFRzlZa1dnYUo1YXpCc0F4Y1Y2K2xJbXhyL05SdlkzZWNjNlJyWjVGaHI5RzNoL3lkdjBLMlFmakFRZnJBV0U1M1ZRNlFhQ3MzdXM4aHBhR0xZYnVHYklwcWhGNnRGT1VkYkRHVDMwd1pUS3FFSEIzbzd2VEMzbVV5cm1yM3hYVTF5WEZhazlhUVAxNm5leC82cGhrODY2R2xzMVpqcDBWWkRJSHg5VFZNc0oyazY1Ymk1SFMrK2dObytaSUloMTF4N2I2M3JKNW80VmFZeU5mR0k2MnVSZld6NGd1bXUycVRsa2dwdXFXM3lFSE5hNCtKWFpWSWdLRDVOVVVQVFVNc1RzblpKbVdRSVRpZkRNd3o5andGYU5GWGp1K0V3Zjk0VnM5QWoyOUx1eHJLZ3dhalpuNkFJMmFnNDJEVzllUUpIeW01eTZBZHg0RUpFY0FGc0J1M2dQcUlEcWRKM2NicU5xczI0aEQzSlNjZ2lGVFdJSkpOK2pkQ2h6VFJiemhWSkpYNDZHTEZ3ME5vRWZRM0dRN3l3R3VrYWozQUpuNS8rVmRwVGRKVmZsYlo2YjFlWlU1UXRpSnFOSVZSYnM2R3BINGE3RVpabU5hWUEvMlA0aXVuSGpuYVR2WExNd2grZHNiSm5YejNXWnNsQ2JWdnFzTW9nRUcvb2h0a2pMelUxSGJRQ0JVNVZybktSNTFwb003OEZnOXU4cGFKSXlxOUE5L0N4ejZhVm1iQ0E3QklEajlyeWxXNHJ5cnlnVTJaQkhhOTV0c01LTFZSTnJiSzE4Q1ZHMnZ6N3VScVFsbTRqSk5ubVVBY0VqZEl4ZFJ1L1hkbCtXdHUrOXlDSkZ4QVIwL0RKQ0gybTdXS3lWWU5vVWdKQXZYUDdhazVsL3J1MXk2dnRzbXNEUmUwUzdHVGphZDcvZzlrKzBGclRvQ2FXOTBLZWQ0TnBwZEpISC8wMndmL3h0SStHdVkzeVlzcE1saXlHVndDV1hLY0s1ZW9xUnJIUDJIbTU1SUI1a0V6dGIvRXpNR21Yd1N4aUtqQWNYZE1WMjAxQTBFcVNrNFNaVW1HQXJ0SGs0dENjc0xNZWtadkFVbGxsOEpNOFVPYzVuVTdWcHloZWVxNkY5RUlhUE9ZK3VqaFVQRnkrRHFNQmV2M0l3NFRMT3V4UlRZNFdQTlFJcDhrN1pmbW1zS2FCdktjQWVSMjZBZjlEV1d3N3BVMElJVkhkNDkyUVovNHBTa2Z3Y3gxeW1KeUdpcTJpbDBibkp3MUtub3c0bHdxVWMyNENkTzR1MDBKVkY1N1NVVmw2bm5rdGxmaTdsa2ZEM3lzeE1BUU8reDBpb0pGdlRHWWRzc2twU0xCSjcrLzFFc25wa09CaG9NNUM4SjBsaWJ1V29qNjdwNDRXYlpmVEFtWVFhbUVFbVBTbExmMjVJOU5uK3VzNmxYQ2FXMg==', '343278854_6166189513500539_6843365554781190492_n', 'a:2:{s:4:\"full\";i:640;s:3:\"low\";i:320;}', 1.00, 1, '2024-03-13'),
(49, '2024-02-26 15:35:14', '18287319994083010', '2024-02-11 14:11:08', '2024-02-11 14:11:08', 'RSQ6w4mTOaBnfq+AMksin1pLNHZ3cWRTamtFMmo3YWJSL1BzNkpLSllVMWpxRXc4TUJCY1F4SHhjaDkwVmVRRitQRTAzREtvYnZRYTVkSnkvbTVDSE0rNWl6aGtHcHhHTlRIM1NsY3hoVnphQXoveWZOOVVhWnZzd1ZEc1VxVlZZdGFtUkhsVjBWNWY3NnNVY1FVeTMva2hWQ1hWd1c1SFpxS2hLajFXQ0UzWUdjRHd6RW1jZkZvZmsyeGNpaS82OTJUWStmb3NSRHFLTE5kWkNHbmlOZGgwRlFyem9LQWVlWkN5cTM1Znl6QjRVcG9xMTZBYXlYOGZobkhFRDJvSXdmR3BpeGlWTCtsdUZ4YU5UODU5emdTQ1pvcVR6VCs1NWJreTg1UUlqRlc5VTRQZXBDU3VGWDVDSVdOWllrY1RlQ1F1RXI0NS8xL1dodnZvOEIwdXhiL1B5eWdCMXpINEV1WlJkNEZSYWZCM3AzMHI0RGdOeWtyUVlLbzBSbkZlNURoMmZYQWwxQUlIT01UZHUrc1Eva2xVdzU1ajcyUkVVWmF6dE13ZTVBdVNvUHZtYTlMZmkxNzdTQThEY1BpUldUZ0RRdjMrc1BVWHBSaVFZekI4RFRwSW00bmdDRDdyK25nUUJ1aHA4aXNKb09YYWE3Q0VGcU1tSFpmT0k5MFo5V0xFNVcvS3VENGw2azc0cTJNZk9icHAydk9uaThSWWE2QVE1dnRPQVdCRy9YRXRsVFBVa2lzeFBmR2RIUlY1a3Z0R3F4SVJUT0lMWjJoNVIwV2pJbWxZN3NlMW1Pem1wN0d1cFVnRHlkV0JyUGYyZ2VMMDlEL3pQRCtUdE0yVzJOc2VFWHhQWXJWaHR1eSswaEJXOXdlUmk1eVU4UHIrc0lnYmVTengxbEFrazVYNFhVWTZhVS9HNFNSd3JUeXRCMys4VkNyY0llNXA3NXJGbHZ5N01CMUVCcHFqQlQ4YlkrN2NTTXBmcnN0OEUvMkZ3QTBrVUowcEZ4blhRL1VRZEpsUERFdHhZaE9BRVBOTnh6Wm5oNGJkUVFxQ0VtS2dUWDdJbXh3QnRTWWVtZURRcGFhWVV1Y1lCdS9IZDVacFhpaFRRek45TDVvTW5EZklLUWlnZW12U2pFK3VGOVRaV0Y2VGIrd2Z3cnpCN054SGhtb2NSU1JzWXdGRndFWUY1enBGTHNWVno0WGtnZTZ1clZ5S3RzREFmOEErV29SZ25LajNEYTFnYVZPRGV5a1JzQmR2TE42TDdqVDFHTkwvRE5EVHJ1OWxkLy82RkN0QjM2WU9lTE5XdWxpYWhVQ0lxYmRDcElYc1pZbTFTREtJUEJqRXZaeFV3NG1HbDBKYVg5OHFRMUxpUXk1YmZsVERaRndOTGlvQ3pqclpnTlFmMENpWmFQb0h3NGV0WU9kbmFpY2grKzNDWkkwcjBMZzdtSTFDbEovSTlNU1Z5L0UrQm9BR2JNQ1ZoS214dllwYXBGdFVBcm1tblppcFFhZEwwV3EvbW56VDhPdjc1cFJDaHNEQkNKTndBTkU0S2R3U1lNSHJvR09EWkRUaUpwcEVGcjg2MDB4ZFZ6VzVJaHMyREdrV2dMS0dOYXFUS0lHZkk4WnEyT0l3QTR6THhmYmZmOWZac3ZxcWgwN2theGhXU21qeTNwOGxnYzhSRW1Lc2VIS1lOdmhMbHN2WHI2aytiSEdBZVdhV3NXQ3hCVzYxcEVvNmFhVzNUODhWdm9MMmRHL1l5YUJzOFQ4WmJoQkhwNUE5aUorZHdrbFN4V0FEY00rSFFIN1hBajZITVhXMXovVG5VeUp0SjNiRDNlS0w4WWRoNDBHMXhCNWVkZUpGTWFUL3VHTi9kQ2tKc0ZxWHl4cytYbHBJNTdiVkhhL2Z5dWE4VWdKMlpIZkg3N1lEcG5RL3B5TU9LUGNHck1jelU5VVl2U2JTRStXMnBJK2hmTGl5cS8xU3FrTDVHVDZwenphaFdZcjIreWRoSjZTbkxhaWpkQVVtV0J0QkpmZ1d6RzRRZVhwMWxPU0VZSXZZSFdEY0JXbVZSZnlLQ00xRDFLRVFnUDdPK1ZDOFdVUWRzVG14b1FIV2thcEdkR0JrTko1S3NhbGMyVFZuT3B1MzJYWXJwUHRnM3V0em44N2dlbkk1ek1VSXdBb3UwT21TSUQ5OFQzV0VPalFDNC9ZTyt3b1puQk1YeTg5U1BGN2ZDMWZLK0hWUmxKeldNUmhQUFdqeXlyeUFZUDR1SnFQU0IvRXA4VUFab08rVit0c0xLRHVGTEtWT0RTcnRHT21mN29sYm5kaFUxaHYyVDBpUm1NNGhQY2oxWk1OeisrWkk4djhtTklXQ3JNUnhnWUJ2OExpektCdmJ4S2lLb1oxYkd0N2c2bzlCKzROdkF0bTZSVmhpcDZnNEZDdGFxc1BFSTRoakhuU1dLS1NMSjd1RUlxMWtOaWkzcGNGLzJ6WFBZRnlyblE1ZFN2YlFoSlhjc2xJMGRZSitub0NrdGhQcmF6Wjg4blgvQXlPWHk4ZENPRTAxWkNLVTlmYUVBOHphOExMcGQwK0F0QVJKWWM3SUN0aHRndjE5c01oS2V5a0pORm12cmk1SXZCU3A5YkI3UlFqVFovcHo4Q25Pd1hxN1RPZzBQd0lXaGxZdytQYVA3ZVZ0K0Z1N2FqakMrTTB0V0RmR0diK2kzZjhvVlhhQVBSWkliQWlhZnFOcFBKQU9mWXRnR3lMenhzOTlORW03bElnSHVVNE0yckRZNDNNQXh4R00zWG9CNTI4ZWNqYzVzVEdkZkxPUGx0OG50b3RGL1VtcFRWTVBXc2Q2S0xuSWN2Y0pDNlhIQzA0UU83UmhIODE2MXhXSUxydWRaRy80dzhqcGZnV2pJOG0zL0w0V2hoMklxSDh2MTFCZStPbkJTQkpLclNKb3l5NjMyTWpSaVhpWGM2S3cyclU4bStFZnN4aE1oNHBMdDNSc2VRbW85d3U3Y1VSMUkwdDk2cXEwcnh5Q2tyZ0I0dWplNnNUeUg2aVIyWWFMSnZlR1VLeGZla0tDNVViNWZhcnhhN3ZYM25tdjlUMjRpNEFwbmMyQmg1eG5hN016U21wSjhZV2Z0NWxIMU5BTHNscVFuOGVFdkIrSmt3NTg5RHBQOEFleFNDWnpXOG13MDBWRWhCdnpyRmhzbzhDc3IwMnZPcVFuMEJGaWtNMUhPOVFGWUdlSnB4cjlNblBLOHE4bkhEZnhLWVFEUi9ESDFlelR6NE0xanlsV1h5WDY2cXlRQkdvQmJ3PT0=', 'error', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2024-03-13'),
(50, '2024-02-26 15:35:14', '17991246842300893', '2023-12-26 19:34:45', '2023-12-26 19:34:45', 'p2T7FGidAV90QtMduhv5YlZJTkxZeW04UnFTT3g0UE1pMTd1OVlmdlhUUm9CMHRxb0ZCRXZnV01UYWxSSm5pZ2pEa0FqZ2F1RUtFWFlQeUhHcmxTOTR3WGpoUFJwV2IxUnB5OWZad0FQWVY4MWF4YXhrMTdzWHhTT2dCaHJ2RWRyUVhSRDY4VlhqK0JIRkVjcTYyWEMzMi9vcmRQeWw5a1ZoaDV3Z2VRYVdSNzU3Q0hwSElhdUdtdng4N1FjTTdDTlNRclN1STlONmFsYzdQVFdsWmVtbVBuWTlMZ3ljOFFqRmNIeWhQYU1ncy9tcWw0dDViOE0vUWFiUHozUEp0YUNFREFxS0FhL0N5UEtXRy8rWEdaY3FxMDlLRkEwVjd1empqYWtSQjBTZGxhT0NiVlhBdkIvK1dXMTBkd2h6ZmRZUTA3Z1Y2K2VyYWR1NTF6MTYrbGVLc2t4K3JLa0x4TDR5YXdxVnFLcDlyS3BtZSs4enA3RThmMVZ0OUNDbkVUb0NlOEE0NUZ2VVdxTVlzMHJFc095RWZGT3ZraGxiZ2E1TC9GRG10UVRGTm9RRmdPSk4xdXpaT3IvUXJLYnF3SnNMTmtOTVRaTGRGSjQrbkpUMXYrdThTQnNHOTQxbnhrMjVYVEVEdnpUV05mZmZ5SnBra2pTaHRQcFgzZG1kQ1hYNTRrUWsrTjhWazBjeVNmWjhoTjMxdmQ2dDJmQXNwY2w0ZElXY1JzYlpnZXNlOWtlY3pxS3NLTDBIaFhsVjVGTG1wUHEzWTFtWnRBZmo1ak92R09NbEUreGl3VHlCcCsvTmNpeXhsM05JRFBvYlBBRE9GbU1WdU84YUZFZUs1LzdtbE5odkVEU2NCWE5yODl6NGhoNUxUeGtWMlFDRTd1cXV5bjM3VmowWXlOZ25OR2RkekZDUWlLaW53MU1qcFNFOXFxOEdNZU5xVkZrZE5QcXE3MUMwbCt5MUs1RnRDZVlnNWlPRHJwVmJSVVNPYkxaVzFvVXVONlpPUlMwQnZ0TGpMQitZOHM4aGp5SGpRdVltczBGTGNnQThBcjdkZmgvVjYxbGpLRlMzejZsQzdiS1pWQ0pPc1NCSlBmd210MTBqSWlhakVXMGtJMmJrM05DSUlIYzl3MW5HTWxhSDdSMDVablp1azRvY05SNG9jZE9LV09CRFVGSGh3Zm1wVGZZUE1zUFdScEhjR0w2Y1ZlNFdlVkxLckVITm5qRGQ2bDMreU9YOFBBUUFvRlVONWczUFNjZXZIeGlmbXlXL1NWTXlZK29FVFFPd0p6TGQ4MkJjbFV6Ulk2bUJ6R0ZGOHJPOElSYUoxaWcxdC9hbGkxbHZTMGx3RFlhOGY4RklZZStqUmFoK0FDOUw5QTBXcDMyMFRmdE8xWnN6QUppQlhYYnRQdG9sMGlmNHRVbjR3QjA5eWZ0bnltRFllQ0FrRGVwNE1ZYjdZM2tBNVlLQXJROElZVXYzVEdpSW9lakVrWSsxUmkwQjRaOHJVeEpUMzdKWVg2RGYxSGdZMUF1Ty9aZE1oLzdLRVFKOTMyK0h1WWloenh5azdiVmplQWRjQVNoS2Q0M1BLYWMxQTV5WDcwekFVV250UjlDTndsV2QyYmxKMG84WnJhOGsvRWcxU25sUzVZbFVrTWNrQnIxNlVMaEI5U01BPT0=', 'error', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2024-03-13'),
(51, '2024-02-26 15:35:15', '18094934785360625', '2023-09-11 10:28:53', '2023-09-11 10:28:53', 'A4m4NJx/HDjnghn1WCd9t0RncTVpZjNYYktEZUJOaHVyc0dNb2tkYldkcGNyeHJ5dldnTUhEb1NkNVhPRjJMajdHb3NXcDdMcUxYTnBCTFFxYWdjUlVVTDRZYWVWd1E2ZkxSY09UTVU2VkI4bzBScER2K1NwSGROUWhJbHppc2tDc2R4ZnAzVXVLMjNxSXZzUytodWZpelMxdjRXaDFUUThYWi9iUTV2ZDNZM2luN3RrVFRqMkpaZTZhR3FnblZ3Y3B1czlWODUwN25TYUQwMEhLVlE0aDVqSitvRXZ0dDRtbkFiUmMxSGpRWkkzMkZqVXNEczBlb04rSDR1WjRYbnlsS1FIOXJzNEk3SnorQk45c1dhUHZ3eVQrRlIxaGlMRmw4RDFFTmhKaVBuNXlEMTg2NXc4UmhnaEhmMDZJWFBkTWo1R1hzeTJWazVTMjVJRWdQQWJ5dFliOVk5alBEZ2FrclNrMlgxTEJhTUJvNWp4ZGhZMWNXM1h6WXdyTUQwaUZFNWM5Z0d4MmVKTzZ2Sm9kdkdvTjlFU3doVFN1T2g5TzQ2VjIzTjAydHBpNnJJTjY5L01nSlRTRU1UUHJMLy9xQ0UvWG43S3lGUW5mdkVjNm9FbGZaS09CRERXcS9rS1ZrNDFuVjYzcmtzY0RsSmtJM2kzZjV3d2NkR2YzWEttZE9nNC9wcXF2akRQanVZdFBRQTRhMWo4dk55YXhUMXE2VXRCbno2dTJDbHhxd3hBbkpMcWUzMy9md0ZRR0lLL0U2S1VhbVJjRFZVSExYN3BuRjkxdWxWclJaa0ptMzd3ZlVwT1l2ZXAvcW4zUjE2OU5JdnNPQXZjdzIzaGF3NGxuYVNMcW44YmRJZlEyejFHeS8yblBucTJiRGFoaUR0a3VxV0kzSU9iNW1HS1VyY2JtQnlhZk5EZVRUVXcvcUtCcWRSQWVJdkZqcXFJWjg0ZHdIaFJjS2xEMitXZ1ZlSzQyRC80a2I1elVTRzF1USthekJZNnJRR1lWYWJVRzROZ21XTkpOSjFya2FMQm4xdWF6MExHbG5KdkpCanMyY3VHeW9KamUyWU50NUxOZDJKS2Z4c2RTUGpRaFBmNE5EVjR6TDZ0RG5aaFNwaXZVUkF0cG92REJET0V1YVJPZEJiTXNzOWFlclpmWFhlR2RyeDZhT1k0blRLaHNFeENVRHZFVzJEdkx2ZElMb1hkV1F0OWhOR1M1ZzcrR05vMTh4UmlmVGNWdllOeDUyL1FjMEUvS2c0TkNPNVRoaWNVT0p5c0F4Vnp5MlN0S2Z3MHJZNUxWM1ppcEM5cHkrVVFuTzlMaFBRb0NnZUloV0hJTW9MUWpISUNDWnBYRDd1T0xRSnN4KzB5THdqV2xPK1pLY283d0RIelhkRFRHTzVLbm00Q0hOWVhkNFZEbGpSRUVlYlVwYUo5SXB0aDBPTXdGRllDQ29VcVJxUVk5VlJadHh3WkNBc2xHcFhEREtDdjk2RG5McDNvMHEvSS92cFNuNmNQcFZuN3hRWFBBNHg2eEFybnVOL1BBQlhSNWs5SUk4bC9TWEMyVEpGY0VtN2Jqd0l6Z1k5RWcrVkpNSU1UU0xPU3dhTGdxVUhhNllISDlaVVo3M2hEQ1VWY1lZU1MzTFBGcUdHaHdmZUxmUU9wKzRFdHF6SDFobWZteE0zWFMxREdSa2V5Qjd5cWs3eHk2eUpveGJ3YUFrRFJXUWRUdHJhcDVqMjB3bndXYUJFYkRDcGU1bHphNXBmRWVZOGU3ZWpiSSs2T2ZvWUpXUkY0L1FHRXZEdE5rTU9lYkR4Nk0zWDU2czNiWjFSSHE5MDB1R3NiSmh0UzM3TXNRNTUwUUx6QzVpMnJnUWVlMC8vUlpITWNzNTU3WGYyaXVnNEdMa3owamRsTFRBcGpaN2pMYmhxcTR4WnFucUpOc0kzd2U2UmJEYUwrV1M2ZkwrSjlicWI0MER0aTZ3eVNzN2dPMnJobkpMYyt6amJxajlhM2ZnT0F3U1B1WEdzVW16NlhzY29sYU9VVzlLNjZXODZXd3lWOTVQdmYxQnlHUEZma1RHUC9FSTA4NWdITFhLTVRGd1BBNW95cFNKcy9hK2xEeWk4aHV4WEh5MmxZeEFkc0JabXpJb0I5TFREWUFEVmNNZDNkNjc2dVZaaU5KeEVsNDRidERwY242QzkvMnIzSm1nN2g5RzZJU2JibVNUZG1jTS9sbDN5czRKbklWbHJVWWU2NGNlY1ZFeHp2Y0I2SlZkWVNDRmRWK210M01tZG82a0hpbUYyL0JIbEFldkdVRTMwVDJMNm5kcXNydHV0eG14MVhLb282VWlldDFJcDlFa0taSXd2M1pRVEh3VFA4TjJkejE0U1JjRHlacEMwM25nakpDakZkNWZzdlpKUEYvZm5XczlDTzhoRHpaTjFtSW1FWTdmczh4b1hWRU42akxNajk0MUZFdWJhSURrK2xZbDNtM2ZGelRtTGloZTZyYWc2bFprVkFXejRPT2d3cG9paEh5R0tsSSthd0J6K3VXU3Bha2Z5STl6OGlvTUh0UGh6TGVXSnc1dHdTcmNIdGk3T3I0amZId2lnVHpMWlQ2WWFDQnJjREFWOE9MSTNXRi9vYXlKclN4NjR1QkJsRE5TY3RnYTBTN2JKbVZFUjhPUG4zN0Zka2VaL2JzNGxwSUk1SThBc1Z6Y1FTNHN5R0NIaFhmYjhySFJhdUpWSTVqemNGbm9WRml5cnFIdTVHMENiaGt1MHdtT3lOK1lha0pXRTJnRFZmK1RnQmtPbEtrVVREZDNBUUNHbWpYQzZ2U05Bc3JLaVR0SnpocExHUkVCTTR5WmtRSGZjRjNMZW5iNHRrTnZNZlI5alBCUEx6YjNxL2VtaFplcitXZTkxNGNnTnRmZ1A2OHFZalFBVkZLeW9yZW16bTh5a1liblFVL2FmVUNiZXBlcTgwMk5xY3QzTlpmS055dVh3SXVRNEFkYTR0OXZvK3ZpOFZ4cFl2RGZ5dHdJN3ZLUkpmWkhTSFdWQlJGRVUvRXA4NitUVkpiVVdDM2FWUnc9PQ==', 'error', 'a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}', 1.00, 1, '2024-03-13');

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

--
-- Table structure for table `Airfr_sbi_sources`
--

CREATE TABLE `Airfr_sbi_sources` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `account_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `account_type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `privilege` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `access_token` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `username` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `info` text COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `error` text COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `expires` datetime NOT NULL,
  `last_updated` datetime NOT NULL,
  `author` bigint(20) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `Airfr_sbi_sources`
--

INSERT INTO `Airfr_sbi_sources` (`id`, `account_id`, `account_type`, `privilege`, `access_token`, `username`, `info`, `error`, `expires`, `last_updated`, `author`) VALUES
(1, '17841400567684306', 'personal', '', 'xKANbaT+bHjGEUqTbnlK+Gp3YjFtWXpIUThCL3hrd0FuQTI2NCsxZzJ3MWQ5ZkpYS3M2clJYQUxEQ3RnOER1RVV3NC9pN1p4amlUL1FoWThIOU1hSjF4b0lSYi8vOW9sV2xEWHlRTGVmSUxJa0g3VjR0cXBqbjF5L0Ywa0tLb2tLWWFEWi9pOXNEWHlaRFJNUS96SVlwQkR0Ry9Nd0hJYkY0Vld5MUFuSG4zNUkrWUwvdVRuUXRuZE1GbW9lNTVTT1JoQ3AyRFJWRHFsaTBodmZRaHozelpYRVNMa3doS0NNTVFtMjM5WFI3SVkzZGU2cG10eEtGayt1L2crdFV3Z1ZxMks0RGxvdDc1eHF6ZU1ha2xUZDNvbEh4UXdKQVZXZnNnditybzRybFQ4', 'air_frames', 'QQ6NQ43nfrhDDo+A+Ll7BEZMNGlXcTAwazhCTldSaVFLMkNOU295UEpkYmgzL00rZEZZbUZYMTB2RTFXMGFMNjVsMHpZZGgvc2t0VkR1TWxsQkp1ZnlvdElQSURFMHdubVRldEx6eWVwNHVtZG1tblZmMDhKMWJmeTR6c2JVbzBoQkVGakl4M0tDRHNqMDUwMi9iMUtxeXpsS0gxdnFvQ29aTHVUbVg4RzdsWkdLUElyUkVsUUNhMXBFQTZ4Z2pxZVlZUFhhVkVPSmQya2VEQUhXNjFuQ0w4Wi9BeHJYY1FrRUlMaUhMUHNlVDlpK0szejRlYmFaWHhiOElrK25Dc0pSVjNMbXZIT2VCTzZCMmR0bUI0TFhZNGZQZkJ0NStLMjZVT3E2ejV1aG04', '', '2024-04-26 19:48:40', '2024-02-26 19:48:40', 1);

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

--
-- Table structure for table `Airfr_termmeta`
--

CREATE TABLE `Airfr_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_termmeta`
--

INSERT INTO `Airfr_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(1, 32, 'product_count_product_tag', '7'),
(2, 35, 'product_count_product_tag', '4'),
(3, 39, 'product_count_product_tag', '6'),
(4, 39, 'product_count_product_tag', '6'),
(5, 45, 'product_count_product_tag', '7'),
(6, 46, 'product_count_product_tag', '9'),
(7, 46, 'product_count_product_tag', '9'),
(8, 53, 'order', '0'),
(9, 53, 'order', '0'),
(10, 53, 'display_type', ''),
(11, 53, 'thumbnail_id', '0'),
(12, 53, 'product_count_product_cat', '5'),
(13, 54, 'order', '0'),
(14, 54, 'order', '0'),
(15, 54, 'display_type', ''),
(16, 54, 'thumbnail_id', '0'),
(17, 54, 'product_count_product_cat', '5'),
(18, 55, 'order', '0'),
(19, 55, 'product_count_product_cat', '5'),
(20, 55, 'order', '0'),
(21, 55, 'display_type', ''),
(22, 55, 'thumbnail_id', '0'),
(23, 55, 'product_count_product_cat', '5'),
(24, 56, 'order', '0'),
(25, 56, 'product_count_product_cat', '8'),
(26, 56, 'order', '0'),
(27, 56, 'display_type', ''),
(28, 56, 'thumbnail_id', '0'),
(29, 56, 'product_count_product_cat', '8'),
(30, 57, 'order', '0'),
(31, 57, 'order', '0'),
(32, 57, 'display_type', ''),
(33, 57, 'thumbnail_id', '0'),
(34, 57, 'product_count_product_cat', '2'),
(35, 58, 'order', '0'),
(36, 58, 'order', '0'),
(37, 58, 'display_type', ''),
(38, 58, 'thumbnail_id', '0'),
(39, 58, 'product_count_product_cat', '5'),
(40, 59, 'order', '0'),
(41, 59, 'order', '0'),
(42, 59, 'display_type', ''),
(43, 59, 'thumbnail_id', '0'),
(44, 59, 'product_count_product_cat', '8'),
(45, 83, 'fusion_taxonomy_options', 'a:14:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:24:\"fusion_tax_elasticslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),
(64, 93, 'fusion_slider_options', 'a:20:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:16:\"slider_indicator\";s:0:\"\";s:22:\"slider_indicator_color\";s:0:\"\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:0:\"\";s:15:\"animation_speed\";s:0:\"\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(47, 28, 'fusion_slider_options', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:20:\"slider_content_width\";s:5:\"800px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.5\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(48, 72, 'fusion_slider_options', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(49, 74, 'fusion_slider_options', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(50, 85, 'fusion_slider_options', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(51, 34, 'fusion_slider_options', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:20:\"slider_content_width\";s:5:\"800px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.5\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(52, 70, 'fusion_slider_options', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(53, 71, 'fusion_slider_options', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(54, 88, 'fusion_slider_options', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(56, 36, 'fusion_slider_options', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"500px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.5\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(57, 76, 'fusion_slider_options', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(58, 79, 'fusion_slider_options', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(61, 68, 'fusion_slider_options', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:20:\"slider_content_width\";s:5:\"800px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.5\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(63, 87, 'fusion_slider_options', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(65, 36, '_fusion', 'a:16:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"500px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.5\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(66, 79, '_fusion', 'a:16:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(67, 62, '_fusion', 'a:0:{}'),
(68, 18, '_fusion', 'a:0:{}'),
(69, 74, '_fusion', 'a:16:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(70, 72, '_fusion', 'a:16:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(71, 93, '_fusion', 'a:15:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:9:\"animation\";s:4:\"fade\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(72, 34, '_fusion', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:20:\"slider_content_width\";s:5:\"800px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.5\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(73, 68, '_fusion', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:20:\"slider_content_width\";s:5:\"800px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.5\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(74, 1, '_fusion', 'a:0:{}'),
(75, 28, '_fusion', 'a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:20:\"slider_content_width\";s:5:\"800px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.5\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(76, 76, '_fusion', 'a:16:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(77, 85, '_fusion', 'a:16:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(78, 70, '_fusion', 'a:16:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(79, 71, '_fusion', 'a:16:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"300px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),
(80, 17, '_fusion', 'a:0:{}'),
(81, 16, '_fusion', 'a:0:{}'),
(82, 15, '_fusion', 'a:0:{}'),
(83, 63, '_fusion', 'a:0:{}'),
(84, 20, '_fusion', 'a:0:{}'),
(85, 19, '_fusion', 'a:0:{}'),
(86, 2, '_fusion', 'a:0:{}'),
(87, 84, '_fusion', 'a:0:{}'),
(88, 83, '_fusion', 'a:5:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";}'),
(89, 7, '_fusion', 'a:0:{}');

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

--
-- Table structure for table `Airfr_terms`
--

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

--
-- Dumping data for table `Airfr_terms`
--

INSERT INTO `Airfr_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'simple', 'simple', 0),
(3, 'grouped', 'grouped', 0),
(4, 'variable', 'variable', 0),
(5, 'external', 'external', 0),
(6, 'exclude-from-search', 'exclude-from-search', 0),
(7, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(8, 'featured', 'featured', 0),
(9, 'outofstock', 'outofstock', 0),
(10, 'rated-1', 'rated-1', 0),
(11, 'rated-2', 'rated-2', 0),
(12, 'rated-3', 'rated-3', 0),
(13, 'rated-4', 'rated-4', 0),
(14, 'rated-5', 'rated-5', 0),
(15, 'Accessories', 'accessories', 0),
(16, 'Design', 'design', 0),
(17, 'Men', 'men', 0),
(18, 'Promotions', 'promotions', 0),
(19, 'Style', 'style', 0),
(20, 'Women', 'women', 0),
(21, 'Design', 'design', 0),
(22, 'Events', 'events', 0),
(23, 'Indoors', 'indoors', 0),
(24, 'Modern', 'modern', 0),
(25, 'Outdoors', 'outdoors', 0),
(26, 'Sales', 'sales', 0),
(27, 'Trends', 'trends', 0),
(28, 'About', 'about', 0),
(79, 'Portfolio', 'portfolio', 0),
(32, 'Casual', 'casual', 0),
(34, 'Contact', 'contact', 0),
(35, 'Formal', 'formal', 0),
(36, 'Home', 'home', 0),
(72, 'Aerial Filming', 'aerial-filming', 0),
(39, 'Indoor', 'indoor', 0),
(76, 'Mapping &amp; Modelling', 'mapping-modelling', 0),
(45, 'Nightlife', 'nightlife', 0),
(46, 'Outdoor', 'outdoor', 0),
(74, 'Aerial Photography', 'aerial-photography', 0),
(71, 'Privacy Policy', 'privacy-policy', 0),
(53, 'Accessories', 'accessories', 0),
(54, 'Dress', 'dress', 0),
(55, 'Jacket', 'jacket', 0),
(56, 'Mens', 'mens', 0),
(57, 'Scarfs', 'scarfs', 0),
(58, 'Shirts', 'shirts', 0),
(59, 'Womens', 'womens', 0),
(60, 'Footer Menu', 'footer-menu', 0),
(61, 'Main Menu', 'main-menu', 0),
(62, 'Creative', 'creative', 0),
(63, 'Latest Articles', 'latest-articles', 0),
(65, 'columns', 'columns', 0),
(66, 'elements', 'elements', 0),
(67, 'sections', 'sections', 0),
(68, 'Services', 'services', 0),
(70, 'Equipment', 'equipment', 0),
(80, 'Aerial Photography', 'photography', 0),
(83, 'Aerial Filming', 'videography', 0),
(84, 'Survey &amp; Mapping', 'mapping-modelling', 0),
(85, 'Clients', 'clients', 0),
(86, 'post-format-video', 'post-format-video', 0),
(87, 'Video Portfolio Template', 'video-portfolio-template', 0),
(88, 'Gallery Template', 'gallery-template', 0),
(89, 'post-format-gallery', 'post-format-gallery', 0),
(90, 'post-format-image', 'post-format-image', 0),
(93, 'FAQ', 'faq', 0);

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

--
-- Table structure for table `Airfr_term_relationships`
--

CREATE TABLE `Airfr_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_term_relationships`
--

INSERT INTO `Airfr_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(733, 62, 0),
(991, 60, 0),
(993, 60, 0),
(731, 62, 0),
(60, 32, 0),
(528, 18, 0),
(549, 18, 0),
(549, 19, 0),
(551, 16, 0),
(551, 19, 0),
(553, 15, 0),
(553, 16, 0),
(553, 17, 0),
(553, 20, 0),
(554, 15, 0),
(554, 17, 0),
(554, 20, 0),
(555, 15, 0),
(555, 16, 0),
(556, 16, 0),
(556, 19, 0),
(557, 16, 0),
(557, 18, 0),
(557, 19, 0),
(558, 16, 0),
(558, 18, 0),
(558, 19, 0),
(60, 46, 0),
(60, 14, 0),
(60, 2, 0),
(60, 53, 0),
(60, 56, 0),
(60, 57, 0),
(61, 5, 0),
(61, 35, 0),
(61, 14, 0),
(61, 54, 0),
(61, 58, 0),
(61, 59, 0),
(66, 39, 0),
(66, 14, 0),
(66, 2, 0),
(66, 54, 0),
(66, 59, 0),
(68, 8, 0),
(68, 14, 0),
(68, 39, 0),
(68, 45, 0),
(68, 2, 0),
(68, 54, 0),
(68, 59, 0),
(70, 8, 0),
(70, 13, 0),
(70, 39, 0),
(70, 45, 0),
(70, 46, 0),
(70, 2, 0),
(70, 55, 0),
(70, 56, 0),
(70, 58, 0),
(72, 8, 0),
(72, 14, 0),
(72, 35, 0),
(72, 39, 0),
(72, 45, 0),
(72, 2, 0),
(72, 55, 0),
(72, 56, 0),
(74, 32, 0),
(74, 46, 0),
(74, 8, 0),
(74, 14, 0),
(74, 2, 0),
(74, 58, 0),
(74, 59, 0),
(76, 32, 0),
(76, 46, 0),
(76, 8, 0),
(76, 14, 0),
(76, 3, 0),
(76, 53, 0),
(76, 58, 0),
(76, 59, 0),
(78, 32, 0),
(78, 46, 0),
(78, 8, 0),
(78, 14, 0),
(78, 2, 0),
(78, 53, 0),
(78, 56, 0),
(757, 32, 0),
(582, 16, 0),
(582, 18, 0),
(582, 19, 0),
(757, 45, 0),
(757, 46, 0),
(757, 8, 0),
(757, 14, 0),
(757, 2, 0),
(757, 54, 0),
(757, 59, 0),
(758, 8, 0),
(758, 14, 0),
(758, 2, 0),
(758, 54, 0),
(758, 59, 0),
(759, 32, 0),
(759, 46, 0),
(759, 8, 0),
(759, 13, 0),
(759, 2, 0),
(759, 53, 0),
(759, 56, 0),
(759, 57, 0),
(760, 32, 0),
(760, 45, 0),
(760, 8, 0),
(760, 14, 0),
(760, 2, 0),
(760, 53, 0),
(760, 58, 0),
(760, 59, 0),
(761, 8, 0),
(761, 14, 0),
(761, 35, 0),
(761, 45, 0),
(761, 46, 0),
(761, 2, 0),
(761, 55, 0),
(761, 56, 0),
(1016, 8, 0),
(1016, 35, 0),
(1016, 39, 0),
(1016, 45, 0),
(1016, 2, 0),
(1016, 55, 0),
(1016, 56, 0),
(1181, 39, 0),
(1181, 46, 0),
(1181, 4, 0),
(1181, 55, 0),
(1181, 56, 0),
(1826, 67, 0),
(2346, 83, 0),
(1262, 93, 0),
(1261, 70, 0),
(1264, 72, 0),
(1266, 74, 0),
(1263, 79, 0),
(1268, 76, 0),
(634, 34, 0),
(2155, 71, 0),
(1295, 61, 0),
(2434, 84, 0),
(1300, 61, 0),
(2391, 83, 0),
(1298, 61, 0),
(2398, 83, 0),
(2443, 67, 0),
(1293, 61, 0),
(1667, 85, 0),
(359, 63, 0),
(1263, 85, 0),
(1249, 63, 0),
(1248, 63, 0),
(1247, 62, 0),
(25, 36, 0),
(1259, 61, 0),
(737, 62, 0),
(735, 62, 0),
(1723, 67, 0),
(1633, 61, 0),
(1643, 61, 0),
(1239, 62, 0),
(1242, 61, 0),
(784, 66, 0),
(718, 67, 0),
(714, 67, 0),
(699, 67, 0),
(670, 66, 0),
(612, 67, 0),
(124, 28, 0),
(224, 68, 0),
(1260, 61, 0),
(1745, 72, 0),
(1932, 86, 0),
(1944, 88, 0),
(1941, 89, 0),
(1946, 88, 0),
(1932, 83, 0),
(1902, 90, 0),
(1982, 90, 0),
(2340, 83, 0),
(1984, 84, 0),
(1984, 86, 0),
(2495, 83, 0),
(2644, 67, 0),
(2645, 67, 0),
(2646, 67, 0),
(2647, 67, 0),
(2648, 67, 0),
(2768, 83, 0),
(2796, 83, 0);

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

--
-- Table structure for table `Airfr_term_taxonomy`
--

CREATE TABLE `Airfr_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_term_taxonomy`
--

INSERT INTO `Airfr_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'product_type', '', 0, 13),
(3, 3, 'product_type', '', 0, 1),
(4, 4, 'product_type', '', 0, 1),
(5, 5, 'product_type', '', 0, 1),
(6, 6, 'product_visibility', '', 0, 0),
(7, 7, 'product_visibility', '', 0, 0),
(8, 8, 'product_visibility', '', 0, 12),
(9, 9, 'product_visibility', '', 0, 0),
(10, 10, 'product_visibility', '', 0, 0),
(11, 11, 'product_visibility', '', 0, 0),
(12, 12, 'product_visibility', '', 0, 0),
(13, 13, 'product_visibility', '', 0, 2),
(14, 14, 'product_visibility', '', 0, 12),
(15, 15, 'category', '', 0, 3),
(16, 16, 'category', '', 0, 7),
(17, 17, 'category', '', 0, 2),
(18, 18, 'category', '', 0, 5),
(19, 19, 'category', '', 0, 6),
(20, 20, 'category', '', 0, 2),
(21, 21, 'post_tag', '', 0, 0),
(22, 22, 'post_tag', '', 0, 0),
(23, 23, 'post_tag', '', 0, 0),
(24, 24, 'post_tag', '', 0, 0),
(25, 25, 'post_tag', '', 0, 0),
(26, 26, 'post_tag', '', 0, 0),
(27, 27, 'post_tag', '', 0, 0),
(28, 28, 'slide-page', '', 0, 1),
(32, 32, 'product_tag', '', 0, 7),
(34, 34, 'slide-page', '', 0, 1),
(35, 35, 'product_tag', '', 0, 4),
(36, 36, 'slide-page', '', 0, 1),
(39, 39, 'product_tag', '', 0, 6),
(79, 79, 'slide-page', '', 0, 1),
(45, 45, 'product_tag', '', 0, 7),
(46, 46, 'product_tag', '', 0, 9),
(76, 76, 'slide-page', '', 0, 1),
(74, 74, 'slide-page', '', 0, 1),
(72, 72, 'slide-page', '', 0, 2),
(71, 71, 'slide-page', '', 0, 1),
(53, 53, 'product_cat', '', 0, 5),
(54, 54, 'product_cat', '', 0, 5),
(55, 55, 'product_cat', '', 0, 5),
(56, 56, 'product_cat', '', 0, 8),
(57, 57, 'product_cat', '', 0, 2),
(58, 58, 'product_cat', '', 0, 5),
(59, 59, 'product_cat', '', 0, 8),
(60, 60, 'nav_menu', '', 0, 2),
(61, 61, 'nav_menu', '', 0, 9),
(70, 70, 'slide-page', '', 0, 1),
(80, 80, 'portfolio_category', '', 0, 0),
(85, 85, 'slide-page', '', 0, 2),
(83, 83, 'portfolio_category', '', 0, 8),
(84, 84, 'portfolio_category', '', 0, 2),
(62, 62, 'category', '', 0, 6),
(63, 63, 'category', '', 0, 3),
(65, 65, 'element_category', '', 0, 0),
(66, 66, 'element_category', '', 0, 2),
(67, 67, 'element_category', '', 0, 12),
(68, 68, 'slide-page', '', 0, 1),
(86, 86, 'post_format', '', 0, 0),
(87, 87, 'slide-page', '', 0, 0),
(88, 88, 'slide-page', '', 0, 2),
(89, 89, 'post_format', '', 0, 0),
(90, 90, 'post_format', '', 0, 0),
(93, 93, 'slide-page', '', 0, 1);

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

--
-- Table structure for table `Airfr_usermeta`
--

CREATE TABLE `Airfr_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `Airfr_usermeta`
--

INSERT INTO `Airfr_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Airframes'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'locale', ''),
(11, 1, 'Airfr_capabilities', 'a:2:{s:13:\"administrator\";b:1;s:13:\"bbp_keymaster\";b:1;}'),
(12, 1, 'Airfr_user_level', '10'),
(13, 1, 'dismissed_wp_pointers', 'text_widget_custom_html,theme_editor_notice,wp496_privacy'),
(14, 1, 'show_welcome_panel', '0'),
(16, 1, 'Airfr_dashboard_quick_press_last_post_id', '2822'),
(17, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"77.101.163.0\";}'),
(18, 1, 'nav_menu_recently_edited', '61'),
(19, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(20, 1, 'metaboxhidden_nav-menus', 'a:16:{i:0;s:19:\"add-post-type-forum\";i:1;s:21:\"add-post-type-product\";i:2;s:26:\"add-post-type-tribe_events\";i:3;s:29:\"add-post-type-avada_portfolio\";i:4;s:23:\"add-post-type-avada_faq\";i:5;s:33:\"add-post-type-themefusion_elastic\";i:6;s:19:\"add-post-type-slide\";i:7;s:12:\"add-post_tag\";i:8;s:15:\"add-post_format\";i:9;s:15:\"add-product_cat\";i:10;s:15:\"add-product_tag\";i:12;s:22:\"add-portfolio_category\";i:13;s:20:\"add-portfolio_skills\";i:14;s:18:\"add-portfolio_tags\";i:15;s:16:\"add-faq_category\";i:16;s:25:\"add-themefusion_es_groups\";}'),
(21, 1, 'tribe_setDefaultNavMenuBoxes', '1'),
(22, 1, 'closedpostboxes_dashboard', 'a:9:{i:0;s:16:\"themefusion-news\";i:1;s:16:\"aioseo-seo-setup\";i:2;s:21:\"dashboard_quick_press\";i:3;s:17:\"dashboard_primary\";i:4;s:15:\"aioseo-overview\";i:5;s:15:\"aioseo-rss-feed\";i:6;s:18:\"dashboard_activity\";i:7;s:19:\"dashboard_right_now\";i:8;s:21:\"dashboard_site_health\";}'),
(23, 1, 'metaboxhidden_dashboard', 'a:0:{}'),
(24, 1, 'Airfr_user-settings', 'editor=tinymce&libraryContent=browse&imgsize=full&hidetb=1&align=center'),
(25, 1, 'Airfr_user-settings-time', '1546696387'),
(26, 1, 'closedpostboxes_page', 'a:2:{i:0;s:15:\"aioseo-settings\";i:1;s:12:\"revisionsdiv\";}'),
(27, 1, 'metaboxhidden_page', 'a:5:{i:0;s:24:\"fusion_settings_meta_box\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),
(30, 1, 'closedpostboxes_avada_portfolio', 'a:1:{i:0;s:10:\"postcustom\";}'),
(28, 1, 'ls-store-last-viewed', '2017-07-24'),
(31, 1, 'metaboxhidden_avada_portfolio', 'a:3:{i:0;s:24:\"fusion_settings_meta_box\";i:1;s:21:\"fusion_builder_layout\";i:2;s:7:\"slugdiv\";}'),
(40, 1, 'show_try_gutenberg_panel', '0'),
(39, 1, 'session_tokens', 'a:5:{s:64:\"5fea83bfacb1dff761fd14d5589ec51fa723ed0d6774810b76e37bf9ecd1df13\";a:4:{s:10:\"expiration\";i:1709134194;s:2:\"ip\";s:14:\"172.24.151.142\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\";s:5:\"login\";i:1708961394;}s:64:\"7371ba3b414c402e49833964abb3f056d73e103228cb80400aad12fbf9456cb2\";a:4:{s:10:\"expiration\";i:1709136129;s:2:\"ip\";s:14:\"172.24.151.142\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\";s:5:\"login\";i:1708963329;}s:64:\"d8f01eaa0bfcb44fb75321c19c58a4bfb98ea254bead5928f99473d8cf5499eb\";a:4:{s:10:\"expiration\";i:1709138957;s:2:\"ip\";s:14:\"172.24.151.142\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15\";s:5:\"login\";i:1708966157;}s:64:\"7db35223dadbe8b20912bbfde83eaf70438797ca23357204031e2ce298e3af05\";a:4:{s:10:\"expiration\";i:1709139437;s:2:\"ip\";s:14:\"172.24.151.142\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15\";s:5:\"login\";i:1708966637;}s:64:\"3d1847c2c73cf3ab7a7b1c0eccb4d2d4175e229bebe64cfe7674375952dbba63\";a:4:{s:10:\"expiration\";i:1709206186;s:2:\"ip\";s:14:\"172.24.151.142\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\";s:5:\"login\";i:1709033386;}}'),
(41, 1, 'aioseop_seen_about_page', '3.5.2'),
(42, 1, 'sbi_ignore_new_user_sale_notice', 'always'),
(43, 2, 'Airfr_capabilities', 'a:2:{s:13:\"administrator\";b:1;s:13:\"bbp_keymaster\";b:1;}'),
(44, 2, 'Airfr_user_level', '10'),
(45, 2, 'session_tokens', 'a:1:{s:64:\"cb971410ad447f57b9b7957a68274c8ee44754e878eac604052c4102b1720b9a\";a:4:{s:10:\"expiration\";i:1599073406;s:2:\"ip\";s:13:\"62.30.108.195\";s:2:\"ua\";s:133:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 OPR/70.0.3728.106\";s:5:\"login\";i:1598900606;}}'),
(46, 2, 'Airfr_dashboard_quick_press_last_post_id', '2787'),
(47, 2, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"77.100.203.0\";}'),
(48, 1, 'aioseop_notice_time_set_review_plugin_cta', '1591194997'),
(49, 1, 'aioseop_notice_display_time_review_plugin_cta', '1592404596'),
(50, 2, 'aioseop_notice_time_set_review_plugin_cta', '1591280451'),
(51, 2, 'aioseop_notice_display_time_review_plugin_cta', '1592490050'),
(52, 1, 'wpcf7_hide_welcome_panel_on', 'a:1:{i:0;s:3:\"5.8\";}'),
(53, 1, 'meta-box-order_dashboard', 'a:4:{s:6:\"normal\";s:0:\"\";s:4:\"side\";s:166:\"themefusion-news,aioseo-seo-setup,dashboard_quick_press,dashboard_primary,aioseo-overview,aioseo-rss-feed,dashboard_activity,dashboard_right_now,dashboard_site_health\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),
(54, 1, 'syntax_highlighting', 'true'),
(55, 1, 'author_email', ''),
(56, 1, 'author_facebook', ''),
(57, 1, 'author_twitter', ''),
(58, 1, 'author_linkedin', ''),
(59, 1, 'author_dribble', ''),
(60, 1, 'author_whatsapp', ''),
(61, 1, 'author_custom', ''),
(62, 1, 'Airfr_persisted_preferences', 'a:2:{s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-02-26T16:52:39.399Z\";}');

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

--
-- Table structure for table `Airfr_users`
--

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

--
-- Dumping data for table `Airfr_users`
--

INSERT INTO `Airfr_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'Airframes', '$P$BzQ3Itfc0WmyrnTI7Gk4V5yt2mk0la1', 'airframes', 'admin@gillgraphics.co.uk', '', '2017-06-27 15:02:47', '', 0, 'Airframes'),
(2, 'Airframe', '$1$NiUCquzH$mtxcXLMEaJv8kPSHlkxkm.', 'Airframe', '', '', '2017-06-27 15:02:47', '', 0, 'Airframe');

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

--
-- Table structure for table `Airfr_woocommerce_api_keys`
--

CREATE TABLE `Airfr_woocommerce_api_keys` (
  `key_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_access` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_woocommerce_attribute_taxonomies`
--

CREATE TABLE `Airfr_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_woocommerce_downloadable_product_permissions`
--

CREATE TABLE `Airfr_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `download_id` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_woocommerce_log`
--

CREATE TABLE `Airfr_woocommerce_log` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_woocommerce_order_itemmeta`
--

CREATE TABLE `Airfr_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_woocommerce_order_items`
--

CREATE TABLE `Airfr_woocommerce_order_items` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_woocommerce_payment_tokenmeta`
--

CREATE TABLE `Airfr_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `payment_token_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_woocommerce_payment_tokens`
--

CREATE TABLE `Airfr_woocommerce_payment_tokens` (
  `token_id` bigint(20) UNSIGNED NOT NULL,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_woocommerce_sessions`
--

CREATE TABLE `Airfr_woocommerce_sessions` (
  `session_id` bigint(20) UNSIGNED NOT NULL,
  `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_expiry` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `Airfr_woocommerce_sessions`
--

INSERT INTO `Airfr_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES
(1, '1', 'a:1:{s:8:\"customer\";s:674:\"a:25:{s:2:\"id\";i:1;s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"GB\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"GB\";s:13:\"is_vat_exempt\";b:0;s:19:\"calculated_shipping\";b:0;s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:24:\"admin@gillgraphics.co.uk\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}', 1498749336);

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

--
-- Table structure for table `Airfr_woocommerce_shipping_zones`
--

CREATE TABLE `Airfr_woocommerce_shipping_zones` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `zone_order` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_woocommerce_shipping_zone_locations`
--

CREATE TABLE `Airfr_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_woocommerce_shipping_zone_methods`
--

CREATE TABLE `Airfr_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `instance_id` bigint(20) UNSIGNED NOT NULL,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `method_order` bigint(20) UNSIGNED NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_woocommerce_tax_rates`
--

CREATE TABLE `Airfr_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_woocommerce_tax_rate_locations`
--

CREATE TABLE `Airfr_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `Airfr_wpfm_backup`
--

CREATE TABLE `Airfr_wpfm_backup` (
  `id` int(11) NOT NULL,
  `backup_name` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `backup_date` text COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `Airfr_actionscheduler_actions`
--
ALTER TABLE `Airfr_actionscheduler_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `hook` (`hook`),
  ADD KEY `status` (`status`),
  ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  ADD KEY `args` (`args`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `last_attempt_gmt` (`last_attempt_gmt`),
  ADD KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`);

--
-- Indexes for table `Airfr_actionscheduler_claims`
--
ALTER TABLE `Airfr_actionscheduler_claims`
  ADD PRIMARY KEY (`claim_id`),
  ADD KEY `date_created_gmt` (`date_created_gmt`);

--
-- Indexes for table `Airfr_actionscheduler_groups`
--
ALTER TABLE `Airfr_actionscheduler_groups`
  ADD PRIMARY KEY (`group_id`),
  ADD KEY `slug` (`slug`(191));

--
-- Indexes for table `Airfr_actionscheduler_logs`
--
ALTER TABLE `Airfr_actionscheduler_logs`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `action_id` (`action_id`),
  ADD KEY `log_date_gmt` (`log_date_gmt`);

--
-- Indexes for table `Airfr_aioseo_cache`
--
ALTER TABLE `Airfr_aioseo_cache`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ndx_aioseo_cache_key` (`key`),
  ADD KEY `ndx_aioseo_cache_expiration` (`expiration`);

--
-- Indexes for table `Airfr_aioseo_crawl_cleanup_blocked_args`
--
ALTER TABLE `Airfr_aioseo_crawl_cleanup_blocked_args`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ndx_aioseo_crawl_cleanup_blocked_args_key_value_hash` (`key_value_hash`),
  ADD UNIQUE KEY `ndx_aioseo_crawl_cleanup_blocked_args_regex` (`regex`);

--
-- Indexes for table `Airfr_aioseo_crawl_cleanup_logs`
--
ALTER TABLE `Airfr_aioseo_crawl_cleanup_logs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ndx_aioseo_crawl_cleanup_logs_hash` (`hash`);

--
-- Indexes for table `Airfr_aioseo_notifications`
--
ALTER TABLE `Airfr_aioseo_notifications`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ndx_aioseo_notifications_slug` (`slug`),
  ADD KEY `ndx_aioseo_notifications_dates` (`start`,`end`),
  ADD KEY `ndx_aioseo_notifications_type` (`type`),
  ADD KEY `ndx_aioseo_notifications_dismissed` (`dismissed`);

--
-- Indexes for table `Airfr_aioseo_posts`
--
ALTER TABLE `Airfr_aioseo_posts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `ndx_aioseo_posts_post_id` (`post_id`);

--
-- Indexes for table `Airfr_commentmeta`
--
ALTER TABLE `Airfr_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `Airfr_comments`
--
ALTER TABLE `Airfr_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10)),
  ADD KEY `woo_idx_comment_type` (`comment_type`);

--
-- Indexes for table `Airfr_fusion_forms`
--
ALTER TABLE `Airfr_fusion_forms`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`),
  ADD UNIQUE KEY `form_id` (`form_id`);

--
-- Indexes for table `Airfr_fusion_form_entries`
--
ALTER TABLE `Airfr_fusion_form_entries`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `Airfr_fusion_form_fields`
--
ALTER TABLE `Airfr_fusion_form_fields`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `Airfr_fusion_form_submissions`
--
ALTER TABLE `Airfr_fusion_form_submissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `Airfr_layerslider`
--
ALTER TABLE `Airfr_layerslider`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `Airfr_layerslider_revisions`
--
ALTER TABLE `Airfr_layerslider_revisions`
  ADD PRIMARY KEY (`id`);

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

--
-- Indexes for table `Airfr_litespeed_img_optm`
--
ALTER TABLE `Airfr_litespeed_img_optm`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `post_id_2` (`post_id`,`srcpath_md5`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `optm_status` (`optm_status`),
  ADD KEY `root_id` (`root_id`),
  ADD KEY `src_md5` (`src_md5`),
  ADD KEY `srcpath_md5` (`srcpath_md5`);

--
-- Indexes for table `Airfr_litespeed_optimizer`
--
ALTER TABLE `Airfr_litespeed_optimizer`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `hash_name` (`hash_name`),
  ADD KEY `dateline` (`dateline`);

--
-- Indexes for table `Airfr_options`
--
ALTER TABLE `Airfr_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `Airfr_postmeta`
--
ALTER TABLE `Airfr_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `Airfr_posts`
--
ALTER TABLE `Airfr_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `Airfr_revslider_css`
--
ALTER TABLE `Airfr_revslider_css`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `Airfr_revslider_layer_animations`
--
ALTER TABLE `Airfr_revslider_layer_animations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `Airfr_revslider_navigations`
--
ALTER TABLE `Airfr_revslider_navigations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `Airfr_revslider_sliders`
--
ALTER TABLE `Airfr_revslider_sliders`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `Airfr_revslider_slides`
--
ALTER TABLE `Airfr_revslider_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `Airfr_revslider_static_slides`
--
ALTER TABLE `Airfr_revslider_static_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `Airfr_sbi_feeds`
--
ALTER TABLE `Airfr_sbi_feeds`
  ADD PRIMARY KEY (`id`),
  ADD KEY `author` (`author`);

--
-- Indexes for table `Airfr_sbi_feed_caches`
--
ALTER TABLE `Airfr_sbi_feed_caches`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`(191));

--
-- Indexes for table `Airfr_sbi_instagram_feeds_posts`
--
ALTER TABLE `Airfr_sbi_instagram_feeds_posts`
  ADD PRIMARY KEY (`record_id`),
  ADD KEY `feed_id` (`feed_id`(100)),
  ADD KEY `hashtag` (`hashtag`(100));

--
-- Indexes for table `Airfr_sbi_instagram_feed_locator`
--
ALTER TABLE `Airfr_sbi_instagram_feed_locator`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `Airfr_sbi_instagram_posts`
--
ALTER TABLE `Airfr_sbi_instagram_posts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `Airfr_sbi_sources`
--
ALTER TABLE `Airfr_sbi_sources`
  ADD PRIMARY KEY (`id`),
  ADD KEY `account_type` (`account_type`(191)),
  ADD KEY `author` (`author`);

--
-- Indexes for table `Airfr_termmeta`
--
ALTER TABLE `Airfr_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `Airfr_terms`
--
ALTER TABLE `Airfr_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `Airfr_term_relationships`
--
ALTER TABLE `Airfr_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `Airfr_term_taxonomy`
--
ALTER TABLE `Airfr_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `Airfr_usermeta`
--
ALTER TABLE `Airfr_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `Airfr_users`
--
ALTER TABLE `Airfr_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `Airfr_woocommerce_api_keys`
--
ALTER TABLE `Airfr_woocommerce_api_keys`
  ADD PRIMARY KEY (`key_id`),
  ADD KEY `consumer_key` (`consumer_key`),
  ADD KEY `consumer_secret` (`consumer_secret`);

--
-- Indexes for table `Airfr_woocommerce_attribute_taxonomies`
--
ALTER TABLE `Airfr_woocommerce_attribute_taxonomies`
  ADD PRIMARY KEY (`attribute_id`),
  ADD KEY `attribute_name` (`attribute_name`(20));

--
-- Indexes for table `Airfr_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `Airfr_woocommerce_downloadable_product_permissions`
  ADD PRIMARY KEY (`permission_id`),
  ADD KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  ADD KEY `download_order_product` (`download_id`,`order_id`,`product_id`);

--
-- Indexes for table `Airfr_woocommerce_log`
--
ALTER TABLE `Airfr_woocommerce_log`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `level` (`level`);

--
-- Indexes for table `Airfr_woocommerce_order_itemmeta`
--
ALTER TABLE `Airfr_woocommerce_order_itemmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `order_item_id` (`order_item_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `Airfr_woocommerce_order_items`
--
ALTER TABLE `Airfr_woocommerce_order_items`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indexes for table `Airfr_woocommerce_payment_tokenmeta`
--
ALTER TABLE `Airfr_woocommerce_payment_tokenmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `payment_token_id` (`payment_token_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `Airfr_woocommerce_payment_tokens`
--
ALTER TABLE `Airfr_woocommerce_payment_tokens`
  ADD PRIMARY KEY (`token_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `Airfr_woocommerce_sessions`
--
ALTER TABLE `Airfr_woocommerce_sessions`
  ADD PRIMARY KEY (`session_key`),
  ADD UNIQUE KEY `session_id` (`session_id`);

--
-- Indexes for table `Airfr_woocommerce_shipping_zones`
--
ALTER TABLE `Airfr_woocommerce_shipping_zones`
  ADD PRIMARY KEY (`zone_id`);

--
-- Indexes for table `Airfr_woocommerce_shipping_zone_locations`
--
ALTER TABLE `Airfr_woocommerce_shipping_zone_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `location_id` (`location_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `Airfr_woocommerce_shipping_zone_methods`
--
ALTER TABLE `Airfr_woocommerce_shipping_zone_methods`
  ADD PRIMARY KEY (`instance_id`);

--
-- Indexes for table `Airfr_woocommerce_tax_rates`
--
ALTER TABLE `Airfr_woocommerce_tax_rates`
  ADD PRIMARY KEY (`tax_rate_id`),
  ADD KEY `tax_rate_country` (`tax_rate_country`),
  ADD KEY `tax_rate_state` (`tax_rate_state`(2)),
  ADD KEY `tax_rate_class` (`tax_rate_class`(10)),
  ADD KEY `tax_rate_priority` (`tax_rate_priority`);

--
-- Indexes for table `Airfr_woocommerce_tax_rate_locations`
--
ALTER TABLE `Airfr_woocommerce_tax_rate_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `Airfr_wpfm_backup`
--
ALTER TABLE `Airfr_wpfm_backup`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `Airfr_actionscheduler_actions`
--
ALTER TABLE `Airfr_actionscheduler_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3683;

--
-- AUTO_INCREMENT for table `Airfr_actionscheduler_claims`
--
ALTER TABLE `Airfr_actionscheduler_claims`
  MODIFY `claim_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2796;

--
-- AUTO_INCREMENT for table `Airfr_actionscheduler_groups`
--
ALTER TABLE `Airfr_actionscheduler_groups`
  MODIFY `group_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `Airfr_actionscheduler_logs`
--
ALTER TABLE `Airfr_actionscheduler_logs`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2561;

--
-- AUTO_INCREMENT for table `Airfr_aioseo_cache`
--
ALTER TABLE `Airfr_aioseo_cache`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

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

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

--
-- AUTO_INCREMENT for table `Airfr_aioseo_notifications`
--
ALTER TABLE `Airfr_aioseo_notifications`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `Airfr_aioseo_posts`
--
ALTER TABLE `Airfr_aioseo_posts`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=245;

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

--
-- AUTO_INCREMENT for table `Airfr_comments`
--
ALTER TABLE `Airfr_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

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

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

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

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

--
-- AUTO_INCREMENT for table `Airfr_layerslider`
--
ALTER TABLE `Airfr_layerslider`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `Airfr_layerslider_revisions`
--
ALTER TABLE `Airfr_layerslider_revisions`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `Airfr_litespeed_img_optm`
--
ALTER TABLE `Airfr_litespeed_img_optm`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `Airfr_litespeed_optimizer`
--
ALTER TABLE `Airfr_litespeed_optimizer`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `Airfr_options`
--
ALTER TABLE `Airfr_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=243737;

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

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

--
-- AUTO_INCREMENT for table `Airfr_revslider_css`
--
ALTER TABLE `Airfr_revslider_css`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=126;

--
-- AUTO_INCREMENT for table `Airfr_revslider_layer_animations`
--
ALTER TABLE `Airfr_revslider_layer_animations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `Airfr_revslider_navigations`
--
ALTER TABLE `Airfr_revslider_navigations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `Airfr_revslider_sliders`
--
ALTER TABLE `Airfr_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `Airfr_revslider_slides`
--
ALTER TABLE `Airfr_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `Airfr_revslider_static_slides`
--
ALTER TABLE `Airfr_revslider_static_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

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

--
-- AUTO_INCREMENT for table `Airfr_sbi_feed_caches`
--
ALTER TABLE `Airfr_sbi_feed_caches`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `Airfr_sbi_instagram_feeds_posts`
--
ALTER TABLE `Airfr_sbi_instagram_feeds_posts`
  MODIFY `record_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=52;

--
-- AUTO_INCREMENT for table `Airfr_sbi_instagram_feed_locator`
--
ALTER TABLE `Airfr_sbi_instagram_feed_locator`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `Airfr_sbi_instagram_posts`
--
ALTER TABLE `Airfr_sbi_instagram_posts`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=52;

--
-- AUTO_INCREMENT for table `Airfr_sbi_sources`
--
ALTER TABLE `Airfr_sbi_sources`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

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

--
-- AUTO_INCREMENT for table `Airfr_terms`
--
ALTER TABLE `Airfr_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=94;

--
-- AUTO_INCREMENT for table `Airfr_term_taxonomy`
--
ALTER TABLE `Airfr_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=94;

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `Airfr_woocommerce_sessions`
--
ALTER TABLE `Airfr_woocommerce_sessions`
  MODIFY `session_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

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

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

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

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

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

--
-- AUTO_INCREMENT for table `Airfr_wpfm_backup`
--
ALTER TABLE `Airfr_wpfm_backup`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
COMMIT;

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